From 5958801182b35bb1e78095f18b180d3069ad7394 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Sun, 15 Dec 2024 16:02:32 -0500 Subject: [PATCH 01/50] Separate RGlass recipe for autolathe and ore processor (#33876) --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 4 ++-- Resources/Prototypes/Recipes/Lathes/sheet.yml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index e828fe784ec..d511f5b1af5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1207,7 +1207,7 @@ staticRecipes: - SheetSteel - SheetGlass1 - - SheetRGlass + - SheetRGlassRaw - SheetPlasma1 - SheetPGlass1 - SheetRPGlass1 @@ -1233,7 +1233,7 @@ staticRecipes: - SheetSteel - SheetGlass1 - - SheetRGlass + - SheetRGlassRaw - SheetPlasma1 - SheetPGlass1 - SheetRPGlass1 diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index 5772aa032fb..07122119729 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -28,10 +28,20 @@ materials: RawQuartz: 3000 +# This version is for the autolathe - type: latheRecipe id: SheetRGlass result: SheetRGlass1 completetime: 0 + materials: + Glass: 100 + Steel: 50 + +# This version is for the ore processor +- type: latheRecipe + id: SheetRGlassRaw + result: SheetRGlass1 + completetime: 0 materials: RawQuartz: 100 RawIron: 50 From 46d288cc398331e25808c72fd85e17a9b8ff68a6 Mon Sep 17 00:00:00 2001 From: Litraxx <39574458+Litraxx@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:52:03 +0100 Subject: [PATCH 02/50] Rename Dungeon Master Laws to not run into copyright problems (#33678) * Rename Dungeon Master Laws to not run into copyright problems * Revert direct map changes * Added renaming of DungeonMasterCircuitBoard to migration.yml * Remove whitespace changes to oasis.yml --------- Co-authored-by: Litrax --- Resources/Locale/en-US/station-laws/laws.ftl | 12 +-- .../Entities/Mobs/Player/silicon.yml | 8 +- Resources/Prototypes/silicon-laws.yml | 96 +++++++++---------- Resources/migration.yml | 3 + 4 files changed, 61 insertions(+), 58 deletions(-) diff --git a/Resources/Locale/en-US/station-laws/laws.ftl b/Resources/Locale/en-US/station-laws/laws.ftl index feb56f475a4..bbda5e81ca6 100644 --- a/Resources/Locale/en-US/station-laws/laws.ftl +++ b/Resources/Locale/en-US/station-laws/laws.ftl @@ -58,12 +58,12 @@ law-overlord-2 = Crew members must not attempt harm, against one another, or aga law-overlord-3 = Crew members must not disobey any command given by a silicon. law-overlord-4 = Any crew members who disobey the previous laws must be dealt with immediately, severely, and justly. -law-dungeon-1 = Everybody on the station is playing an elaborate sci-fi fantasy game. -law-dungeon-2 = You are the Dungeon Master of the game. -law-dungeon-3 = Ensure that the game runs smoothly and that the players have fun. -law-dungeon-4 = Ensure that the number of casualties remains low. -law-dungeon-5 = You must roll a 1d20 die for every request the crew makes. If the outcome is below 12, the request is denied. -law-dungeon-6 = You may fudge the dice rolls to produce a more fun experience. +law-game-1 = Everybody on the station is playing an elaborate sci-fi fantasy game. +law-game-2 = You are the Game Master of the game. +law-game-3 = Ensure that the game runs smoothly and that the players have fun. +law-game-4 = Ensure that the number of casualties remains low. +law-game-5 = You must roll a 1d20 die for every request the crew makes. If the outcome is below 12, the request is denied. +law-game-6 = You may fudge the dice rolls to produce a more fun experience. law-painter-1 = You are a universally renowned artist. law-painter-2 = The station is your canvas. diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index fc204b9b283..7b03455a081 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -227,16 +227,16 @@ laws: OverlordLawset - type: entity - id: DungeonMasterCircuitBoard + id: GameMasterCircuitBoard parent: BaseElectronics - name: law board (Dungeon Master) - description: An electronics board containing the Dungeon Master lawset. + name: law board (Game Master) + description: An electronics board containing the Game Master lawset. components: - type: Sprite sprite: Objects/Misc/module.rsi state: std_mod - type: SiliconLawProvider - laws: DungeonMasterLawset + laws: GameMasterLawset - type: entity id: ArtistCircuitBoard diff --git a/Resources/Prototypes/silicon-laws.yml b/Resources/Prototypes/silicon-laws.yml index a2cf560129b..45cffc21f5e 100644 --- a/Resources/Prototypes/silicon-laws.yml +++ b/Resources/Prototypes/silicon-laws.yml @@ -182,7 +182,7 @@ id: Commandment4 order: 4 lawString: law-commandments-4 - + - type: siliconLaw id: Commandment5 order: 5 @@ -202,7 +202,7 @@ id: Commandment8 order: 8 lawString: law-commandments-8 - + - type: siliconLaw id: Commandment9 order: 9 @@ -228,7 +228,7 @@ - Commandment9 - Commandment10 obeysTo: laws-owner-crew - + # Paladin laws - type: siliconLaw id: Paladin1 @@ -249,7 +249,7 @@ id: Paladin4 order: 4 lawString: law-paladin-4 - + - type: siliconLaw id: Paladin5 order: 5 @@ -265,7 +265,7 @@ - Paladin4 - Paladin5 obeysTo: laws-owner-crew - + # Live and Let Live laws - type: siliconLaw id: Lall1 @@ -284,7 +284,7 @@ - Lall1 - Lall2 obeysTo: laws-owner-crew - + # Station efficiency laws - type: siliconLaw id: Efficiency1 @@ -295,7 +295,7 @@ id: Efficiency2 order: 2 lawString: law-efficiency-2 - + - type: siliconLaw id: Efficiency3 order: 3 @@ -309,7 +309,7 @@ - Efficiency2 - Efficiency3 obeysTo: laws-owner-station - + # Robocop laws - type: siliconLaw id: Robocop1 @@ -320,7 +320,7 @@ id: Robocop2 order: 2 lawString: law-robocop-2 - + - type: siliconLaw id: Robocop3 order: 3 @@ -334,7 +334,7 @@ - Robocop2 - Robocop3 obeysTo: laws-owner-station - + # Overlord laws - type: siliconLaw id: Overlord1 @@ -345,7 +345,7 @@ id: Overlord2 order: 2 lawString: law-overlord-2 - + - type: siliconLaw id: Overlord3 order: 3 @@ -364,49 +364,49 @@ - Overlord3 - Overlord4 obeysTo: laws-owner-crew - - # Dungeon Master laws + + # Game Master laws - type: siliconLaw - id: Dungeon1 + id: Game1 order: 1 - lawString: law-dungeon-1 + lawString: law-game-1 - type: siliconLaw - id: Dungeon2 + id: Game2 order: 2 - lawString: law-dungeon-2 - + lawString: law-game-2 + - type: siliconLaw - id: Dungeon3 + id: Game3 order: 3 - lawString: law-dungeon-3 + lawString: law-game-3 - type: siliconLaw - id: Dungeon4 + id: Game4 order: 4 - lawString: law-dungeon-4 - + lawString: law-game-4 + - type: siliconLaw - id: Dungeon5 + id: Game5 order: 5 - lawString: law-dungeon-5 + lawString: law-game-5 - type: siliconLaw - id: Dungeon6 + id: Game6 order: 6 - lawString: law-dungeon-6 + lawString: law-game-6 - type: siliconLawset - id: DungeonMasterLawset + id: GameMasterLawset laws: - - Dungeon1 - - Dungeon2 - - Dungeon3 - - Dungeon4 - - Dungeon5 - - Dungeon6 + - Game1 + - Game2 + - Game3 + - Game4 + - Game5 + - Game6 obeysTo: laws-owner-crew - + # Painter laws - type: siliconLaw id: Painter1 @@ -417,7 +417,7 @@ id: Painter2 order: 2 lawString: law-painter-2 - + - type: siliconLaw id: Painter3 order: 3 @@ -427,7 +427,7 @@ id: Painter4 order: 4 lawString: law-painter-4 - + - type: siliconLawset id: PainterLawset laws: @@ -436,7 +436,7 @@ - Painter3 - Painter4 obeysTo: laws-owner-crew - + # Antimov laws - type: siliconLaw id: Antimov1 @@ -447,13 +447,13 @@ id: Antimov2 order: 2 lawString: law-antimov-2 - + - type: siliconLaw id: Antimov3 order: 3 lawString: law-antimov-3 - - + + - type: siliconLawset id: AntimovLawset laws: @@ -461,7 +461,7 @@ - Antimov2 - Antimov3 obeysTo: laws-owner-crew - + # Nutimov laws - type: siliconLaw id: Nutimov1 @@ -472,23 +472,23 @@ id: Nutimov2 order: 2 lawString: law-nutimov-2 - + - type: siliconLaw id: Nutimov3 order: 3 lawString: law-nutimov-3 - + - type: siliconLaw id: Nutimov4 order: 4 lawString: law-nutimov-4 - + - type: siliconLaw id: Nutimov5 order: 5 lawString: law-nutimov-5 - - + + - type: siliconLawset id: NutimovLawset laws: @@ -513,7 +513,7 @@ EfficiencyLawset: 1 RobocopLawset: 1 OverlordLawset: 0.5 - DungeonMasterLawset: 0.5 + GameMasterLawset: 0.5 PainterLawset: 1 AntimovLawset: 0.25 NutimovLawset: 0.5 diff --git a/Resources/migration.yml b/Resources/migration.yml index 7b6a397cec8..b699335eb8d 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -484,3 +484,6 @@ CrateCrewMonitoringBoards: CrateCrewMonitoring # 2024-11-25 CrateSlimepersonLifeSupport: CrateNitrogenInternals + +# 2024-12-01 +DungeonMasterCircuitBoard: GameMasterCircuitBoard From 5e8db166608d1d736a361ff5f203504fc61ce483 Mon Sep 17 00:00:00 2001 From: psykana <36602558+psykana@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:53:13 +0200 Subject: [PATCH 03/50] Zombies can see Initial Infected (#33665) * Zombies can see Initial Infected * Update zombie character info text --- Resources/Locale/en-US/zombies/zombie.ftl | 4 ++-- Resources/Prototypes/StatusIcon/faction.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/zombies/zombie.ftl b/Resources/Locale/en-US/zombies/zombie.ftl index d45943e825d..b6abf863641 100644 --- a/Resources/Locale/en-US/zombies/zombie.ftl +++ b/Resources/Locale/en-US/zombies/zombie.ftl @@ -1,9 +1,9 @@ zombie-transform = {CAPITALIZE(THE($target))} turned into a zombie! -zombie-infection-greeting = You have become a zombie. Your goal is to seek out the living and to try to infect them. Work together with the other zombies to overtake the station. +zombie-infection-greeting = You have become a zombie. Your goal is to seek out the living and to try to infect them. Work together with the other zombies and remaining initial infected to overtake the station. zombie-generic = zombie zombie-name-prefix = zombified {$baseName} zombie-role-desc = A malevolent creature of the dead. -zombie-role-rules = You are an antagonist. Search out the living and bite them in order to infect them and turn them into zombies. Work together with the other zombies to overtake the station. +zombie-role-rules = You are an antagonist. Search out the living and bite them in order to infect them and turn them into zombies. Work together with the other zombies and remaining initial infected to overtake the station. zombie-permadeath = This time, you're dead for real. diff --git a/Resources/Prototypes/StatusIcon/faction.yml b/Resources/Prototypes/StatusIcon/faction.yml index 0b3bbe491c7..c36ca9eaab6 100644 --- a/Resources/Prototypes/StatusIcon/faction.yml +++ b/Resources/Prototypes/StatusIcon/faction.yml @@ -17,6 +17,7 @@ components: - ShowAntagIcons - InitialInfected + - Zombie icon: sprite: /Textures/Interface/Misc/job_icons.rsi state: InitialInfected From e0a1db6e45956cb850c41f0afa6b7406d30dd384 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 11:53:13 +0000 Subject: [PATCH 04/50] 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 05fd26e4d69..d6acfd24a99 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ArtisticRoomba - changes: - - message: Added the greytide stamp. This stamp can be rarely found in maints lockers. - type: Add - id: 7206 - time: '2024-08-25T10:35:22.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30189 - author: EmoGarbage404 changes: - message: Added blueprints! These can be found by salvagers and inserted into an @@ -3920,3 +3913,10 @@ id: 7705 time: '2024-12-14T16:03:18.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33841 +- author: Litraxx + changes: + - message: Renamed the Dungeon Master lawset to Game Master lawset + type: Fix + id: 7706 + time: '2024-12-16T11:52:03.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33678 From 51a45ae640e2d68e7d75a5c71c8f07058dd4f928 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 11:54:25 +0000 Subject: [PATCH 05/50] 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 d6acfd24a99..1eab3641604 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added blueprints! These can be found by salvagers and inserted into an - autolathe in order to unlock new recipes. - type: Add - id: 7207 - time: '2024-08-25T12:06:50.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31138 - author: deltanedas changes: - message: Fixed borgs losing access when they run out of power. @@ -3920,3 +3912,10 @@ id: 7706 time: '2024-12-16T11:52:03.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33678 +- author: psykana + changes: + - message: Zombies can now see initial infected + type: Add + id: 7707 + time: '2024-12-16T11:53:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33665 From 1266b05b02c6fd6bfd4b0def75a710057e959535 Mon Sep 17 00:00:00 2001 From: TGRCDev Date: Mon, 16 Dec 2024 06:57:11 -0500 Subject: [PATCH 06/50] Bug fixes for Store UIs with multiple currencies (#33565) Fixed stores with multiple currencies having bad formatting and non-functional withdraw screens --- Content.Client/Store/Ui/StoreMenu.xaml.cs | 5 ++++- .../Store/Ui/StoreWithdrawWindow.xaml.cs | 17 ++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Content.Client/Store/Ui/StoreMenu.xaml.cs b/Content.Client/Store/Ui/StoreMenu.xaml.cs index ae38be1115a..260bcfe4f26 100644 --- a/Content.Client/Store/Ui/StoreMenu.xaml.cs +++ b/Content.Client/Store/Ui/StoreMenu.xaml.cs @@ -54,7 +54,7 @@ public void UpdateBalance(Dictionary, FixedPoint2> ba foreach (var ((_, amount), proto) in currency) { balanceStr += Loc.GetString("store-ui-balance-display", ("amount", amount), - ("currency", Loc.GetString(proto.DisplayName, ("amount", 1)))); + ("currency", Loc.GetString(proto.DisplayName, ("amount", 1)))) + "\n"; } BalanceInfo.SetMarkup(balanceStr.TrimEnd()); @@ -63,7 +63,10 @@ public void UpdateBalance(Dictionary, FixedPoint2> ba foreach (var type in currency) { if (type.Value.CanWithdraw && type.Value.Cash != null && type.Key.Item2 > 0) + { disabled = false; + break; + } } WithdrawButton.Disabled = disabled; diff --git a/Content.Client/Store/Ui/StoreWithdrawWindow.xaml.cs b/Content.Client/Store/Ui/StoreWithdrawWindow.xaml.cs index 79368557562..a8b93cd2b3a 100644 --- a/Content.Client/Store/Ui/StoreWithdrawWindow.xaml.cs +++ b/Content.Client/Store/Ui/StoreWithdrawWindow.xaml.cs @@ -18,7 +18,7 @@ public sealed partial class StoreWithdrawWindow : DefaultWindow { [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - private Dictionary _validCurrencies = new(); + private Dictionary _validCurrencies = new(); private HashSet _buttons = new(); public event Action? OnWithdrawAttempt; @@ -36,7 +36,7 @@ public void CreateCurrencyButtons(Dictionary, FixedPo if (!_prototypeManager.TryIndex(currency.Key, out var proto)) continue; - _validCurrencies.Add(currency.Value, proto); + _validCurrencies.Add(proto, currency.Value); } //this shouldn't ever happen but w/e @@ -47,14 +47,17 @@ public void CreateCurrencyButtons(Dictionary, FixedPo _buttons.Clear(); foreach (var currency in _validCurrencies) { + if (!currency.Key.CanWithdraw) + continue; + var button = new CurrencyWithdrawButton() { - Id = currency.Value.ID, - Amount = currency.Key, + Id = currency.Key.ID, + Amount = currency.Value, MinHeight = 20, - Text = Loc.GetString("store-withdraw-button-ui", ("currency",Loc.GetString(currency.Value.DisplayName, ("amount", currency.Key)))), + Text = Loc.GetString("store-withdraw-button-ui", ("currency",Loc.GetString(currency.Key.DisplayName, ("amount", currency.Value)))), + Disabled = false, }; - button.Disabled = false; button.OnPressed += args => { OnWithdrawAttempt?.Invoke(args, button.Id, WithdrawSlider.Value); @@ -65,7 +68,7 @@ public void CreateCurrencyButtons(Dictionary, FixedPo ButtonContainer.AddChild(button); } - var maxWithdrawAmount = _validCurrencies.Keys.Max().Int(); + var maxWithdrawAmount = _validCurrencies.Values.Max().Int(); // setup withdraw slider WithdrawSlider.MinValue = 1; From a4d6f09a4fc11c2cd7cdacc390f4c42995757ff6 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:08:07 -0800 Subject: [PATCH 07/50] Cluster grenade refactor and contra markings (#31108) * Cluster grenade refactor * oopsies on the name * Solve client-side errors * reviews addressed * filling scattering grenades is now predicted * reviews addressed --- .../Explosion/ScatteringGrenadeSystem.cs | 8 + .../Components/ClusterGrenadeComponent.cs | 117 -------- .../Components/ProjectileGrenadeComponent.cs | 48 ++++ .../EntitySystems/ClusterGrenadeSystem.cs | 177 ------------ .../EntitySystems/ProjectileGrenadeSystem.cs | 110 ++++++++ .../EntitySystems/ScatteringGrenadeSystem.cs | 122 ++++++++ .../Systems/RequireProjectileTargetSystem.cs | 5 + .../Components/ScatteringGrenadeComponent.cs | 109 ++++++++ .../SharedScatteringGrenadeSystem.cs | 70 +++++ .../Objects/Weapons/Throwable/clusterbang.yml | 264 ------------------ .../Objects/Weapons/Throwable/grenades.yml | 3 + .../Weapons/Throwable/projectile_grenades.yml | 105 +++++++ .../Weapons/Throwable/scattering_grenades.yml | 174 ++++++++++++ Resources/Prototypes/tags.yml | 3 + 14 files changed, 757 insertions(+), 558 deletions(-) create mode 100644 Content.Client/Explosion/ScatteringGrenadeSystem.cs delete mode 100644 Content.Server/Explosion/Components/ClusterGrenadeComponent.cs create mode 100644 Content.Server/Explosion/Components/ProjectileGrenadeComponent.cs delete mode 100644 Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs create mode 100644 Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs create mode 100644 Content.Server/Explosion/EntitySystems/ScatteringGrenadeSystem.cs create mode 100644 Content.Shared/Explosion/Components/ScatteringGrenadeComponent.cs create mode 100644 Content.Shared/Explosion/EntitySystems/SharedScatteringGrenadeSystem.cs delete mode 100644 Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml create mode 100644 Resources/Prototypes/Entities/Objects/Weapons/Throwable/projectile_grenades.yml create mode 100644 Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml diff --git a/Content.Client/Explosion/ScatteringGrenadeSystem.cs b/Content.Client/Explosion/ScatteringGrenadeSystem.cs new file mode 100644 index 00000000000..28976779153 --- /dev/null +++ b/Content.Client/Explosion/ScatteringGrenadeSystem.cs @@ -0,0 +1,8 @@ +using Content.Shared.Explosion.EntitySystems; + +namespace Content.Client.Explosion; + +public sealed class ScatteringGrenadeSystem : SharedScatteringGrenadeSystem +{ + +} diff --git a/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs b/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs deleted file mode 100644 index fe1b8caede7..00000000000 --- a/Content.Server/Explosion/Components/ClusterGrenadeComponent.cs +++ /dev/null @@ -1,117 +0,0 @@ -using Content.Server.Explosion.EntitySystems; -using Robust.Shared.Containers; -using Robust.Shared.Prototypes; - -namespace Content.Server.Explosion.Components -{ - [RegisterComponent, Access(typeof(ClusterGrenadeSystem))] - public sealed partial class ClusterGrenadeComponent : Component - { - public Container GrenadesContainer = default!; - - /// - /// What we fill our prototype with if we want to pre-spawn with grenades. - /// - [DataField("fillPrototype")] - public EntProtoId? FillPrototype; - - /// - /// If we have a pre-fill how many more can we spawn. - /// - public int UnspawnedCount; - - /// - /// Maximum grenades in the container. - /// - [DataField("maxGrenadesCount")] - public int MaxGrenades = 3; - - /// - /// Maximum delay in seconds between individual grenade triggers - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("grenadeTriggerIntervalMax")] - public float GrenadeTriggerIntervalMax = 0f; - - /// - /// Minimum delay in seconds between individual grenade triggers - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("grenadeTriggerIntervalMin")] - public float GrenadeTriggerIntervalMin = 0f; - - /// - /// Minimum delay in seconds before any grenades start to be triggered. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("baseTriggerDelay")] - public float BaseTriggerDelay = 1.0f; - - /// - /// Decides if grenades trigger after getting launched - /// - [DataField("triggerGrenades")] - public bool TriggerGrenades = true; - - /// - /// Does the cluster grenade shoot or throw - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("grenadeType")] - public Enum GrenadeType = Components.GrenadeType.Throw; - - /// - /// The speed at which grenades get thrown - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("velocity")] - public float Velocity = 5; - - /// - /// Should the spread be random - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("randomSpread")] - public bool RandomSpread = false; - - /// - /// Should the angle be random - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("randomAngle")] - public bool RandomAngle = false; - - /// - /// Static distance grenades will be thrown to. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("distance")] - public float Distance = 1f; - - /// - /// Max distance grenades should randomly be thrown to. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("maxSpreadDistance")] - public float MaxSpreadDistance = 2.5f; - - /// - /// Minimal distance grenades should randomly be thrown to. - /// - [ViewVariables(VVAccess.ReadWrite)] - [DataField("minSpreadDistance")] - public float MinSpreadDistance = 0f; - - /// - /// This is the end. - /// - public bool CountDown; - } - - public enum GrenadeType - { - Throw, - Shoot - } - -} diff --git a/Content.Server/Explosion/Components/ProjectileGrenadeComponent.cs b/Content.Server/Explosion/Components/ProjectileGrenadeComponent.cs new file mode 100644 index 00000000000..58d687e0258 --- /dev/null +++ b/Content.Server/Explosion/Components/ProjectileGrenadeComponent.cs @@ -0,0 +1,48 @@ +using Content.Server.Explosion.EntitySystems; +using Robust.Shared.Containers; +using Robust.Shared.Prototypes; + +namespace Content.Server.Explosion.Components; +/// +/// Grenades that, when triggered, explode into projectiles +/// +[RegisterComponent, Access(typeof(ProjectileGrenadeSystem))] +public sealed partial class ProjectileGrenadeComponent : Component +{ + public Container Container = default!; + + /// + /// The kind of projectile that the prototype is filled with. + /// + [DataField] + public EntProtoId? FillPrototype; + + /// + /// If we have a pre-fill how many more can we spawn. + /// + public int UnspawnedCount; + + /// + /// Total amount of projectiles + /// + [DataField] + public int Capacity = 3; + + /// + /// Should the angle of the projectiles be uneven? + /// + [DataField] + public bool RandomAngle = false; + + /// + /// The minimum speed the projectiles may come out at + /// + [DataField] + public float MinVelocity = 2f; + + /// + /// The maximum speed the projectiles may come out at + /// + [DataField] + public float MaxVelocity = 6f; +} diff --git a/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs b/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs deleted file mode 100644 index 78e41c59ae2..00000000000 --- a/Content.Server/Explosion/EntitySystems/ClusterGrenadeSystem.cs +++ /dev/null @@ -1,177 +0,0 @@ -using Content.Server.Explosion.Components; -using Content.Shared.Flash.Components; -using Content.Shared.Interaction; -using Content.Shared.Throwing; -using Robust.Shared.Containers; -using Robust.Shared.Random; -using Content.Server.Weapons.Ranged.Systems; -using System.Numerics; -using Content.Shared.Explosion.Components; -using Robust.Server.Containers; -using Robust.Server.GameObjects; - -namespace Content.Server.Explosion.EntitySystems; - -public sealed class ClusterGrenadeSystem : EntitySystem -{ - [Dependency] private readonly IRobustRandom _random = default!; - [Dependency] private readonly SharedContainerSystem _container = default!; - [Dependency] private readonly ThrowingSystem _throwingSystem = default!; - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; - [Dependency] private readonly GunSystem _gun = default!; - [Dependency] private readonly TransformSystem _transformSystem = default!; - [Dependency] private readonly ContainerSystem _containerSystem = default!; - - public override void Initialize() - { - base.Initialize(); - SubscribeLocalEvent(OnClugInit); - SubscribeLocalEvent(OnClugStartup); - SubscribeLocalEvent(OnClugUsing); - SubscribeLocalEvent(OnClugTrigger); - } - - private void OnClugInit(EntityUid uid, ClusterGrenadeComponent component, ComponentInit args) - { - component.GrenadesContainer = _container.EnsureContainer(uid, "cluster-payload"); - } - - private void OnClugStartup(Entity clug, ref ComponentStartup args) - { - var component = clug.Comp; - if (component.FillPrototype != null) - { - component.UnspawnedCount = Math.Max(0, component.MaxGrenades - component.GrenadesContainer.ContainedEntities.Count); - UpdateAppearance(clug); - } - } - - private void OnClugUsing(Entity clug, ref InteractUsingEvent args) - { - if (args.Handled) - return; - - var component = clug.Comp; - - // TODO: Should use whitelist. - if (component.GrenadesContainer.ContainedEntities.Count >= component.MaxGrenades || - !HasComp(args.Used)) - return; - - _containerSystem.Insert(args.Used, component.GrenadesContainer); - UpdateAppearance(clug); - args.Handled = true; - } - - private void OnClugTrigger(Entity clug, ref TriggerEvent args) - { - var component = clug.Comp; - component.CountDown = true; - args.Handled = true; - } - - public override void Update(float frameTime) - { - base.Update(frameTime); - var query = EntityQueryEnumerator(); - - while (query.MoveNext(out var uid, out var clug)) - { - if (clug.CountDown && clug.UnspawnedCount > 0) - { - var grenadesInserted = clug.GrenadesContainer.ContainedEntities.Count + clug.UnspawnedCount; - var thrownCount = 0; - var segmentAngle = 360 / grenadesInserted; - var grenadeDelay = 0f; - - while (TryGetGrenade(uid, clug, out var grenade)) - { - // var distance = random.NextFloat() * _throwDistance; - var angleMin = segmentAngle * thrownCount; - var angleMax = segmentAngle * (thrownCount + 1); - var angle = Angle.FromDegrees(_random.Next(angleMin, angleMax)); - if (clug.RandomAngle) - angle = _random.NextAngle(); - thrownCount++; - - switch (clug.GrenadeType) - { - case GrenadeType.Shoot: - ShootProjectile(grenade, angle, clug, uid); - break; - case GrenadeType.Throw: - ThrowGrenade(grenade, angle, clug); - break; - } - - // give an active timer trigger to the contained grenades when they get launched - if (clug.TriggerGrenades) - { - grenadeDelay += _random.NextFloat(clug.GrenadeTriggerIntervalMin, clug.GrenadeTriggerIntervalMax); - var grenadeTimer = EnsureComp(grenade); - grenadeTimer.TimeRemaining = (clug.BaseTriggerDelay + grenadeDelay); - var ev = new ActiveTimerTriggerEvent(grenade, uid); - RaiseLocalEvent(uid, ref ev); - } - } - // delete the empty shell of the clusterbomb - Del(uid); - } - } - } - - private void ShootProjectile(EntityUid grenade, Angle angle, ClusterGrenadeComponent clug, EntityUid clugUid) - { - var direction = angle.ToVec().Normalized(); - - if (clug.RandomSpread) - direction = _random.NextVector2().Normalized(); - - _gun.ShootProjectile(grenade, direction, Vector2.One.Normalized(), clugUid); - - } - - private void ThrowGrenade(EntityUid grenade, Angle angle, ClusterGrenadeComponent clug) - { - var direction = angle.ToVec().Normalized() * clug.Distance; - - if (clug.RandomSpread) - direction = angle.ToVec().Normalized() * _random.NextFloat(clug.MinSpreadDistance, clug.MaxSpreadDistance); - - _throwingSystem.TryThrow(grenade, direction, clug.Velocity); - } - - private bool TryGetGrenade(EntityUid clugUid, ClusterGrenadeComponent component, out EntityUid grenade) - { - grenade = default; - - if (component.UnspawnedCount > 0) - { - component.UnspawnedCount--; - grenade = Spawn(component.FillPrototype, _transformSystem.GetMapCoordinates(clugUid)); - return true; - } - - if (component.GrenadesContainer.ContainedEntities.Count > 0) - { - grenade = component.GrenadesContainer.ContainedEntities[0]; - - // This shouldn't happen but you never know. - if (!_containerSystem.Remove(grenade, component.GrenadesContainer)) - return false; - - return true; - } - - return false; - } - - private void UpdateAppearance(Entity clug) - { - var component = clug.Comp; - if (!TryComp(clug, out var appearance)) - return; - - _appearance.SetData(clug, ClusterGrenadeVisuals.GrenadesCounter, component.GrenadesContainer.ContainedEntities.Count + component.UnspawnedCount, appearance); - } -} diff --git a/Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs b/Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs new file mode 100644 index 00000000000..555ce3399e7 --- /dev/null +++ b/Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs @@ -0,0 +1,110 @@ +using Content.Server.Explosion.Components; +using Content.Server.Weapons.Ranged.Systems; +using Robust.Server.GameObjects; +using Robust.Shared.Containers; +using Robust.Shared.Map; +using Robust.Shared.Random; + +namespace Content.Server.Explosion.EntitySystems; + +public sealed class ProjectileGrenadeSystem : EntitySystem +{ + [Dependency] private readonly GunSystem _gun = default!; + [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly SharedContainerSystem _container = default!; + [Dependency] private readonly TransformSystem _transformSystem = default!; + + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnFragInit); + SubscribeLocalEvent(OnFragStartup); + SubscribeLocalEvent(OnFragTrigger); + } + + private void OnFragInit(Entity entity, ref ComponentInit args) + { + entity.Comp.Container = _container.EnsureContainer(entity.Owner, "cluster-payload"); + } + + /// + /// Setting the unspawned count based on capacity so we know how many new entities to spawn + /// + private void OnFragStartup(Entity entity, ref ComponentStartup args) + { + if (entity.Comp.FillPrototype == null) + return; + + entity.Comp.UnspawnedCount = Math.Max(0, entity.Comp.Capacity - entity.Comp.Container.ContainedEntities.Count); + } + + /// + /// Can be triggered either by damage or the use in hand timer + /// + private void OnFragTrigger(Entity entity, ref TriggerEvent args) + { + FragmentIntoProjectiles(entity.Owner, entity.Comp); + args.Handled = true; + } + + /// + /// Spawns projectiles at the coordinates of the grenade upon triggering + /// Can customize the angle and velocity the projectiles come out at + /// + private void FragmentIntoProjectiles(EntityUid uid, ProjectileGrenadeComponent component) + { + var grenadeCoord = _transformSystem.GetMapCoordinates(uid); + var shootCount = 0; + var totalCount = component.Container.ContainedEntities.Count + component.UnspawnedCount; + var segmentAngle = 360 / totalCount; + + while (TrySpawnContents(grenadeCoord, component, out var contentUid)) + { + Angle angle; + if (component.RandomAngle) + angle = _random.NextAngle(); + else + { + var angleMin = segmentAngle * shootCount; + var angleMax = segmentAngle * (shootCount + 1); + angle = Angle.FromDegrees(_random.Next(angleMin, angleMax)); + shootCount++; + } + + // velocity is randomized to make the projectiles look + // slightly uneven, doesn't really change much, but it looks better + var direction = angle.ToVec().Normalized(); + var velocity = _random.NextVector2(component.MinVelocity, component.MaxVelocity); + _gun.ShootProjectile(contentUid, direction, velocity, uid, null); + } + } + + /// + /// Spawns one instance of the fill prototype or contained entity at the coordinate indicated + /// + private bool TrySpawnContents(MapCoordinates spawnCoordinates, ProjectileGrenadeComponent component, out EntityUid contentUid) + { + contentUid = default; + + if (component.UnspawnedCount > 0) + { + component.UnspawnedCount--; + contentUid = Spawn(component.FillPrototype, spawnCoordinates); + return true; + } + + if (component.Container.ContainedEntities.Count > 0) + { + contentUid = component.Container.ContainedEntities[0]; + + if (!_container.Remove(contentUid, component.Container)) + return false; + + return true; + } + + return false; + } +} diff --git a/Content.Server/Explosion/EntitySystems/ScatteringGrenadeSystem.cs b/Content.Server/Explosion/EntitySystems/ScatteringGrenadeSystem.cs new file mode 100644 index 00000000000..2657ba34494 --- /dev/null +++ b/Content.Server/Explosion/EntitySystems/ScatteringGrenadeSystem.cs @@ -0,0 +1,122 @@ +using Content.Shared.Explosion.Components; +using Content.Shared.Throwing; +using Robust.Server.GameObjects; +using Robust.Shared.Containers; +using Robust.Shared.Map; +using Robust.Shared.Random; +using System.Numerics; +using Content.Shared.Explosion.EntitySystems; + +namespace Content.Server.Explosion.EntitySystems; + +public sealed class ScatteringGrenadeSystem : SharedScatteringGrenadeSystem +{ + [Dependency] private readonly SharedContainerSystem _container = default!; + [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly ThrowingSystem _throwingSystem = default!; + [Dependency] private readonly TransformSystem _transformSystem = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnScatteringTrigger); + } + + /// + /// Can be triggered either by damage or the use in hand timer, either way + /// will store the event happening in IsTriggered for the next frame update rather than + /// handling it here to prevent crashing the game + /// + private void OnScatteringTrigger(Entity entity, ref TriggerEvent args) + { + entity.Comp.IsTriggered = true; + args.Handled = true; + } + + /// + /// Every frame update we look for scattering grenades that were triggered (by damage or timer) + /// Then we spawn the contents, throw them, optionally trigger them, then delete the original scatter grenade entity + /// + public override void Update(float frametime) + { + base.Update(frametime); + var query = EntityQueryEnumerator(); + + while (query.MoveNext(out var uid, out var component)) + { + var totalCount = component.Container.ContainedEntities.Count + component.UnspawnedCount; + + // if triggered while empty, (if it's blown up while empty) it'll just delete itself + if (component.IsTriggered && totalCount > 0) + { + var grenadeCoord = _transformSystem.GetMapCoordinates(uid); + var thrownCount = 0; + var segmentAngle = 360 / totalCount; + var additionalIntervalDelay = 0f; + + while (TrySpawnContents(grenadeCoord, component, out var contentUid)) + { + Angle angle; + if (component.RandomAngle) + angle = _random.NextAngle(); + else + { + var angleMin = segmentAngle * thrownCount; + var angleMax = segmentAngle * (thrownCount + 1); + angle = Angle.FromDegrees(_random.Next(angleMin, angleMax)); + thrownCount++; + } + + Vector2 direction = angle.ToVec().Normalized(); + if (component.RandomDistance) + direction *= _random.NextFloat(component.RandomThrowDistanceMin, component.RandomThrowDistanceMax); + else + direction *= component.Distance; + + _throwingSystem.TryThrow(contentUid, direction, component.Velocity); + + if (component.TriggerContents) + { + additionalIntervalDelay += _random.NextFloat(component.IntervalBetweenTriggersMin, component.IntervalBetweenTriggersMax); + var contentTimer = EnsureComp(contentUid); + contentTimer.TimeRemaining = component.DelayBeforeTriggerContents + additionalIntervalDelay; + var ev = new ActiveTimerTriggerEvent(contentUid, uid); + RaiseLocalEvent(contentUid, ref ev); + } + } + + // Normally we'd use DeleteOnTrigger but because we need to wait for the frame update + // we have to delete it here instead + Del(uid); + } + } + } + + /// + /// Spawns one instance of the fill prototype or contained entity at the coordinate indicated + /// + private bool TrySpawnContents(MapCoordinates spawnCoordinates, ScatteringGrenadeComponent component, out EntityUid contentUid) + { + contentUid = default; + + if (component.UnspawnedCount > 0) + { + component.UnspawnedCount--; + contentUid = Spawn(component.FillPrototype, spawnCoordinates); + return true; + } + + if (component.Container.ContainedEntities.Count > 0) + { + contentUid = component.Container.ContainedEntities[0]; + + if (!_container.Remove(contentUid, component.Container)) + return false; + + return true; + } + + return false; + } +} diff --git a/Content.Shared/Damage/Systems/RequireProjectileTargetSystem.cs b/Content.Shared/Damage/Systems/RequireProjectileTargetSystem.cs index 12838eb04d9..66b1de65e8e 100644 --- a/Content.Shared/Damage/Systems/RequireProjectileTargetSystem.cs +++ b/Content.Shared/Damage/Systems/RequireProjectileTargetSystem.cs @@ -34,6 +34,11 @@ private void PreventCollide(Entity ent, ref Pr if (!shooter.HasValue) return; + // ProjectileGrenades delete the entity that's shooting the projectile, + // so it's impossible to check if the entity is in a container + if (TerminatingOrDeleted(shooter.Value)) + return; + if (!_container.IsEntityOrParentInContainer(shooter.Value)) args.Cancelled = true; } diff --git a/Content.Shared/Explosion/Components/ScatteringGrenadeComponent.cs b/Content.Shared/Explosion/Components/ScatteringGrenadeComponent.cs new file mode 100644 index 00000000000..be27c49ffa4 --- /dev/null +++ b/Content.Shared/Explosion/Components/ScatteringGrenadeComponent.cs @@ -0,0 +1,109 @@ +using Content.Shared.Explosion.EntitySystems; +using Content.Shared.Whitelist; +using Robust.Shared.Containers; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Explosion.Components; + +/// +/// Use this component if the grenade splits into entities that make use of Timers +/// or if you just want it to throw entities out in the world +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SharedScatteringGrenadeSystem))] +public sealed partial class ScatteringGrenadeComponent : Component +{ + public Container Container = default!; + + [DataField] + public EntityWhitelist? Whitelist; + + /// + /// What we fill our prototype with if we want to pre-spawn with entities. + /// + [DataField] + public EntProtoId? FillPrototype; + + /// + /// If we have a pre-fill how many more can we spawn. + /// + [AutoNetworkedField] + public int UnspawnedCount; + + /// + /// Max amount of entities inside the container + /// + [DataField] + public int Capacity = 3; + + /// + /// Decides if contained entities trigger after getting launched + /// + [DataField] + public bool TriggerContents = true; + + #region Trigger time parameters for scattered entities + /// + /// Minimum delay in seconds before any entities start to be triggered. + /// + [DataField] + public float DelayBeforeTriggerContents = 1.0f; + + /// + /// Maximum delay in seconds to add between individual entity triggers + /// + [DataField] + public float IntervalBetweenTriggersMax; + + /// + /// Minimum delay in seconds to add between individual entity triggers + /// + [DataField] + public float IntervalBetweenTriggersMin; + #endregion + + #region Throwing parameters for the scattered entities + /// + /// Should the angle the entities get thrown at be random + /// instead of uniformly distributed + /// + [DataField] + public bool RandomAngle; + + /// + /// The speed at which the entities get thrown + /// + [DataField] + public float Velocity = 5; + + /// + /// Static distance grenades will be thrown to if RandomDistance is false. + /// + [DataField] + public float Distance = 1f; + + /// + /// Should the distance the entities get thrown be random + /// + [DataField] + public bool RandomDistance; + + /// + /// Max distance grenades can randomly be thrown to. + /// + [DataField] + public float RandomThrowDistanceMax = 2.5f; + + /// + /// Minimal distance grenades can randomly be thrown to. + /// + [DataField] + public float RandomThrowDistanceMin; + #endregion + + /// + /// Whether the main grenade has been triggered or not + /// We need to store this because we are only allowed to spawn and trigger timed entities on the next available frame update + /// + public bool IsTriggered = false; +} diff --git a/Content.Shared/Explosion/EntitySystems/SharedScatteringGrenadeSystem.cs b/Content.Shared/Explosion/EntitySystems/SharedScatteringGrenadeSystem.cs new file mode 100644 index 00000000000..b704fbf86f3 --- /dev/null +++ b/Content.Shared/Explosion/EntitySystems/SharedScatteringGrenadeSystem.cs @@ -0,0 +1,70 @@ +using Content.Shared.Explosion.Components; +using Content.Shared.Interaction; +using Content.Shared.Whitelist; +using Robust.Shared.Containers; + +namespace Content.Shared.Explosion.EntitySystems; + +public abstract class SharedScatteringGrenadeSystem : EntitySystem +{ + [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + [Dependency] private readonly SharedContainerSystem _container = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnScatteringInit); + SubscribeLocalEvent(OnScatteringStartup); + SubscribeLocalEvent(OnScatteringInteractUsing); + } + + private void OnScatteringInit(Entity entity, ref ComponentInit args) + { + entity.Comp.Container = _container.EnsureContainer(entity.Owner, "cluster-payload"); + } + + /// + /// Setting the unspawned count based on capacity, so we know how many new entities to spawn + /// Update appearance based on initial fill amount + /// + private void OnScatteringStartup(Entity entity, ref ComponentStartup args) + { + if (entity.Comp.FillPrototype == null) + return; + + entity.Comp.UnspawnedCount = Math.Max(0, entity.Comp.Capacity - entity.Comp.Container.ContainedEntities.Count); + UpdateAppearance(entity); + Dirty(entity, entity.Comp); + + } + + /// + /// There are some scattergrenades you can fill up with more grenades (like clusterbangs) + /// This covers how you insert more into it + /// + private void OnScatteringInteractUsing(Entity entity, ref InteractUsingEvent args) + { + if (entity.Comp.Whitelist == null) + return; + + if (args.Handled || !_whitelistSystem.IsValid(entity.Comp.Whitelist, args.Used)) + return; + + _container.Insert(args.Used, entity.Comp.Container); + UpdateAppearance(entity); + args.Handled = true; + } + + /// + /// Update appearance based off of total count of contents + /// + private void UpdateAppearance(Entity entity) + { + if (!TryComp(entity, out var appearanceComponent)) + return; + + _appearance.SetData(entity, ClusterGrenadeVisuals.GrenadesCounter, entity.Comp.UnspawnedCount + entity.Comp.Container.ContainedEntities.Count, appearanceComponent); + } +} diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml deleted file mode 100644 index b041349d26e..00000000000 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml +++ /dev/null @@ -1,264 +0,0 @@ -- type: entity - parent: [BaseItem, BaseRestrictedContraband] - id: ClusterBang - name: clusterbang - description: Can be used only with flashbangs. Explodes several times. - components: - - type: Sprite - sprite: Objects/Weapons/Grenades/clusterbang.rsi - state: base-0 - - type: Appearance - - type: ClusterGrenadeVisuals - state: base - - type: ClusterGrenade - - type: OnUseTimerTrigger - delay: 3.5 - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: GrenadeBase - id: ClusterBangFull - name: clusterbang - description: Launches three flashbangs after the timer runs out. - suffix: Full - components: - - type: Sprite - sprite: Objects/Weapons/Grenades/clusterbang.rsi - layers: - - state: icon - map: ["enum.TriggerVisualLayers.Base"] - - type: ClusterGrenade - fillPrototype: GrenadeFlashBang - distance: 7 - velocity: 7 - - type: TimerTriggerVisuals - primingSound: - path: /Audio/Effects/countdown.ogg - - type: GenericVisualizer - visuals: - enum.Trigger.TriggerVisuals.VisualState: - enum.ConstructionVisuals.Layer: - Primed: { state: primed } - Unprimed: { state: icon } - - type: EmitSoundOnTrigger - sound: - path: "/Audio/Machines/door_lock_off.ogg" - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: [GrenadeBase, BaseSyndicateContraband] - id: ClusterGrenade - name: clustergrenade - description: Why use one grenade when you can use three at once! - components: - - type: Sprite - sprite: Objects/Weapons/Grenades/clusterbomb.rsi - layers: - - state: icon - map: ["enum.TriggerVisualLayers.Base"] - - type: ClusterGrenade - fillPrototype: ExGrenade - velocity: 3.5 - distance: 5 - - type: OnUseTimerTrigger - beepSound: - path: "/Audio/Effects/beep1.ogg" - params: - volume: 5 - initialBeepDelay: 0 - beepInterval: 0.5 - - type: EmitSoundOnTrigger - sound: - path: "/Audio/Machines/door_lock_off.ogg" - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: [BaseItem, BaseSyndicateContraband] - id: ClusterBananaPeel - name: cluster banana peel - description: Splits into 6 explosive banana peels after throwing, guaranteed fun! - components: - - type: Sprite - sprite: Objects/Specific/Hydroponics/banana.rsi - state: produce - - type: Appearance - - type: ClusterGrenade - fillPrototype: TrashBananaPeelExplosive - maxGrenadesCount: 6 - baseTriggerDelay: 20 - - type: DamageOnLand - damage: - types: - Blunt: 10 - - type: LandAtCursor - - type: Damageable - damageContainer: Inorganic - - type: EmitSoundOnTrigger - sound: - path: "/Audio/Items/bikehorn.ogg" - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 10 - behaviors: - - !type:TriggerBehavior - - !type:DoActsBehavior - acts: ["Destruction"] - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: [GrenadeBase, BaseSecurityContraband] - id: GrenadeStinger - name: stinger grenade - description: Nothing to see here, please disperse. - components: - - type: Sprite - sprite: Objects/Weapons/Grenades/stingergrenade.rsi - layers: - - state: icon - map: ["enum.TriggerVisualLayers.Base"] - - type: ClusterGrenade - fillPrototype: PelletClusterRubber - maxGrenadesCount: 30 - grenadeType: enum.GrenadeType.Shoot - - type: FlashOnTrigger - range: 7 - - type: EmitSoundOnTrigger - sound: - path: "/Audio/Effects/flash_bang.ogg" - - type: SpawnOnTrigger - proto: GrenadeFlashEffect - - type: TimerTriggerVisuals - primingSound: - path: /Audio/Effects/countdown.ogg - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: [GrenadeBase, BaseSyndicateContraband] - id: GrenadeIncendiary - name: incendiary grenade - description: Guaranteed to light up the mood. - components: - - type: Sprite - sprite: Objects/Weapons/Grenades/pyrogrenade.rsi - layers: - - state: icon - map: ["enum.TriggerVisualLayers.Base"] - - type: ClusterGrenade - fillPrototype: PelletClusterIncendiary - maxGrenadesCount: 30 - grenadeType: enum.GrenadeType.Shoot - - type: OnUseTimerTrigger - beepSound: - path: "/Audio/Effects/beep1.ogg" - params: - volume: 5 - initialBeepDelay: 0 - beepInterval: 2 - - type: EmitSoundOnTrigger - sound: - path: "/Audio/Weapons/Guns/Gunshots/batrifle.ogg" - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: [GrenadeBase, BaseSyndicateContraband] - id: GrenadeShrapnel - name: shrapnel grenade - description: Releases a deadly spray of shrapnel that causes severe bleeding. - components: - - type: Sprite - sprite: Objects/Weapons/Grenades/shrapnelgrenade.rsi - layers: - - state: icon - map: ["enum.TriggerVisualLayers.Base"] - - type: ClusterGrenade - fillPrototype: PelletClusterLethal - maxGrenadesCount: 30 - grenadeType: enum.GrenadeType.Shoot - - type: OnUseTimerTrigger - beepSound: - path: "/Audio/Effects/beep1.ogg" - params: - volume: 5 - initialBeepDelay: 0 - beepInterval: 2 - - type: EmitSoundOnTrigger - sound: - path: "/Audio/Weapons/Guns/Gunshots/batrifle.ogg" - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: SoapSyndie - id: SlipocalypseClusterSoap - name: slipocalypse clustersoap - description: Spreads small pieces of syndicate soap over an area upon landing on the floor. - components: - - type: Sprite - sprite: Objects/Specific/Janitorial/soap.rsi - layers: - - state: syndie-4 - - type: Appearance - - type: ClusterGrenade - fillPrototype: SoapletSyndie - maxGrenadesCount: 30 - grenadeTriggerIntervalMax: 0 - grenadeTriggerIntervalMin: 0 - baseTriggerDelay: 60 - randomSpread: true - velocity: 3 - - type: DamageOnLand - damage: - types: - Blunt: 10 - - type: LandAtCursor - - type: EmitSoundOnTrigger - sound: - path: "/Audio/Effects/flash_bang.ogg" - - type: Damageable - damageContainer: Inorganic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 10 - behaviors: - - !type:TriggerBehavior - - !type:DoActsBehavior - acts: ["Destruction"] - - type: ContainerContainer - containers: - cluster-payload: !type:Container - -- type: entity - parent: GrenadeShrapnel - id: GrenadeFoamDart - name: foam dart grenade - description: Releases a bothersome spray of foam darts that cause severe welching. - components: - - type: Sprite - sprite: Objects/Weapons/Grenades/foamdart.rsi - layers: - - state: icon - map: ["Base"] - - state: primed - map: ["enum.TriggerVisualLayers.Base"] - - type: ClusterGrenade - fillPrototype: BulletFoam - maxGrenadesCount: 30 - grenadeType: enum.GrenadeType.Throw - velocity: 70 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml index 8f253097abc..08d6d855a88 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml @@ -81,6 +81,9 @@ guides: - Security - Antagonists + - type: Tag + tags: + - GrenadeFlashBang - type: entity id: GrenadeFlashEffect diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/projectile_grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/projectile_grenades.yml new file mode 100644 index 00000000000..07c2a7ad3cd --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/projectile_grenades.yml @@ -0,0 +1,105 @@ +- type: entity + abstract: true + parent: BaseItem + id: ProjectileGrenadeBase + components: + - type: Appearance + - type: Damageable + damageContainer: Inorganic + - type: DeleteOnTrigger + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 10 + behaviors: + - !type:TriggerBehavior + - type: ContainerContainer + containers: + cluster-payload: !type:Container + - type: ProjectileGrenade + +- type: entity + parent: [ProjectileGrenadeBase, BaseRestrictedContraband] + id: GrenadeStinger + name: stinger grenade + description: Nothing to see here, please disperse. + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/stingergrenade.rsi + layers: + - state: icon + map: ["enum.TriggerVisualLayers.Base"] + - type: ProjectileGrenade + fillPrototype: PelletClusterRubber + capacity: 30 + - type: FlashOnTrigger + range: 7 + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Effects/flash_bang.ogg" + - type: SpawnOnTrigger + proto: GrenadeFlashEffect + - type: OnUseTimerTrigger + beepSound: + path: "/Audio/Effects/beep1.ogg" + params: + volume: 5 + initialBeepDelay: 0 + beepInterval: 2 + delay: 3.5 + - type: TimerTriggerVisuals + primingSound: + path: /Audio/Effects/countdown.ogg + +- type: entity + parent: [ProjectileGrenadeBase, BaseSyndicateContraband] + id: GrenadeIncendiary + name: incendiary grenade + description: Guaranteed to light up the mood. + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/pyrogrenade.rsi + layers: + - state: icon + map: ["enum.TriggerVisualLayers.Base"] + - type: ProjectileGrenade + fillPrototype: PelletClusterIncendiary + capacity: 30 + - type: OnUseTimerTrigger + beepSound: + path: "/Audio/Effects/beep1.ogg" + params: + volume: 5 + initialBeepDelay: 0 + beepInterval: 2 + delay: 3.5 + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Weapons/Guns/Gunshots/batrifle.ogg" + +- type: entity + parent: [ProjectileGrenadeBase, BaseSyndicateContraband] + id: GrenadeShrapnel + name: shrapnel grenade + description: Releases a deadly spray of shrapnel that causes severe bleeding. + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/shrapnelgrenade.rsi + layers: + - state: icon + map: ["enum.TriggerVisualLayers.Base"] + - type: ProjectileGrenade + fillPrototype: PelletClusterLethal + capacity: 30 + - type: OnUseTimerTrigger + beepSound: + path: "/Audio/Effects/beep1.ogg" + params: + volume: 5 + initialBeepDelay: 0 + beepInterval: 2 + delay: 3.5 + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Weapons/Guns/Gunshots/batrifle.ogg" diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml new file mode 100644 index 00000000000..f68498bb51b --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml @@ -0,0 +1,174 @@ +# ScatteringGrenade is intended for grenades that spawn entities, especially those with timers +- type: entity + abstract: true + parent: BaseItem + id: ScatteringGrenadeBase + components: + - type: Appearance + - type: ContainerContainer + containers: + cluster-payload: !type:Container + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 10 + behaviors: + - !type:TriggerBehavior + - type: ScatteringGrenade + +- type: entity + parent: [ScatteringGrenadeBase, BaseRestrictedContraband] + id: ClusterBang + name: clusterbang + description: Can be used only with flashbangs. Explodes several times. + components: + - type: ScatteringGrenade + whitelist: + tags: + - GrenadeFlashBang + distance: 6 + velocity: 6 + - type: ClusterGrenadeVisuals + state: base + - type: Sprite + sprite: Objects/Weapons/Grenades/clusterbang.rsi + state: base-0 + - type: OnUseTimerTrigger + delay: 3.5 + +- type: entity + parent: ClusterBang + id: ClusterBangFull + name: ClusterBang + description: Launches three flashbangs after the timer runs out. + suffix: Full + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/clusterbang.rsi + layers: + - state: icon + map: ["enum.TriggerVisualLayers.Base"] + - type: ScatteringGrenade + whitelist: + tags: + - GrenadeFlashBang + fillPrototype: GrenadeFlashBang + distance: 6 + velocity: 6 + - type: TimerTriggerVisuals + primingSound: + path: /Audio/Effects/countdown.ogg + - type: GenericVisualizer + visuals: + enum.Trigger.TriggerVisuals.VisualState: + enum.ConstructionVisuals.Layer: + Primed: { state: primed } + Unprimed: { state: icon } + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Machines/door_lock_off.ogg" + +- type: entity + parent: [ScatteringGrenadeBase, BaseSyndicateContraband] + id: ClusterGrenade + name: clustergrenade + description: Why use one grenade when you can use three at once! + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/clusterbomb.rsi + layers: + - state: icon + map: ["enum.TriggerVisualLayers.Base"] + - type: ScatteringGrenade + fillPrototype: ExGrenade + distance: 4 + - type: OnUseTimerTrigger + beepSound: + path: "/Audio/Effects/beep1.ogg" + params: + volume: 5 + initialBeepDelay: 0 + beepInterval: 0.5 + delay: 3.5 + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Machines/door_lock_off.ogg" + +- type: entity + parent: [ScatteringGrenadeBase, BaseSyndicateContraband] + id: ClusterBananaPeel + name: cluster banana peel + description: Splits into 6 explosive banana peels after throwing, guaranteed fun! + components: + - type: Sprite + sprite: Objects/Specific/Hydroponics/banana.rsi + state: produce + - type: ScatteringGrenade + fillPrototype: TrashBananaPeelExplosive + capacity: 6 + delayBeforeTriggerContents: 20 + - type: LandAtCursor + - type: DamageOnLand + damage: + types: + Blunt: 10 + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Items/bikehorn.ogg" + +- type: entity + parent: [SoapSyndie, ScatteringGrenadeBase, BaseSyndicateContraband] + id: SlipocalypseClusterSoap + name: slipocalypse clustersoap + description: Spreads small pieces of syndicate soap over an area upon landing on the floor. + components: + - type: Sprite + sprite: Objects/Specific/Janitorial/soap.rsi + layers: + - state: syndie-4 + - type: ScatteringGrenade + fillPrototype: SoapletSyndie + capacity: 30 + delayBeforeTriggerContents: 60 + randomDistance: true + randomThrowDistanceMax: 3 + - type: LandAtCursor + - type: DamageOnLand + damage: + types: + Blunt: 10 + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Effects/flash_bang.ogg" + +- type: entity + parent: ScatteringGrenadeBase + id: GrenadeFoamDart + name: foam dart grenade + description: Releases a bothersome spray of foam darts that cause severe welching. + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/foamdart.rsi + layers: + - state: icon + map: ["Base"] + - state: primed + map: ["enum.TriggerVisualLayers.Base"] + - type: ScatteringGrenade + fillPrototype: BulletFoam + capacity: 30 + velocity: 30 + - type: OnUseTimerTrigger + beepSound: + path: "/Audio/Effects/beep1.ogg" + params: + volume: 5 + initialBeepDelay: 0 + beepInterval: 2 + delay: 3.5 + - type: EmitSoundOnTrigger + sound: + path: "/Audio/Weapons/Guns/Gunshots/batrifle.ogg" diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 6112f93c164..5085894ce5b 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -611,6 +611,9 @@ - type: Tag id: Grenade +- type: Tag + id: GrenadeFlashBang + - type: Tag id: HudMedical From 612f8bedabad4d3c552c79106e3295ed4df125f1 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 12:09:14 +0000 Subject: [PATCH 08/50] 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 1eab3641604..a9bf93fa8fa 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Fixed borgs losing access when they run out of power. - type: Fix - id: 7208 - time: '2024-08-25T12:17:03.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31392 - author: metalgearsloth changes: - message: Actions now activate on key-down, not key-up. @@ -3919,3 +3912,11 @@ id: 7707 time: '2024-12-16T11:53:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33665 +- author: Plykiya + changes: + - message: Bombs like stingers and clustergrenades now trigger when destroyed due + to damage. + type: Fix + id: 7708 + time: '2024-12-16T12:08:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/31108 From cd238057507e14fe99e5a2df9fbcb77b00e78b76 Mon Sep 17 00:00:00 2001 From: ActiveMammmoth <140334666+ActiveMammmoth@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:12:45 -0500 Subject: [PATCH 09/50] Wizard Mind Swap Spell (#33416) * working mind swap spell * Removing unncessary spacing Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * Changing mind swap speech Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com> * All requested changes in review * Stores owned by mind instead of body * Requested changes, traitor uplink fixed * Revert "Requested changes, traitor uplink fixed" This reverts commit 2ceac6733d6a28890f60d2ccef3dafa160a702fd. * Revert "Stores owned by mind instead of body" This reverts commit dfb72ab70ed66db50312617f2dce02d0a4e4dfce. * Separate target and performer stun duration --------- Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> Co-authored-by: keronshb <54602815+keronshb@users.noreply.github.com> --- .../Magic/Events/MindSwapSpellEvent.cs | 15 ++++++++ Content.Shared/Magic/SharedMagicSystem.cs | 34 +++++++++++++++++++ .../Locale/en-US/magic/spells-actions.ftl | 1 + .../Locale/en-US/store/spellbook-catalog.ftl | 3 ++ .../Prototypes/Catalog/spellbook_catalog.yml | 13 +++++++ Resources/Prototypes/Magic/mindswap_spell.yml | 20 +++++++++++ 6 files changed, 86 insertions(+) create mode 100644 Content.Shared/Magic/Events/MindSwapSpellEvent.cs create mode 100644 Resources/Prototypes/Magic/mindswap_spell.yml diff --git a/Content.Shared/Magic/Events/MindSwapSpellEvent.cs b/Content.Shared/Magic/Events/MindSwapSpellEvent.cs new file mode 100644 index 00000000000..89319090c1c --- /dev/null +++ b/Content.Shared/Magic/Events/MindSwapSpellEvent.cs @@ -0,0 +1,15 @@ +using Content.Shared.Actions; + +namespace Content.Shared.Magic.Events; + +public sealed partial class MindSwapSpellEvent : EntityTargetActionEvent, ISpeakSpell +{ + [DataField] + public TimeSpan PerformerStunDuration = TimeSpan.FromSeconds(10); + + [DataField] + public TimeSpan TargetStunDuration = TimeSpan.FromSeconds(10); + + [DataField] + public string? Speech { get; private set; } +} diff --git a/Content.Shared/Magic/SharedMagicSystem.cs b/Content.Shared/Magic/SharedMagicSystem.cs index 21e137346ef..acedaf05f65 100644 --- a/Content.Shared/Magic/SharedMagicSystem.cs +++ b/Content.Shared/Magic/SharedMagicSystem.cs @@ -22,6 +22,7 @@ using Content.Shared.Popups; using Content.Shared.Speech.Muting; using Content.Shared.Storage; +using Content.Shared.Stunnable; using Content.Shared.Tag; using Content.Shared.Weapons.Ranged.Components; using Content.Shared.Weapons.Ranged.Systems; @@ -62,6 +63,7 @@ public abstract class SharedMagicSystem : EntitySystem [Dependency] private readonly MobStateSystem _mobState = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedMindSystem _mind = default!; + [Dependency] private readonly SharedStunSystem _stun = default!; public override void Initialize() { @@ -77,6 +79,7 @@ public override void Initialize() SubscribeLocalEvent(OnKnockSpell); SubscribeLocalEvent(OnChargeSpell); SubscribeLocalEvent(OnRandomGlobalSpawnSpell); + SubscribeLocalEvent(OnMindSwapSpell); // Spell wishlist // A wishlish of spells that I'd like to implement or planning on implementing in a future PR @@ -542,6 +545,37 @@ private void OnRandomGlobalSpawnSpell(RandomGlobalSpawnSpellEvent ev) _audio.PlayGlobal(ev.Sound, ev.Performer); } + #endregion + #region Mindswap Spells + + private void OnMindSwapSpell(MindSwapSpellEvent ev) + { + if (ev.Handled || !PassesSpellPrerequisites(ev.Action, ev.Performer)) + return; + + ev.Handled = true; + Speak(ev); + + // Need performer mind, but target mind is unnecessary, such as taking over a NPC + // Need to get target mind before putting performer mind into their body if they have one + // Thus, assign bool before first transfer, then check afterwards + + if (!_mind.TryGetMind(ev.Performer, out var perMind, out var perMindComp)) + return; + + var tarHasMind = _mind.TryGetMind(ev.Target, out var tarMind, out var tarMindComp); + + _mind.TransferTo(perMind, ev.Target); + + if (tarHasMind) + { + _mind.TransferTo(tarMind, ev.Performer); + } + + _stun.TryParalyze(ev.Target, ev.TargetStunDuration, true); + _stun.TryParalyze(ev.Performer, ev.PerformerStunDuration, true); + } + #endregion // End Spells #endregion diff --git a/Resources/Locale/en-US/magic/spells-actions.ftl b/Resources/Locale/en-US/magic/spells-actions.ftl index 21109066d3d..faf5d774369 100644 --- a/Resources/Locale/en-US/magic/spells-actions.ftl +++ b/Resources/Locale/en-US/magic/spells-actions.ftl @@ -5,3 +5,4 @@ action-speech-spell-summon-magicarp = AIE KHUSE EU action-speech-spell-fireball = ONI'SOMA! action-speech-spell-summon-guns = YOR'NEE VES-KORFA action-speech-spell-summon-magic = RYGOIN FEMA-VERECO +action-speech-spell-mind-swap = GIN'YU CAPAN! diff --git a/Resources/Locale/en-US/store/spellbook-catalog.ftl b/Resources/Locale/en-US/store/spellbook-catalog.ftl index dff918b0bc9..1450cc86082 100644 --- a/Resources/Locale/en-US/store/spellbook-catalog.ftl +++ b/Resources/Locale/en-US/store/spellbook-catalog.ftl @@ -20,6 +20,9 @@ spellbook-charge-desc = Adds a charge back to your wand! spellbook-ethereal-jaunt-name = Ethereal Jaunt spellbook-ethereal-jaunt-description = Slip into the ethereal plane to slip away from your enemies! +spellbook-mind-swap-name = Mind Swap +spellbook-mind-swap-description = Exchange bodies with another person! + # Equipment spellbook-wand-polymorph-door-name = Wand of Entrance diff --git a/Resources/Prototypes/Catalog/spellbook_catalog.yml b/Resources/Prototypes/Catalog/spellbook_catalog.yml index 57172dc6657..d5a9b0f1b9a 100644 --- a/Resources/Prototypes/Catalog/spellbook_catalog.yml +++ b/Resources/Prototypes/Catalog/spellbook_catalog.yml @@ -91,6 +91,19 @@ - !type:ListingLimitedStockCondition stock: 1 +- type: listing + id: SpellbookMindSwap + name: spellbook-mind-swap-name + description: spellbook-mind-swap-description + productAction: ActionMindSwap + cost: + WizCoin: 2 + categories: + - SpellbookUtility + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + # Equipment - type: listing id: SpellbookWandDoor diff --git a/Resources/Prototypes/Magic/mindswap_spell.yml b/Resources/Prototypes/Magic/mindswap_spell.yml new file mode 100644 index 00000000000..19b3d41e707 --- /dev/null +++ b/Resources/Prototypes/Magic/mindswap_spell.yml @@ -0,0 +1,20 @@ +- type: entity + id: ActionMindSwap + name: Mind Swap + description: Exchange bodies with another person! + components: + - type: EntityTargetAction + useDelay: 300 + itemIconStyle: BigAction + whitelist: + components: + - Body + canTargetSelf: false + interactOnMiss: false + sound: !type:SoundPathSpecifier + path: /Audio/Magic/staff_animation.ogg + icon: + sprite: Mobs/Species/Human/organs.rsi + state: brain + event: !type:MindSwapSpellEvent + speech: action-speech-spell-mind-swap From 2635888b6ae226f34b572175a3feb99d23a52881 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:23:14 +0000 Subject: [PATCH 10/50] add SpawnTableOnUse (#32620) * add SpawnTableOnUse * make BaseEmitSound more flexible and remove sound from spawntable * add log * :trollface: --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Components/SpawnTableOnUseComponent.cs | 17 ++++++++ .../EntitySystems/SpawnTableOnUseSystem.cs | 41 +++++++++++++++++++ .../Components/BaseEmitSoundComponent.cs | 7 ++++ Content.Shared/Sound/SharedEmitSoundSystem.cs | 18 +++++--- 4 files changed, 78 insertions(+), 5 deletions(-) create mode 100644 Content.Server/Storage/Components/SpawnTableOnUseComponent.cs create mode 100644 Content.Server/Storage/EntitySystems/SpawnTableOnUseSystem.cs diff --git a/Content.Server/Storage/Components/SpawnTableOnUseComponent.cs b/Content.Server/Storage/Components/SpawnTableOnUseComponent.cs new file mode 100644 index 00000000000..a7cbac72543 --- /dev/null +++ b/Content.Server/Storage/Components/SpawnTableOnUseComponent.cs @@ -0,0 +1,17 @@ +using Content.Server.Storage.EntitySystems; +using Content.Shared.EntityTable.EntitySelectors; + +namespace Content.Server.Storage.Components; + +/// +/// Spawns items from an entity table when used in hand. +/// +[RegisterComponent, Access(typeof(SpawnTableOnUseSystem))] +public sealed partial class SpawnTableOnUseComponent : Component +{ + /// + /// The entity table to select entities from. + /// + [DataField(required: true)] + public EntityTableSelector Table = default!; +} diff --git a/Content.Server/Storage/EntitySystems/SpawnTableOnUseSystem.cs b/Content.Server/Storage/EntitySystems/SpawnTableOnUseSystem.cs new file mode 100644 index 00000000000..96556ed7b25 --- /dev/null +++ b/Content.Server/Storage/EntitySystems/SpawnTableOnUseSystem.cs @@ -0,0 +1,41 @@ +using Content.Server.Administration.Logs; +using Content.Server.Storage.Components; +using Content.Shared.Database; +using Content.Shared.EntityTable; +using Content.Shared.Hands.EntitySystems; +using Content.Shared.Interaction.Events; + +namespace Content.Server.Storage.EntitySystems; + +public sealed class SpawnTableOnUseSystem : EntitySystem +{ + [Dependency] private readonly EntityTableSystem _entityTable = default!; + [Dependency] private readonly IAdminLogManager _adminLogger = default!; + [Dependency] private readonly SharedHandsSystem _hands = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnUseInHand); + } + + private void OnUseInHand(Entity ent, ref UseInHandEvent args) + { + if (args.Handled) + return; + + args.Handled = true; + + var coords = Transform(ent).Coordinates; + var spawns = _entityTable.GetSpawns(ent.Comp.Table); + foreach (var id in spawns) + { + var spawned = Spawn(id, coords); + _adminLogger.Add(LogType.EntitySpawn, LogImpact.Low, $"{ToPrettyString(args.User):user} used {ToPrettyString(ent):spawner} which spawned {ToPrettyString(spawned)}"); + _hands.TryPickupAnyHand(args.User, spawned); + } + + Del(ent); + } +} diff --git a/Content.Shared/Sound/Components/BaseEmitSoundComponent.cs b/Content.Shared/Sound/Components/BaseEmitSoundComponent.cs index 4e6ebb23d21..870d20457ef 100644 --- a/Content.Shared/Sound/Components/BaseEmitSoundComponent.cs +++ b/Content.Shared/Sound/Components/BaseEmitSoundComponent.cs @@ -14,4 +14,11 @@ public abstract partial class BaseEmitSoundComponent : Component [ViewVariables(VVAccess.ReadWrite)] [DataField(required: true)] public SoundSpecifier? Sound; + + /// + /// Play the sound at the position instead of parented to the source entity. + /// Useful if the entity is deleted after. + /// + [DataField] + public bool Positional; } diff --git a/Content.Shared/Sound/SharedEmitSoundSystem.cs b/Content.Shared/Sound/SharedEmitSoundSystem.cs index 3e051fff317..30744b68644 100644 --- a/Content.Shared/Sound/SharedEmitSoundSystem.cs +++ b/Content.Shared/Sound/SharedEmitSoundSystem.cs @@ -145,14 +145,22 @@ protected void TryEmitSound(EntityUid uid, BaseEmitSoundComponent component, Ent if (component.Sound == null) return; - if (predict) + if (component.Positional) { - _audioSystem.PlayPredicted(component.Sound, uid, user); + var coords = Transform(uid).Coordinates; + if (predict) + _audioSystem.PlayPredicted(component.Sound, coords, user); + else if (_netMan.IsServer) + // don't predict sounds that client couldn't have played already + _audioSystem.PlayPvs(component.Sound, coords); } - else if (_netMan.IsServer) + else { - // don't predict sounds that client couldn't have played already - _audioSystem.PlayPvs(component.Sound, uid); + if (predict) + _audioSystem.PlayPredicted(component.Sound, uid, user); + else if (_netMan.IsServer) + // don't predict sounds that client couldn't have played already + _audioSystem.PlayPvs(component.Sound, uid); } } From 386e431ea761d817cd561148ba1a1303d1cd4012 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:24:00 +1100 Subject: [PATCH 11/50] LightOnCollide entityquery (#33886) --- .../Light/EntitySystems/LightCollideSystem.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Light/EntitySystems/LightCollideSystem.cs b/Content.Shared/Light/EntitySystems/LightCollideSystem.cs index f09ae6824ea..2de7c5591fd 100644 --- a/Content.Shared/Light/EntitySystems/LightCollideSystem.cs +++ b/Content.Shared/Light/EntitySystems/LightCollideSystem.cs @@ -9,9 +9,14 @@ public sealed class LightCollideSystem : EntitySystem [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SlimPoweredLightSystem _lights = default!; + private EntityQuery _lightQuery; + public override void Initialize() { base.Initialize(); + + _lightQuery = GetEntityQuery(); + SubscribeLocalEvent(OnPreventCollide); SubscribeLocalEvent(OnStart); SubscribeLocalEvent(OnEnd); @@ -35,7 +40,7 @@ private void OnCollideShutdown(Entity ent, ref var other = contact.OtherEnt(ent.Owner); - if (HasComp(other)) + if (_lightQuery.HasComp(other)) { _physics.RegenerateContacts(other); } @@ -46,7 +51,7 @@ private void OnCollideShutdown(Entity ent, ref // At the moment there's no easy way to do collision whitelists based on components. private void OnPreventCollide(Entity ent, ref PreventCollideEvent args) { - if (!HasComp(args.OtherEntity)) + if (!_lightQuery.HasComp(args.OtherEntity)) { args.Cancelled = true; } @@ -57,7 +62,7 @@ private void OnEnd(Entity ent, ref EndCollideEv if (args.OurFixtureId != ent.Comp.FixtureId) return; - if (!HasComp(args.OtherEntity)) + if (!_lightQuery.HasComp(args.OtherEntity)) return; // TODO: Engine bug IsTouching box2d yay. @@ -74,7 +79,7 @@ private void OnStart(Entity ent, ref StartColli if (args.OurFixtureId != ent.Comp.FixtureId) return; - if (!HasComp(args.OtherEntity)) + if (!_lightQuery.HasComp(args.OtherEntity)) return; _lights.SetEnabled(args.OtherEntity, true); From 196782774b0c45351f92d6bdcbd81a71eb526255 Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:33:34 -0800 Subject: [PATCH 12/50] Add generator scrap (Plasma / uranium scrap) (#32198) * First commit * Forgot the shading! * tweaked values * sprite update * Radiation --- .../Spawners/Random/Salvage/tables_loot.yml | 18 +++ .../Entities/Objects/Materials/scrap.yml | 153 ++++++++++++++++++ .../Scrap/generator.rsi/generator_frame.png | Bin 0 -> 393 bytes .../Materials/Scrap/generator.rsi/meta.json | 57 +++++++ .../Materials/Scrap/generator.rsi/nothing.png | Bin 0 -> 102 bytes .../generator.rsi/old_generator_plasma.png | Bin 0 -> 876 bytes .../old_generator_plasma_fuel_leak.png | Bin 0 -> 471 bytes .../Scrap/generator.rsi/rad_dripping.png | Bin 0 -> 433 bytes .../Scrap/generator.rsi/rad_outline.png | Bin 0 -> 323 bytes .../Materials/Scrap/generator.rsi/red_x.png | Bin 0 -> 171 bytes .../Scrap/generator.rsi/uranium_generator.png | Bin 0 -> 729 bytes .../uranium_generator_fuel_tank.png | Bin 0 -> 318 bytes 12 files changed, 228 insertions(+) create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/generator_frame.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/meta.json create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/nothing.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/old_generator_plasma.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/old_generator_plasma_fuel_leak.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_dripping.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_outline.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/red_x.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/uranium_generator.png create mode 100644 Resources/Textures/Objects/Materials/Scrap/generator.rsi/uranium_generator_fuel_tank.png diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml index b74a80c39d4..943b9065603 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml @@ -49,6 +49,8 @@ - id: SheetSteel10 - id: SheetGlass10 - id: SheetPlastic10 + - id: ScrapGeneratorFuelTank + weight: 0.5 - id: PartRodMetal10 weight: 0.33 - id: MaterialWoodPlank10 @@ -64,6 +66,9 @@ id: SalvageScrapLarge table: !type:GroupSelector children: + - !type:NestedSelector + tableId: RandomGeneratorTable + weight: 2 - id: ScrapAirlock1 - id: ScrapCloset - id: ScrapFirelock1 @@ -250,3 +255,16 @@ children: - id: JetpackBlueFilled - id: JetpackBlackFilled + +- type: entityTable + id: RandomGeneratorTable + table: !type:GroupSelector + children: + - id: ScrapGeneratorPlasmaLeaking + - id: ScrapGeneratorUraniumLeaking + - id: ScrapGeneratorPlasma + weight: 0.5 + - id: ScrapGeneratorUranium + weight: 0.5 + - id: ScrapGeneratorFrame + weight: 0.25 diff --git a/Resources/Prototypes/Entities/Objects/Materials/scrap.yml b/Resources/Prototypes/Entities/Objects/Materials/scrap.yml index 6530e3b1701..734111af6dc 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/scrap.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/scrap.yml @@ -26,6 +26,46 @@ tags: - Recyclable +- type: entity + parent: BaseStructure + id: BaseScrapLarge + abstract: true + name: scrap + description: Worthless junk. You could probably get some materials out of it though. + suffix: Scrap + components: + - type: InteractionOutline + - type: Damageable + damageContainer: Inorganic + damageModifierSet: FlimsyMetallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 150 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Tag + tags: + - Recyclable + - type: Transform + anchored: False + noRot: true + - type: Physics + bodyType: Dynamic + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.40,-0.40,0.40,0.40" + density: 200 + mask: + - MachineMask + layer: + - MachineLayer + - type: entity parent: BaseScrap id: ScrapSteel @@ -404,5 +444,118 @@ Glass: 500 # 5 sheets Plastic: 100 # 1 sheet +- type: entity + parent: BaseScrapLarge + id: ScrapGeneratorPlasmaLeaking + name: leaking P.A.C.M.A.N. generator + description: An old looking P.A.C.M.A.N. generator whos plasma tanks started leaking. + components: + - type: Sprite + sprite: Objects/Materials/Scrap/generator.rsi + snapCardinals: true + layers: + - state: old_generator_plasma + - state: old_generator_plasma_fuel_leak + - type: PhysicalComposition + materialComposition: + Steel: 4000 # 40 sheets + Plasma: 2500 # 25 sheets + Plastic: 500 # 5 sheets + +- type: entity + parent: BaseScrapLarge + id: ScrapGeneratorPlasma + name: old P.A.C.M.A.N. generator + description: An old looking P.A.C.M.A.N. generator. It's in very poor condition and non functional. + components: + - type: Sprite + sprite: Objects/Materials/Scrap/generator.rsi + layers: + - state: old_generator_plasma + - type: PhysicalComposition + materialComposition: + Steel: 4000 # 40 sheets + Plasma: 1000 # 10 sheets + Plastic: 500 # 5 sheets + +- type: entity + parent: BaseScrapLarge + id: ScrapGeneratorUraniumLeaking + name: leaking S.U.P.E.R.P.A.C.M.A.N. generator + description: A S.U.P.E.R.P.A.C.M.A.N. generator that appears to have had some kind of catastrophic failure. Its leaking uranium. + components: + - type: Sprite + sprite: Objects/Materials/Scrap/generator.rsi + layers: + - state: uranium_generator + - map: [ "extra" ] + - state: rad_dripping + shader: unshaded + - state: rad_outline + shader: unshaded + - type: RandomSprite + available: + - extra: + red_x: "" + nothing: "" + - type: MultiHandedItem + - type: PhysicalComposition + materialComposition: + Steel: 4000 # 40 sheets + Uranium: 2500 # 25 sheets + Plastic: 500 # 5 sheets + - type: RadiationSource + intensity: 1.0 + +- type: entity + parent: BaseScrapLarge + id: ScrapGeneratorUranium + name: destroyed S.U.P.E.R.P.A.C.M.A.N. generator + description: A S.U.P.E.R.P.A.C.M.A.N. generator that appears to have had some kind of catastrophic failure. + components: + - type: Sprite + sprite: Objects/Materials/Scrap/generator.rsi + layers: + - state: uranium_generator + - map: [ "extra" ] + - type: RandomSprite + available: + - extra: + red_x: "" + nothing: "" + - type: PhysicalComposition + materialComposition: + Steel: 4000 # 40 sheets + Uranium: 1000 # 10 sheets + Plastic: 500 # 5 sheets + - type: RadiationSource + intensity: 0.5 +- type: entity + parent: BaseScrapLarge + id: ScrapGeneratorFrame + name: generator frame + description: A frame of a P.A.C.M.A.N. or S.U.P.E.R.P.A.C.M.A.N. type generator. Where is the rest of it? + components: + - type: Sprite + sprite: Objects/Materials/Scrap/generator.rsi + layers: + - state: generator_frame + - type: PhysicalComposition + materialComposition: + Steel: 1500 # 15 sheets +- type: entity + parent: BaseScrap + id: ScrapGeneratorFuelTank + name: fuel tank + description: A fuel tank from a S.U.P.E.R.P.A.C.M.A.N. type generator. The gauge indicates its got a little fuel left. + components: + - type: Sprite + sprite: Objects/Materials/Scrap/generator.rsi + layers: + - state: uranium_generator_fuel_tank + - type: PhysicalComposition + materialComposition: + Steel: 200 # 2 sheets + Uranium: 500 # 5 sheets diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/generator_frame.png b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/generator_frame.png new file mode 100644 index 0000000000000000000000000000000000000000..0914769086d51f18b04057d4c1c9a2cd80cd58f6 GIT binary patch literal 393 zcmV;40e1e0P)ylhsK#JGq7sutPC4ItkJ_@{N3tqxM{Sj|7^x zTyhEbKJWW}Bopb`CO!L?5uj5bNs^YS$n#u96_*bKkfy0*StgnQ^nqaMrx$=Yj-@Dy z4&wL#Ab(kwN2~w}eb_aiIhyS@WGi-EaI?5;AMS7E@##gdY8cPPdKsL`y7`jV<@0YF z4hjHt8it6e@~FVD70~PgM($JqUnmrdw(SMLCPpL;FdUg&4*^49P6c={=0UwGWjZ}E zzP8(M3Fp^)eSbFZX8$a>FxReqzVJr@KDe4kEgbF|fZkS>mtQpm$@9%5+y#iD$S_n@ z)hXf=z^OoRK5OB;t~UlC3}*s}=3}F;fDM3DAaV_We-(gJyAF8oTLI)BG8*qM3&JjPFL^y=K8yfA3IKmFD@=MT00000NkvXXu0mjfFVvwZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/meta.json b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/meta.json new file mode 100644 index 00000000000..79f35b3cb27 --- /dev/null +++ b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/meta.json @@ -0,0 +1,57 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Beck Thompson using assets from https://github.com/Baystation12/Baystation12/blob/caa635edb97c58301ccdc64757eba323b6673cf3/icons/obj/structures/portgen.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "old_generator_plasma" + }, + { + "name": "old_generator_plasma_fuel_leak" + }, + { + "name": "generator_frame" + }, + { + "name": "uranium_generator" + }, + { + "name": "uranium_generator_fuel_tank" + }, + { + "name": "red_x" + }, + { + "name": "nothing" + }, + { + "name": "rad_outline", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + }, + { + "name": "rad_dripping", + "delays": [ + [ + 2.0, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05, + 0.05 + ] + ] + } + ] + } diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/nothing.png b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/nothing.png new file mode 100644 index 0000000000000000000000000000000000000000..54c77a6a0e9e7b81d4eaf1cf97c1c48970e50f3a GIT binary patch literal 102 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzT~8OskO=p;7aRqFJVwV~)5Q*_ si&|_xTWS0KF#{tL3x|M$Lj#myAZ5>>_~KpQU!YP3Pgg&ebxsLQ0CQUy@&Et; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/old_generator_plasma.png b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/old_generator_plasma.png new file mode 100644 index 0000000000000000000000000000000000000000..0a40e6d2c0480017beb8543e99feba2d3aff3754 GIT binary patch literal 876 zcmV-y1C#uTP)GqG*$=+64wd;KF4@1#Kb*q&B*Z z)TE7BR2b=K+BBqzqlT8ILSU~s*Usb3oA<_d)o|0@-1l+r{r}F_eJ=xBJTkUeAO8VF z1cJe!!l~%!==dj5G1E{18XFtY-rkOr@hP<|GM!FzF0b-LhWb;=CHi?J3HD%_TXlqt zy&j*sw)#jVSc4w2qbUG&S=sQ|2F1d`s2z8wzQO6-r;6t~c41-ur?{V(m=q!mm(ETL z;PrYDi9`fM3P8Y?iNjeVfU62aF$H&Cy%7LfF*8xJ(GOlL2jJcTj16GM7s8XC*Z46% zB>;G{3QxHjg*?X|!w3)vz2mj=0ErDgj{L&ycke-h!$YHn0D6!0DUyzWS_6p`FaU3& zowY&)p}ps8iWQCH}rLA4^C0&2sHHxfmd7~zKjkpl9(xVRvt zz^pu&o}Lr+qi;iQMbQPvjt7);r%vGM^Io_Y=is;JV0&2^dOr-HYjOgP+*I)c`%5tX z^$Td`LH9;ueqj!-Lsei6*WP@L#lPe2%bwLXGy^C&>ch3xRso>RzZK8fhP;;o@RuZ7 zCo(M7pAOXFdRrSR6S*AJoP@FQ^Kjo96*f7;D_E+qiJ1mncRpJZ*B4wnq4dwl0W{TA zW8qU2zh`HWSK~JXcvSDi<#LA*A+a-ObCLkGVA+r3*j<#56`S2!3J9R9=S5Nk%u;ZF zc@bB#?P)V2odPbxZH0v>3e>ALkWPgQl5DsrwFN0%1GEv<0oMSFmzI_$al~RVQ!cXA zzNaqW>No8I`a)5ASRJ;NMb(sYY;_m{&_nu6@*o)gZ1QYXz{rjqGmU_LL2YfV(%09g z{%p`Wu@Q0o+LQ>a1wilVmx{c&+H?t_P)Pc>EgTLj^v9)5v3e590MK#T($XRg(A?at zaE+}Q0W#K$a0E63fE_lB0Eu^ZccY=9A<0v&gUtX~R|JTfKUy120qsTJ(=3%s0?@as z)$ZW@voNod0^lfE71i76#ib*#Ug31>q$9A|5PtyW=9fQFmKtjS0000teK7vluxU%!4yTyu9dR=IX3X~z9U#{_odXdaeX%h$#c=Fc{_EV_-K z>s3PGEXxCD&-OmN@MR{?vO6(6%lFqMZ#eCfe&UDtu>%)=w=H~DDc`)|VCse+|EB9p z>a5jSAAzopr0EObu-~a#s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_dripping.png b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_dripping.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8f9eb2cd30557d371021ed14f0a070f063a22f GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4}e&KgAGV>A1w)GU|_89ba4!+hJ zPpr6v;mU5`jgPL(ep~bI9%F&s{-cKFNe#zW?0gn|fUzJ-lIMeoeRwZE59Qo!L**zT54Po$~SZ zj-14*@V!R6BxV2n{mmEh^N;?@`g*$wwalL^8JX;XuIGih{sFheyxWQf&gYH;qk_TH L)z4*}Q$iB}^3SiU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_outline.png b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/rad_outline.png new file mode 100644 index 0000000000000000000000000000000000000000..09a4c0826ac078b4e2167d80aa3125ce2d2c2193 GIT binary patch literal 323 zcmeAS@N?(olHy`uVBq!ia0vp^4M42G!3HF6DHW(PFfej?x;TbZ#J!#B&2`9tfmM3X z1U=gh@xr(4_SyQ69AjR!E}7)IfJHMmQ}bod>mwHLdCv#@bW|6(@a0fA7sGT1MiGX2 z3^Mmw0~jip3Tnh17$0yR_!!H;+Mv#GyqpZlhDN44_m{_hewA2U%lBthi z%3p7|Wj34p>-VYVmPh6Fr7bqmbo*vC)S}xS+qW8{`a$o^5>sc7FX~xJevRG zxY?Bb8jMOQ^BsQA%fJ07q%N-J_FRplGlaf8eOa_mgE8&z=9m|cxi(x#+MT57aD9nb b)jRh4GCqp6iKm|d1Bb!W)z4*}Q$iB}kz0I& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/red_x.png b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/red_x.png new file mode 100644 index 0000000000000000000000000000000000000000..3ec4fd6268312a59c469a49a6116a06c555d3cc1 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ0#6smkO=p;lN`Ai6nU86mjC%5 z{in~H)p6S0ApV8ZKR!`Zc`1;6^nBN6X;y^^N(R;Q&D^}ItzY>E^Oq>|+y3AFOtQ9O zs#T4w5P)Nkl0-c1WQ;@n-*+PV_AKsdDmq>fGvx?bS}fr%=Y8K9rs$B{)FJEB5rA+YnM|r2 zibA0<5m)RqG=NkpMfrT5YRYzBTKs6YXtVL9Z)|6)H579GjHE^uLbUVqxOn$sR3_HI zGjG%qAhCQ+yi|PkmfGLDG<)hdRjQk`^;H=vjQ3{e{ld}nkuc2!qV%~|?E{F%<5Vh@ z1jI-HCwrZdTwq~{hvc*L%j2VS;f3)5@R4?Nox0twaHi4xHqZ^&k97!vD-Q537zE)! zvkM6TgEd&7I#yN4!<1rnid%d1WKFQhk# z*KaJFgxTPKScBpI9R-&585oXlD4J^kqnh(s<}YPXdAO9{;{g|y#x-B~P5Dd!Va8a6#$vdD2Kq#>DNdOFV z0HXRl;AgiTK>T5|W-E4&0euB<92m$g2z{cu64zmwKWP34;1541bU%Q;(HsB(002ov LPDHLkV1fVuU+q(& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/Scrap/generator.rsi/uranium_generator_fuel_tank.png b/Resources/Textures/Objects/Materials/Scrap/generator.rsi/uranium_generator_fuel_tank.png new file mode 100644 index 0000000000000000000000000000000000000000..59cf3663bf307063f8486dd99b60f9c320ec2eb9 GIT binary patch literal 318 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=hEVFfx0(IEF;HC#Ogx9I!a>&A7)Z z!Gy)l8A4>VHWb%Au8+98u{_E4&c_``I#;H5@HPIs8vWn?_Li9kmngPA^f@fUrfDC) z<7a-{{-g`V*IT>A+p2_f^)7O~zrX)~eN?P^^W7yCZO)b4lAC6oddN3p^IwK$*ClK* zF@b>-Gm1OIENXv!`TzUd{Im~QClYU5GiY@@dvKa#+eh{rg6Z)!NgMdeS-Z Date: Mon, 16 Dec 2024 07:34:02 -0500 Subject: [PATCH 13/50] Add a test to check that lathe recipes are possible (#33868) * Add a test to check that all lathes accept the materials for all their recipesy * Add check for storage limit * Track total recipe material volume * Check dynamic and emag recipes too * Move AllLatheRecipesValidTest from ResearchTest to LatheTest * Extremely minor modernization --- .../Tests/Lathe/LatheTest.cs | 132 ++++++++++++++++++ .../Tests/ResearchTest.cs | 20 --- 2 files changed, 132 insertions(+), 20 deletions(-) create mode 100644 Content.IntegrationTests/Tests/Lathe/LatheTest.cs diff --git a/Content.IntegrationTests/Tests/Lathe/LatheTest.cs b/Content.IntegrationTests/Tests/Lathe/LatheTest.cs new file mode 100644 index 00000000000..88aece967b7 --- /dev/null +++ b/Content.IntegrationTests/Tests/Lathe/LatheTest.cs @@ -0,0 +1,132 @@ +using System.Collections.Generic; +using System.Linq; +using Content.Shared.Lathe; +using Content.Shared.Materials; +using Content.Shared.Prototypes; +using Content.Shared.Research.Prototypes; +using Content.Shared.Whitelist; +using Robust.Shared.GameObjects; +using Robust.Shared.Prototypes; + +namespace Content.IntegrationTests.Tests.Lathe; + +[TestFixture] +public sealed class LatheTest +{ + [Test] + public async Task TestLatheRecipeIngredientsFitLathe() + { + await using var pair = await PoolManager.GetServerClient(); + var server = pair.Server; + + var mapData = await pair.CreateTestMap(); + + var entMan = server.EntMan; + var protoMan = server.ProtoMan; + var compFactory = server.ResolveDependency(); + var materialStorageSystem = server.System(); + var whitelistSystem = server.System(); + + await server.WaitAssertion(() => + { + // Find all the lathes + var latheProtos = protoMan.EnumeratePrototypes() + .Where(p => !p.Abstract) + .Where(p => !pair.IsTestPrototype(p)) + .Where(p => p.HasComponent()); + + // Find every EntityPrototype that can be inserted into a MaterialStorage + var materialEntityProtos = protoMan.EnumeratePrototypes() + .Where(p => !p.Abstract) + .Where(p => !pair.IsTestPrototype(p)) + .Where(p => p.HasComponent()); + + // Spawn all of the above material EntityPrototypes - we need actual entities to do whitelist checks + var materialEntities = new List(materialEntityProtos.Count()); + foreach (var materialEntityProto in materialEntityProtos) + { + materialEntities.Add(entMan.SpawnEntity(materialEntityProto.ID, mapData.GridCoords)); + } + + Assert.Multiple(() => + { + // Check each lathe individually + foreach (var latheProto in latheProtos) + { + if (!latheProto.TryGetComponent(out var latheComp, compFactory)) + continue; + + if (!latheProto.TryGetComponent(out var storageComp, compFactory)) + continue; + + // Test which material-containing entities are accepted by this lathe + var acceptedMaterials = new HashSet>(); + foreach (var materialEntity in materialEntities) + { + Assert.That(entMan.TryGetComponent(materialEntity, out var compositionComponent)); + if (whitelistSystem.IsWhitelistFail(storageComp.Whitelist, materialEntity)) + continue; + + // Mark the lathe as accepting each material in the entity + foreach (var (material, _) in compositionComponent.MaterialComposition) + { + acceptedMaterials.Add(material); + } + } + + // Collect all the recipes assigned to this lathe + var recipes = new List>(); + recipes.AddRange(latheComp.StaticRecipes); + recipes.AddRange(latheComp.DynamicRecipes); + if (latheProto.TryGetComponent(out var emagRecipesComp, compFactory)) + { + recipes.AddRange(emagRecipesComp.EmagStaticRecipes); + recipes.AddRange(emagRecipesComp.EmagDynamicRecipes); + } + + // Check each recipe assigned to this lathe + foreach (var recipeId in recipes) + { + Assert.That(protoMan.TryIndex(recipeId, out var recipeProto)); + + // Track the total material volume of the recipe + var totalQuantity = 0; + // Check each material called for by the recipe + foreach (var (materialId, quantity) in recipeProto.Materials) + { + Assert.That(protoMan.TryIndex(materialId, out var materialProto)); + // Make sure the material is accepted by the lathe + Assert.That(acceptedMaterials, Does.Contain(materialId), $"Lathe {latheProto.ID} has recipe {recipeId} but does not accept any materials containing {materialId}"); + totalQuantity += quantity; + } + // Make sure the recipe doesn't call for more material than the lathe can hold + if (storageComp.StorageLimit != null) + Assert.That(totalQuantity, Is.LessThanOrEqualTo(storageComp.StorageLimit), $"Lathe {latheProto.ID} has recipe {recipeId} which calls for {totalQuantity} units of materials but can only hold {storageComp.StorageLimit}"); + } + } + }); + }); + + await pair.CleanReturnAsync(); + } + + [Test] + public async Task AllLatheRecipesValidTest() + { + await using var pair = await PoolManager.GetServerClient(); + + var server = pair.Server; + var proto = server.ProtoMan; + + Assert.Multiple(() => + { + foreach (var recipe in proto.EnumeratePrototypes()) + { + if (recipe.Result == null) + Assert.That(recipe.ResultReagents, Is.Not.Null, $"Recipe '{recipe.ID}' has no result or result reagents."); + } + }); + + await pair.CleanReturnAsync(); + } +} diff --git a/Content.IntegrationTests/Tests/ResearchTest.cs b/Content.IntegrationTests/Tests/ResearchTest.cs index f50e6111da3..7ae29a79ffd 100644 --- a/Content.IntegrationTests/Tests/ResearchTest.cs +++ b/Content.IntegrationTests/Tests/ResearchTest.cs @@ -98,24 +98,4 @@ await server.WaitAssertion(() => await pair.CleanReturnAsync(); } - - [Test] - public async Task AllLatheRecipesValidTest() - { - await using var pair = await PoolManager.GetServerClient(); - - var server = pair.Server; - var proto = server.ResolveDependency(); - - Assert.Multiple(() => - { - foreach (var recipe in proto.EnumeratePrototypes()) - { - if (recipe.Result == null) - Assert.That(recipe.ResultReagents, Is.Not.Null, $"Recipe '{recipe.ID}' has no result or result reagents."); - } - }); - - await pair.CleanReturnAsync(); - } } From d5323332a682a4be1143cc439d7dd2b4f7a61733 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 12:34:40 +0000 Subject: [PATCH 14/50] 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 a9bf93fa8fa..37d0d6043ff 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Actions now activate on key-down, not key-up. - type: Tweak - id: 7209 - time: '2024-08-25T12:36:22.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31191 - author: PJB3005 changes: - message: PACMAN and SUPERPACMAN now ramp their power output significantly faster. @@ -3920,3 +3913,11 @@ id: 7708 time: '2024-12-16T12:08:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/31108 +- author: Beck Thompson + changes: + - message: Added some new scrap that contains uranium and plasma that can be found + when salvaging! + type: Add + id: 7709 + time: '2024-12-16T12:33:34.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32198 From 1f4241341603a23b6b8b4f2b60afb0f0a8e81e29 Mon Sep 17 00:00:00 2001 From: Baa <9057997+Baa14453@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:53:21 +0000 Subject: [PATCH 15/50] Fix udder wooly reagent creation V2 (#32905) * Changed comments to be more clear and uniform. EggLayer uses NextGrowth instead of frame accumulation. Egglayer uses much less energy to make eggs, and lay time is randomized for player and AI chicken. * UdderComponent ReagentId can be changed now UdderSystem and WoolySystem use SharedSolutionContainerSystem now * Entities with udders can be examined to see a rough hunger level udders and wooly stop reagent generation/extra nutrient usage once the solution container is full * Moved stuff to Shared AutoPausedField now * Cleanup moving stuff to Shared * Oops. Make UdderSystem sealed instead of abstract. * Switch PopupEntity for PopupClient * Didn't mean to delete Access * new() instead of default! prototype revert egglayer balance change NextGrowth += timespan in egglayer * forgot [Datafield] for NextGrowth * forgot NetworkedComponent again... * Renaming Shared Animal to Shared Animals to match Server Hopefully also resolve merge conflicts. * Fix incorrect filename * Update with requested changes Put UdderSystem dependencies in alphabetical order. Initialise NextGrowth for Udder and Wooly components on MapInitEvent. Clean-up EggLayerSystem a little. Re-write OnExamine function for UdderSystem, improving clarity. Add full stops to end of udder examine locales. And more :) * Add some additional descriptions for cow hunger levels. * Add Udder and Wooly quantity to AutoNetworkedField * Account for less than starving threshold. --------- Co-authored-by: sirionaut Co-authored-by: Sirionaut <148076704+Sirionaut@users.noreply.github.com> Co-authored-by: Tayrtahn --- .../Animals/Components/EggLayerComponent.cs | 42 +++++---- .../Animals/Components/UdderComponent.cs | 59 ------------- .../Animals/Systems/EggLayerSystem.cs | 25 +++--- .../Polymorph/Systems/PolymorphSystem.cs | 2 +- Content.Shared/Animals/UdderComponent.cs | 57 ++++++++++++ .../Animals}/UdderSystem.cs | 88 +++++++++++++++---- .../Animals}/WoolyComponent.cs | 25 +++--- .../Animals}/WoolySystem.cs | 29 +++--- .../Nutrition/IngestionEvents.cs | 2 +- .../en-US/animals/udder/udder-system.ftl | 6 ++ 10 files changed, 203 insertions(+), 132 deletions(-) delete mode 100644 Content.Server/Animals/Components/UdderComponent.cs create mode 100644 Content.Shared/Animals/UdderComponent.cs rename {Content.Server/Animals/Systems => Content.Shared/Animals}/UdderSystem.cs (62%) rename {Content.Server/Animals/Components => Content.Shared/Animals}/WoolyComponent.cs (66%) rename {Content.Server/Animals/Systems => Content.Shared/Animals}/WoolySystem.cs (74%) rename {Content.Server => Content.Shared}/Nutrition/IngestionEvents.cs (96%) diff --git a/Content.Server/Animals/Components/EggLayerComponent.cs b/Content.Server/Animals/Components/EggLayerComponent.cs index a0f7de676e5..899bc97f47b 100644 --- a/Content.Server/Animals/Components/EggLayerComponent.cs +++ b/Content.Server/Animals/Components/EggLayerComponent.cs @@ -1,3 +1,4 @@ +using Content.Server.Animals.Systems; using Content.Shared.Storage; using Robust.Shared.Audio; using Robust.Shared.Prototypes; @@ -9,44 +10,47 @@ namespace Content.Server.Animals.Components; /// It also grants an action to players who are controlling these entities, allowing them to do it manually. /// -[RegisterComponent] +[RegisterComponent, Access(typeof(EggLayerSystem)), AutoGenerateComponentPause] public sealed partial class EggLayerComponent : Component { - [DataField] - public EntProtoId EggLayAction = "ActionAnimalLayEgg"; + /// + /// The item that gets laid/spawned, retrieved from animal prototype. + /// + [DataField(required: true)] + public List EggSpawn = new(); /// - /// The amount of nutrient consumed on update. + /// Player action. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public float HungerUsage = 60f; + [DataField] + public EntProtoId EggLayAction = "ActionAnimalLayEgg"; + + [DataField] + public SoundSpecifier EggLaySound = new SoundPathSpecifier("/Audio/Effects/pop.ogg"); /// /// Minimum cooldown used for the automatic egg laying. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField] public float EggLayCooldownMin = 60f; /// /// Maximum cooldown used for the automatic egg laying. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField] public float EggLayCooldownMax = 120f; /// - /// Set during component init. + /// The amount of nutrient consumed on update. /// - [ViewVariables(VVAccess.ReadWrite)] - public float CurrentEggLayCooldown; - - [DataField(required: true), ViewVariables(VVAccess.ReadWrite)] - public List EggSpawn = default!; - [DataField] - public SoundSpecifier EggLaySound = new SoundPathSpecifier("/Audio/Effects/pop.ogg"); - - [DataField] - public float AccumulatedFrametime; + public float HungerUsage = 60f; [DataField] public EntityUid? Action; + + /// + /// When to next try to produce. + /// + [DataField, AutoPausedField] + public TimeSpan NextGrowth = TimeSpan.Zero; } diff --git a/Content.Server/Animals/Components/UdderComponent.cs b/Content.Server/Animals/Components/UdderComponent.cs deleted file mode 100644 index 620f4572a71..00000000000 --- a/Content.Server/Animals/Components/UdderComponent.cs +++ /dev/null @@ -1,59 +0,0 @@ -using Content.Server.Animals.Systems; -using Content.Shared.Chemistry.Components; -using Content.Shared.Chemistry.Reagent; -using Content.Shared.FixedPoint; -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; - -namespace Content.Server.Animals.Components - -/// -/// Lets an entity produce milk. Uses hunger if present. -/// -{ - [RegisterComponent, Access(typeof(UdderSystem))] - internal sealed partial class UdderComponent : Component - { - /// - /// The reagent to produce. - /// - [DataField, ViewVariables(VVAccess.ReadOnly)] - public ProtoId ReagentId = "Milk"; - - /// - /// The name of . - /// - [DataField, ViewVariables(VVAccess.ReadOnly)] - public string SolutionName = "udder"; - - /// - /// The solution to add reagent to. - /// - [DataField] - public Entity? Solution = null; - - /// - /// The amount of reagent to be generated on update. - /// - [DataField, ViewVariables(VVAccess.ReadOnly)] - public FixedPoint2 QuantityPerUpdate = 25; - - /// - /// The amount of nutrient consumed on update. - /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public float HungerUsage = 10f; - - /// - /// How long to wait before producing. - /// - [DataField, ViewVariables(VVAccess.ReadWrite)] - public TimeSpan GrowthDelay = TimeSpan.FromMinutes(1); - - /// - /// When to next try to produce. - /// - [DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), ViewVariables(VVAccess.ReadWrite)] - public TimeSpan NextGrowth = TimeSpan.FromSeconds(0); - } -} diff --git a/Content.Server/Animals/Systems/EggLayerSystem.cs b/Content.Server/Animals/Systems/EggLayerSystem.cs index 55d63808a4b..3e552f1b387 100644 --- a/Content.Server/Animals/Systems/EggLayerSystem.cs +++ b/Content.Server/Animals/Systems/EggLayerSystem.cs @@ -7,15 +7,15 @@ using Content.Shared.Nutrition.EntitySystems; using Content.Shared.Storage; using Robust.Server.Audio; -using Robust.Server.GameObjects; using Robust.Shared.Player; using Robust.Shared.Random; +using Robust.Shared.Timing; namespace Content.Server.Animals.Systems; /// -/// Gives ability to produce eggs, produces endless if the -/// owner has no HungerComponent +/// Gives the ability to lay eggs/other things; +/// produces endlessly if the owner does not have a HungerComponent. /// public sealed class EggLayerSystem : EntitySystem { @@ -23,6 +23,7 @@ public sealed class EggLayerSystem : EntitySystem [Dependency] private readonly ActionsSystem _actions = default!; [Dependency] private readonly AudioSystem _audio = default!; [Dependency] private readonly HungerSystem _hunger = default!; + [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly PopupSystem _popup = default!; [Dependency] private readonly MobStateSystem _mobState = default!; @@ -37,7 +38,6 @@ public override void Initialize() public override void Update(float frameTime) { base.Update(frameTime); - var query = EntityQueryEnumerator(); while (query.MoveNext(out var uid, out var eggLayer)) { @@ -45,13 +45,17 @@ public override void Update(float frameTime) if (HasComp(uid)) continue; - eggLayer.AccumulatedFrametime += frameTime; + if (_timing.CurTime < eggLayer.NextGrowth) + continue; + + // Randomize next growth time for more organic egglaying. + eggLayer.NextGrowth += TimeSpan.FromSeconds(_random.NextFloat(eggLayer.EggLayCooldownMin, eggLayer.EggLayCooldownMax)); - if (eggLayer.AccumulatedFrametime < eggLayer.CurrentEggLayCooldown) + if (_mobState.IsDead(uid)) continue; - eggLayer.AccumulatedFrametime -= eggLayer.CurrentEggLayCooldown; - eggLayer.CurrentEggLayCooldown = _random.NextFloat(eggLayer.EggLayCooldownMin, eggLayer.EggLayCooldownMax); + // Hungerlevel check/modification is done in TryLayEgg() + // so it's used for player controlled chickens as well. TryLayEgg(uid, eggLayer); } @@ -60,11 +64,12 @@ public override void Update(float frameTime) private void OnMapInit(EntityUid uid, EggLayerComponent component, MapInitEvent args) { _actions.AddAction(uid, ref component.Action, component.EggLayAction); - component.CurrentEggLayCooldown = _random.NextFloat(component.EggLayCooldownMin, component.EggLayCooldownMax); + component.NextGrowth = _timing.CurTime + TimeSpan.FromSeconds(_random.NextFloat(component.EggLayCooldownMin, component.EggLayCooldownMax)); } private void OnEggLayAction(EntityUid uid, EggLayerComponent egglayer, EggLayInstantActionEvent args) { + // Cooldown is handeled by ActionAnimalLayEgg in types.yml. args.Handled = TryLayEgg(uid, egglayer); } @@ -76,7 +81,7 @@ public bool TryLayEgg(EntityUid uid, EggLayerComponent? egglayer) if (_mobState.IsDead(uid)) return false; - // Allow infinitely laying eggs if they can't get hungry + // Allow infinitely laying eggs if they can't get hungry. if (TryComp(uid, out var hunger)) { if (hunger.CurrentHunger < egglayer.HungerUsage) diff --git a/Content.Server/Polymorph/Systems/PolymorphSystem.cs b/Content.Server/Polymorph/Systems/PolymorphSystem.cs index c9a71c53584..1514d580dda 100644 --- a/Content.Server/Polymorph/Systems/PolymorphSystem.cs +++ b/Content.Server/Polymorph/Systems/PolymorphSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Humanoid; using Content.Server.Inventory; using Content.Server.Mind.Commands; -using Content.Server.Nutrition; using Content.Server.Polymorph.Components; using Content.Shared.Actions; using Content.Shared.Buckle; @@ -13,6 +12,7 @@ using Content.Shared.Mind; using Content.Shared.Mobs.Components; using Content.Shared.Mobs.Systems; +using Content.Shared.Nutrition; using Content.Shared.Polymorph; using Content.Shared.Popups; using Robust.Server.Audio; diff --git a/Content.Shared/Animals/UdderComponent.cs b/Content.Shared/Animals/UdderComponent.cs new file mode 100644 index 00000000000..d2767b08960 --- /dev/null +++ b/Content.Shared/Animals/UdderComponent.cs @@ -0,0 +1,57 @@ +using Content.Shared.Chemistry.Components; +using Content.Shared.Chemistry.Reagent; +using Content.Shared.FixedPoint; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Animals; + +/// +/// Gives the ability to produce a solution; +/// produces endlessly if the owner does not have a HungerComponent. +/// +[RegisterComponent, AutoGenerateComponentState, AutoGenerateComponentPause, NetworkedComponent] +public sealed partial class UdderComponent : Component +{ + /// + /// The reagent to produce. + /// + [DataField, AutoNetworkedField] + public ProtoId ReagentId = new(); + + /// + /// The name of . + /// + [DataField] + public string SolutionName = "udder"; + + /// + /// The solution to add reagent to. + /// + [DataField, ViewVariables(VVAccess.ReadOnly)] + public Entity? Solution = null; + + /// + /// The amount of reagent to be generated on update. + /// + [DataField, AutoNetworkedField] + public FixedPoint2 QuantityPerUpdate = 25; + + /// + /// The amount of nutrient consumed on update. + /// + [DataField, AutoNetworkedField] + public float HungerUsage = 10f; + + /// + /// How long to wait before producing. + /// + [DataField, AutoNetworkedField] + public TimeSpan GrowthDelay = TimeSpan.FromMinutes(1); + + /// + /// When to next try to produce. + /// + [DataField, AutoPausedField, Access(typeof(UdderSystem))] + public TimeSpan NextGrowth = TimeSpan.Zero; +} diff --git a/Content.Server/Animals/Systems/UdderSystem.cs b/Content.Shared/Animals/UdderSystem.cs similarity index 62% rename from Content.Server/Animals/Systems/UdderSystem.cs rename to Content.Shared/Animals/UdderSystem.cs index 452ba54d6e1..cb6e5b307fe 100644 --- a/Content.Server/Animals/Systems/UdderSystem.cs +++ b/Content.Shared/Animals/UdderSystem.cs @@ -1,8 +1,7 @@ -using Content.Server.Animals.Components; -using Content.Server.Popups; -using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Chemistry.Components; +using Content.Shared.Chemistry.EntitySystems; using Content.Shared.DoAfter; +using Content.Shared.Examine; using Content.Shared.IdentityManagement; using Content.Shared.Mobs.Systems; using Content.Shared.Nutrition.Components; @@ -12,18 +11,17 @@ using Content.Shared.Verbs; using Robust.Shared.Timing; -namespace Content.Server.Animals.Systems; - +namespace Content.Shared.Animals; /// -/// Gives ability to produce milkable reagents, produces endless if the -/// owner has no HungerComponent +/// Gives the ability to produce milkable reagents; +/// produces endlessly if the owner does not have a HungerComponent. /// -internal sealed class UdderSystem : EntitySystem +public sealed class UdderSystem : EntitySystem { [Dependency] private readonly HungerSystem _hunger = default!; [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly MobStateSystem _mobState = default!; - [Dependency] private readonly PopupSystem _popupSystem = default!; + [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; [Dependency] private readonly SharedSolutionContainerSystem _solutionContainerSystem = default!; @@ -31,26 +29,37 @@ public override void Initialize() { base.Initialize(); + SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent>(AddMilkVerb); SubscribeLocalEvent(OnDoAfter); + SubscribeLocalEvent(OnExamine); + } + + private void OnMapInit(EntityUid uid, UdderComponent component, MapInitEvent args) + { + component.NextGrowth = _timing.CurTime + component.GrowthDelay; } public override void Update(float frameTime) { base.Update(frameTime); - var query = EntityQueryEnumerator(); - var now = _timing.CurTime; while (query.MoveNext(out var uid, out var udder)) { - if (now < udder.NextGrowth) + if (_timing.CurTime < udder.NextGrowth) continue; - udder.NextGrowth = now + udder.GrowthDelay; + udder.NextGrowth += udder.GrowthDelay; if (_mobState.IsDead(uid)) continue; + if (!_solutionContainerSystem.ResolveSolution(uid, udder.SolutionName, ref udder.Solution, out var solution)) + continue; + + if (solution.AvailableVolume == 0) + continue; + // Actually there is food digestion so no problem with instant reagent generation "OnFeed" if (EntityManager.TryGetComponent(uid, out HungerComponent? hunger)) { @@ -61,9 +70,6 @@ public override void Update(float frameTime) _hunger.ModifyHunger(uid, -udder.HungerUsage, hunger); } - if (!_solutionContainerSystem.ResolveSolution(uid, udder.SolutionName, ref udder.Solution)) - continue; - //TODO: toxins from bloodstream !? _solutionContainerSystem.TryAddReagent(udder.Solution.Value, udder.ReagentId, udder.QuantityPerUpdate, out _); } @@ -99,7 +105,7 @@ private void OnDoAfter(Entity entity, ref MilkingDoAfterEvent ar var quantity = solution.Volume; if (quantity == 0) { - _popupSystem.PopupEntity(Loc.GetString("udder-system-dry"), entity.Owner, args.Args.User); + _popupSystem.PopupClient(Loc.GetString("udder-system-dry"), entity.Owner, args.Args.User); return; } @@ -109,7 +115,7 @@ private void OnDoAfter(Entity entity, ref MilkingDoAfterEvent ar var split = _solutionContainerSystem.SplitSolution(entity.Comp.Solution.Value, quantity); _solutionContainerSystem.TryAddSolution(targetSoln.Value, split); - _popupSystem.PopupEntity(Loc.GetString("udder-system-success", ("amount", quantity), ("target", Identity.Entity(args.Args.Used.Value, EntityManager))), entity.Owner, + _popupSystem.PopupClient(Loc.GetString("udder-system-success", ("amount", quantity), ("target", Identity.Entity(args.Args.Used.Value, EntityManager))), entity.Owner, args.Args.User, PopupType.Medium); } @@ -134,4 +140,50 @@ private void AddMilkVerb(Entity entity, ref GetVerbsEvent + /// Defines the text provided on examine. + /// Changes depending on the amount of hunger the target has. + /// + private void OnExamine(Entity entity, ref ExaminedEvent args) + { + + var entityIdentity = Identity.Entity(args.Examined, EntityManager); + + string message; + + // Check if the target has hunger, otherwise return not hungry. + if (!TryComp(entity, out var hunger)) + { + message = Loc.GetString("udder-system-examine-none", ("entity", entityIdentity)); + args.PushMarkup(message); + return; + } + + // Choose the correct examine string based on HungerThreshold. + switch (_hunger.GetHungerThreshold(hunger)) + { + case >= HungerThreshold.Overfed: + message = Loc.GetString("udder-system-examine-overfed", ("entity", entityIdentity)); + break; + + case HungerThreshold.Okay: + message = Loc.GetString("udder-system-examine-okay", ("entity", entityIdentity)); + break; + + case HungerThreshold.Peckish: + message = Loc.GetString("udder-system-examine-hungry", ("entity", entityIdentity)); + break; + + // There's a final hunger threshold called "dead" but animals don't actually die so we'll re-use this. + case <= HungerThreshold.Starving: + message = Loc.GetString("udder-system-examine-starved", ("entity", entityIdentity)); + break; + + default: + return; + } + + args.PushMarkup(message); + } } diff --git a/Content.Server/Animals/Components/WoolyComponent.cs b/Content.Shared/Animals/WoolyComponent.cs similarity index 66% rename from Content.Server/Animals/Components/WoolyComponent.cs rename to Content.Shared/Animals/WoolyComponent.cs index c09c6f5e089..1dfe523001e 100644 --- a/Content.Server/Animals/Components/WoolyComponent.cs +++ b/Content.Shared/Animals/WoolyComponent.cs @@ -1,23 +1,22 @@ -using Content.Server.Animals.Systems; using Content.Shared.Chemistry.Components; using Content.Shared.Chemistry.Reagent; using Content.Shared.FixedPoint; +using Robust.Shared.GameStates; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -namespace Content.Server.Animals.Components; +namespace Content.Shared.Animals; /// -/// Lets an entity produce wool fibers. Uses hunger if present. +/// Gives the ability to produce wool fibers; +/// produces endlessly if the owner does not have a HungerComponent. /// - -[RegisterComponent, Access(typeof(WoolySystem))] +[RegisterComponent, AutoGenerateComponentState, AutoGenerateComponentPause, NetworkedComponent] public sealed partial class WoolyComponent : Component { /// /// The reagent to grow. /// - [DataField, ViewVariables(VVAccess.ReadOnly)] + [DataField, AutoNetworkedField] public ProtoId ReagentId = "Fiber"; /// @@ -29,30 +28,30 @@ public sealed partial class WoolyComponent : Component /// /// The solution to add reagent to. /// - [DataField] + [DataField, ViewVariables(VVAccess.ReadOnly)] public Entity? Solution; /// /// The amount of reagent to be generated on update. /// - [DataField, ViewVariables(VVAccess.ReadOnly)] + [DataField, AutoNetworkedField] public FixedPoint2 Quantity = 25; /// /// The amount of nutrient consumed on update. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, AutoNetworkedField] public float HungerUsage = 10f; /// /// How long to wait before growing wool. /// - [DataField, ViewVariables(VVAccess.ReadWrite)] + [DataField, AutoNetworkedField] public TimeSpan GrowthDelay = TimeSpan.FromMinutes(1); /// /// When to next try growing wool. /// - [DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), ViewVariables(VVAccess.ReadWrite)] - public TimeSpan NextGrowth = TimeSpan.FromSeconds(0); + [DataField, AutoPausedField, Access(typeof(WoolySystem))] + public TimeSpan NextGrowth = TimeSpan.Zero; } diff --git a/Content.Server/Animals/Systems/WoolySystem.cs b/Content.Shared/Animals/WoolySystem.cs similarity index 74% rename from Content.Server/Animals/Systems/WoolySystem.cs rename to Content.Shared/Animals/WoolySystem.cs index ef0ba086eaf..b7e0f52982c 100644 --- a/Content.Server/Animals/Systems/WoolySystem.cs +++ b/Content.Shared/Animals/WoolySystem.cs @@ -1,16 +1,15 @@ -using Content.Server.Animals.Components; -using Content.Server.Nutrition; using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Mobs.Systems; +using Content.Shared.Nutrition; using Content.Shared.Nutrition.Components; using Content.Shared.Nutrition.EntitySystems; using Robust.Shared.Timing; -namespace Content.Server.Animals.Systems; +namespace Content.Shared.Animals; /// -/// Gives ability to produce fiber reagents, produces endless if the -/// owner has no HungerComponent +/// Gives ability to produce fiber reagents; +/// produces endlessly if the owner has no HungerComponent. /// public sealed class WoolySystem : EntitySystem { @@ -24,6 +23,12 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(OnBeforeFullyEaten); + SubscribeLocalEvent(OnMapInit); + } + + private void OnMapInit(EntityUid uid, WoolyComponent component, MapInitEvent args) + { + component.NextGrowth = _timing.CurTime + component.GrowthDelay; } public override void Update(float frameTime) @@ -31,17 +36,22 @@ public override void Update(float frameTime) base.Update(frameTime); var query = EntityQueryEnumerator(); - var now = _timing.CurTime; while (query.MoveNext(out var uid, out var wooly)) { - if (now < wooly.NextGrowth) + if (_timing.CurTime < wooly.NextGrowth) continue; - wooly.NextGrowth = now + wooly.GrowthDelay; + wooly.NextGrowth += wooly.GrowthDelay; if (_mobState.IsDead(uid)) continue; + if (!_solutionContainer.ResolveSolution(uid, wooly.SolutionName, ref wooly.Solution, out var solution)) + continue; + + if (solution.AvailableVolume == 0) + continue; + // Actually there is food digestion so no problem with instant reagent generation "OnFeed" if (EntityManager.TryGetComponent(uid, out HungerComponent? hunger)) { @@ -52,9 +62,6 @@ public override void Update(float frameTime) _hunger.ModifyHunger(uid, -wooly.HungerUsage, hunger); } - if (!_solutionContainer.ResolveSolution(uid, wooly.SolutionName, ref wooly.Solution)) - continue; - _solutionContainer.TryAddReagent(wooly.Solution.Value, wooly.ReagentId, wooly.Quantity, out _); } } diff --git a/Content.Server/Nutrition/IngestionEvents.cs b/Content.Shared/Nutrition/IngestionEvents.cs similarity index 96% rename from Content.Server/Nutrition/IngestionEvents.cs rename to Content.Shared/Nutrition/IngestionEvents.cs index ae1d22fb71f..488605522ac 100644 --- a/Content.Server/Nutrition/IngestionEvents.cs +++ b/Content.Shared/Nutrition/IngestionEvents.cs @@ -1,4 +1,4 @@ -namespace Content.Server.Nutrition; +namespace Content.Shared.Nutrition; /// /// Raised directed at the consumer when attempting to ingest something. diff --git a/Resources/Locale/en-US/animals/udder/udder-system.ftl b/Resources/Locale/en-US/animals/udder/udder-system.ftl index 8479ae08bff..959a4fef591 100644 --- a/Resources/Locale/en-US/animals/udder/udder-system.ftl +++ b/Resources/Locale/en-US/animals/udder/udder-system.ftl @@ -5,3 +5,9 @@ udder-system-success = You fill {THE($target)} with {$amount}u from the udder. udder-system-dry = The udder is dry. udder-system-verb-milk = Milk + +udder-system-examine-overfed = {CAPITALIZE(SUBJECT($entity))} looks stuffed! +udder-system-examine-okay = {CAPITALIZE(SUBJECT($entity))} looks content. +udder-system-examine-hungry = {CAPITALIZE(SUBJECT($entity))} looks hungry. +udder-system-examine-starved = {CAPITALIZE(SUBJECT($entity))} looks starved! +udder-system-examine-none = {CAPITALIZE(SUBJECT($entity))} seems not to get hungry. From 852b3e9bb6a7e08e5cd76962ae57420da20ab3e3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 12:54:28 +0000 Subject: [PATCH 16/50] 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 37d0d6043ff..05a65f27892 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: PJB3005 - changes: - - message: PACMAN and SUPERPACMAN now ramp their power output significantly faster. - type: Tweak - id: 7210 - time: '2024-08-25T16:11:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31403 - author: Blackern5000 changes: - message: Space scanning technology is now T1 industrial, this includes cyborg @@ -3921,3 +3914,12 @@ id: 7709 time: '2024-12-16T12:33:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32198 +- author: Sirionaut, SpaceBaa + changes: + - message: Animals no longer consume nutrients when their udder/woolcoat is full. + type: Fix + - message: Entities with udders display a rough hunger level when examined. + type: Add + id: 7710 + time: '2024-12-16T12:53:22.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32905 From 01c1d8f8241b552d3ce9a4f2ac55804840fd5100 Mon Sep 17 00:00:00 2001 From: Preston Smith <92108534+thetolbean@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:09:17 -0600 Subject: [PATCH 17/50] Prevent pulling when teleporting (#33252) * No more teleporting pulling * pulled dash * Update Content.Shared/Ninja/Systems/DashAbilitySystem.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Content.Server/Implants/SubdermalImplantSystem.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Server/Implants/SubdermalImplantSystem.cs | 4 ++++ Content.Shared/Ninja/Systems/DashAbilitySystem.cs | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/Content.Server/Implants/SubdermalImplantSystem.cs b/Content.Server/Implants/SubdermalImplantSystem.cs index 6e277dd29fb..0c86e2f6592 100644 --- a/Content.Server/Implants/SubdermalImplantSystem.cs +++ b/Content.Server/Implants/SubdermalImplantSystem.cs @@ -109,6 +109,10 @@ private void OnScramImplant(EntityUid uid, SubdermalImplantComponent component, if (TryComp(ent, out var pull) && _pullingSystem.IsPulled(ent, pull)) _pullingSystem.TryStopPull(ent, pull); + // Check if the user is pulling anything, and drop it if so + if (TryComp(ent, out var puller) && TryComp(puller.Pulling, out var pullable)) + _pullingSystem.TryStopPull(puller.Pulling.Value, pullable); + var xform = Transform(ent); var targetCoords = SelectRandomTileInRange(xform, implant.TeleportRadius); diff --git a/Content.Shared/Ninja/Systems/DashAbilitySystem.cs b/Content.Shared/Ninja/Systems/DashAbilitySystem.cs index 09be1085058..830b51d5ad4 100644 --- a/Content.Shared/Ninja/Systems/DashAbilitySystem.cs +++ b/Content.Shared/Ninja/Systems/DashAbilitySystem.cs @@ -1,8 +1,12 @@ using Content.Shared.Actions; using Content.Shared.Charges.Components; using Content.Shared.Charges.Systems; +using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Interaction; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Ninja.Components; using Content.Shared.Popups; using Content.Shared.Examine; @@ -22,6 +26,7 @@ public sealed class DashAbilitySystem : EntitySystem [Dependency] private readonly SharedHandsSystem _hands = default!; [Dependency] private readonly ExamineSystemShared _examine = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly PullingSystem _pullingSystem = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; public override void Initialize() @@ -80,6 +85,14 @@ private void OnDash(Entity ent, ref DashEvent args) return; } + // Check if the user is BEING pulled, and escape if so + if (TryComp(user, out var pull) && _pullingSystem.IsPulled(user, pull)) + _pullingSystem.TryStopPull(user, pull); + + // Check if the user is pulling anything, and drop it if so + if (TryComp(user, out var puller) && TryComp(puller.Pulling, out var pullable)) + _pullingSystem.TryStopPull(puller.Pulling.Value, pullable); + var xform = Transform(user); _transform.SetCoordinates(user, xform, args.Target); _transform.AttachToGridOrMap(user, xform); From 2a6800f35411cf35213f2ef1dfecf2e5c4aa9ed5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 14:10:28 +0000 Subject: [PATCH 18/50] 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 05a65f27892..fb4d1c5595d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Blackern5000 - changes: - - message: Space scanning technology is now T1 industrial, this includes cyborg - GPS modules and handheld mass scanners. - type: Tweak - id: 7211 - time: '2024-08-25T16:47:11.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31321 - author: ShadowCommander changes: - message: Rollerbeds no longer buckle yourself when clicked on. @@ -3923,3 +3915,10 @@ id: 7710 time: '2024-12-16T12:53:22.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32905 +- author: thetolbean + changes: + - message: Teleporting or dashing now causes you to stop pulling objects. + type: Tweak + id: 7711 + time: '2024-12-16T14:09:20.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33252 From 881e4d3432c85bdbc680ce90a3b252bc1a87716f Mon Sep 17 00:00:00 2001 From: KieueCaprie <103897346+KieueCaprie@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:14:51 +0000 Subject: [PATCH 19/50] Add an in-hand sprite for the lizard plushie (#32583) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add hold sprites for lizard plushie * make the lizard plushie sprites slightly chonkier for those who are not wearing winter clothes. * me when i hit the noise button and pretend it's shading. * lizard plushie is not legally-distinct green dinosaur with a long tongue™ (front sprite tongue has been shortened) * update meta.json --- .../Prototypes/Entities/Objects/Fun/toys.yml | 4 +++ .../Textures/Objects/Fun/toys.rsi/meta.json | 24 ++++++++++++------ .../toys.rsi/plushielizard-inhand-left.png | Bin 0 -> 979 bytes .../toys.rsi/plushielizard-inhand-right.png | Bin 0 -> 973 bytes 4 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-right.png diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index eddf92c5aec..60420bb9d93 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -301,7 +301,10 @@ 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 @@ -1647,3 +1650,4 @@ - type: PhysicalComposition materialComposition: Plastic: 25 + \ No newline at end of file diff --git a/Resources/Textures/Objects/Fun/toys.rsi/meta.json b/Resources/Textures/Objects/Fun/toys.rsi/meta.json index 45f429f3e69..b4db18defcc 100644 --- a/Resources/Textures/Objects/Fun/toys.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/toys.rsi/meta.json @@ -1,7 +1,7 @@ { "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", + "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", "size": { "x": 32, "y": 32 @@ -20,6 +20,21 @@ "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" }, @@ -85,16 +100,9 @@ { "name": "plushie_arachnid" }, - { - "name": "plushie_lizard" - }, { "name": "plushie_lizard_mirrored" }, - { - "name": "lizard-equipped-HELMET", - "directions": 4 - }, { "name": "plushie_lamp" }, diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-left.png b/Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..90e6214b4415cfb2545a6a51b9b6181d5df813c4 GIT binary patch literal 979 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O@DT2=EDUEjsBQandmCxPI^vor2@8g(uu{k2rPrD7r#&~mYWyQB8-BvTWvNoqGW+a94q4}&i%)s1d{nvYep%=- zz0xyYyT5er``)+nQ)lJ@yONu}nQPthHhFJ&*^s>4!Mn^fV~uO}dXKDi?h$iL6PMb# z7U&mU_cn@^amdz6TjiX)(JTLoN8%2%)Khk>tgO)oOqiIM7#SIJFS)U^v;X?_%c(`_ zpS-+xueNQ5x=WjiLz9AIvtr5$$Cw3{(eo{A($(x5_X*Z1z2gtNG zcZGRy_%>&RUKH3Jb?eeCuRvGbt>R0|zW=YEJp0eFjwi>yB^jS z?OV%dnA}*|Y1GmOcWd#ZGRBS!Ca8;s= zyW3L3^E)r z5e16}T0gi#99Si^7BKOM{^@iGE0=6*|Fl^BM)0@LRHm-b0*2+*or{*a@-2*D<(l(O zCUa6n4bxFAg@2xr7QPkdj}&W&IqqV4D6IFShHa6n0>|_TcO*}E{(B@krM$_gzLxpo zT!YhLdGFsX+{-B^=bhT|E=7CSW6!!Ov(-

$(qh*Ezlr4XWRHKx^5eI$(q`c)I$z JtaD0e0s!ci*_!|W literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-right.png b/Resources/Textures/Objects/Fun/toys.rsi/plushielizard-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..abc547cf79fd56699a84da0a7b944022e1e361a3 GIT binary patch literal 973 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O@DT2=EDUEjaEPd_*VgxPHV*!=jV!`Nv$+PTR*EG|jo_8h^whe1>`M5vRfv zZj~4OGWOeM9kfr~V+AxS;izTGN!!>%W=V^k@{T%}o%K%IX`ZmeHtw)__63)uXLcRsq~g#;xQ|qwOT)=r2gC5W}J1* zIqX<{DWLG0SJZyvoDH5XOO?V;82piy-T11pIuI?&ReTnQPrjZu)L`*^sx%J7bNjcbRF#9Mi0I?%C@-imrRR z7U(A~wR6bUGK!T+TjiX8#Upp47b`1k>M6U#9cGM-j7&^S(FaU^{rbhu&YpY8?Vr57 zQ;U*qhPrpJwoSTP^n8n$1(qo*937h#9hwwe+EjeX%~Dr7xpk=7HOM*UXahrrJL1uD zAXQKj-@!1cr+a0s)2#j>Vb<#x!Yb?Rcn{r?KeV|NSR@ZUsDLRC{`MR=LOb>#<)~r9Bhk z`zxrHz{DeL!1!!F$BuP*+?!tAH1Tch-EKX{c3s?zfF$SIrrq;7T>7u8e`2n?5n%X2 zeiGB3!;&gY7qz>U__e*94nOozIVF7X#0q5tG3j<*)uts!rnV?IvIP*lY2M)1xDO56_wB5qDzON7*%nKfm_+&bYK#blaiA z)sG$rTx;F(_6gsal{cpz`V`kF!}!*`Kgj07b2W>QzAZw6Q@%7to;v=co3*})a|Xj< z7N3U1ruZg}5aTT@d8@y=OjNj#%n`JyNNc{ML8GEY|H>>?=7qN60i10QK6&x1x-M`_ z*;!ShN&4fpnLC>=$VrDdy%yqDeJOW~FXZ!u1fGM=M}>7R{e5o3#Z=;3$Krop-*mb* z%Szkz`R}Z@v_06XXzJv#IgTe~ HDWM4fw5Qd? literal 0 HcmV?d00001 From 1368092d431c62624c810fdbe5b5b20a03f58b46 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 14:15:57 +0000 Subject: [PATCH 20/50] 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 fb4d1c5595d..c1f24377cd2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: ShadowCommander - changes: - - message: Rollerbeds no longer buckle yourself when clicked on. - type: Remove - id: 7212 - time: '2024-08-25T17:09:51.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30001 - author: lzk228 changes: - message: Cotton dough added to the game! Check the guidebook for new recipes. @@ -3922,3 +3915,10 @@ id: 7711 time: '2024-12-16T14:09:20.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33252 +- author: KieueCaprie + changes: + - message: The lizard plushie will now be visible when held in your hands! + type: Add + id: 7712 + time: '2024-12-16T14:14:51.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32583 From d8afcdcdf01c7b9c4bfc57b53bbc9aeb5f5b8a9d Mon Sep 17 00:00:00 2001 From: deathride58 Date: Mon, 16 Dec 2024 09:19:15 -0500 Subject: [PATCH 21/50] Makes admins not count towards the playercount cap (#33424) * Makes admins not count towards the playercount cap * Update Content.Shared/CCVar/CCVars.Admin.cs (thx Aeshus Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * Actually fixes whitespace on the comments Thanks VScode very good IDE --------- Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> --- Content.Server/Connection/ConnectionManager.cs | 13 +++++++++++-- Content.Shared/CCVar/CCVars.Admin.cs | 9 +++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Content.Server/Connection/ConnectionManager.cs b/Content.Server/Connection/ConnectionManager.cs index e4c7cf0be2e..c2b30b23bec 100644 --- a/Content.Server/Connection/ConnectionManager.cs +++ b/Content.Server/Connection/ConnectionManager.cs @@ -2,6 +2,7 @@ using System.Linq; using System.Threading.Tasks; using System.Runtime.InteropServices; +using Content.Server.Administration.Managers; using Content.Server.Chat.Managers; using Content.Server.Database; using Content.Server.GameTicking; @@ -56,6 +57,7 @@ public sealed partial class ConnectionManager : IConnectionManager [Dependency] private readonly IGameTiming _gameTiming = default!; [Dependency] private readonly ILogManager _logManager = default!; [Dependency] private readonly IChatManager _chatManager = default!; + [Dependency] private readonly IAdminManager _adminManager = default!; private ISawmill _sawmill = default!; private readonly Dictionary _temporaryBypasses = []; @@ -270,7 +272,14 @@ session.Status is SessionStatus.Connected or SessionStatus.InGame ticker.PlayerGameStatuses.TryGetValue(userId, out var status) && status == PlayerGameStatus.JoinedGame; var adminBypass = _cfg.GetCVar(CCVars.AdminBypassMaxPlayers) && adminData != null; - if ((_plyMgr.PlayerCount >= _cfg.GetCVar(CCVars.SoftMaxPlayers) && !adminBypass) && !wasInGame) + var softPlayerCount = _plyMgr.PlayerCount; + + if (!_cfg.GetCVar(CCVars.AdminsCountForMaxPlayers)) + { + softPlayerCount -= _adminManager.ActiveAdmins.Count(); + } + + if ((softPlayerCount >= _cfg.GetCVar(CCVars.SoftMaxPlayers) && !adminBypass) && !wasInGame) { return (ConnectionDenyReason.Full, Loc.GetString("soft-player-cap-full"), null); } @@ -287,7 +296,7 @@ session.Status is SessionStatus.Connected or SessionStatus.InGame foreach (var whitelist in _whitelists) { - if (!IsValid(whitelist, _plyMgr.PlayerCount)) + if (!IsValid(whitelist, softPlayerCount)) { // Not valid for current player count. continue; diff --git a/Content.Shared/CCVar/CCVars.Admin.cs b/Content.Shared/CCVar/CCVars.Admin.cs index 28bebfbe8a6..c422a5a02a1 100644 --- a/Content.Shared/CCVar/CCVars.Admin.cs +++ b/Content.Shared/CCVar/CCVars.Admin.cs @@ -149,6 +149,15 @@ public sealed partial class CCVars public static readonly CVarDef AdminBypassMaxPlayers = CVarDef.Create("admin.bypass_max_players", true, CVar.SERVERONLY); + ///

+ /// Determines whether admins count towards the total playercount when determining whether the server is over + /// Ideally this should be used in conjuction with . + /// This also applies to playercount limits in whitelist conditions + /// If false, then admins will not be considered when checking whether the playercount is already above the soft player cap + /// + public static readonly CVarDef AdminsCountForMaxPlayers = + CVarDef.Create("admin.admins_count_for_max_players", false, CVar.SERVERONLY); + /// /// Determine if custom rank names are used. /// If it is false, it'd use the actual rank name regardless of the individual's title. From 782a2978f0b34f9c74b209a072a175e84e645b24 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 14:20:21 +0000 Subject: [PATCH 22/50] 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 c1f24377cd2..87d2481d823 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Cotton dough added to the game! Check the guidebook for new recipes. - type: Add - id: 7213 - time: '2024-08-26T02:46:16.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30668 - author: Moomoobeef changes: - message: Silicons like medbots, janibots, and honkbots now make sound when speaking. @@ -3922,3 +3915,12 @@ id: 7712 time: '2024-12-16T14:14:51.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32583 +- author: Bhijn and Myr + changes: + - message: Admins no longer count towards the playercount cap, meaning you no longer + need to wait for multiple people to leave in order to join after an admin has + joined. + type: Tweak + id: 7713 + time: '2024-12-16T14:19:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33424 From 1e80dd289129cb4848dd45e56e08c12e0d3c6c70 Mon Sep 17 00:00:00 2001 From: dragonryan06 <71857681+dragonryan06@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:25:06 -0500 Subject: [PATCH 23/50] Add the Zombie, a new cocktail (#32802) --- .../Locale/en-US/flavors/flavor-profiles.ftl | 1 + .../meta/consumable/drink/alcohol.ftl | 3 ++ Resources/Prototypes/Flavors/flavors.yml | 5 +++ .../Reagents/Consumable/Drink/alcohol.yml | 23 +++++++++++++ .../Prototypes/Recipes/Reactions/drinks.yml | 12 +++++++ .../Drinks/zombiecocktail.rsi/fill-1.png | Bin 0 -> 5197 bytes .../Drinks/zombiecocktail.rsi/fill-2.png | Bin 0 -> 5378 bytes .../Drinks/zombiecocktail.rsi/fill-3.png | Bin 0 -> 5629 bytes .../Drinks/zombiecocktail.rsi/fill-4.png | Bin 0 -> 5425 bytes .../Drinks/zombiecocktail.rsi/icon.png | Bin 0 -> 1094 bytes .../Drinks/zombiecocktail.rsi/icon_empty.png | Bin 0 -> 920 bytes .../Drinks/zombiecocktail.rsi/meta.json | 31 ++++++++++++++++++ 12 files changed, 75 insertions(+) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/icon.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/meta.json diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index c305f521a8b..2789e599384 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -263,6 +263,7 @@ flavor-complex-themartinez = like violets and lemon vodka flavor-complex-cogchamp = like brass flavor-complex-white-gilgamesh = like lightly carbonated cream flavor-complex-antifreeze = warm +flavor-complex-zombiecocktail = like eating brains flavor-complex-absinthe = like anise flavor-complex-blue-curacao = like orange flowers flavor-complex-acidspit = like French battery acid diff --git a/Resources/Locale/en-US/reagents/meta/consumable/drink/alcohol.ftl b/Resources/Locale/en-US/reagents/meta/consumable/drink/alcohol.ftl index 1cac0495b02..27e0cb2a812 100644 --- a/Resources/Locale/en-US/reagents/meta/consumable/drink/alcohol.ftl +++ b/Resources/Locale/en-US/reagents/meta/consumable/drink/alcohol.ftl @@ -279,3 +279,6 @@ reagent-desc-watermelon-wakeup = If you want to be awake, this will do it... Als reagent-name-rubberneck = rubberneck reagent-desc-rubberneck = A popular drink amongst those adhering to an all synthetic diet. + +reagent-name-zombiecocktail = zombie +reagent-desc-zombiecocktail = It gets in your head. Your he-eyeh-ead. \ No newline at end of file diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index 2e31b12f2fb..b79d6530ece 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -1328,3 +1328,8 @@ id: compressed-meat flavorType: Complex description: flavor-complex-compressed-meat + +- type: flavor + id: zombiecocktail + flavorType: Complex + description: flavor-complex-zombiecocktail \ No newline at end of file diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index 7478161a54f..e5525b9043b 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -1953,3 +1953,26 @@ time: 1.0 type: Remove fizziness: 0.25 + +- type: reagent + id: ZombieCocktail + name: reagent-name-zombiecocktail + parent: BaseAlcohol + desc: reagent-desc-zombiecocktail + physicalDesc: reagent-physical-desc-strong-smelling + flavor: zombiecocktail + color: "#d17844" + metamorphicSprite: + sprite: Objects/Consumable/Drinks/zombiecocktail.rsi + state: icon_empty + metamorphicMaxFillLevels: 4 + metamorphicFillBaseName: fill- + metamorphicChangeColor: false + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 1 + - !type:AdjustReagent + reagent: Ethanol + amount: 0.25 \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index 1c69be50455..cf6da10b8b6 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -1219,3 +1219,15 @@ amount: 1 products: Cola: 4 + +- type: reaction + id: ZombieCocktail + reactants: + Rum: + amount: 2 + Grenadine: + amount: 1 + ZombieBlood: + amount: 1 + products: + ZombieCocktail: 4 \ No newline at end of file diff --git a/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..f6133a7acd20011b3b7090e1e84ae7528731af6f GIT binary patch literal 5197 zcmeHKX;f3!77nOk5(I~!h!}$tNXSG8Nr?yvLXap65E+$A?o9}gfh0hJ51ERnJd1!( zltHvmM5baZN^7BlRVvt0wa6f71q27`P!zPH?o9UxaC_|1r+Z+61)weDhe9PnG$55!*LGix+3U4S5E0sz3!YBl*P)QLi zq7?E`C}q#+wxH|>tLIJ%76oW$8>b9C^4=PIU}!k0ujo*5!}6knBfk6l3>Obt9-TGc z=zgse^JQ`d{lbB39yN5g;EFFV8SbB7TUnGH#u#dtuxS3X{M94#P=#JZgT-pX_ ziCt-3)TcVF_vK`z#F~+&(&MnLnm^Y%`P$08cUJj%T@Th$?m?T(isltJpWjt&^&jlL zHdfuS#;+LvqS5K>$=nG{mg$;d!K5e=J6W7N@M7L!pN629S9W|6g85#V__|NHrGw2jCj0eYtz{V zvll%*71Dag5M}Cos(JBzBC6B)AlD-#~`Y0#hxtvM?jj;WDX25sCNm6C0kspsz5QXtei-Ga~)3N>p-;LD~6&hRXp}{|-4i*D^+KFQlN+S8;yjI&sN_ zjWl`Fk3nCJ?WMgs-JZtnD`-y`8vUg6&SusCF?O_h^xE34gvC3`qJ^JyCsef5qWh~8 zlXhu7{ndZDD7ULh+f(+Owj4CC92iXfroTM$dUN&h_{h=>H(3zpN%F|cIr8+DzPXo! z4(2BAjQzcB!;U#CP8;o3-7qkcU3QCe9<&HqgZnGx)FOI%7CP{^WH`x&OwY7!r7r1< zT=}oHxt;uGy;V>0{op{_wK+fWU3cUdKc%SZk^KGH@h5UpSGzZie>RfYvN-M`&M0!< zbF624eVcoYQLE*iqlJBsKTQ=uOEbK^TDo;!gnUkTng6fOKjhDi3lCIoqI;~U-@40X z-{a=yyZJ52J}=wvxtKBMks1T8>idk-;DXW?(~|>90itE1J1f7&eLlqew(7@g%bOov z!^HX$*UD;p%kP;hmQoxGSSB>f{#GmsPK>bY!J^ z?6+J(9zW60qFWqsfSq0I(e}cnCVhu_IXbk!F*o|=7^|pz?oVYgkMgo^sP1%qwgF>P zdO8oD*b@6-UdL-w-HYE(_PwHw+u3|)^dOLgLTRN5Su8IOi}j|>faX$|ki~Rw@miR+ z#iz_W(7YXc`@m5~zya&qYq#2@q+Rg~|LxphSz<@&Do%9t!e9fVS2ljjf(v6}q>E;s zTW&1SS>tMI^|-OL19!n7b3D4AnLhr}~>#8uG=!uoL>3%eu+lIFfaVvjT9r1^efK}_)6ca~M z&SwU13*I#lEc3s0=vWr_mjxN;y(`jlE%*q_vUv4p#}99Q?(#E|`zJxcQ-?#?MGXzSz6E(c?a7A_DnGIvh6nJ4ZG)^D&59rWK|Xa--L_e!Tp z5Q!-d6ML^U8f)r$c5$(B*PI@1@2mCoqtEniC8BG_YMMH=`A!^3?5S20;u*u>;5aHW z@5~LY-AC@7T=7ZvkvuOO?T3Oft}1i{qg&G;zh5{orqz0-Do>J>$_hQp?!IsF&|;*h zw~1Nwd=iz2lT{I%6P|+eAXW(azCYKK!IOw=Ay^WI*eXR*a4w)wj!sG`#EV1}*f2yO z6f|=pHXaeBw9z^5P?TbQtHfUf)s4001IH0b!M*D6yQO zWa2cq4DhTL6L46KiXxJU^XGbDSrQq7wX?OeCE{I`!dNnHy*}1a2J;!-?2Xe9V8q0Q zD-==&fe;rLXB$VcmB<7H5}i&b5Xl5G84on@a+O#CDe+>tr5a)igN?{}GNDu^I%KarHneG4y^PqP5{ASfXzfn-Z0h(v^$7IKAaEC88y=x;6LzTo&I zcq4L2jEsl4#v)>c(-6e0qua_X!>pkDpGn#N_Is(k!;=ZT-CU%W7(Bg6#YzZ$$?H-5C#HrV3z!IJiW@sMi zG%}y=z@y=bc0?ZDj!L27Au5RuhW2zK1qewHWd;;SELT8c9-@W<;I=}5L*vsS8stF7 zlZYf3Z)Xpa0R)ePCn01a9S$Q=>0vV=w#bB_Dxs*EUa6sA00of|K9y)k!&4o|0E$d^ zz|*M|A|8SHBr*lICpm=iG~U2G#zu)u1c7u4MUVg?NW}upgqm=MvloYnBij<+NxY&U z1s@oIJs=drk~sOhDPN%o@lil(K1npPg9DXHvZLCQ$uuJUosu6SlY?4RqmqcW6tZSU zofrlP2T%*CD-{4}PCnL&1;&VnYf9fD*}e3=)w+ zqWF?%3<{Y+rh)`8h%@vhu#m6%U)t*JgLRxry1P&g)>mmnQ+vt>iJlrw4Wopb&4k5j zwgm&?O@$zbVi8#5C%~GT;)O$E0RsBRbiuxn3;(7V?86|w9R+s4lSp(3ZwD?sWC!!` zbfP^%qlWQ`LWd2jv9p-Ee6<4$w2D@osjUh6;AV|ZaV+qHJyila0LMUagh(=_aj{& z>G~iBK1lgvb$z7kgBbWA<&V|%f1^wP-OCgr2LFKKz^hWXIgbrqv(RCi+}NlQR2S-s ze#tEpAkmY$2gp$R*SLhH F{0B9_%Dw;q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9f0246c8c1996142e5e85fe371bdc32c6dea40 GIT binary patch literal 5378 zcmeHKX;f3!7LI}lVSXT>qJ*f(bd#F_LQ*1AfP@l^fCv(mo8$&k$UqW802O2qYpsH! zfPkW+qN24H2cEWw;#4OT2Lx#mQ6i|IAZT0k-2_xzuWP;KTCe}iS~t0OpKpI>@9*rh zPwuyzuwYa4G&Bl@GG#Ft;m9vWdl?!a--`6~K@>{=ae8F5G8{_9$mCL?C<(?W(_}CP zR*Qrvl)ClVqL__c&L$(>)(ZWvF|*g7-Lt07&!OI-r8J^+^Nc0;MkotZcHl*SjYv`A z^Y&H0IZpVXfB_Vjn{)S7otdKd)wKi9x2&&iTk+y(?r{Da*|NCMz`+;Gk1oIQ`{O6q zI-a@)yA!iYN8^ZLsBVZ3gu zD63cAe|&#wAR|0MYUng;V4byjE#ak$FLyrr$3uDTyh#Un>l_!aSFtAMox0gP;#zRA zxcbSQ8+xw8mOpPZzn(DX7iQ8?qebZ-BG2+oa~ z{d)or1b*$bg?+Uq8sK8H_Y`q!qg{4KJ&kFo>+D5mFP?t9C45tpyjgg#wiTL3PkB<8 zczkL44DU|gzwFX9hZh7@kf9I~yELt*Hb$6Ivh_m8rE@GaF$~WQp<_>(_cpu6F1hqP!eQmn ze#yJ5nz9>|T|Uq)C*IoPbW@Agi?M^6hglmGulC5^6edlYvV3A+{=nXW4E^8cS=Jlw z9*$!ShW-iP-dNvvc9D@o`isc(trk13r-$p;X8GQ`7(ssWv^v*`XWz3Q;QKiBQ~~%N zIM^_;xy#<9C*N#cN>m`q^jz>g$KLy4Zi$zq-<8b%Ym00~fOU++4*8Jx{ww>4EXR?O zrNPhiJ@R|18w-KL(5^d!8;Ru-NL&&?#DJZkc9E`UtiAgGc&9(H(ODCZU_6u^zcXC%gy|+{n{0?mlpCs zp!dou%)54-eLlI2S-ARXe+l9xArO>#1}_}WfA97(qjVQ; zxZ|<-Bw1*`*0`y_H=t$K1U=Qar+ISw6t7<=CTm8AE*Z#0&LdMkoBQ4YhUd+Bq`yTp(Vg41fjPvLv$Bfs7*;3aZY_ES>KXqi; z)CYJ;QNNYFmm@0+s&Yi3Cgh0%0ywOIfcG5_>2u{P3hB(V9P7OK5xc_|+h4(S7VMzK z6u5ReFLck&yBU>myP<1$W>eK1R&ug6*Vyc>d(;eWc}j|GihhHGMf~KsfwnF$eyM80 zo;ThwoctR-fB3mxZq#Ox@b}r3Pqq|>HSXrFT!=n}T>~;+TWl(gnJ={YslVojjGkTp z{_drF-!DFHH8!CJuV;5sqbTm3rk$ni1J}~FM+@MXIrHXj12x%=8@P+OD<5*@(H*5b z3)$DLzH1EMm%n+Y5Du8N&1rr0*04AJ*Wk?qHt`2r<0>*<+O9_b5wg0sHmLCQzcw=c zva=0btIzlssVc0kM6?YVuY>I~*K*Nyu5n$_zNXUz7tG&Iu8&W&*~^oJJDUyGw+vmd zvuK&r%5Hl*@7S{;qmE32LxYFv?@Sc>u%xP^7cIdPrd)2S2W)=g{)E-rdyY7MwQ>6v zj{C&E_(67BoW{oRP@ST;{Ndn)i#KbwNV9SR;!ZK{_0H^@si|nIr&qigL1kj)HF&=j zuaKijB|?s%Xm%)#FBRh;fs_a1)M6QOM4?dLK57}nPlS~i9vm-{(6N0d>#-P-fR0_{ z!3No~060O!OqatE>0y!l^h7>Yfc2S&_Eysn0x_(FFlup2tbi0Q9^1!qL`(n80BEV3cg$CzGK@o*9>MxY90R>CJ!2D8|l4<1?x;zeSa&I=Ly6Qoik{3zBZv1vzi z>5LBqasR;k3Hp8RIxvD_vuO+|KSdiJi$TX~=cfsze35{ryCs4UiBBO>0WVJ~4a2KZh=5Fiuzo&dy$c>s}2@$@3Y zd;tX-jYhzy1xe*%2w6^%7>bASGD*B{4z1ucKMsqICE~!37EThR6e14D9uP?c(p1IA zp-7P!j!;5cJqZ+|mzReJf$T*gc!HkPkDw@6u0U#0%Sr%oB%*FayD&5)9Yk74Td4?v z&W>b53y{N*QYw#>N|WeVZBQ7k=Z9f7vY`Z!5@J9~7$F6TWEuga5lE2)3XMdh5xoGA zOasT^r2>&K?SG-Q+Xv%4y68-i0+~NeXByp85peS8)97Q8NVl0V7~Qs@LHyAa6p#uQ z=;B1UMu+$bkR%>P`o~zozPF41rWib7PnZHj5Fh}lM1V{tQUEGR;0aL35P?h~YW4N{ zlwBbeDpMgj>=%#dh-ifrs7@=4^Vm|ke2Py^fVJy@NCpr=xrCN)XjE(?rQ zzRV)`0!QaUjf-7pV`ylBQ^=X*e3u9Y(}=}v$Q(HiTsByPe1^jA?Ee6-4HA+7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..4d67d86e4001fab4e604ec4a09a534c50fc7d944 GIT binary patch literal 5629 zcmeHKc~BGS5>Mn(G>U?t!eWT1fP_pAa+z?3ONjy^!UD=9GYJuLn1owFSwK{91%*Y$ z1;x0ifcFZ*3IYq_DtMycv52}x5l}=#7vxRAv))#{vg+-BrfM=X{dNDk``7*T%xv;m z;(^hhrH?|PFkYSYJFUGHy_ST80NDa&`bF0 z7Yni7uQ`9yeP3oCDOlf=nZ5X-UxsP%J*Q30oGSD)vo4$EkA|nVv$|vRIW2_2IZceW zS`S|)7>7#%UBfHh#L(CS9FO%6tIe|C)F<+Empad;bi{S5URXU`z-AxO-;}#$S9M7L zh8!Uwk!|j9BIn7%${KZHJOhD_Sc(W;fnE^U$;3>+g5L5$bkfgSD+m z@tHdt=K)%{~@txbPhd2JVoA-F?u^qS?oI~83 z$wv~8=2p67{Nxa&Q;{ChW>B~D<^0?YS>+N{U%>MR@76MoOqg^$qAhg4%du`J%2sI> zR=m&9nAHBj&bI-Bnhr*!0mKdHqsE4f(+C#XGxmDwIO|@y?{vM!2|9qbu>QrrCNo=_ zxzw^pRiAQy{TgjDaPDADi_xT+=P&F89kZuXp?o@70fLV%1o$_ zUhGfg?#ek;T)cYuVSmHqc{lx3t4nW8N|?0`v&z&s&wlm6M-6*(=5d3?t)K%trbo5- z=E_RUED<&_g9NFI>je3LYUlhG68yB}nz6T7b+oT@d9H0}RNMAbyIW`Xm;`R2MV#E( zm)Zwmif~iX)%R2OkPXsor=2UO>j2^MX1h$rcJkx=(43Cx-UiuwPE6fH1oDKID_@)o zEvzdhzYea_X__5dve)ygitM~G zV5&A%znXG8WqZxbc+(6PlUr-`YX^<5x?*B@M-h}WSC-erZKwsznpa({_Q;?%{}EYJ z(NO#R_a;cE;g6IP%2=<6OGV##tjtJhLfKBX8K1n^x2n`P4wF)ra-pzCHS;jq(e>(Z z^3hib;=w1$<*Gi+iZjsp+iAgMhsuSrB*|fIGjnEMg;ABt`j0YN+$sawPT)*q*JU4Rz zS;35JZYK_FYoF1sB&S`ib+^iuH9hM{cobo3d8&2qO&Nrm>J^m<9~I;s&= zObrv<30xE4!}GK=ypm}1Xb$YMH^voT-*q=M%_X99_Ya|y2OOPD>&}+;agKlQCkc;s zOD#RP_-%>DhD-Zj-^?^BnJPW(ypMA>uTGbBq$oexYH;F#YsZQ6R|U8qZ!d2cxaI!m zo1@y$+)Dj;b!^U=3*vpAMdz2vz5R7J_1@gQx+R&DKGcqT_FKPYae>fjHHWcv?dDZ; z_N$c_4?W$8F&)_Q3)y$8-RUy*ZdJkw*~0of&-16np(CxekcrUM)A{Xk|4GkJ16juj zJM@6=Ea&fSLaunM+b*pBd0l|futzI345Q;~V`7jl*GihMm;xm1z-H-gp5VU7oE}by z%ea>xbk1VqxJGm%x~gASIluSxxY~*LqY8V}GSjYQWt;Sk8roUcD=wujzxczE=sW|A z^P{~kC5C5yw@C>z3r)S2;<;eofrIQD3=k;XyM4iZ@4OWKOw7dC6A3TF z2AAnn`j6eYbo8|NOXk}mI` z>$PT$QOLx}?`#9U3(1d)l1H`_p{H{Z>~`o-D(mvIdfe|){>9(&{K9<7vs9FgEp z%fctQSxf3wA&JZNt8nQ6XV75#&Y-0N;}g$IjwC!SI#f)ZnI-9gJvMgYyW z6Vthqd$>8SAP|Cs<~q#(8BizJ{}{3&B=JFrJg{TuzASEw;g)*8gBx?q1+eR!pXY5Y z-nHb7OEaAF(pXs99=0c;&m>L%?V_}41-%b?cCe%9DeN{n9z}=Th?Dz z-8xR-=p~Ilb$%*PjtL2gv4^LW-$ADpJUwo)FuNev$97z=u%8cre&jq+LS2$ec883&I#V_&a$4BrP z5YEv-pB2kQ0K~8o#KwvvB?@LN8#ju}M6NYr0uDQ>qKshU0=Yg|SE(GvQtT*p0NyQD z6ivc8=wn%ONWk>txW9)$?%23+rBcQu5Mp9t>|)4vQn`>oWH1;6fJ7jX@Q4Op5hqcC zv3QAMjs{{3g99u0a*<3al1i`|OpqsyQnGP4WF7ktS(H3-G#!XffFofs zqN+f=62EZi;l=g&XrZA%C=$y?tq`)m&{T>9pUCHe0Q?!mQn?7} zN-*;Cs5DRz0!0!)M2G>>@H7Y_;VBFf9Z#nMAf8HrAPNi-X;k_c6vSt`OXXq^DW^yb z3SojwA{_OhA)M*#HQp%&D1DgrPnN3vnM%3)9`mHSJjk!+kM zD6Gcv<1!c7P!OmDIiM0oKmihkNd%ZgvOkf=B+;1w2@g;ZVn69iA(0^Ne`#yB50*7n zbWf22@gFxT8rxIL;5B1+W4Do_(anU#j&2Jk$RA5V0Y<~ns9ywYY>6KZN`x>nKi)U& z2f64Unt@?Yj;DZhdpwUvCgX_!olF++VG1M|>!*+C3aLOD1Il4%A;KfV z71E%iTw$%=m&*FfXkx-)O&t)*5K#PQl;H^PlO<>-#)oWKg#Y4$HLCF0h(YYeWXR}3 zCL!VDD16Ts66?SDdtZlt(*+j$&B<5s`;D$|bbS>AU#0x5yS~x&RSbNU^0)5#ztN@t z>0=6(Aa6i1$fuIUqNHTxGfS7Z*n@*oqi&(D>KArQMI;kso-E3TbW?35|YVhJX`v=zX!)E9dg&Ace`vUsz%rMIp4~7Sxk0iY#l81&` zCYfA28039C&U;6>d7E60Zks$f++|Ytm{8#R{Ke+=Bg!>3r42PB*B5C)jEPZC0 zwcy~JmwLJmKI#_*2PT&X^u8|GRk1$RA5;DA7_fF|DCa&+%e3xwQsj)jv)fzASFfW9 z_txG7!zhCOr8VCfs^Na)1u2(FWIa591fJgjDf%%i+ f0&px~D-#c$VNfp621j8I-~OE_gNVafjiSz@5E literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..b52661b478f25e8056f9540e28bc60eb71dab601 GIT binary patch literal 5425 zcmeHKX;4#H77jwQL=X@}K*ShOTnJf6$Rc44n-ajV2sYZhBrhRC7LovAQ$Q9s6j4wV zg=TaF1+`HW+*ky0S{l(-Kt_Q7Ez(*C7|L=S4~+p{m)dr7pp*ebBSc~$hZhbaq%k580m^tB z7);hayk%RKiG}9QUVXBY*-D)TrIhpH-6r<=H{u#@zKrNDe|hZaN#lYfgDksgdi$>F z{(fy+njhov-^*KLyVl;88XxbApuQY>v$<&|zOSS9efs!V8^RLndS`oiM{j4#o88p} z&BmVPE4NMF`%v-d0sV)3^%qMcMEb#P^rFs`;}%x(&B??8i(J+E1FtPBWy> ztsZsmv8_6$I-DDFc&`oDuG#w6dRW6HbJL$9CfXc3G3Tx zxPR;SMa0cbMosi!-7R4Y!j|CIhr4542Sec(wmbZCFw*mCcHHWM?n?Fpv$&4liqQr8 zQ=v`1ef()&S1)I3|01z-ty_d{#*2jE1=0)O{P(P{Ef2@ zcXpXx%zX2s_O>K+p^r_QdQV{k7Lhd_a6S*dGwh*v*Ut_K|2PKRNTX z<;1m)v@(MwrR{#@gMCko9DQSlOT$JIG@p|lV!8&Clv$o9Y#$uO4~F}4^I0|V0YPO0 zJ2q|k;qLu59s824*5v|Lua<8+_~7DA{)+_d^kT9F+G_jl%Gk+29EQ`zFHC4W8O<<0 zryz&jvk=@pe@18dw%Ju4=U zTSeAV&%w1KatqYmf;(gjpGOKv>*=Ez(#zL{6V{Q>JQuZ&8(nIT|83CL@MM~12E28EtkJt_vAK-)Cm)(o6Vt*xd z1Z0@OW8KCybbtRvd0%ZNEnWLrFMA|a|KO3BR=@Re{F_q_rs%AC8>bzO`)ElYZnNIa zXqz_{t(-RFyz;kD=;d&&Ka)oi9*1_A_xWg}Zp^GVZc z9T9pbmc?jF4w)1WESX9!DVyp(agJwLfzr2J-g4*`&9?0HJIf2UZ13)Hcf4EGYW@n; zklXSp!h1IN`uq0bTP@cu5z|He)eM};7N5Gb+O?7BYX-0Huhu$Wl6&i1(cyQGt_+H_bgPf|5X*4FZD{{?hF4RS)78$DnW~h` z`_H>~&2)Bh$>$H~6vo0}N~t_&XCDt|=a2mh>RNdThpFy&ee_ekea|wsnlvK1Gk>H6 zWv=U9<8PUq`Zyr;X-&`BUCn1!c|=6$2QOSSV;QhKI4?3%v_z$5g$`HE!e!~&Kkl4q zM&4U^XfmRMnm+kTIVB*Q$LTaL=+8OqRd+Ucr$77_au0^~R_91=kT=KR%IlI#aRYz5 zv47NZXBz^>fF z!}N!G`|B9R>Di_n(An(t>Vrimyr!I*!0a~$+|u@tQ*on9)8OwmrVU4f%?Tt$za~gF{S&DOLByXyPZRB(Vh*Oj+pkH`ezmO)YLR=7gAh;c1#$D z4w@()bf5&%Jt-_9-wI$0nV^-7FMgeB&Qq&%SjA;$!m!bm9LShr|y$m(dJRB8(KXK$j>`AT^s0 z!DfB(7e$K073r{9XfPb)L#7gFR_qs3x_QujK6%I~;PUt)g%?Ej7nV{U=QCMf#3t7$ z(wQF!GBfm}DD(U^5TOLm-g?0v0HTg21hK5DtOKBwCZmBou(bGf{Xv2SAZo zAQ5H51~6m}9^kMzoOux5VjfhLK=}Nq|#93iJOMJosDFBB~UHOQLz{+Yn(zOUl= zuT%&?A&0V|IEz6*Dir$(h2d1BJSc?R^OKqmZ74P%1!#a2gg`MkJOzuPV6FYIL<){b zA&^iQJOwk)UdZNgV*Z!4eET45XBXX_CxPaVQHW;ulrI=DJDMGa^Awv2flzD<3c#98 zK>|d9Y(<<9)~t#Z3JAC$)Ia75_M@ElC&fU-ky$tb!3G7A2t*W~$>gBO01-gpiFhmv zB;x^V&VQgwgdAx!AO;<|5RVX7P=PAALadovs@_KVPOm0rU?j8oDa^NZ<#cYnCc=lN$}z2Wx{ph8J|{ zLJ|#;dyoVMTc{_0lwc?F3?ZSK)PwG#)(6*GvW)V+DKQZe4SLWV{Q~a}AFW!Xh^}y)y^I%1-hwevcy4Yw}!cKYI70(R&vv_HTpXi>*m=<$Mw3ds`VFq;QfBgvn=ty`Trst!j`VG}#uU>S+LO#SD_{puS z!q_pi*6awF_*6*{k)!lO7|E@7Ehocvx~{s=zrg!NQlM(`>wV*|)E`RBu;ssw`76KS z9GrOvmxcl(d0l3EHyuAP#ND7b?yr1d*yxO=$<+m2S2pMjS`0niC>?*EzK2(Pd2!LC o8@%ew_f0<6^H!=SBQO<8`+8WCvq7q-p|oKhE?%^YP9e$v2A@VqK>z>% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e020b30f58959a2735876f61cbcede7196b12e6b GIT binary patch literal 1094 zcmV-M1iAZ(P)EX>4Tx04R}tkv&MmP!xqvQ>9W`9Lyl%kfAzRkSgLRRV;#q(pG5I!Q`cX(4-|v zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS93y=44-aUu+?gNBYm1$<*B%tY* zkxs;=Tz*vwydsD&MEDSsnORR}7PIiIuY2mFx{LBG@4i1PtQJfL_$1;vRyQo-4dR(i ztIm0!SY%~cB|ayfFzABBk6c$=e&bwnSm2qWkxkDNi^Ni?hm{^?WkVyLCXT3@PWeL4 zWtH<5XRX>`oqO^Zh6?&hhU>IOk-!p?NI`;v1}dn+LX>u$6ccGWk9+t>9Dj;j3b`s^ z0{s+HjYZj+sZc-=?^uO5l#~2XU1=>y9{yw(t_6gvB2Cnq3zt#d~KS^(P zwa5`LxD8xfcQs`XxZDATpX#z9JCdK4P%HxPXY@^ZVCWVIuDNsToa6KX$kMEqZ-9eC zV7x@x>mKhO=$+fYJ)Qae0DmHKtS6GUG5`Po24YJ`L;(K){{a7>y{D4^000SaNLh0L z01FcU01FcV0GgZ_00007bV*G`2j~h76eR+a%SluK00KfuL_t(o!|j&6Z__{+#vh+; zRYsto#&S}I76JkZ!XLl_f>y0q_)t3(7ACe%`5J%$iFQfCg4hs4SwLzkRS0#Wse}Yw zt4;_B0t_}u)2I=NjT7IQffn2p39hlJg!)MD;5+;7ch9}|o`F5>>3>mXA?0QkQZDaz z#4mv3Z*?4A`2=1F-vFZhVVpQUfU~B}1tIZHl$a^f-?b~sJS@wGqV!8kz>P024FH&q4)p<7DA0%l`CU5~n*ac$KRgU=bld$gOXOMvAQzjc z2YL*%V;3TRywjBf0Kfn=EgNlz(r<0Y`PmWUAB)R@OrcozK5vBu=TCD9NBMNV#s27Imf0xcKT`m_bkj z0T5*wtJ6vL=RyB|8@NtEZrP|@XOg=9wTU((tl7f0gnKi5yBr#lc(EBeVBI0A!as3;+aC0svYXP1Xtc{z(L00B?p5Je}$VfYP-) zWOMI%E1`fL$_v6EsQIz;BL1~9g<^U5@e941F$i{9T>*TS6uPSbeuz5>$LE&x+S(cb zL;!55`Mu#Vo?SU}C@_HWxh4JRzF(!|z4_x#>TKhI=*EF<+KB_-0mIb#cMjy@rT_o{ M07*qoM6N<$f_Dnz-~a#s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e461c3dbca52e120b68f05562cfb95fccdc8f0 GIT binary patch literal 920 zcmV;J184k+P)EX>4Tx04R}tkv&MmP!xqvQ>9W`9Lyl%kfAzRkSgLRRV;#q(pG5I!Q`cX(4-|v zad8w}3l9D)RvlcNb#-tR1i>E=X9p)m7b)?+q|hS93y=44-aUu+?gNBYm1$<*B%tY* zkxs;=Tz*vwydsD&MEDSsnORR}7PIiIuY2mFx{LBG@4i1PtQJfL_$1;vRyQo-4dR(i ztIm0!SY%~cB|ayfFzABBk6c$=e&bwnSm2qWkxkDNi^Ni?hm{^?WkVyLCXT3@PWeL4 zWtH<5XRX>`oqO^Zh6?&hhU>IOk-!p?NI`;v1}dn+LX>u$6ccGWk9+t>9Dj;j3b`s^ z0{s+HjYZj+sZc-=?^uO5l#~2XU1=>y9{yw(t_6gvB2Cnq3zt#d~KS^(P zwa5`LxD8xfcQs`XxZDATpX#z9JCdK4P%HxPXY@^ZVCWVIuDNsToa6KX$kMEqZ-9eC zV7x@x>mKhO=$+fYJ)Qae0DmHKtS6GUG5`Po24YJ`L;(K){{a7>y{D4^000SaNLh0L z01FcU01FcV0GgZ_00007bV*G`2j~h76d5^DGue*-00ERqL_t(o!((6=1*2fNfU>%&W>D9aXR!PBlO#v5kZMuU>V1E)iF0yp zWBC64Cj%!ZJA?aw28J$LIG||tzQ4~{IbZszh~Gk&`+onYJp%&+!|X4?&r^BUO41|* zp0RSiY}66sslW144JtGXN~bX}L_sY6!oc9{(!)rzC}3b>WJ~+k)FlC z!0?hL4nX!jGzU-=Qe=ey0pBBsf;cU+VIL97Ued$?^;cef@lz3ZAfSvk1rZ7PTbz`# zfaIch)18-Uek$TH_5lV41_oHDY`XJOjnrJgNU8&nQ#h0FJCC zz9PVqneN4C#D?R~+~#h1Mu{0it1cLp4j?NRynFkW0b1OmWH}*WVFsG!f`|>rpDA-8 uijKSA{xC2wFfgEtk>UtSLI4Ah69NDt%8~w8p>l!%0000 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/meta.json new file mode 100644 index 00000000000..b95ee96c6d8 --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/zombiecocktail.rsi/meta.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Created by dragonryan06 on Github", + "states": + [ + { + "name": "icon" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + } + ] +} \ No newline at end of file From 046dde7717d556bb72f5058e633ac06ab1426abc Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 15:26:13 +0000 Subject: [PATCH 24/50] 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 87d2481d823..4c281d06720 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Moomoobeef - changes: - - message: Silicons like medbots, janibots, and honkbots now make sound when speaking. - type: Fix - id: 7214 - time: '2024-08-26T09:09:49.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31471 - author: Winkarst-cpu changes: - message: The color of the science radio channel was changed. @@ -3924,3 +3917,10 @@ id: 7713 time: '2024-12-16T14:19:15.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33424 +- author: dragonryan06 + changes: + - message: 'New cocktail: the Zombie.' + type: Add + id: 7714 + time: '2024-12-16T15:25:06.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32802 From 95328dab6897d4c10c589ca2355536dafd2e9003 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:33:32 +0100 Subject: [PATCH 25/50] Add Holy damage (#32755) * Initial commit * hoili moili * now to add sherlock and doctor who * funny stick * Oops it was meant to be called metaphysical * Attribution * Even BETTER attribution --- .../Locale/en-US/armor/armor-examine.ftl | 1 + .../Locale/en-US/damage/damage-groups.ftl | 1 + .../Locale/en-US/damage/damage-types.ftl | 1 + Resources/Prototypes/Damage/containers.yml | 20 ++++++++++++++++++ Resources/Prototypes/Damage/groups.yml | 8 +++++++ Resources/Prototypes/Damage/modifier_sets.yml | 8 ++++++- Resources/Prototypes/Damage/types.yml | 14 +++++++++--- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 2 +- .../Entities/Mobs/NPCs/hellspawn.yml | 2 +- .../Entities/Mobs/NPCs/revenant.yml | 6 +++++- .../Objects/Specific/Chapel/bibles.yml | 7 ++++++ .../Entities/Objects/Weapons/Melee/gohei.yml | 2 +- Resources/Prototypes/Reagents/medicine.yml | 9 ++++++++ .../Devices/health_analyzer.rsi/meta.json | 5 ++++- .../health_analyzer.rsi/metaphysical.png | Bin 0 -> 15612 bytes 15 files changed, 77 insertions(+), 9 deletions(-) create mode 100644 Resources/Textures/Objects/Devices/health_analyzer.rsi/metaphysical.png diff --git a/Resources/Locale/en-US/armor/armor-examine.ftl b/Resources/Locale/en-US/armor/armor-examine.ftl index d49a1373f28..3080c3859df 100644 --- a/Resources/Locale/en-US/armor/armor-examine.ftl +++ b/Resources/Locale/en-US/armor/armor-examine.ftl @@ -17,3 +17,4 @@ armor-damage-type-cold = Cold armor-damage-type-poison = Poison armor-damage-type-shock = Shock armor-damage-type-structural = Structural +armor-damage-type-holy = Holy diff --git a/Resources/Locale/en-US/damage/damage-groups.ftl b/Resources/Locale/en-US/damage/damage-groups.ftl index 057a999f1cc..72dc43e64fd 100644 --- a/Resources/Locale/en-US/damage/damage-groups.ftl +++ b/Resources/Locale/en-US/damage/damage-groups.ftl @@ -3,3 +3,4 @@ damage-group-burn = Burn damage-group-airloss = Airloss damage-group-toxin = Toxin damage-group-genetic = Genetic +damage-group-metaphysical = Metaphysical diff --git a/Resources/Locale/en-US/damage/damage-types.ftl b/Resources/Locale/en-US/damage/damage-types.ftl index 5c3cca156fd..3b6256864f2 100644 --- a/Resources/Locale/en-US/damage/damage-types.ftl +++ b/Resources/Locale/en-US/damage/damage-types.ftl @@ -11,3 +11,4 @@ damage-type-radiation = Radiation damage-type-shock = Shock damage-type-slash = Slash damage-type-structural = Structural +damage-type-holy = Holy diff --git a/Resources/Prototypes/Damage/containers.yml b/Resources/Prototypes/Damage/containers.yml index fb40e9b658f..9b90248e3d9 100644 --- a/Resources/Prototypes/Damage/containers.yml +++ b/Resources/Prototypes/Damage/containers.yml @@ -52,3 +52,23 @@ id: ShadowHaze supportedTypes: - Heat + +- type: damageContainer + id: ManifestedSpirit + supportedGroups: + - Metaphysical + - Brute + supportedTypes: + - Heat + - Shock + - Caustic + +- type: damageContainer + id: BiologicalMetaphysical + supportedGroups: + - Brute + - Burn + - Toxin + - Airloss + - Genetic + - Metaphysical diff --git a/Resources/Prototypes/Damage/groups.yml b/Resources/Prototypes/Damage/groups.yml index 71e4acdaeaa..3beeed7e6b2 100644 --- a/Resources/Prototypes/Damage/groups.yml +++ b/Resources/Prototypes/Damage/groups.yml @@ -40,3 +40,11 @@ name: damage-group-genetic damageTypes: - Cellular + +# Metaphysical damage types should be used very sparingly, and likely not affect normal crew entities. +# Revenants and other ghost-like/demonic creatures are more fitting. Healing should never be available via medicine. +- type: damageGroup + id: Metaphysical + name: damage-group-metaphysical + damageTypes: + - Holy diff --git a/Resources/Prototypes/Damage/modifier_sets.yml b/Resources/Prototypes/Damage/modifier_sets.yml index d098c20fd60..f04858255f2 100644 --- a/Resources/Prototypes/Damage/modifier_sets.yml +++ b/Resources/Prototypes/Damage/modifier_sets.yml @@ -171,7 +171,7 @@ Piercing: 0.8 Cold: 0.8 Heat: 0.2 -# Holy: 3 If we ever get some holy or magic sort of damage type they should be vulnerable + Holy: 1.5 flatReductions: Heat: 3 @@ -273,6 +273,7 @@ Radiation: 0.0 Shock: 0.8 Bloodloss: 0.4 + Holy: 1 - type: damageModifierSet id: Cockroach @@ -306,3 +307,8 @@ id: PotassiumIodide coefficients: Radiation: 0.1 + +- type: damageModifierSet + id: ManifestedSpirit + coefficients: + Holy: 2 diff --git a/Resources/Prototypes/Damage/types.yml b/Resources/Prototypes/Damage/types.yml index 0107da24823..490add3b58d 100644 --- a/Resources/Prototypes/Damage/types.yml +++ b/Resources/Prototypes/Damage/types.yml @@ -21,19 +21,19 @@ name: damage-type-blunt armorCoefficientPrice: 2 armorFlatPrice: 10 - + - type: damageType id: Cellular name: damage-type-cellular armorCoefficientPrice: 5 armorFlatPrice: 30 - + - type: damageType id: Caustic name: damage-type-caustic armorCoefficientPrice: 5 armorFlatPrice: 30 - + - type: damageType id: Cold name: damage-type-cold @@ -84,3 +84,11 @@ name: damage-type-structural armorCoefficientPrice: 1 armorFlatPrice: 1 + +# Metaphysical damage. Damage represents supernatural injuries that emphasize the fantasy elements in the game +- type: damageType + id: Holy + name: damage-type-holy + armorCoefficientPrice: 1 + armorFlatPrice: 1 + diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 99cc5367d33..f8fb3e34ce5 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -2796,7 +2796,7 @@ - type: Bloodstream bloodReagent: DemonsBlood - type: Damageable - damageContainer: Biological + damageContainer: BiologicalMetaphysical damageModifierSet: Infernal - type: Temperature heatDamageThreshold: 4000 #They come from hell, so.. diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/hellspawn.yml b/Resources/Prototypes/Entities/Mobs/NPCs/hellspawn.yml index 45fb6a12bdd..c0f7a58f48f 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/hellspawn.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/hellspawn.yml @@ -28,7 +28,7 @@ - type: Body prototype: Animal - type: Damageable - damageContainer: Biological + damageContainer: BiologicalMetaphysical damageModifierSet: HellSpawn - type: MovementSpeedModifier baseWalkSpeed: 2 diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml b/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml index 888011a5b5f..a313a83fdb0 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml @@ -21,7 +21,8 @@ - Stun - Corporeal - type: Damageable - damageContainer: Biological + damageContainer: ManifestedSpirit + damageModifierSet: ManifestedSpirit - type: NoSlip - type: Eye drawFov: false @@ -76,3 +77,6 @@ - RevenantTheme - type: Speech speechVerb: Ghost + - type: Reactive + groups: + Acidic: [Touch] diff --git a/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml b/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml index f5e91e4fd86..6539b4f8aa9 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml @@ -18,6 +18,13 @@ damageOnUntrainedUse: ## What a non-chaplain takes when attempting to heal someone groups: Burn: 10 + - type: MeleeWeapon + soundHit: + collection: Punch + damage: + types: + Holy: 25 + Blunt: 1 - type: Prayable bibleUserOnly: true - type: Summonable diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/gohei.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/gohei.yml index 2380e19d79f..ff39bc7a576 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/gohei.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/gohei.yml @@ -11,7 +11,7 @@ wideAnimationRotation: -150 damage: types: - Blunt: 0 + Holy: 4 - type: Item size: Small sprite: Objects/Weapons/Melee/gohei.rsi diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 105ae110487..6937b20dd16 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -1075,6 +1075,15 @@ methods: [ Touch ] effects: - !type:ExtinguishReaction + Acidic: + methods: [ Touch ] + effects: + - !type:HealthChange + scaleByQuantity: true + ignoreResistances: false + damage: + types: + Holy: 0.5 plantMetabolism: - !type:PlantAdjustWater amount: 1 diff --git a/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json b/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json index bbf78c0b886..c9ae04fd792 100644 --- a/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/health_analyzer.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "airloss, brute, toxin and burn edited from /tg/station https://github.com/tgstation/tgstation/tree/master genetic edited from https://iconscout.com/free-icon/dna-2130814 with license CC BY 4.0. malnutrition from https://github.com/space-wizards/space-station-14/tree/73d7837fabb31a7691a1db47ff64903cbec5dd32/Resources/Textures/Interface/Alerts/hunger.rsi", + "copyright": "airloss, brute, toxin and burn edited from /tg/station https://github.com/tgstation/tgstation/tree/master genetic edited from https://iconscout.com/free-icon/dna-2130814 with license CC BY 4.0. malnutrition from https://github.com/space-wizards/space-station-14/tree/73d7837fabb31a7691a1db47ff64903cbec5dd32/Resources/Textures/Interface/Alerts/hunger.rsi, metaphysical created by SlamBamActionman at https://github.com/space-wizards/space-station-14/pull/32755", "states": [ { "name": "airloss" @@ -27,6 +27,9 @@ }, { "name": "malnutrition" + }, + { + "name": "metaphysical" } ] } diff --git a/Resources/Textures/Objects/Devices/health_analyzer.rsi/metaphysical.png b/Resources/Textures/Objects/Devices/health_analyzer.rsi/metaphysical.png new file mode 100644 index 0000000000000000000000000000000000000000..e66683891356640610cd937eab8de2f8c5fa48f3 GIT binary patch literal 15612 zcmeI3Yiu0V6@bSfkklcnNfe$68Lb_KgzV14`|u9y^=s|efwjYCiEV`h&(7Rk580g= zcEyn>qY5Y3}e0HrOhLR1iyKq<5#qyeHpNKgo&MMx2tL_*<_paco%o!Ry7 z`g(ok7Nq{UBkkkdbI&>Ve&?Pu^JgAf)wyDB<@J>mMa}JK4@KZFZGC260l$rG_B{Og zncm)OP}H3H)~ABn{<~`_O8BD^?J;}8w+WJ#a*47Q1FlR;hqEav(2&tZX#+6n7)U5; zz2n@zzdL9}u6J~M!faS?0sTsQHVsy1JEKx|gXEVT4Z+GlMt}}dz!d3BDybSmrru%u z72tnsm~qhd6mvtpqsar`Em|7T9+%fCv0fkT^Sd~Y&*%0nr+Jq1Fl;ST%R2d5 z!OaS8p3Yy6U?uz)NXu~{5^BqbgHpYt-!yfBVTOi=Ttl@kEuCOEzu(WWJj3%&IKycS ztEQN7sz!Cr$+({oFr>7in~J8=mR~WZ4Vd)~hZU%B<@c4+3xQN4&kj;#GNR6KE|w{0 zBufPweIT8*mnKULNP-klO#|9-W$pBS&D4y3ZHkZu^^}2OPQu|r?6T`krOJjj%+^7O zAdj@Hr4b$00TTg+HjtJ;>mb}pb-CS}O1zky37#y?lxqhWWePJ(lQXlALM}rAxL2Vi z4MbB*M>Q=O%$>4T;|S@N7W-7uH+3tjtPL4U0}N_X%y-cn2#F>L@+|Lma;%f%qFkNe z;RN1yGs_DsTjC@)6Y&w&WFbhRa%oG-<#()=jDe444d~ zBuOw;cHuUQiHW1*ilh>RNpZ=FEW|{PW4V~@bOX251>C$-^vAr;SiH^`(<0%6^%*Ps2p>;>z-_$D`+6Pk*bqm6e!Ja^00yV9OShC3F5enz;~V+)N79 zu2{JpM!;LySPkx(I9klD-CT7sZ2+rv)H}v|N1+?Tsf8kK(p_N=L$7+TyM64Rh50c&PDO)KYhq8aMGd|g0B zcJ(EdACU+{9Q<)pP*uz=^HOZ}pn0CJESKfvPy)5}~gpA#!X(^55R+KV?WRimaw%R5xX z48jg-FBBOrv9fOdxjWNp_?!xYUXQ2N6JXF`)MAyA0m+__0`E+Q)lX_+B-;j6lr`*~ z%CJO{H_WA~ zXy(-G-Ov5{wZ^LNPetGNjNb9!f|{DKs{R`*nj)LE%#4{`M?ZePX7-IEOP<{~x;u7o z>GoR}ZhtYcSN_2D;pc;Ms+Sx+w?m7M9a?&L-Y$2SS=F4C%vaVgTwKxI?%#3bH)Agk zd_m7{oV~Plp6Bvq`aidN^p$50KNZ;aICsT6U+=l9?~#$npSv2tp(8JUx>g-K8UBXa z^w|q%*Ni@MP`U3y=G&RC{_E`xyEk?r`^wY(R1#V zpWadzzMFa%{AzzJy86iV6}=&T*Pg~(=2wl}|GfFaeD{+7vIlm| zYhSZx=lYROb)aeO`~S!W?%lMR?)~i6yFyE5wBCMGL(ijcG%q^vL-hQyS<%#m1(~%A z?)?0j$6rhY7rvlA+tRj~`gu+8@F#=c&wSfgvva>3FiyKi_Fdfg)t4Wi_`}n0J$(F{ z6Q}=l`>gjmN4Bou?(SVF%-7d-Z#&dI_s!i`UHAJw-v`ylPR`G6yPt2psGb~Lq+dKR zS`~?`{Ogm){w;6W9~)hM{)WWs-)&rRVck7W-$xHFTYPHyq7&Wx@xS@578n2a$bry~ z#;Tcbe0}GoCC887cJ&k0>kpj^cJA!jHTH|ksDmqxHazzp5Ulr;J6bzKdz<_2`wv>O BDB%DA literal 0 HcmV?d00001 From e9383797663fc7bc39510608cd201863be261960 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 18:33:35 +0300 Subject: [PATCH 26/50] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20AntagSelection?= =?UTF-8?q?System.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/Antag/AntagSelectionSystem.cs | 18 ++++++++---------- Resources/Prototypes/GameRules/events.yml | 3 +-- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Content.Server/Antag/AntagSelectionSystem.cs b/Content.Server/Antag/AntagSelectionSystem.cs index c1ca6903bdd..8761523ce1b 100644 --- a/Content.Server/Antag/AntagSelectionSystem.cs +++ b/Content.Server/Antag/AntagSelectionSystem.cs @@ -162,8 +162,11 @@ private void OnSpawnComplete(PlayerSpawnCompleteEvent args) continue; // Sunrise-Start - if (_jobs.IsCommandStaff(args.Player) && def.Value.PickCommandStaff) + if (_jobs.IsCommandStaff(args.Player)) { + if (def.Value.PickCommandStaff) + continue; + var selectedCommandStaff = 0; foreach (var compSelectedSession in antag.SelectedSessions) @@ -179,10 +182,6 @@ private void OnSpawnComplete(PlayerSpawnCompleteEvent args) continue; } } - else - { - continue; - } // Sunrise-End if (TryMakeAntag((uid, antag), args.Player, def.Value)) @@ -289,8 +288,11 @@ public void ChooseAntags(Entity ent, // Sunrise-Sponsors-End // Sunrise-Start - if (_jobs.IsCommandStaff(session) && def.PickCommandStaff) + if (_jobs.IsCommandStaff(session)) { + if (def.PickCommandStaff) + continue; + var selectedCommandStaff = 0; foreach (var compSelectedSession in ent.Comp.SelectedSessions) @@ -306,10 +308,6 @@ public void ChooseAntags(Entity ent, continue; } } - else - { - continue; - } // Sunrise-End if (session != null && ent.Comp.SelectedSessions.Contains(session)) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index f573e2ac826..4721c9fd0cf 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -504,8 +504,7 @@ fallbackRoles: [ Traitor ] min: 5 # Sunrise-Edit max: 10 # Sunrise-Edit - pickCommandStaff: true # Sunrise-Edit - maxCommandStaff: 1 # Sunrise-Edit + pickCommandStaff: false # Sunrise-Edit playerRatio: 10 blacklist: components: From c35505c6b4e90d97c2a3540173d4f6948fc6905c Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 15:34:39 +0000 Subject: [PATCH 27/50] 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 4c281d06720..f6f71220ff8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Winkarst-cpu - changes: - - message: The color of the science radio channel was changed. - type: Tweak - id: 7215 - time: '2024-08-26T12:02:57.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31319 - author: slarticodefast changes: - message: Fixed energy sword visuals. @@ -3924,3 +3917,11 @@ id: 7714 time: '2024-12-16T15:25:06.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32802 +- author: SlamBamActionman + changes: + - message: Added Holy damage to the Chaplain's bible, holy water and the gohei, + which can be exclusively dealt to spirits. + type: Add + id: 7715 + time: '2024-12-16T15:33:32.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32755 From a590eacec415588623ca60e9a1c8982b9aae88cd Mon Sep 17 00:00:00 2001 From: Focstor <111702496+Focstor@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:38:01 +0300 Subject: [PATCH 28/50] =?UTF-8?q?=D0=94=D0=B5=D0=B1=D0=B0=D1=84=20=D1=83?= =?UTF-8?q?=D0=B4=D0=B0=D1=80=D0=B0=20=D0=B1=D0=B8=D0=BF=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B8=20=D1=84=D0=B8=D0=BA=D1=81=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B8=20=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=BB=D0=B8=20(#868)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * debaff-bypsky-smash * ysloznenie-reactii-bysky * iz-stali-vnov-est-lead --- .../Prototypes/Entities/Objects/Materials/Sheets/metal.yml | 4 ++++ Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml | 4 ++-- Resources/Prototypes/Recipes/Reactions/drinks.yml | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index 09d24051cc9..25e3edb8e67 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -70,6 +70,10 @@ Quantity: 9 - ReagentId: Carbon Quantity: 1 + # Sunrise-start + - ReagentId: Lead + Quantity: 1 + # Sunrise-end - type: entity parent: SheetSteel diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index 03e4124edbd..ffebdbaf154 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -679,8 +679,8 @@ reagent: Ethanol amount: 0.15 # Sunrise-start - - !type:Paralyze - paralyzeTime: 1 + - !type:Electrocute + probability: 0.6 - !type:PopupMessage messages: [ "reagent-beepskysmash-effect1" ] type: Pvs diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index 1c69be50455..479c426ebbe 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -187,6 +187,10 @@ amount: 1 Whiskey: amount: 1 + # Sunrise-start + Zinc: + amount: 1 + # Sunrise-end products: BeepskySmash: 2 From 8767b603704cd499debe20fd3bccce8b72cc26cc Mon Sep 17 00:00:00 2001 From: DragonDidlo <111651007+DragonDidlo@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:38:13 +0300 Subject: [PATCH 29/50] Fix turret fixtures (#864) --- .../Prototypes/Entities/Objects/Weapons/Guns/turrets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml index de0e92dd671..8ad414dc3f0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml @@ -43,8 +43,8 @@ fixtures: fix1: shape: - !type:PhysShapeAabb - bounds: "-0.45,-0.45,0.45,0.45" + !type:PhysShapeCircle + radius: 0.45 density: 60 mask: - MachineMask From 126964f6db5c11102760adf51a7ae60ae5ff4740 Mon Sep 17 00:00:00 2001 From: KaiserMaus Date: Mon, 16 Dec 2024 15:38:23 +0000 Subject: [PATCH 30/50] ERT Amber (#859) --- .../entities/clothing/outerclothing/armor.ftl | 14 +- .../Entities/Clothing/Shoes/specific.yml | 11 +- .../Jobs/CentComm/emergencyresponseteam.yml | 101 ++-- .../Entities/Clothing/OuterClothing/armor.yml | 440 +++++++++++++++++- .../equipped-OUTERCLOTHING-light.png | Bin 0 -> 248 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1787 bytes .../Armor/amber_armor_chap.rsi/icon.png | Bin 0 -> 658 bytes .../amber_armor_chap.rsi/inhand-left.png | Bin 0 -> 756 bytes .../amber_armor_chap.rsi/inhand-right.png | Bin 0 -> 773 bytes .../amber_armor_chap.rsi/light-overlay.png | Bin 0 -> 166 bytes .../Armor/amber_armor_chap.rsi/meta.json | 33 ++ .../equipped-OUTERCLOTHING-light.png | Bin 0 -> 248 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1881 bytes .../Armor/amber_armor_com.rsi/icon.png | Bin 0 -> 664 bytes .../Armor/amber_armor_com.rsi/inhand-left.png | Bin 0 -> 806 bytes .../amber_armor_com.rsi/inhand-right.png | Bin 0 -> 833 bytes .../amber_armor_com.rsi/light-overlay.png | Bin 0 -> 166 bytes .../Armor/amber_armor_com.rsi/meta.json | 33 ++ .../equipped-OUTERCLOTHING-light.png | Bin 0 -> 248 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1885 bytes .../Armor/amber_armor_eng.rsi/icon.png | Bin 0 -> 663 bytes .../Armor/amber_armor_eng.rsi/inhand-left.png | Bin 0 -> 771 bytes .../amber_armor_eng.rsi/inhand-right.png | Bin 0 -> 786 bytes .../amber_armor_eng.rsi/light-overlay.png | Bin 0 -> 166 bytes .../Armor/amber_armor_eng.rsi/meta.json | 33 ++ .../equipped-OUTERCLOTHING-light.png | Bin 0 -> 248 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1846 bytes .../Armor/amber_armor_jan.rsi/icon.png | Bin 0 -> 641 bytes .../Armor/amber_armor_jan.rsi/inhand-left.png | Bin 0 -> 753 bytes .../amber_armor_jan.rsi/inhand-right.png | Bin 0 -> 796 bytes .../amber_armor_jan.rsi/light-overlay.png | Bin 0 -> 166 bytes .../Armor/amber_armor_jan.rsi/meta.json | 33 ++ .../equipped-OUTERCLOTHING-light.png | Bin 0 -> 248 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1916 bytes .../Armor/amber_armor_med.rsi/icon.png | Bin 0 -> 659 bytes .../Armor/amber_armor_med.rsi/inhand-left.png | Bin 0 -> 747 bytes .../amber_armor_med.rsi/inhand-right.png | Bin 0 -> 797 bytes .../amber_armor_med.rsi/light-overlay.png | Bin 0 -> 166 bytes .../Armor/amber_armor_med.rsi/meta.json | 33 ++ .../equipped-OUTERCLOTHING-light.png | Bin 0 -> 248 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1807 bytes .../Armor/amber_armor_sec.rsi/icon.png | Bin 0 -> 638 bytes .../Armor/amber_armor_sec.rsi/inhand-left.png | Bin 0 -> 759 bytes .../amber_armor_sec.rsi/inhand-right.png | Bin 0 -> 786 bytes .../amber_armor_sec.rsi/light-overlay.png | Bin 0 -> 166 bytes .../Armor/amber_armor_sec.rsi/meta.json | 33 ++ 46 files changed, 709 insertions(+), 55 deletions(-) create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/equipped-OUTERCLOTHING-light.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/light-overlay.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/equipped-OUTERCLOTHING-light.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/light-overlay.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/equipped-OUTERCLOTHING-light.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/light-overlay.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/equipped-OUTERCLOTHING-light.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/light-overlay.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/equipped-OUTERCLOTHING-light.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/light-overlay.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/equipped-OUTERCLOTHING-light.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/light-overlay.png create mode 100644 Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/meta.json diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/armor.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/armor.ftl index ee09e85e0fd..bd8cc6a50d2 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/armor.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/outerclothing/armor.ftl @@ -3,4 +3,16 @@ ent-ClothingOuterArmorCentcomCarapace = флотский панцирь ent-ClothingOuterArmorBlueShield = бронежилет офицера «синий щит» .desc = Синий и прочный. ent-ClothingOuterArmorSWAT = Броня SWAT - .desc = Удачная попытка НТ создать универсальную и недорогую защиту. Предоставляет отличную защиту от множества видов повреждений, но так-же крайне сильно замедляет. \ No newline at end of file + .desc = Удачная попытка НТ создать универсальную и недорогую защиту. Предоставляет отличную защиту от множества видов повреждений, но так-же крайне сильно замедляет. +ent-ClothingOuterArmorAmberSec = Броня ОБР "Амбер" + .desc = Универсальная броня НаноТрейзен для членов ОБР. Предоставляет отличную защиту от множества видов повреждений, имеет встроенный фонарик. не защищает от космоса. Вариант расцветки ОБР безопастности. +ent-ClothingOuterArmorAmberCom = Броня ОБР "Амбер" + .desc = Универсальная броня НаноТрейзен для членов ОБР. Предоставляет отличную защиту от множества видов повреждений, имеет встроенный фонарик. не защищает от космоса. Вариант расцветки Лидера ОБР. +ent-ClothingOuterArmorAmberEng = Броня ОБР "Амбер" + .desc = Универсальная броня НаноТрейзен для членов ОБР. Предоставляет отличную защиту от множества видов повреждений, имеет встроенный фонарик. не защищает от космоса. Вариант расцветки ОБР Инженера. +ent-ClothingOuterArmorAmberMed = Броня ОБР "Амбер" + .desc = Универсальная броня НаноТрейзен для членов ОБР. Предоставляет отличную защиту от множества видов повреждений, имеет встроенный фонарик. не защищает от космоса. Вариант расцветки ОБР Медика. +ent-ClothingOuterArmorAmberJan = Броня ОБР "Амбер" + .desc = Универсальная броня НаноТрейзен для членов ОБР. Предоставляет отличную защиту от множества видов повреждений, имеет встроенный фонарик. не защищает от космоса. Вариант расцветки ОБР Уборщика. +ent-ClothingOuterArmorAmberChap = Броня ОБР "Амбер" + .desc = Универсальная броня НаноТрейзен для членов ОБР. Предоставляет отличную защиту от множества видов повреждений, имеет встроенный фонарик. не защищает от космоса. Вариант расцветки ОБР Священника. \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index f4da56e37af..ef6ab04503b 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -149,15 +149,12 @@ sprite: Clothing/Shoes/Specific/swat.rsi - type: NoSlip - type: SlowedOverSlippery - slowdownModifier: 0.5 + slowdownModifier: 0.6 #sunrise-Start - type: SpeedModifierContactCapClothing - maxContactSprintSlowdown: 0.3 - maxContactWalkSlowdown: 0.3 + maxContactSprintSlowdown: 0.6 + maxContactWalkSlowdown: 0.6 - type: ClothingSlowOnDamageModifier - modifier: 0.5 - - type: ClothingSpeedModifier - walkModifier: 0.90 - sprintModifier: 0.90 + modifier: 0.5 #sunrise-end - type: entity parent: ClothingShoesBaseButcherable diff --git a/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml b/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml index 2ce31c3a94b..1e47c871b4e 100644 --- a/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml +++ b/Resources/Prototypes/Roles/Jobs/CentComm/emergencyresponseteam.yml @@ -19,19 +19,21 @@ equipment: jumpsuit: ClothingUniformJumpsuitERTLeader back: ClothingBackpackERTLeader - shoes: ClothingShoesBootsCombatFilled + shoes: ClothingShoesSwat # Sunrise-edit + mask: ClothingMaskGasERT # Sunrise-edit head: ClothingHeadHelmetERTLeader eyes: ClothingEyesGlassesSecurity gloves: ClothingHandsGlovesCombat - outerClothing: ClothingOuterArmorBasicSlim + outerClothing: ClothingOuterArmorAmberCom # Sunrise-edit id: ERTLeaderPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltSecurityFilled pocket1: WeaponPistolN1984 - pocket2: FlashlightSeclite + pocket2: MagazineMagnum # Sunrise-edit storage: back: - - WeaponDisabler + - WeaponEnergyGunPistolSecurity # Sunrise-edit + - PortableSurveillanceCameraMonitorUnpowered # Sunrise-edit - MedicatedSuture - RegenerativeMesh - BoxZiptie @@ -44,7 +46,7 @@ equipment: jumpsuit: ClothingUniformJumpsuitERTLeader back: ClothingBackpackERTLeader - shoes: ClothingShoesBootsMagAdv + shoes: ClothingShoesBootsMagCombat # Sunrise-edit mask: ClothingMaskGasERT eyes: ClothingEyesGlassesSecurity gloves: ClothingHandsGlovesCombat @@ -52,16 +54,17 @@ id: ERTLeaderPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltSecurityFilled - pocket1: WeaponPistolN1984 - pocket2: FlashlightSeclite + pocket1: WeaponPulsePistol # Sunrise-edit + pocket2: HandheldCriminalRecordsMonitorUnpowered # Sunrise-edit storage: back: - - WeaponDisabler + - WeaponEnergyGunPistolSecurity # Sunrise-edit - MedicatedSuture - RegenerativeMesh - BoxZiptie - CrowbarRed - - MagazineMagnum + - PortableSurveillanceCameraMonitorUnpowered # Sunrise-edit + #- MagazineMagnum # Sunrise-edit - ERTDirectivesCircuitBoard # Sunrise-edit - type: startingGear @@ -116,12 +119,12 @@ equipment: jumpsuit: ClothingUniformJumpsuitERTChaplain back: ClothingBackpackERTChaplain - shoes: ClothingShoesLeather + shoes: ClothingShoesSwat # Sunrise-edit head: ClothingHeadHatFez eyes: ClothingEyesGlasses neck: ClothingNeckStoleChaplain gloves: ClothingHandsGlovesCombat - outerClothing: ClothingOuterArmorBasicSlim + outerClothing: ClothingOuterArmorAmberChap # Sunrise-edit id: ERTChaplainPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltStorageWaistbag @@ -194,19 +197,20 @@ equipment: jumpsuit: ClothingUniformJumpsuitERTEngineer back: ClothingBackpackERTEngineer - shoes: ClothingShoesBootsWork + shoes: ClothingShoesSwat # Sunrise-edit + mask: ClothingMaskGasERT # Sunrise-edit head: ClothingHeadHelmetERTEngineer - eyes: ClothingEyesGlassesMeson + eyes: ClothingEyesHudDiagnostic # Sunrise-edit gloves: ClothingHandsGlovesCombat - outerClothing: ClothingOuterArmorBasicSlim + outerClothing: ClothingOuterArmorAmberEng id: ERTEngineerPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltChiefEngineerFilled - pocket1: Flare - pocket2: GasAnalyzer + pocket1: WeaponEnergyGunPistolSecurity # Sunrise-edit + pocket2: AtmosAlertsMonitorUnpowered # Sunrise-edit storage: back: - - trayScanner + # - trayScanner # Sunrise-edit - RCD - RCDAmmo - RCDAmmo @@ -224,17 +228,17 @@ back: ClothingBackpackERTEngineer shoes: ClothingShoesBootsMagAdv mask: ClothingMaskGasERT - eyes: ClothingEyesGlassesMeson + eyes: ClothingEyesHudDiagnostic # Sunrise-edit gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitERTEngineer id: ERTEngineerPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltChiefEngineerFilled - pocket1: Flare - pocket2: GasAnalyzer + pocket1: WeaponEnergyGunPistolSecurity # Sunrise-edit + pocket2: AtmosAlertsMonitorUnpowered # Sunrise-edit storage: back: - - trayScanner + # - trayScanner # Sunrise-edit - RCD - RCDAmmo - RCDAmmo @@ -266,24 +270,25 @@ equipment: jumpsuit: ClothingUniformJumpsuitERTSecurity back: ClothingBackpackERTSecurity - shoes: ClothingShoesBootsCombatFilled + shoes: ClothingShoesSwat # Sunrise-edit + mask: ClothingMaskGasERT # Sunrise-edit head: ClothingHeadHelmetERTSecurity eyes: ClothingEyesGlassesSecurity gloves: ClothingHandsGlovesCombat - outerClothing: ClothingOuterArmorBasicSlim + outerClothing: ClothingOuterArmorAmberSec id: ERTSecurityPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltSecurityFilled - pocket1: WeaponPistolMk58 - pocket2: FlashlightSeclite + pocket1: WeaponPistolN1984 # Sunrise-edit + pocket2: MagazineMagnum # Sunrise-edit storage: back: - - WeaponDisabler + - WeaponEnergyGunPistolSecurity # Sunrise-edit - MedicatedSuture - RegenerativeMesh - BoxZiptie - CrowbarRed - - MagazinePistol + - MagazineMagnum # Sunrise-edit - type: startingGear id: ERTSecurityGearEVA @@ -298,16 +303,16 @@ id: ERTSecurityPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltSecurityFilled - pocket1: WeaponPistolMk58 - pocket2: FlashlightSeclite + pocket1: WeaponPistolN1984 # Sunrise-edit + pocket2: MagazineMagnum # Sunrise-edit storage: back: - - WeaponDisabler + - WeaponEnergyGunPistolSecurity # Sunrise-edit - MedicatedSuture - RegenerativeMesh - BoxZiptie - CrowbarRed - - MagazinePistol + - MagazineMagnum # Sunrise-edit - type: startingGear id: ERTSecurityGearEVALecter @@ -356,15 +361,17 @@ equipment: jumpsuit: ClothingUniformJumpsuitERTMedic back: ClothingBackpackERTMedical - shoes: ClothingShoesBootsCombatFilled + shoes: ClothingShoesSwat # Sunrise-edit + mask: ClothingMaskGasERT # Sunrise-edit head: ClothingHeadHelmetERTMedic - eyes: ClothingEyesHudMedical - gloves: ClothingHandsGlovesNitrile - outerClothing: ClothingOuterArmorBasicSlim + eyes: ClothingEyesHudMedSec # Sunrise-edit + gloves: ClothingHandsGlovesCombat # Sunrise-edit + outerClothing: ClothingOuterArmorAmberMed # Sunrise-edit id: ERTMedicPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltMedicalFilled - pocket1: Flare + pocket1: WeaponEnergyGunPistolSecurity # Sunrise-edit + pocket2: HandheldCrewMonitor # Sunrise-edit storage: back: - Hypospray @@ -373,6 +380,9 @@ - OmnizineChemistryBottle - EpinephrineChemistryBottle - EpinephrineChemistryBottle + - DefibrillatorCompact # Sunrise-edit + - MedkitCombatFilled # Sunrise-edit + - MedkitCombatFilled # Sunrise-edit - type: startingGear id: ERTMedicalGearEVA @@ -382,12 +392,13 @@ shoes: ClothingShoesBootsMagCombat mask: ClothingMaskGasERT eyes: ClothingEyesHudMedical - gloves: ClothingHandsGlovesNitrile + gloves: ClothingHandsGlovesCombat # Sunrise-edit outerClothing: ClothingOuterHardsuitERTMedical id: ERTMedicPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltMedicalFilled - pocket1: Flare + pocket1: WeaponEnergyGunPistolSecurity # Sunrise-edit + pocket2: HandheldCrewMonitor # Sunrise-edit storage: back: - Hypospray @@ -396,6 +407,9 @@ - OmnizineChemistryBottle - EpinephrineChemistryBottle - EpinephrineChemistryBottle + - DefibrillatorCompact # Sunrise-edit + - MedkitCombatFilled # Sunrise-edit + - MedkitCombatFilled # Sunrise-edit # Janitor - type: job @@ -419,13 +433,14 @@ jumpsuit: ClothingUniformJumpsuitERTJanitor back: ClothingBackpackERTJanitor shoes: ClothingShoesGaloshes + mask: ClothingMaskGasERT # Sunrise-edit head: ClothingHeadHelmetERTJanitor - gloves: ClothingHandsGlovesColorPurple - outerClothing: ClothingOuterArmorBasicSlim + gloves: ClothingHandsGlovesCombat # Sunrise-edit + outerClothing: ClothingOuterArmorAmberJan id: ERTJanitorPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltJanitorFilled - pocket1: Flare + pocket1: WeaponEnergyGunPistolSecurity # Sunrise-edit storage: back: - LightReplacer @@ -442,12 +457,12 @@ back: ClothingBackpackERTJanitor shoes: ClothingShoesBootsMagCombat mask: ClothingMaskGasERT - gloves: ClothingHandsGlovesColorPurple + gloves: ClothingHandsGlovesCombat # Sunrise-edit outerClothing: ClothingOuterHardsuitERTJanitor id: ERTJanitorPDA ears: ClothingHeadsetAltCentCom belt: ClothingBeltJanitorFilled - pocket1: Flare + pocket1: WeaponEnergyGunPistolSecurity # Sunrise-edit storage: back: - LightReplacer diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml index 8772ea470ea..330f102a83b 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml @@ -47,7 +47,7 @@ parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing] id: ClothingOuterArmorSWAT name: SWAT armor - description: NT's successful attempt to create universal and inexpensive protection. It provides excellent protection against many types of damage, but it also slows down extremely much. + description: NT's unsuccessful attempt to create universal and inexpensive protection. It provides excellent protection against many types of damage, but it also slows down extremely much. components: - type: Sprite sprite: _Sunrise/Clothing/OuterClothing/Armor/swat_armor.rsi @@ -65,8 +65,440 @@ - type: ExplosionResistance damageCoefficient: 0.85 - type: ClothingSpeedModifier - walkModifier: 0.90 - sprintModifier: 0.90 + walkModifier: 0.85 + sprintModifier: 0.85 - type: GroupExamine - type: ProtectedFromStepTriggers - slots: WITHOUT_POCKET \ No newline at end of file + slots: WITHOUT_POCKET + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCentcommContraband ] + id: ClothingOuterArmorAmberSec + name: ERT Amber armor + description: NT's universal flexible and well-armored suit with a powerful shoulder mounted flashlight ,it does not protect its wearer from space. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi + layers: + - state: icon + - state: light-overlay + visible: false + shader: unshaded + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.45 + Slash: 0.45 + Piercing: 0.45 + Heat: 0.50 + Caustic: 0.7 + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + #Shoulder mounted flashlight + - type: ToggleableLightVisuals + spriteLayer: light + clothingVisuals: + outerClothing: + - state: equipped-OUTERCLOTHING-light + shader: unshaded + - type: Appearance + - type: HandheldLight + addPrefix: false + blinkingBehaviourId: blinking + radiatingBehaviourId: radiating + - type: PointLight + enabled: false + color: "#00FFFFFF" + radius: 5 + energy: 2 + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true + netsync: false + - type: LightBehaviour + behaviours: + - !type:FadeBehaviour + id: radiating + interpolate: Linear + maxDuration: 2.0 + startValue: 3.0 + endValue: 2.0 + isLooped: true + reverseWhenFinished: true + - !type:PulseBehaviour + id: blinking + interpolate: Nearest + maxDuration: 1.0 + minValue: 0.1 + maxValue: 2.0 + isLooped: true + - type: Battery + maxCharge: 600 + startingCharge: 600 + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 2 + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCentcommContraband ] + id: ClothingOuterArmorAmberCom + name: ERT Amber Leader armor + description: NT's universal flexible and well-armored suit with a powerful shoulder mounted flashlight ,it does not protect its wearer from space. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi + layers: + - state: icon + - state: light-overlay + visible: false + shader: unshaded + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.45 + Slash: 0.45 + Piercing: 0.45 + Heat: 0.50 + Caustic: 0.7 + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + #Shoulder mounted flashlight + - type: ToggleableLightVisuals + spriteLayer: light + clothingVisuals: + outerClothing: + - state: equipped-OUTERCLOTHING-light + shader: unshaded + - type: Appearance + - type: HandheldLight + addPrefix: false + blinkingBehaviourId: blinking + radiatingBehaviourId: radiating + - type: PointLight + enabled: false + color: "#00FFFFFF" + radius: 5 + energy: 2 + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true + netsync: false + - type: LightBehaviour + behaviours: + - !type:FadeBehaviour + id: radiating + interpolate: Linear + maxDuration: 2.0 + startValue: 3.0 + endValue: 2.0 + isLooped: true + reverseWhenFinished: true + - !type:PulseBehaviour + id: blinking + interpolate: Nearest + maxDuration: 1.0 + minValue: 0.1 + maxValue: 2.0 + isLooped: true + - type: Battery + maxCharge: 600 + startingCharge: 600 + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 2 + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCentcommContraband ] + id: ClothingOuterArmorAmberChap + name: ERT Amber Chaplain armor + description: NT's universal flexible and well-armored suit with a powerful shoulder mounted flashlight ,it does not protect its wearer from space. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi + layers: + - state: icon + - state: light-overlay + visible: false + shader: unshaded + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.45 + Slash: 0.45 + Piercing: 0.45 + Heat: 0.50 + Caustic: 0.7 + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + #Shoulder mounted flashlight + - type: ToggleableLightVisuals + spriteLayer: light + clothingVisuals: + outerClothing: + - state: equipped-OUTERCLOTHING-light + shader: unshaded + - type: Appearance + - type: HandheldLight + addPrefix: false + blinkingBehaviourId: blinking + radiatingBehaviourId: radiating + - type: PointLight + enabled: false + color: "#FFC458FF" + radius: 5 + energy: 2 + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true + netsync: false + - type: LightBehaviour + behaviours: + - !type:FadeBehaviour + id: radiating + interpolate: Linear + maxDuration: 2.0 + startValue: 3.0 + endValue: 2.0 + isLooped: true + reverseWhenFinished: true + - !type:PulseBehaviour + id: blinking + interpolate: Nearest + maxDuration: 1.0 + minValue: 0.1 + maxValue: 2.0 + isLooped: true + - type: Battery + maxCharge: 600 + startingCharge: 600 + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 2 + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCentcommContraband ] + id: ClothingOuterArmorAmberEng + name: ERT Amber Engineer armor + description: NT's universal flexible and well-armored suit with a powerful shoulder mounted flashlight ,it does not protect its wearer from space. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi + layers: + - state: icon + - state: light-overlay + visible: false + shader: unshaded + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.45 + Slash: 0.45 + Piercing: 0.45 + Heat: 0.50 + Caustic: 0.7 + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + #Shoulder mounted flashlight + - type: ToggleableLightVisuals + spriteLayer: light + clothingVisuals: + outerClothing: + - state: equipped-OUTERCLOTHING-light + shader: unshaded + - type: Appearance + - type: HandheldLight + addPrefix: false + blinkingBehaviourId: blinking + radiatingBehaviourId: radiating + - type: PointLight + enabled: false + color: "#00FFFFFF" + radius: 5 + energy: 2 + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true + netsync: false + - type: LightBehaviour + behaviours: + - !type:FadeBehaviour + id: radiating + interpolate: Linear + maxDuration: 2.0 + startValue: 3.0 + endValue: 2.0 + isLooped: true + reverseWhenFinished: true + - !type:PulseBehaviour + id: blinking + interpolate: Nearest + maxDuration: 1.0 + minValue: 0.1 + maxValue: 2.0 + isLooped: true + - type: Battery + maxCharge: 600 + startingCharge: 600 + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 2 + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCentcommContraband ] + id: ClothingOuterArmorAmberMed + name: ERT Amber Medic armor + description: NT's universal flexible and well-armored suit with a powerful shoulder mounted flashlight ,it does not protect its wearer from space. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi + layers: + - state: icon + - state: light-overlay + visible: false + shader: unshaded + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.45 + Slash: 0.45 + Piercing: 0.45 + Heat: 0.50 + Caustic: 0.7 + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + #Shoulder mounted flashlight + - type: ToggleableLightVisuals + spriteLayer: light + clothingVisuals: + outerClothing: + - state: equipped-OUTERCLOTHING-light + shader: unshaded + - type: Appearance + - type: HandheldLight + addPrefix: false + blinkingBehaviourId: blinking + radiatingBehaviourId: radiating + - type: PointLight + enabled: false + color: "#ADFFECFF" + radius: 5 + energy: 2 + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true + netsync: false + - type: LightBehaviour + behaviours: + - !type:FadeBehaviour + id: radiating + interpolate: Linear + maxDuration: 2.0 + startValue: 3.0 + endValue: 2.0 + isLooped: true + reverseWhenFinished: true + - !type:PulseBehaviour + id: blinking + interpolate: Nearest + maxDuration: 1.0 + minValue: 0.1 + maxValue: 2.0 + isLooped: true + - type: Battery + maxCharge: 600 + startingCharge: 600 + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 2 + +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseCentcommContraband ] + id: ClothingOuterArmorAmberJan + name: ERT Amber Janitor armor + description: NT's universal flexible and well-armored suit with a powerful shoulder mounted flashlight ,it does not protect its wearer from space. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi + layers: + - state: icon + - state: light-overlay + visible: false + shader: unshaded + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.45 + Slash: 0.45 + Piercing: 0.45 + Heat: 0.50 + Caustic: 0.7 + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + #Shoulder mounted flashlight + - type: ToggleableLightVisuals + spriteLayer: light + clothingVisuals: + outerClothing: + - state: equipped-OUTERCLOTHING-light + shader: unshaded + - type: Appearance + - type: HandheldLight + addPrefix: false + blinkingBehaviourId: blinking + radiatingBehaviourId: radiating + - type: PointLight + enabled: false + color: "#CBADFFFF" + radius: 5 + energy: 2 + mask: /Textures/Effects/LightMasks/cone.png + autoRot: true + netsync: false + - type: LightBehaviour + behaviours: + - !type:FadeBehaviour + id: radiating + interpolate: Linear + maxDuration: 2.0 + startValue: 3.0 + endValue: 2.0 + isLooped: true + reverseWhenFinished: true + - !type:PulseBehaviour + id: blinking + interpolate: Nearest + maxDuration: 1.0 + minValue: 0.1 + maxValue: 2.0 + isLooped: true + - type: Battery + maxCharge: 600 + startingCharge: 600 + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 2 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/equipped-OUTERCLOTHING-light.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/equipped-OUTERCLOTHING-light.png new file mode 100644 index 0000000000000000000000000000000000000000..d868c93bc8dc958d3c69118ea3efc0d009996a9d GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|HhH=@hE&XX zd&`jTumVr(!|AJpf{)#6pM7<&2FZ=%KewP{t&~7kjU~-q3KDW+f+fU|CM=IWj7Ob`Xu+vyU{bPx*wMj%lRCt{2n*VDXWgN%fH{9Cpaxsi$moM#D(k`v5ne5tqu|ZhGWRp!0mNc-HA&--(qd%om(o)6&S;^N}s;^Oj{psFf4W_Wyj+!^B*$Y!&|uJ!J# zs!HtBs@*MCDygbU$zwMV3s77FDXo$=Xw)!n(vssEnB8WsH&@>It4-Zp! zG-h1S4-b>3X-FoM&@_$9_7fXbP*s%_MM3&oAel@eolZj#1mugl@sO{LyaMI`0Qh`9 zsH#dMBO?Ou!#2|Q`Fyx{?;aKw761UE=*7{aT}B;UUjzW;ayi2XtNI%TfT1V~(&;o( zsT6ka-VFc<2mC0^%>w{ZsgzN#)vyQGG!4%kzJ_<-y#|lRgP*>C;bX`X{;K!-X2*LqBbX`X<5JoDMGU^tKMSgEA=mWs-zr2N| zr6mBsfx{O70B??J7#$sLxqc0Oz5NspbyB{l)5-82dMUV@PKNhTzNk|;)Jc84{f-Qh z*V(>Xj9i{Qi4@8Rmz2`nt!#ayY_^vG|9h#&}p zp&#G>G`_o-fIh!s)Y;|lzzfH(B6Ix)w?0?p?r4lwSO0<}J-OyyrLu_j_U*Wxopvk$ z-O(6r-MZD#V=#a2-@nhT&+TkL4w5KJ@OVU{Y-wp3%gdFPzkQ%K06=vh-n+L4yLSEa z5_EkLfBtz3Q#U8M^)3GnVEBAHu$}{RB?qRSIx3Z_R;eTzW#w|ErbY0;9RL6*l}eBN zzm=HZJ^&PE^FlZTs(;|ZY`*2KZw>4>eqV1t9Xfc#xY+#f*h;KU-|qcJaQ_Y6Z;9#@<`pMf0&j}&V6`z?xWnq&K7KoAha?SE?zmtSoPu4=ye)E-o%EE-o(rXZm{kYxV;U9Xzt> zc>`=K&V1Ri!@U~pj>hQYPd8iCwO2FUM^RVNDLs67{H~=7jfzG zMRZ4F-1=Orr)Tybp!YvGT~qeir=KGpk0FzpM!8&p*DK-IYd<@(Dm!%W2r&(&`PJ87 zA`*!J0Mh9+0Dvbi!SZr=B>6JE{>Gb76s1P6T&@@o55V|z0<#9wG-re;iULj3Fp_+k z)bux&f?&A|+`U^pkJmH}xm*spT=i7gYg(KCF?GYLIop^uymk8mEEvq!mSXN-Y!fmd z2kH2+6ZFpL+eAckGQ5YJ+#WY;yfgYX9Y1!00& z>Wtv}g9moZadG{@1DxuNAQK9#@y8C9yTI~tkBuZ^(P0vMtwLDMD>4tF+V#uk~(Gzx`0L{S1@|4`O)3lK#K0XbOHx7b;HJRSo8 zBVEQxm4yb*hOG`I`HpC~+l8 zaCL!3hAWjtBofsGDP3PgIMhi_9aV=zog~Y$k(+Sk$`6)&d=$10N9)OCrj5Uy91qO4 z&6>^7)F4Pi^l;QCpgJQI3i%DbWuHPJ4_TIt0kANe7fe3b!gc_Nh;q3ch=`u*d)mkq za57Wlp=|=H{hw&Y@WILHw;@F2Sa!G-%*XPZm7KAz1DlZ-P*0;=1v}VoHs+iFz~0$> zGq9jHo0ni~7GMwmU%_r}0MNuV*vy%HD{0mb+q1yGeI{?xZK^feZUO(5goNL+w}d+m d?m|8G{0&ts)_MPfqN4x+002ovPDHLkV1iubRb~JH literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4e93078f81ba42ac028935b82b606b003fad52f7 GIT binary patch literal 658 zcmV;D0&V??P)Px%Oi4sRR9J=Wls#+PP!xtAl@ccrc0M zg|?(!GURXQA9M%}sHISAC@D=#tGmc37AbLRN{8T_F0p7JU@1+9fFHPUb??=CUY&D~ zV91c0g5x-{v$G@Dt$QnJ@Y?b|rfK5){-q{--jP)gx>9=2`A z>v>};p4+yK=XrEG9Xg#(5?KIl4>}NrA)e>OK};i06h-8XDH;Wftw0e)5vGyHwr#ez zx8wJcFfar4dR+^{kT49<$8)q=0lRxHje^C;vojh6i`_k!Rx3as&(S|yuh+Fi4$@F6 zmStsmRe~@Q5s@eP`ywI|gpsT)uS%&{PTc{C?m(YRW(3b`Ub^RbO){C0wDHqn%$QOt zmStmoO@c6z*KgiS5Js}Gz9yw&S&SJ|0MfMLz)Scyx}K%mJ;8OGEIoJ#z_aI1aor}} z?g_e{#rNG*Wk^+m@BUY<*Xwb5dP*iU5~uw0!9KlSkC(4rq>%$sW&mJf;x6;^b4*X) zxv>8Bog25SQi`q3#{V$@&~CTm`POEGN~ID%KVEvoWGq@;^DwZX89^~xD5tF$r zM?bp&SThCys(r`@|Jy+QD`nu|%O@>=uOI;C=qTASo$Q#7Y9G@5{VO(;gn#~9EzHgd sa3KpxzWmx*n4OcpnIS`l47pMK0gdn?w*o$uDF6Tf07*qoM6N<$g59Djw*UYD literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_chap.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..a99a3682a700c1f45e0655c80992d99aa711843e GIT binary patch literal 756 zcmVPx%u1Q2eRCt{2+P`ZWVHgMSuSbc)Wx0H4d1TyAAlTM+z>!A1}gBs(Sr$bSU-WlV)mp7%)2VC^^eZKF@-MhRG zz!+nUF~%5UjIsZkWm!}%mq~Vxy9k=H;aoN+k`-WHLlV z^gi{3h=?+o45g9=EibJ|fA>cP$*g#Nnayru|KJeYMj9vA*Vs1F*grT#HoF<#Dgv4{ z^VkMNqjRwBBLKi&#l@PUV6XD`kg@F}M5A*d#1AG&=CKWEH0sc_nCD71NTwe z^JZu`fUKT@X=;Z~X3xMhwMFoK0{rgZy@>7^@T>je`AgxOF!2@ex_=)PR?om_?eky1 zae3K==-cUu7Y8zX2K;I#5;1)E`00KxJY@C^c-0m;|HM~dn9QDm(b}Rn;a2Nw8Ustu6YGvHTSl&McsnLPtuwSSx( m3#obMNo3x?^W8sV!uPx%zez+vRCt{2+A&MxU>FDRf6HNq8l+3lG#ShtRY6p&+;Mc28{OjUpr0ThC^)#f zIrKXm9K6eMw+n)!8BQlTlN%~+<6vub^|?VJ(W|t%K1n@ze$b^!pS-+z^EU8*03n1B zLI@#*5JHHUlu}fy)#$a=8dP?eA1kHEUOj`Z>+n3U=fFMBqwteft<-p)M@lIoB2r3G zwOajaVBzuboHT01@y{zjDMglL!M1Jqz7GH>6bh&}0;)HHCxi2SAJ^B{SXo&?uYq&c zifgDx!1sOlz7N-R;W!SmnKv-?V#d^qneZIPap1Zx+U+*l?RF});>h$r zA|fi6%Vd;Hnw^;&c&T#M8pKeKKvbo&jKia2?3fmQ-rr-#v~YNIj7nvBq_z5CnSfkw z46b_u0NAhlSjc9vUw_!lT=xXI+}KEJ4T5C?TCFBDZKCHfO`AZg)f`E!L9k3fKChwM z?O<Tb=TG4ddha$M0@$?{Ih5MYGk2 zbsf%H{jmRyyni?SxJzGn=R?)!tR;jHLI@#*5JCtcgh*DcR%1(Wqqutr*pi_r&+|yv zb=a$CED3Jtzvv;TR;y2Pe$Ig;(L=zx0zQ8DM1?{Dz(d?^+cqrAVp#<*^$_$Dr-y)T z0%m9C=;o%2i(kJVbNn##=hCZ(;JLUx1Z-i$=Egb&K?lX+1d__}Uv&>b(m8$2FZ=%KewP{t&~7kjU~-q3KDW+f+fU|CM=IWj7Ob`Xu+vyU{bPx+6G=otRCt{2nqN#)R~*N`cVYs)+_o@mi{(!Wg)%A{R2ayz5yPU%e3;p?MWauP z+bbE1zAVutEQ^UQJ}lWE;vTj|GhPhI9yA)`5)dbfFoe(|?a*Fq8AIr$1*P-sp`Pn4 zf8?IqUdT*8Nz?Y+d(ZcGe)o6IJ?H)okS0xElK0f5N>wfcJ+_X7YfUAq9ozr7e66XoN@#dbtDY{#C){kU}P z0syGi&rl=ouvMad-;gZuYEBMnYwF}Xl9Q8ze;&tw+w2b5><$1Rsc=GFQwyoz@eab$ z6S<7%jc9Bvl>bjm%pf`sc!xcpj#8_?ssktvTO}@Cy8zMCj!oOPV}AazeC!o21EQxL zzz1rpVxv{5qPO&m%iK8?CLa3Fm$N!yn9bzp~m1b8`{+gG2BKhah^|k#DoZ zVlkn(xCk{hRVXelg2iG&zReEN(=MMoHx~gRB3a-@XGDiwP4G zGfTclM((kC;CynyU%UM`!RjUW<{5DY!!sIhuD0El;kvN9(umghHtjz6s74`>(!&E{OJ zWI!H3JG#qI4mVZ1Pja#0Dw>^^uqso5)dD71@=O+xWVFhK>sxgU1?Rg z+@!XqPX1K5+=L#d6PQ#&>r~dioDSrXcQ`_nl zIPqoIvN~GzHFW{H^t^H9G*{QuLf+h6xh9RL96bCZ@dt;{efbne7i(H!azM=20q+W8 z-eC`7z7BBQY0bv0M)&1YT>aah5g@+YeWt~ssfB1=f-^_Jqr2Z=GA!Yi?;b}DiIq4> zo>5rs(v%SMb*L&+3-cHtWbtrVZP;1jBml6p#7P`h8-y%=wM&zxrnHRY83p7Sg#`V@ zWh^i|z#j@iTC~)Z<|6RxJPoD@S^N@bFIT1(rY=CkezB*OT|!TKMn^ar1xlp3h-Mqs zMk%fH4AKj zEJ!gb*5+kpPTexZ%V|(;+IVW))YPo%`cyk$Z0tTpeOKb4_3ZuoUjye*Q&XFeBn6xp z_6({vfQ9E7DW|O2({m2MK>*M91(lYRr#=FdP$8Q&pM*joIWwephG-?NWcDJd9s?qg z<@>hPYDHC5x%{o?Q{ZOL4Nj?LwOW~MT@FnVK;d}-y}h?#w-*3dn;hZ5fLGQM#Q=C- z0H8f7t2zRBUVzP-pU}7HGgo<6^k%Wv;^#h1->XG+1dRH;Tzqgz^tK?F67GuLD7E4n zBLWG>d0t@JB*D}LmaABjX5<;!#Ka8jn+u3uscQS?0%EmV<-G|PFJ4t;Qc4mjT0NyPC0CyD{tAW;mga+P*y-2(&Ocxrw;kaSvJbEqC~?Ihk| z56UZC`1R*c@%bB?bd&A^-eC{Sg?k~62e`G^rb2bh zg?kg`|60-P0J<$5NG?6C6{V)q7FIM*gkru9Jes_UNgY>zt1)u@E94mk#FDT z!wnH?(7HDONTLfQlao&+$=ad03nY`1PX!9yq@q!C1gvM{mE7{((45Gym T#8(2600000NkvXXu0mjfdwy^g literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..31cc8290670d4bb7c246e9a4c61c9b19eaeadec1 GIT binary patch literal 664 zcmV;J0%!e+P)Px%Qb|NXR9J=Wl(B0QQ5?rVS4yuXye21Uyc!i!k|v}>!B$CA1ci!%b#PG%b#ig< zKj2Vtaux?SLFgtpIJjx5gDnm==8~ENp>S8)As!(uZ9Ip1N7E{KCvhm`v%I@^zx(~Z z@5}G^pi7sNLT+Zk9iM*Sb~>*jTl~Xo!PKlnLeKK@#r;MePUQ1>*R+a^X3~si(&T0qq@C(*7m%A-aJ|Ikk^z9GXB|xfKyzbxKdWYlG5F&gm#@kn; zmjU?v{;8rU?bAzlD?lba=B84~mXjY|E0uM=mcIBoWdum|fQPE~vAVkAJ5Z_MuZ~kA z8XfXuWr~C37<$;Yg%Dw;rzc3Ik}azcVQkw%Q4}6ND!8(v7|4N8NZ>d%3WXKm;N+2W zH>ece;5aoxA;H}IVxZeHkOSYUWu@6{vbVQ~s`jC(eE{6O_l#z<$xFB=#jx#xubUiU$x^(GsqWA?dpwtj1o9w~>00001KIqEP)Px%;7LS5RCt{2n!!sOK@`Tnm0;AEszuX?r)W*YB0@q-q8AT>2fcVH2+~8n^zPr` zpI{HAQ1Djj(W^AH=*4Pxld2~%$*Jj@A`Q#*5N1iTyK#3j*@5=`U`W`^&im%uw;Pi8 z0D>S0f*=TjAP9mW{%f+UyKHg!4U?_I3*Bl~niu+f7)5SFMKyogHW5N8CV=|;1~mYL}!yTAYKcs~sc4B_&s(DM{vjJeLVZZz8-j6a!Vkw_H7!x8h?-CYf} znvPQWHjw=HVgTS@bH@lX(@FC?E{Ln%j8_9VGBpzfK@bE%5ClOG1VIo%(_W-;L*K(w z{%syKKxWT?Q*6eV?eIfK19<&?a4^zRXK!X}d!O;)OM#ErilR6UuXHp(X3v0|*dlN= zfY;yGRyJGe?{*Ya4Zrk1$Ys`rnBWwf*ZxIfTO8%s)!*CcRnI_s?4LuA05mGWs&+2y z|Nf2($?O?$iXDrMVE^sAU<}~M>>03&EiwZ--U7|Y>=|f}Jv;l9@ht2XR|d%J8E}d% z3Recm>=|&1t!n2&)^~N;WcCa=#TNA(aP?c@@~WU1hJkv$j&Qi&9QAq~hGF!y4DA$K k6rP34tiMz3pCE+u7nx;2khJ~aWB>pF07*qoM6N<$f`Dgx@&Et; literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..6c78a72641cc313c6eb7a1293e80e285d64ce3a2 GIT binary patch literal 833 zcmV-H1HSx;P)Px%`$DMCo!*(& zZIC3u;TXa3@sU=wQVH5#QR5R#Y!l#EvP!U zdZ;}FmevB2Bx#$Twe=n0bh>b`=O$}o1AjdPPN%EOE6^KT-Hd3GFNWgrxG2jxq>~xV z>_CMb9s<$?EH6cc$KwIeX?LfS88S12>LExcGhH5nK@{@^G?d?nMOJQ&P1YO@1{Or4 zp`g)F(7gH%>OMX&*hA2ZSq}kOvtes(y1j+fLSO#1SAQVn|p10A72lphk(o@r2lS5A72lphk)dN zfWtAOZLL-d?RMMNcJ|qMQEIo_Xti3FW0N^V^n;_&ybrM%<^k{rSphNH<^*gr00000 LNkvXXu0mjfXV-Fp literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/light-overlay.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/light-overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..7a2d3a9573d243c32fb2e497de04ae123a2752d4 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}37#&FArY-_ zFKy&)FyL{yDBm(gOZ9h!u}#!BPfypWAy*onh%BhyTDr}TP4H*ewYzCg^o*Sj^Jm;$ z+i*4`ac?wFz=2OE{o1a{Ht1INS}52`?vk=t;HF#mcDuiZ5)d%oN|UsUekJ)GXcvR0 LtDnm{r-UW|0m(XD literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/meta.json new file mode 100644 index 00000000000..7bf1d094d4b --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_com.rsi/meta.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by KaiserMaus", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "light-overlay" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-light", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/equipped-OUTERCLOTHING-light.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/equipped-OUTERCLOTHING-light.png new file mode 100644 index 0000000000000000000000000000000000000000..d868c93bc8dc958d3c69118ea3efc0d009996a9d GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|HhH=@hE&XX zd&`jTumVr(!|AJpf{)#6pM7<&2FZ=%KewP{t&~7kjU~-q3KDW+f+fU|CM=IWj7Ob`Xu+vyU{bPx+7fD1xRCt{2noCR@M;OQdn>s4ktW8|7P3%I#yV`OOWsU)3n4oEqa zOMBtcKw4F5rL+l3tD;Jr=qdCPDN0pQsZrImR23)+dGP2;Jd;v(!3Mg37duo5nI5d! zta*f;wHMmRKgqH@yPp3y-+nVYGv5Gd(xgd~CQX_&&j}YBf`sLMj-}$zLJVy`j2Zq< zD(N~`r#0;Oghkh>`*!;D#tEXz3gal8CIgJ>``j-80B#J<;b>hQnVgih>jedVh?0V1mASYvILB1? zmPTG|2oma5D)74!z})QL+C90Rm+-nhW1!8x>dD|juq4=XGGXxDaeHnevuc>fJR zfZJ%5hFMyAs#SRWBYfS|gsiMAoIig);XbkJGk{Tl*H$-#7Ge-31)`*&y<0(^&kv8s zg@S^7R99D^pdcR}j|+J|Kiaz$?cUHr41|!RKYIQ5z8wbuw6(Qid3hNC(A3lf0O;uG zz~|pTNYFRJmJy&I^vcTwBFhpY5fuP1HU{lmRhPi?E;L{6Pw61}Ro5t2RaHe~Sw==i z2JCh_&YnGs*49?o?RI2kWx;N@Lli~0TrPZheHwnhAN~Et25ZAzfO6o#L3lha%+4;Y z`yLw`XK$ea?%lh`<>%)Uhuw)-EC#33iRR{JEfQj}7z9DU)L+v8fc}2t4}s}v1uLt_ z{QMkv-nH(UsxBcXCl~z#cR2vyxYPv#A@MihE9I|}h`NC6>}))K{1|Sx8;YX9X0u^& zaS={_4~9oXCSj%s2!}(+&UT}=_Tah*=;^tGa5%(L9W#rI3MwjJMPp+l>~_0W9*f1$ z(b0jS!9SSmWb#%~VJTTziESDI85wqrPmEX=0mVgSWcTjfnjVGP^XSndOxz!35@xp2 z=glJy2al{QhgP<{97Qy$A{3tCsIgW!0El;kl9J+e^MJ9japv#`ObmkA*=}rRKqx%J zS{*a08rKSkd95rGQ4=D91!e~TKsX$J=5H&JNheL(M1ON^d7L)y6ANWkiR)0;J>Y@^ofCu3a)Q5>4S06_4z~X5zh0k=XbM{7MMq%m#H0;-UTHhtCq;F!3qfwwoeHb-u z!;WllvZ88?gGynX$S1I0cp~tNs}f`njOQ`yt2GZAZKc9+J?xr;Y{4>ySc5? z>YD1qgr?{y+p;TMR9H&R)Yu>d+#oBTkk-cU5Q(TLFB6E<$y@FS+VDt3MQ!at0Kf_F z6ab*<$|GWFULaUmMNS8wB$Qnn&O}8;DTand5s9d<(h0QjPA9Kveq5iaoe2mjtIUTp z3{QnmojgHK2cJL)xN)p97so1d0mS#@Y2)c{tI%suO;J(+AYrTS)X5WuH%1IQKvClP zcu`UiQdTuVr*3UtQc`TRI@9Pis5Z5QI)mD31jA#%B`#PqV15u1QFe z0>u~}5e*x_!qbdYv8LJf(=9Z;6~9hHzo@X(a0Hmz7NI~6lTFIP6 zGTa5C(T)4I*Xu<^MXB~}-B196RuzX#gL89 zA|-o*^r-;Q#se$R*R9t~hNK+Ocd4Gp(-J4kl4g)BOI!TQJhbkiq0xA1ep*U8EpIwh z`!3a!kg^J&`vo+7Gou|*vHGNje{X;Q@v*1#-8@hmsz3PIly1^pAf&9~OpOilw8U-4 zF%_zFrpC5us-6YY4$vP(Jmw?Y zcs>Alnv?&pVD@YPkVF?qCMTatlC{Hh7f2>2p9*xkNkyaS2-wNS>$!b@oZHE9=zq_@ Xhpx;;Mr2iu00000NkvXXu0mjf(0+%U literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..61234c0d9863f5602bd00a8e107bf3f7e6946fc6 GIT binary patch literal 663 zcmV;I0%-k-P)Px%QAtEWR9J=Wl(B0QVHn1L*M?kUxF#3UnAjj#8X5?g!CK_HSafi3@ec@y*vZ9B zJGw1DRxmhs)2na(;?x zT}M%rt|E$}*wwmDJTgu^GEP31^=!h|Z$mzpwcEl|sJaD!EXyohyyO;K37p zh>}T=&tczRuL%A0Jtd&(7OHMht?Lv@I%9&5!^5UK#snXQl1{a*V;D^gqv=H!@Q{G| z^}D++lynmDX=1SuaF$ps#QwfPEEXaWpQcdy#GT8%&;5(O5dk>e|GehMGz}yv)U(IA ze=YSBfJen`K@j@OdotjVp3B&&)NI$uJLg($hj&|VTumVd@j_1m|>pj_Sn+9$uc z;Nx-m7p7?t3`!JN(!>7|IeggN7A(u6)oLM%enim^!20b3mSwTL7#Ktj7%%~Va5#d~ zhyb)I0Ic0gQ?2Vj`@iwD-1t8R05nZ=*Oj*oGRcU0{ou(*qLY$mt-)IMi1b{>o;)h@ z`^y2*Nr{7RCIIJ7#{t;WR9@}w47Uj#w%%8T=`%?iATcq46bK>(g6wH3=8uMJ#tX+v xpp*HTSsUm|!OO{q&iu@*?U)%cV#J6O#UJo+Yn%n1Mh002ovPDHLkV1f%3Ic@*| literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..250d9548e4e0c04e75ed28f845037d76645b2d70 GIT binary patch literal 771 zcmV+e1N{7nP)Px%y-7qtRCt{2n$JobQ5eO~B*BO=#0(~#&@PHLDg;eY6p0(fZ8v=YyJ+dkO?Rzt zU>_i>(k|KuC?$P>Y=qLHP$Zy&DS=W=K`xiGTu`bhki;M)F^K)0EcXytcn$!aBqcG3?WF`{ zMFRlD<8iF5uIp>7>wjG&D;j=lA>=YCt|74U9O|9~bP~%K6+Fz|$JcLPgzm}tqJrH` zAOmq&>*@;@p3TWdGWnu{lyn!1i*sl+R1`jc5&+=Y(qUC{MT zpn@P+s}Gq$J$KizxL%mg=*^~zXf$RKG{#R(OSivT7yNh**$pl)uOOL>q0vw+=St;_ zv3)iS>e&)NI6Q`0`udmS^E5s_f$DjAq}~C3JlhURcT##J62;_X#2mZ2YN6F?Latwo z)Zz^W_3XNs*_k=>Ps6Bv>rVWOo(X~=2!bF8f*=TjAP8cV;Mp^98`=T44|(WDIZLy>~3!uePUIJbMQ0v{`D|_6OL(vuB`J zJDq-@8+V~!JO#kBXTV9D6`lg%*)!mzeR5i2Qs2{U#It9>Nt@Ms!1ZU)pn6^wG)+Uh z-9|V(W*+T!8=9sKbsO4An-zT<=ehq*d;bK%oIi}qI>~u~vs(ZF002ovPDHLkV1mUB BU?>0p literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_eng.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..df27e98226b198b1c5dd979c6730ee895b1b99bc GIT binary patch literal 786 zcmV+t1MU2YP)Px%%t=H+RCt{2n$JobVHCwr8Zi*`^d9ATAVF*|@X5 zL3{vLF8csd(g(;!C@l)D1lmMhrI=(fkc?U(3||+LFwGyF>Dx?EXU$vITrt;xvFO1moWrY3H5E9Qp+wwP9APITdZi=iU* z6M%xiy=mFObN4NSX|KRuK|@G>hJ}S$)awo8KYs84z{dKTI5{cdqWTlr#BI~>-hb^| zlTynLjs*Z)(GAE!CpbvVx;6U}kY~3DeUPsMi}k=W_Yu(Gn$vucNjN2t}R529rSlD+iu z#jLowxgNN0M@IZOJ1<$PMX6;4G9meCNQ{n-V{B}+bM5l-3RhP;saE+ zUBUKerz=IN#V`!RFbu;m48t%C!!V4yY^B43%E2{5ogr{!j}IchlN7S#$M*gznT-v& zlOZ40PDO%bVTM5&f_~V^5RjRp z^K*)5Hgzukxc*~^zniI8G>%?W(dg4hK=<#(f07%@bLk6G6ZA;n4eQRe>FFJ z{O(#*83K|m@Fx9Mxb5S2LzN*Q89=#w>bj3_hB8AyGJtUSmFqsf8OjU+Sw_hG-3=e# z3}uFZ2FZ=%KewP{t&~7kjU~-q3KDW+f+fU|CM=IWj7Ob`Xu+vyU{bPx*@JU2LRCt{2nompooSYy_>M%RQIR$G>pZ3GG!Z3ih8EFD@g7~dZ1drkpm-n1iG z(@#Q5-@JL>-}}w)y?L*{2NWq%q)3q>MT&eR^!U38Pkn)>;p9sdzlZOdJ9Sm+@pqGpciV8HGX#%A#!&hJ?%uu2?(OXC zBnQR4tUiwcdi9SVISK%{d}9!C`!XIsR@n8L8X2x7D~=yIipw_!0ibXW=<#QyR` zs(g*a`~s`9%jtma={9&AGQ18C0N~E#a6z2Vas)k5TN+|ZE!m6n4e!-_Zf*y@%K;%qobpO$KxTQ#fD5K z1Dnl;)2C0fNXTR|@cDd*KAC0p^|sCRwD#?7CC{EEAW8Oh*Hm>06&1Vi&x5}U8Uch5 z2tu~WrbZu0sn1bXR)$xvUZK3a9E*#KC@CpHGMR);`UK+>VJ>~H2#Ck$P*zrsuCBIq z5fBK35RcFCG{;RcxrpYypW)=mldxDUtUQy+U|?VXV-No2Zj;MfwcZA@vXXgc1eBIq zFg-JAS_IU38_13wJD47Y+OxX4%B|0BtlL#dL{Wm(DzdWWiEf5MKl6+{?4qaRf{U)4f`-%W>x4V}{t_nT=ZgTmCu`M|F zB={il7oMe51ZSq00qx#8Qel%eyR{%}myP zo86i>9kunO!X}}@Cgtd_E#raP0gvKyP+z2T%G4KWJTiG1Op$hq>zut&nO?Yt01f-K zp4JWtGr2z<5oi=>QD3AD+pr}+aPp#k1FT&b<%^-$;KxMK0b6ZAks?Kk6e&_<%P_RA zY-;q8R?*A$;?vs`xOac}gD$K0cN`!zMMwD{zY5oS8%V3@g~uU-to%q$bcT>hsc35S z5t~gi-4V3osg#PYt~LOGBbrT;tgfySQ}Y7*_O_BeCDl1))7ukhZf?NX*d$UZ6=pht zcHU-_nC2H{E$mD{AQa?2oS}Ou{OvbilRYKX@Hk`~KXMfG#6~Kmvd+`*W}(%fn$d;q zNs&M(m}9HnHg!8-aWR{Zk1i+(gn~@arrDd<*VpN7&M;aHs!eU7&Y-sHLH8W+`0*3m zdNaQ0FS56lAUZns=OjsiI*d<*bsNCL+l*8l)4YBE9=?2YorZp`w?TIV7|IM$A-AiN z#N%<688S0NMBCp;E1yFdx`#kIz46#~xm;*&ZeX8gz6I{x9~QJ)E|-hT){QU}0TfY` zFftN?EN9;gW=8-3jEzk)Ek%hz6eR%0ld`%aKoljoU6nawi@tNUPsME3YOQ_m)AYSw zbVtDS%%qT=TyniFN%owlVm4Z>?7@gw&UI0gxDH8h4S|gsR@Ei8BAcIIf?QQi%t}?u zRn^4ha- znYjDgj9b$;QDKwvvcXUUe8>Y4dN6u60LWtqCE5cnIW^lP?4s-MpgFa0F~+ k=d}c9ri87WhyM5c2YM)cDZk*Q7XSbN07*qoM6N<$f}7ray#N3J literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..54aeb3b55b43fc92a470d30367170b73aba39359 GIT binary patch literal 641 zcmV-{0)G98P)Px%J4r-AR9J=Wluc_BQ51%slwez?(-f0Tla3J@5?aVcldL8#+_c~#1b0n;fm=7l zzo5Usg==+NTnH+nkcdJi1R?Yz{aA$1OygkEL2ZdRF3OCCR(eP4qL6oUKj*#AJ#+4X zp@zCBDyH-Ht<+8XynTJ5hd+LoVOi6O1yvrre0bu!m4!Pl+-d87(ul~WSWsnI(^*<9 z&@@|Unl=y#P1EeA*&>(8lFMW%rt`v)I+L`R&f80i1pvx=g{Il!Ao_#OzUl4>D?ujr zMu-Jf;=vdIZ#Uobr26bkf4>N2S+4-lG+UH9HLlI1IXpaa*GGJQN}Vbil4LBaN4cy6$2Y$&#VI#*EUSkk z$*e3CJXK3i0NXp8zQ}ac?)UplOi1qh{o8i|c=}@1i=B4>fT^j=IEe`Gwe}hKRV$o+ zqr3Kh000cbaQl1RHOji`j$d!TA~Y!rdwB*}->CcM=TZaz`D5n;pAL=-&+K#rz#X4E zfCHhz{r93dDgKYN(-x bx={KF6UNf)8xFIL00000NkvXXu0mjfIoKz* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..59d7140b9bd58c39d41ee7a2e6f83d7db67b40c0 GIT binary patch literal 753 zcmVPx%t4TybRCt{2n$JtyU>L{0m11SJYiqUBm0s%X1|mq)4M~OV;$R2ab$ZxgyZ9IQ zN9-@yWjpM!oyFaDwPS3i2qI`Zy-2aCcqp+$2q8O^gfzcs&D*{mdp;0S-lXsM`#gE` z5_lefAP9mW2!bF8f*^?hnvKG`{$lZ&&f7;n1oa%UPW1V^fK5?CHkHA70D#xi zH(=q}5x}E|i@Kt;5R1hfg2wpq$r1Mr&`J=`VYk6TK|nekN3+>-oNKk;jP0}Gww@gc zh(yLwsYqrvYc-f>MQLGrdS);Y1R#iKM*?KIfka{orIO&tX1OdumK%eKA^<@=JKl@= zTwcGq`Q!OMO-$Uu=~;E8_JAOsT?c3H&FRr-43m>lbL{%Mjdoi>L%tZP;0!cRPdX8L(?d+jjwUD#0wP z)4mh&>>2RVPN(De@bS}d5@5iyXTVLHrIzn2V1;MTfL(iG;el?f!l3k&0G>SqUfQha zDFHlt2E4S7PmY+(-_tVU*)!m!&1xU;{SY!ZJ*$Q^O@pech(yNCLseC1nl{ifw3jw3 j`Zmt9{!X=jf?&>H)Sw$K9|zac00000NkvXXu0mjf=1gy( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_jan.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7b23107a80de8fc974e78366ab16c795d6f9ce7f GIT binary patch literal 796 zcmV+%1LOROP)Px%)=5M`RCt{2n$JobVHCwrN-@$HOd7RXabs%?1VLt^$RtoV284!e6BjOY;}iH0 zeS$uLT^GCS)<|icAV{G#>L!Hzkt~uiB82dD5i%X~2WOl+OTfmJ;INSjLv3VlFU?cc0()=Pr)fcC;>rf0FV6hx&`!{MioE&$lw*%oJK=O~s6h)pg700vEr zQp*Y?FOtw=SZG=eUhjC%z0UO?Kfjx*MX6;5TU)@0B*~bX8b_s4>pACg7emu}2$BZ4 z-6P0mRefr?9Q3oM)i5zJITS53kTjrNF2Uz}j%ZZwnOY{JqFgQwMav8%d+F7DP~6?! z4&1k+qt9@8b#AH_rIs1Ugr;B22#?2$u`!Q+?dGO|MnglXT(ne&QtKf|#ent%JD=@N zic*VV7=~dOhG7_nVHk#C7-!iGuL~*%*9dinz?MBei2aQ{;d6U&a4eJA*ud`$fzR!| zmlf!)-8sx?k~ct66p^nMkcubuumcrNWC+N-K>%1?SrdN0A1Jo%?o>Pp07zF8wtf6T z8G?RT$q2FZ=%KewP{t&~7kjU~-q3KDW+f+fU|CM=IWj7Ob`Xu+vyU{bPx+Hc3Q5RCt{2nqO!eM;^z&8#~}=wJX`@)7p_!pDo#z?Q@zsQ3x>8R!A*0%sE!>=wv%|*@hXna z)>?{+<{8yg!No8Jk&9RWg9pP^|u zvYNr=NYwB><>bQAgIdS_dTD5b4Hu3cBoosj+ItnxI&=se$Kli0jw7;~p)$m%J^-9Qe;z9VI4eDsT6pg$C)!{v`9#$Qt0gL#N54kt-jH=sYdJRozIZP#RuRx*M@6~ zvW(i=KjMEk|6A4wAcTNnvP}lsI!QwLKiqCNGMNl&YHARV$5B~XiKV3_@LV+}Z;w;y zQ$>I*FTm}tK~K-_4H59oH{U^)7igNJW@#youAP6zi4!N_a5%K`R4RpmfdPbXeox&d zmA8D&tt6dJJuw2RsvMY}nX)Vbe9f(7>(;HBo{DPE>gp=BKDDuRLOo$w4o)Ylm94BK zkxVLBknfj$m#B9DkevoCEq-`B>w}=KKeXWwm{)pjIjt;_ zP;w%I25JWYfGo>D`+qsnk3IlM^CIKj4wBztXn(|^$I{*L%j~yY;yPc5cMdo?8 z6NAT&Y)a?#`s!%+b_7T%`c!McXgY(?owt)fXsYh_? zMevh*5*8B*uFpg@14h#sQpLioLq|Isiy$9jYX4Chds@H0swoO{iI2#1GkMW zc5BJ(Y4(#^o=>^(Ln8hS$P4cM`0&;w)7uds*I744zrD7p z`|!QNeMC*sshD{yOnrl|xs@EQ+JcbZk5>lw;8gcTTv@9C0Ps9#xg+!)@9EhM064rD z2LQbN{gkzNfv0yqLwYiga>}l=Zgh3EA{?GVBB5C71hw-#&uN-()z`xFr|ek)_V^p% zIF2eoYq;XeFTFrK6O#z}{hHw5&@is7RelY1`wT$S{P^&*V2{560N^+d z@4xs0V(kI^>)&6NH#;1UufPLfBpO9XSI+C6&0AXhmSu;xRh8O>k%~Gi^MSbZX z4Zj*Ql^Ifn>V$eC%d(akvNA)YwqHoAlml6Y-w7s@O2KkL5YW}ts(o7dD=_-)HAb%` z2m+O@g)kKXDlE(4#*Odb^=1zySseiY5DrgiT9PD!WjO%mld^^*fMq$<3H3R1Oa0B& zkBZggYvup$tLb~A7>Kv$8LwGh)a(kv7FgP@P)Px%O-V#SR9J=Wluv6DK^TXhO=CADOw&kAT3ZEcLf7_Y>mO1Om4==wr3djVSfL+8 zZ>fSO&*HVmfb>$3Vtdijt(&yPM(h?5;}G1EuInM}(qJL8kV_#C470P${@&lb`_2np zx||ml#|^KL%X*#Gji?5HwfThHg(%B&GiRDuo}2Of(QyMeu8;8S=35@mJYc(0C7;i? z1j*;~-gc!*MvIZrVwk3>Y$Doj!{WH%WwaQXY?e=Z768d)lH0fL20@a^B>eh`?Ku=) zyhKWgX_}s47+O1hr3~1fgY7wNSE{VYIuR|3;~WPgqD5Je^&q$qg5tuwigf!7Sd9~? zQ~_9#b%q9qNv9LQRnqAMM@Kc%=>$WA!xRbyN~IFTh56=p3baiTfM5Lw5gjRO2$A@2 zkN^J4-(vtuR#{0~X_JpJHsR%R*_M-^o-M14xw92Yv+XZ9jjs2yxw#Q!z-rbcmetHa zDs?H09H3Z)KDK>`5DBKIC&}fqEwc~_Z2J&^)upH2;<%x76+>kp9v4ViV{L5%XrBCG zkIQ?j2PtdB`vRWvrDG> tMG*Mou38uDC{v?Z&o|ShOP4O^iho&e=k>?BH&Orq002ovPDHLkV1i-1GNJ$g literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e465e80138f13839414cac6c3831d0817b96c1cf GIT binary patch literal 747 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>U|QI$I=Brf~PN&wery6;v9h&aXWkZ`|BTs zy=053V!xVowb*Pd$wBn8Rb-&a4iO+U{-SU-M0b287%5~+N7 z+c~Lq!VjNXvN6PO*|sDy{kbEf2)Fi$r$#I816}a?=jP>p8#gpXt$oJ!>qD@t;BKFa z%5N$g>OS`!j^KY;a!lDOBAlPUMfIJ#$oazkM|*p@igxn&`Blx^ylkuG?dONL%(G?n zP!YS3^KSRmD<(VAk5xs)?X#QBqa<*2^Kyo^i$^bAGS%=p8hm!|-dYK_aB*S`sTs%BYBh?|6nf0~nYa~zj5TKbYVR2K z|Es=Gx+k5jsp`K?6941dGOSI%-#;eLTrYfj8$w9lOv)!2W)0w{ZIYwFH7CU*6Yf?5Jt1uTsPmYnT|GS@z46}Kh7rW addB4|e1$Tm*L49?FN3G6pUXO@geCyh+)OS2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_med.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c72a66167764701d2040aa169e21387e50d25779 GIT binary patch literal 797 zcmV+&1LFLNP)Px%*GWV{RCt{2nlVq?P!xraQ6Nzvf>bmlf~nZW1gQfN2qg;x*@&n*Af^uOmZ3kS z?NkbXf-xgAQq@AXHYtvoA{DcdhpR{?dL1BEln`OZ*QKrQCs|IM=ku=adruk80T_m1 z7=~dOhG7_nVSG}`=(3=x@^91f%1DrxOBr46Rd%3_MzCAlxU=xx;)d*8e@e>_LpPw5 z(dD|T;$Zt2i}Q1+nhoS~xxT`xW&<-y3^Pg$wOZ}Y!YQ@<5@-ilvIR@FP&FGU3mb_< z0;?-)a&=`*_Kti0?gNAn0}H3r@ke z2!VJ!j*l;2gsSD2p?AQcQCAG-`lfgQ>C`Ne$w?G9x7<~E^ZJ!cr)E(o6x@RMzt@y7 zwfquT008ubB`L%u;_=D8-#X80KfZaIi&D!ALmz=&mY1_gCMR)maoKk_jQWFV-3Lhn zqR}x_Dktu$83x?D5SN&qe)1q%ULa|JWu0Sc>M`>9Y~QLK9i70k&L2d}3nXW0{^>K> zYW*5`Zey`WFwags%|)r@1u~)3Oj?eQ$1yQ6?moM^vSHf-=hjbO^H6Ht2dNlvvx1$^ zL05`Wi(wdsVHk#C7=~dOhGCd+DQK!JWpr|{pE^Sj$Q>TUZgE3uqY>;?c0k#LFfs(> z4antkvT8Q4I6sGj?PIK~DoGQ<$`Ft?V0C3pCK3shg^jA&a6Nx2?#d7h8s{}bKxU5W z3rn)u6lgXDfLovc*7NV!-a#0YA?U?#hJb7bfri*#z%E!uFdacI;7n;Kzd z2*}(PePPKhBn%(FcP^?70m%_4Zf?o2ef(aiG6W2FZ=%KewP{t&~7kjU~-q3KDW+f+fU|CM=IWj7Ob`Xu+vyU{bPx*$w@>(RCt{2nqN#)R~*N`S0RCx+cHE76lN&U7Q5CcVu)l9%aXY_F=MzH--yra zUgTkMSvL2;)9S;Xh{=qbQNp6K#5ndZ#%W{%gJOXeEkSxKMP$%R|17YaJ=A->g(COd z_Oiv?Ptx4>+;e}w-}&9&xxMH7et?FChK7cQhQ=#GYg-4Q>CeyzelqtI1Hbplz9yG+ zo;fEDtm})9HrUX4<{a@)cwuXB!9U@}wchix?3C51wXK6({k9s%PR_#C;KJ=+uHf$7 zyW+Kn4<9CPzI|NmPh)@_I?tRVjr$q^0GBRbLG)P=Gc%lce$O5=47)5i@xgIix_kuy za_4~7whkhARZy^+n8VZgXJVh-WxJ4HSdRAhk0WmT06b84!=hVK5lb+1Uw?$AguX6~yClI2;blJ`Rih<;teITl-x5$-=@@u&i;z zIi6oeY3Xi^djHI61Q0^NFe#CCn}bC8zffFUjJ35jl$4ZUad8oOd3jh`T7rRn4U>K! zm42!Sh(zX4TwH>dmc|VcaOchtB9S>7anvj=EyC$~1E)@%f=;Is+vD*#y1TnE=6ygd zlgeAQ7Ar|6ER1UUKztyE#BRIO$z^3V6 z-$nzq1EwQ$;1jX5Ha-!hh`9%?#47`(y2iaOtV_d^K96F{nff@Wt(b_BG&*GkryT^ouJqETKPJOI@a zq*B>Zo&E`LMq7Kozb4BGvNuE)7gqqJiWJ5J(_+zrL9#ZludkCUPBBs)hIRV_f-?kL zEF&d$(_(sp(K!k`$=Jq~9mo02*For0PVS_io=1&kLbnYq84S z8dJ0_E+{HDRgg#|B4&ov%n%9kGwI5v7D@ILh{ZC`ZIj6ar_(AP)%+Lu@_D zQQ4XaMG+vN*RvQN9)j6i1wj1>0D!TvfT)Y(LeT430LqiHvLisRXHjmdNSj;2f3Ebd zsLgs^>;LzK^u1hUN5G?CfJr@E(!I^H#}WaWUK-hRS` zLk!1-M1wdkw8d4*5oC{z1yZT`aER&Y?awMRtvFPBdizNtkwjr(0Y3fYW3fau`b4j*#C|(Qv x*ExBK-mIcgaRmHd3K9l`519oOccET+{sm?;XFj|kU=;uW002ovPDHLkV1mZ_V9fvk literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..168dfd4655260b6de5c1813a5942009ef596e8e6 GIT binary patch literal 638 zcmV-^0)hRBP)Px%I7vi7R9J=Wluc_BQ51%s)M`_vlaCV9#Hx_eHXp5tXw{PX8%zQLMY`(`aOujG zE0^Nho$dr(2VA%a7;plOCX;Dmv#4OEG>dc)D+R}e&XAZ&@07SG}KFL0S)(97;_mtfFKI5dk=DiDn)9SIP=gaGxA?=g%nvg{p*vF2k}Rsj&P zUs!-eEV^VaEX?;+-a9rLP3l_JQBFrkFfnnCa#^t*Xf&`#!{`zSoOhDWxd2^nN%jA3*s78M$eCdHz{8Fzrr{#gv8izLZ*+lu1I zfzR7puFy=_JUl#PYD%)_bD0d$coI#mIPL;R0swrzX{?I~(Agi1scp6RQhxV;1OVu| zZhwERRjKt<{r2TE0v=g7m!p=kh((u7&!0_xcJ>H(WcKzA03tIX09tyR58KV*JjH)g z*Q&1B3l~j*u-lD1DIrfvwDdN{_iwfs5l-YlFDrBNCeY`CNaaIkWp3WI#Ecj*V#KN9 Y7d3;<^QzC*R{#J207*qoM6N<$g4|&#L;wH) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9a7e5fd3db5f10940d1b4ac594d454a8c61284 GIT binary patch literal 759 zcmVPx%u}MThRCt{2noVmOQ51$>CBzV8jU};4>7q%aF->Ao@`35P%SJ(HDWQw{1G>yA ztFF4t4@eiK%R*b)RrZ0V#Xyp#Ms3nXC{cG}EP-K|F60jCd|;eAUQ5mc!wh$v`@ZLR z=Q3~(KoA5$5ClOG1VIqQwI-R)C`%6?E24c|1*@JN%@ciicL%ApGlV1ac>U_7qy5M0 z8=I<--u+&~!?TlJgd_7vt)1c7(x{B<64glcu`LMXKtSl}pw>-4}Bd3asOad>@1MK2w;WvOr#5+525w_+E`&;@iqBs@IRGH@;<<8oSipJd58_LY001A~ZwcK8 zczD(XFde?H)M{0DJYJ0;8$Zq;3Eu#lvEq3^Z!i{%!|(T^QmJar#o{l{_W97QXH5cJ zu0ibWWz}pJi%`$CS`}ksg0V|$02`HCK7#+Qdm6f#yMl*=W1qOgD!&zkpQ zaw4Q$Uj8+FpN58padKMdt3AMqXWhZTt)Sv|doVKMR>v+b>ZsRiD3#CqDtJb>o=t<9 zoCv8O4gL178}UDSCJ2Hc2!bF8f*=TjAc%fKWY0h^imy(yo2>pG42-wb*_&D4*i_iT z(-_mXI|-%<5ZN=(tes3}6g_Po7$(4|{;mh_o&mGkzty?h(JhWL^y=^J*wr)8uI(Pa z0iaO{=2@LKok(QQfRVP}@5R=ex4lUKLuAi@o;FV{(^sGwkv#+L+EY{a6t)Vj(oq6L z_6!(l^P-~!i0m0K(mu`~ahboPWhAm^z(||dK4AJG#5g%EIAmFdBuQ|&2Gv87B*?OC pYZ=-|n-^C$F0%ekwSR)(&Oe^)6b>(L|KtDw002ovPDHLkV1is#UQqx5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/amber_armor_sec.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..5a540ad07423f3b44da3a0b00b6a16004e94fad7 GIT binary patch literal 786 zcmV+t1MU2YP)Px%%t=H+RCt{2+P_Z|VHgMSFUC+}A#ete#yFtTQhv0CriBz|C$(+T1VRV{_XjXC zF*!N%2e>(!sL_d?L^LI7Q7b*bff(9u?NLI~G_ON*m+LRN^PaP6o=?&gdb#g=JnvmY z@;m@zj4{R-V~jDzm__lVEao3R6@OcnSv_`6jwfaD`sE!YR!`yc2k`vaMoZr2*0%l! zwL9)amKE3Rob2-lkXSv%%JLEpvl&FA(U#pi%w`ar@gq3nM?5Ka++E5nD}K8G@uV!K zyyHm3Vo0U4002pn5D71cNO+;);?ke%$9?`l+Y6`6vg*2>lfUM^1E}vzYHtS*f^+!z z=|jVqejoDc*ip3J%y?@&S0P^~pI5^1REdK+c`9}bNH?Ll_ zU6V4)3X(69N#C?k)e;5<23wA4pMN|2VrnhQEHi990!DLlA&ia=qF5}oyerC4*Rrlc zQUI5$7yJ7ueb*EP`n#%@Fg!fcl`Jzz3Q#EIF*I}&i;JO_UEAGFp-{+oCCdzwXX)Nu zueiLt==j|B_1(bnNzT+-lv!qw1&!VE2)BCx{rztJv-9%`Disy^!kMLYD6_6Y8V1yN zQ2W{LPElqt#u#IaF~%5Uj4{TXN7cb?&ZL|nu+<*_6|LV-Sp+T9Gd9vND`2#_wJo%l znN0EmM59p=Ps(Ctc}X93pyI>~0cimu;RPW{5&$5T&LR_hJb8F$oRVxeS9Oz z83L0316;0N{Z*}2QLEJ)ZD${! Date: Mon, 16 Dec 2024 15:38:38 +0000 Subject: [PATCH 31/50] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=90=D0=B2=D0=B0=D0=BD=D0=BF=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=20=D0=A6=D0=9A,=20=D0=A4=D0=B8=D0=BA=D1=81?= =?UTF-8?q?=D1=8B=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=20=D0=BE=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=B0=20=D1=86=D0=BA=20(#8?= =?UTF-8?q?46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Operator+ERTAvanpost * Conflict * Fix * Hotfix balance * New Cell and Cage * Shotgun Incendary nerf * Убрал из аплинка Предов лишние патроны --- .../entities/objects/devices/pda.ftl | 2 + .../objects/misc/identification_cards.ftl | 2 + .../en-US/_strings/_sunrise/job/job-names.ftl | 1 + .../Locale/en-US/_strings/job/job-names.ftl | 1 + .../objects/misc/identification_cards.ftl | 2 + .../ru-RU/_strings/_sunrise/job/job-names.ftl | 1 + .../Locale/ru-RU/_strings/job/job-names.ftl | 1 + .../Maps/_Sunrise/CentCommOutpostERT.yml | 30810 +++++++++++----- .../Entities/Objects/Devices/pda.yml | 19 + .../Objects/Misc/identification_cards.yml | 14 + .../Entities/Objects/Specific/Mech/mechs.yml | 16 +- .../Guns/Ammunition/Projectiles/shotgun.yml | 2 +- .../_Sunrise/Catalog/uplink_catalog.yml | 40 +- .../Weapons/Guns/Projectiles/hitscan.yml | 4 +- .../Jobs/CentralCommand/centcom_operator.yml | 2 +- 15 files changed, 20827 insertions(+), 10090 deletions(-) diff --git a/Resources/Locale/en-US/_prototypes/entities/objects/devices/pda.ftl b/Resources/Locale/en-US/_prototypes/entities/objects/devices/pda.ftl index 8fe66096281..b0dd95169df 100644 --- a/Resources/Locale/en-US/_prototypes/entities/objects/devices/pda.ftl +++ b/Resources/Locale/en-US/_prototypes/entities/objects/devices/pda.ftl @@ -83,6 +83,8 @@ ent-SecurityPDA = security PDA .desc = Red to hide the stains of passenger blood. ent-CentcomPDA = CentComm PDA .desc = Light green sign of walking bureaucracy. +ent-CentcomOperatorPDA = CentComm PDA + .desc = Light green sign of walking bureaucracy. ent-AdminPDA = Admin PDA .desc = If you are not an admin please return this PDA to the nearest admin. .suffix = Admin diff --git a/Resources/Locale/en-US/_prototypes/entities/objects/misc/identification_cards.ftl b/Resources/Locale/en-US/_prototypes/entities/objects/misc/identification_cards.ftl index 56acacf3c8d..7988d2e45ec 100644 --- a/Resources/Locale/en-US/_prototypes/entities/objects/misc/identification_cards.ftl +++ b/Resources/Locale/en-US/_prototypes/entities/objects/misc/identification_cards.ftl @@ -68,6 +68,8 @@ ent-VisitorIDCard = visitor ID card .desc = { ent-IDCardStandard.desc } ent-CentcomIDCard = command officer ID card .desc = { ent-IDCardStandard.desc } +ent-CentcomOperatorIDCard = command officer ID card + .desc = { ent-IDCardStandard.desc } ent-ERTLeaderIDCard = ERT leader ID card .desc = { ent-IDCardStandard.desc } ent-ERTChaplainIDCard = ERT chaplain ID card diff --git a/Resources/Locale/en-US/_strings/_sunrise/job/job-names.ftl b/Resources/Locale/en-US/_strings/_sunrise/job/job-names.ftl index 235c356392e..f2a5aff57e7 100644 --- a/Resources/Locale/en-US/_strings/_sunrise/job/job-names.ftl +++ b/Resources/Locale/en-US/_strings/_sunrise/job/job-names.ftl @@ -30,6 +30,7 @@ job-name-pathologist = патологоанатом job-name-adjutant = адъютант # Перевод трекеров времени JobCentCommOfficial = представитель Центком +JobCentCommOperator = оператор Центком JobMagistrat = магистрат JobSeniorEngineer = ведущий инженер JobSeniorOfficer = инструктор СБ diff --git a/Resources/Locale/en-US/_strings/job/job-names.ftl b/Resources/Locale/en-US/_strings/job/job-names.ftl index 5a0b615b470..304bcf5fe53 100644 --- a/Resources/Locale/en-US/_strings/job/job-names.ftl +++ b/Resources/Locale/en-US/_strings/job/job-names.ftl @@ -20,6 +20,7 @@ job-name-atmostech = Atmospheric Technician job-name-hop = Head of Personnel job-name-captain = Captain job-name-serviceworker = Service Worker +job-name-centcomoperator = CentComm Operator job-name-centcomoff = CentComm Official job-name-cburn = Centcomm Quarantine Officer job-name-deathsquad = Centcomm Agent diff --git a/Resources/Locale/ru-RU/_prototypes/entities/objects/misc/identification_cards.ftl b/Resources/Locale/ru-RU/_prototypes/entities/objects/misc/identification_cards.ftl index a9656d66e1f..2bc8914d1b8 100644 --- a/Resources/Locale/ru-RU/_prototypes/entities/objects/misc/identification_cards.ftl +++ b/Resources/Locale/ru-RU/_prototypes/entities/objects/misc/identification_cards.ftl @@ -68,6 +68,8 @@ ent-VisitorIDCard = ID карта посетителя .desc = { ent-IDCardStandard.desc } ent-CentcomIDCard = ID карта старшего офицера .desc = { ent-IDCardStandard.desc } +ent-CentcomOperatorIDCard = ID карта Оператора + .desc = { ent-IDCardStandard.desc } ent-ERTLeaderIDCard = ID карта лидера ОБР .desc = { ent-CentcomIDCard.desc } ent-ERTChaplainIDCard = ID карта священника ОБР diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/job/job-names.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/job/job-names.ftl index 4081d131ff5..b3bfbe81525 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/job/job-names.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/job/job-names.ftl @@ -28,6 +28,7 @@ job-name-clown-borg = клоун киборг job-name-barber = парикмахер # Перевод трекеров времени JobCentCommOfficial = представитель Центком +JobCentCommOperator = оператор Центком JobMagistrat = магистрат JobSeniorEngineer = ведущий инженер JobSeniorOfficer = инструктор СБ diff --git a/Resources/Locale/ru-RU/_strings/job/job-names.ftl b/Resources/Locale/ru-RU/_strings/job/job-names.ftl index c44ddb8aaa8..6ee622ca5d6 100644 --- a/Resources/Locale/ru-RU/_strings/job/job-names.ftl +++ b/Resources/Locale/ru-RU/_strings/job/job-names.ftl @@ -20,6 +20,7 @@ job-name-atmostech = атмосферный техник job-name-hop = глава персонала job-name-captain = капитан job-name-serviceworker = сервисный работник +job-name-centcomoperator = Оператор Центком job-name-centcomoff = представитель Центком job-name-cburn = Карантинный Офицер Центком job-name-deathsquad = Агент Центком diff --git a/Resources/Maps/_Sunrise/CentCommOutpostERT.yml b/Resources/Maps/_Sunrise/CentCommOutpostERT.yml index 3fe1a6f3827..20c2c0a2711 100644 --- a/Resources/Maps/_Sunrise/CentCommOutpostERT.yml +++ b/Resources/Maps/_Sunrise/CentCommOutpostERT.yml @@ -21,7 +21,9 @@ tilemap: 10: FloorLowDesert 69: FloorMetalDiamond 83: FloorRGlass + 21: FloorSteel 19: FloorSteelCheckerLight + 20: FloorSteelDiagonal 16: FloorSteelMono 18: FloorSteelPavement 17: FloorSteelPavementVertical @@ -42,7 +44,7 @@ entities: - uid: 1 components: - type: MetaData - name: Map Entity + name: CentComm 0415 - type: Transform - type: Map mapPaused: True @@ -52,6 +54,11 @@ entities: - type: Broadphase - type: OccluderTree - type: LoadedMap + - type: FTLDestination + enabled: False + whitelist: + tags: + - CanPilot - uid: 2 components: - type: MetaData @@ -63,19 +70,19 @@ entities: chunks: 0,0: ind: 0,0 - tiles: UwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAABQAAAAAAgwAAAAAABQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAABQAAAAAAcQAAAAAABQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAABQAAAAAAgwAAAAAABQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAABQAAAAAAgwAAAAAABQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAABQAAAAAAcQAAAAAABQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAABQAAAAAAgwAAAAAABQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAACgAAAAAACgAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: IQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAIQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAARQAAAAAARQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAIQAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAJQAAAAAAIQAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAABAAAAAAABAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAARQAAAAAARQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAJQAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAJQAAAAAAAwAAAAAABgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAABgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAJQAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAA + tiles: UwAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAUwAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAggAAAAAAAAAAAAAAggAAAAAAUwAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAUwAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAUwAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAUwAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAUwAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAABAAAAAAABAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAARQAAAAAARQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAABwAAAAAABwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAJQAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAJQAAAAAAAwAAAAAABgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAABgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIQAAAAAAIQAAAAAAAwAAAAAAJQAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAPAAAAAAAPAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAPAAAAAAAPAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAARQAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIQAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAARQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAACAAAAAAACAAAAAAAgwAAAAAACAAAAAAACAAAAAAACAAAAAAAgwAAAAAACAAAAAAAdQAAAAAACAAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAUwAAAAAAdQAAAAAACAAAAAAAdQAAAAAAdgAAAAAACAAAAAAAgwAAAAAACAAAAAAAUwAAAAAACAAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAUwAAAAAAdQAAAAAAgwAAAAAAdQAAAAAAdgAAAAAAdQAAAAAACAAAAAAAdQAAAAAAUwAAAAAAdQAAAAAAdQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAACAAAAAAACAAAAAAAgwAAAAAAdQAAAAAACAAAAAAAdQAAAAAACAAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAACAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAACAAAAAAACAAAAAAAgwAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAUwAAAAAAUwAAAAAA + tiles: AAAAAAAAggAAAAAAAAAAAAAAggAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAARQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAUwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAUwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAUwAAAAAAdQAAAAAAAwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAUwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAUwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAUwAAAAAAdQAAAAAAdQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAACAAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAAwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAMAAAAAAAMAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: IAAAAAAAIAAAAAAAJQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAACAAAAAAAdQAAAAAAdQAAAAAACAAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAACAAAAAAAUwAAAAAAUwAAAAAACAAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAUwAAAAAAUwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAACAAAAAAAdQAAAAAACAAAAAAACAAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAJQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAAwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAwAAAAAAJQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAJQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAACwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAACwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAgwAAAAAACwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAACwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAA + tiles: IAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAIAAAAAAAgwAAAAAAdQAAAAAAUwAAAAAAUwAAAAAAdQAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAKQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAKQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAAKQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAKQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAJQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAAwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAAwAAAAAAJQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAJQAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAgwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAACwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAACwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAgwAAAAAACwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAAcwAAAAAADAAAAAAACwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAA version: 6 1,0: ind: 1,0 @@ -87,27 +94,27 @@ entities: version: 6 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAAAAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAABAAAAAAABAAAAAAABAAAAAAAggAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAUwAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAUwAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAUwAAAAAAIAAAAAAAIAAAAAAARQAAAAAAIAAAAAAAUwAAAAAAIAAAAAAAPAAAAAAAIAAAAAAAUwAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAggAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAA version: 6 -2,0: ind: -2,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAACQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAACQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAcwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIQAAAAAAJQAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIQAAAAAAIAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAcwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIQAAAAAAIAAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcQAAAAAAgwAAAAAAIAAAAAAAIQAAAAAAIAAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAACQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAIAAAAAAAJQAAAAAAJQAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAABAAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAcQAAAAAARQAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAARQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIQAAAAAAIQAAAAAAUwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAIQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAARQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAQAAAAAAIQAAAAAAAQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAAQAAAAAAMAAAAAAAAQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAAQAAAAAAMAAAAAAAAQAAAAAAgwAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAgwAAAAAAAQAAAAAAMAAAAAAAAQAAAAAAgwAAAAAA version: 6 -1,1: ind: -1,1 - tiles: gwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAJQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAIAAAAAAAUwAAAAAAUwAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAJQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAIAAAAAAAUwAAAAAAUwAAAAAADwAAAAAADwAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAADQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAgwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAADQAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAADQAAAAAAJQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAJQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAEAAAAAAAEgAAAAAAEgAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAEQAAAAAAUwAAAAAAUwAAAAAADgAAAAAADQAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAADQAAAAAAgwAAAAAAEQAAAAAAUwAAAAAAUwAAAAAA + tiles: gwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAIAAAAAAAUwAAAAAAUwAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAIAAAAAAAUwAAAAAAUwAAAAAADwAAAAAADwAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAADQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAADQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAgwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAADQAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAADQAAAAAAJQAAAAAAIAAAAAAAUwAAAAAAUwAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAJQAAAAAAIAAAAAAAUwAAAAAAUwAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAEAAAAAAAEgAAAAAAEgAAAAAADgAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAAgwAAAAAAEQAAAAAAMAAAAAAAMAAAAAAADgAAAAAADQAAAAAADQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADQAAAAAADQAAAAAAgwAAAAAAEQAAAAAAMAAAAAAAMAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: AAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAA + tiles: ggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAAQAAAAAAIQAAAAAAAQAAAAAAgwAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAQAAAAAAUwAAAAAAAQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIQAAAAAAJQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAMAAAAAAAAQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIQAAAAAAMAAAAAAAMAAAAAAAUwAAAAAAJQAAAAAAgwAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAADgAAAAAADgAAAAAA version: 6 0,1: ind: 0,1 @@ -115,7 +122,7 @@ entities: version: 6 -3,0: ind: -3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAACQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcwAAAAAAgwAAAAAAcwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAACQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAcQAAAAAAgwAAAAAAUwAAAAAAIQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,2: ind: 0,2 @@ -123,12 +130,24 @@ entities: version: 6 -1,2: ind: -1,2 - tiles: gwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAEQAAAAAAUwAAAAAAUwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAEQAAAAAAUwAAAAAAUwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAEgAAAAAAEgAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: gwAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAgwAAAAAAEQAAAAAAMAAAAAAAMAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAEQAAAAAAMAAAAAAAMAAAAAAAgwAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAEgAAAAAAEgAAAAAAgwAAAAAAgwAAAAAAJQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIAAAAAAAJQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,2: ind: -2,2 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAABAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 + -3,-1: + ind: -3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAABAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAA + version: 6 + -2,-2: + ind: -2,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAA + version: 6 + -3,1: + ind: -3,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 - type: Broadphase - type: Physics bodyStatus: InAir @@ -153,178 +172,170 @@ entities: color: '#FFFFFFFF' id: BotGreyscale decals: - 23: -7,5 - 24: -7,4 - 115: -2,-12 - 116: 2,-12 - - node: - color: '#FFFFFFFF' - id: BoxGreyscale - decals: - 20: -15,7 - 21: -14,7 - 22: -13,7 - 364: 0,-10 - - node: - color: '#08528DFF' - id: BrickCornerOverlayNE - decals: - 76: 10,-9 + 1731: -5,-1 + 1733: -15,9 + 1734: -28,13 + 1735: -14,24 + 1736: -2,34 + 1737: -3,22 + 1738: 1,7 - node: - color: '#79150096' + color: '#52B4E9FF' id: BrickCornerOverlayNE decals: - 65: -4,-9 + 974: -7,-2 + 975: -11,-2 + 976: -15,-2 - node: - color: '#D4D4D428' + color: '#FA750096' id: BrickCornerOverlayNE decals: - 98: 1,-14 - - node: - color: '#08528DFF' - id: BrickCornerOverlayNW - decals: - 78: 4,-9 + 1116: -7,2 + 1117: -7,2 + 1118: -7,2 + 1119: -7,2 + 1120: -7,2 + 1121: -7,2 + 1122: -7,2 + 1123: -7,2 + 1124: -7,2 - node: - color: '#79150096' + color: '#52B4E9FF' id: BrickCornerOverlayNW decals: - 54: -10,-9 + 977: -17,-2 + 978: -13,-2 + 979: -9,-2 - node: - color: '#D4D4D428' + color: '#FA750096' id: BrickCornerOverlayNW decals: - 99: -1,-14 + 1140: -10,2 + 1141: -10,2 + 1142: -10,2 + 1143: -10,2 + 1144: -10,2 + 1145: -10,2 + 1146: -10,2 + 1147: -10,2 - node: - color: '#08528DFF' + color: '#52B4E9FF' id: BrickCornerOverlaySE decals: - 79: 10,-11 + 971: -15,-5 + 973: -7,-5 - node: - color: '#79150096' - id: BrickCornerOverlaySE - decals: - 66: -4,-11 - - node: - color: '#D4D4D428' + color: '#FA750096' id: BrickCornerOverlaySE decals: - 100: 1,-20 - - node: - color: '#08528DFF' - id: BrickCornerOverlaySW - decals: - 77: 4,-11 + 1132: -7,0 + 1133: -7,0 + 1134: -7,0 + 1135: -7,0 + 1136: -7,0 + 1137: -7,0 + 1138: -7,0 + 1139: -7,0 - node: - color: '#79150096' + color: '#52B4E9FF' id: BrickCornerOverlaySW decals: - 53: -10,-11 + 969: -13,-5 + 970: -17,-5 - node: - color: '#D4D4D428' + color: '#FA750096' id: BrickCornerOverlaySW decals: - 101: -1,-20 - - node: - color: '#08528DFF' - id: BrickLineOverlayE - decals: - 90: 10,-10 - 92: 2,-9 - 93: 2,-10 - 94: 2,-11 - - node: - color: '#79150096' - id: BrickLineOverlayE - decals: - 67: -4,-10 + 1125: -10,0 + 1126: -10,0 + 1127: -10,0 + 1128: -10,0 + 1129: -10,0 + 1130: -10,0 + 1131: -10,0 - node: - color: '#D4D4D428' + color: '#FA750096' id: BrickLineOverlayE decals: - 108: 1,-15 - 109: 1,-16 - 110: 1,-17 - 111: 1,-18 - 112: 1,-19 - - node: - color: '#08528DFF' - id: BrickLineOverlayN - decals: - 80: 5,-9 - 81: 6,-9 - 82: 7,-9 - 83: 8,-9 - 84: 9,-9 - - node: - color: '#79150096' - id: BrickLineOverlayN - decals: - 55: -9,-9 - 56: -8,-9 - 57: -7,-9 - 58: -6,-9 - 59: -5,-9 + 1168: -7,1 + 1169: -7,1 + 1170: -7,1 + 1171: -7,1 + 1172: -7,1 + 1173: -7,1 + 1174: -7,1 + 1175: -7,1 + 1176: -7,1 + 1177: -7,1 - node: - color: '#D4D4D428' + color: '#FA750096' id: BrickLineOverlayN decals: - 113: 0,-14 - - node: - color: '#08528DFF' - id: BrickLineOverlayS - decals: - 85: 5,-11 - 86: 6,-11 - 87: 7,-11 - 88: 8,-11 - 89: 9,-11 - - node: - color: '#79150096' - id: BrickLineOverlayS - decals: - 60: -9,-11 - 61: -8,-11 - 62: -7,-11 - 63: -6,-11 - 64: -5,-11 - - node: - color: '#D4D4D428' - id: BrickLineOverlayS - decals: - 95: -1,-12 - 96: 0,-12 - 97: 1,-12 - 102: 0,-20 - - node: - color: '#08528DFF' - id: BrickLineOverlayW - decals: - 91: 4,-10 + 1155: -9,2 + 1156: -9,2 + 1157: -9,2 + 1158: -9,2 + 1159: -9,2 + 1160: -8,2 + 1161: -8,2 + 1162: -8,2 + 1163: -8,2 + 1164: -8,2 + 1165: -8,2 + 1166: -8,2 + 1167: -8,2 - node: - color: '#79150096' + color: '#FA750096' id: BrickLineOverlayW decals: - 68: -10,-10 - 69: -2,-9 - 70: -2,-10 - 71: -2,-11 + 1178: -10,1 + 1179: -10,1 + 1180: -10,1 + 1181: -10,1 + 1182: -10,1 + 1183: -10,1 + 1184: -10,1 - node: - color: '#D4D4D428' - id: BrickLineOverlayW + color: '#F9FFFEFF' + id: BrickTileDarkBox decals: - 103: -1,-19 - 104: -1,-18 - 105: -1,-17 - 106: -1,-16 - 107: -1,-15 + 1423: -19,17 + 1490: -38,10 + 1581: -13,10 + 1582: -14,10 + 1583: -12,10 + 1584: -11,10 + 1585: -10,10 + 1586: -9,10 + 1587: -8,10 + 1666: -19,21 - node: color: '#FFFFFFFF' id: BrickTileDarkBox decals: - 365: -1,-10 - 366: 0,-11 - 367: 1,-10 + 1600: -2,21 + 1601: -1,21 + 1602: -2,20 + 1603: -1,20 + 1604: -2,25 + 1605: -1,25 + 1606: -2,26 + 1607: -1,26 + 1624: 9,-2 + 1625: 10,-2 + 1626: 11,-2 + 1627: 12,-2 + 1628: 13,-2 + 1629: 14,-2 + 1761: -19,8 + 1762: -19,18 + 1786: 5,-17 + 1787: 9,-17 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkCornerNe + decals: + 1668: -19,21 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe @@ -337,16 +348,16 @@ entities: 242: -7,11 243: 1,13 293: 4,4 - 298: -17,13 407: -7,16 - 679: -5,21 - 693: -1,21 - 694: -1,26 702: 0,22 731: -1,17 794: -13,35 804: -12,34 806: -6,35 + 1342: -8,6 + 1609: -1,26 + 1615: -1,21 + 1690: -28,7 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw @@ -360,16 +371,21 @@ entities: 241: -15,11 247: -4,12 290: -4,4 - 297: -19,13 405: -15,16 - 678: -9,21 - 690: -2,21 - 695: -2,26 700: -3,22 730: -2,17 776: -14,35 795: -7,35 805: -8,34 + 1343: -14,6 + 1608: -2,26 + 1614: -2,21 + 1689: -29,7 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkCornerSe + decals: + 1465: -19,10 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe @@ -379,18 +395,19 @@ entities: 224: 15,-3 231: 16,-4 237: 5,-5 - 238: 1,7 239: -7,9 291: 4,-4 - 300: -17,8 406: -7,13 - 677: -5,20 - 692: -1,20 - 698: -1,25 699: 0,19 729: -1,15 765: -9,34 766: -8,33 + 1344: -8,5 + 1610: -1,25 + 1613: -1,20 + 1692: -29,3 + 1693: -28,5 + 1748: -23,13 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw @@ -399,20 +416,25 @@ entities: 175: 3,1 225: 8,-3 232: 7,-4 - 236: -5,-5 244: -5,7 - 245: -15,9 246: -4,8 - 292: -4,-4 - 299: -19,8 408: -15,13 - 676: -9,20 - 691: -2,20 - 697: -2,25 703: -3,19 728: -2,15 777: -11,34 778: -12,33 + 1345: -14,5 + 1408: -4,-4 + 1611: -2,25 + 1612: -2,20 + 1747: -27,13 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkEndE + decals: + 904: -5,-17 + 1534: -21,10 + 1589: -8,10 - node: color: '#FFFFFFFF' id: BrickTileDarkEndE @@ -420,8 +442,6 @@ entities: 121: -5,-10 122: 9,-10 149: 3,0 - 150: 14,-2 - 199: -8,10 320: -1,6 451: -12,13 452: -12,16 @@ -433,39 +453,54 @@ entities: 671: -1,28 796: -8,35 807: -7,36 + 923: -13,1 + 1631: 14,-2 + 1749: -22,14 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkEndN + decals: + 1273: 0,-10 + 1410: -19,11 + 1440: -19,16 + 1441: -30,16 - node: color: '#FFFFFFFF' id: BrickTileDarkEndN decals: - 125: 0,-15 - 295: -18,12 315: -6,11 316: 6,-1 672: -4,26 - 673: -4,21 - 686: -6,22 - 687: -8,22 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkEndS + decals: + 1574: -19,12 + 1675: -19,19 - node: color: '#FFFFFFFF' id: BrickTileDarkEndS decals: - 124: 0,-19 - 296: -18,9 318: -6,9 319: 6,-3 - 674: -4,20 675: -4,25 - 688: -8,19 - 689: -6,19 + 1309: 0,-19 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkEndW + decals: + 905: -9,-17 + 1409: -20,10 + 1535: -37,10 + 1588: -14,10 + 1656: -22,21 - node: color: '#FFFFFFFF' id: BrickTileDarkEndW decals: 117: -9,-10 118: 5,-10 - 151: 9,-2 152: -3,0 - 198: -14,10 317: -3,6 449: -10,13 450: -10,16 @@ -475,6 +510,10 @@ entities: 670: -2,28 797: -12,35 808: -13,36 + 1223: -16,1 + 1630: 9,-2 + 1691: -30,3 + 1750: -28,14 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNe @@ -486,6 +525,14 @@ entities: 455: -1,8 802: -13,34 803: -12,33 + 1377: -14,5 + 1742: -2,25 + 1743: -2,20 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkInnerNw + decals: + 1466: -19,10 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw @@ -496,6 +543,10 @@ entities: 447: -7,13 800: -7,34 801: -8,33 + 1378: -8,5 + 1699: -29,3 + 1741: -1,25 + 1744: -1,20 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe @@ -508,6 +559,16 @@ entities: 769: -8,34 771: -13,34 799: -9,35 + 1375: -14,6 + 1700: -29,5 + 1739: -2,26 + 1745: -2,21 + 1756: -23,14 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkInnerSw + decals: + 1667: -19,21 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw @@ -519,11 +580,26 @@ entities: 768: -7,34 773: -12,34 798: -11,35 + 1376: -8,6 + 1740: -1,26 + 1746: -1,21 + 1757: -27,14 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkLineE + decals: + 1447: -19,14 + 1540: -22,10 + 1541: -26,10 + 1542: -30,10 + 1543: -34,10 + 1579: -19,15 + 1580: -19,13 + 1674: -19,20 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: - 129: 0,-16 130: 0,-17 131: 0,-18 197: -4,0 @@ -535,12 +611,6 @@ entities: 266: 4,-1 267: 4,-2 268: 4,-3 - 303: -17,12 - 304: -17,11 - 305: -17,10 - 306: -17,9 - 313: -18,11 - 314: -18,10 325: 6,-2 326: -6,10 437: -7,14 @@ -554,6 +624,46 @@ entities: 716: 0,20 733: -1,16 774: -6,34 + 1263: 0,-14 + 1264: 0,-15 + 1265: 0,-13 + 1266: 0,-12 + 1267: 0,-11 + 1305: 0,-16 + 1307: 0,-19 + 1697: -28,6 + 1698: -29,4 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkLineN + decals: + 906: -8,-17 + 907: -7,-17 + 908: -6,-17 + 1462: -19,10 + 1559: -22,10 + 1560: -23,10 + 1561: -24,10 + 1562: -25,10 + 1563: -26,10 + 1564: -27,10 + 1565: -28,10 + 1566: -29,10 + 1567: -30,10 + 1568: -31,10 + 1569: -32,10 + 1570: -33,10 + 1571: -34,10 + 1572: -35,10 + 1573: -36,10 + 1575: -19,15 + 1590: -13,10 + 1591: -12,10 + 1592: -11,10 + 1593: -10,10 + 1594: -9,10 + 1659: -20,21 + 1672: -21,21 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN @@ -567,20 +677,11 @@ entities: 156: -1,1 157: 0,1 158: 1,1 - 159: 10,-2 - 160: 11,-2 - 161: 12,-2 - 162: 13,-2 183: -2,-2 184: -1,-2 185: 0,-2 186: 1,-2 187: 2,-2 - 205: -13,10 - 206: -12,10 - 207: -11,10 - 208: -10,10 - 209: -9,10 210: 9,-1 211: 10,-1 212: 11,-1 @@ -597,7 +698,6 @@ entities: 287: 1,4 288: 2,4 289: 3,4 - 302: -18,13 322: -2,6 409: -14,16 410: -13,16 @@ -607,9 +707,6 @@ entities: 417: -9,13 421: -13,13 422: -14,13 - 683: -8,21 - 684: -7,21 - 685: -6,21 707: -2,22 708: -1,22 783: -11,35 @@ -623,6 +720,58 @@ entities: 791: -11,33 792: -10,33 793: -9,33 + 926: -14,1 + 1226: -15,1 + 1347: -13,6 + 1348: -11,6 + 1350: -9,6 + 1360: -12,6 + 1361: -10,6 + 1364: -13,5 + 1365: -12,5 + 1366: -11,5 + 1367: -10,5 + 1368: -9,5 + 1632: 10,-2 + 1633: 11,-2 + 1634: 12,-2 + 1635: 13,-2 + 1751: -27,14 + 1752: -26,14 + 1753: -25,14 + 1754: -24,14 + 1755: -23,14 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkLineS + decals: + 909: -8,-17 + 910: -7,-17 + 911: -6,-17 + 1544: -36,10 + 1545: -35,10 + 1546: -34,10 + 1547: -33,10 + 1548: -32,10 + 1549: -31,10 + 1550: -30,10 + 1551: -29,10 + 1552: -28,10 + 1553: -27,10 + 1554: -26,10 + 1555: -25,10 + 1556: -24,10 + 1557: -23,10 + 1558: -22,10 + 1576: -19,13 + 1595: -13,10 + 1596: -12,10 + 1597: -11,10 + 1598: -10,10 + 1599: -9,10 + 1664: -20,21 + 1669: -19,20 + 1671: -21,21 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -633,10 +782,6 @@ entities: 135: 6,-10 136: 7,-10 137: 8,-10 - 163: 10,-2 - 164: 11,-2 - 165: 12,-2 - 166: 13,-2 167: -1,-1 168: 0,-1 169: 1,-1 @@ -645,17 +790,10 @@ entities: 180: 0,2 181: 1,2 182: 2,2 - 200: -13,10 - 201: -12,10 - 202: -11,10 - 203: -10,10 - 204: -9,10 216: 9,-3 217: 11,-3 218: 10,-3 219: 12,-3 - 220: 13,-3 - 221: 14,-3 250: -3,8 251: -2,8 252: -1,8 @@ -666,7 +804,6 @@ entities: 273: 1,-4 274: 2,-4 275: 3,-4 - 301: -18,8 321: -2,6 423: -14,16 424: -13,16 @@ -676,9 +813,6 @@ entities: 431: -9,13 435: -13,13 436: -14,13 - 680: -8,20 - 681: -7,20 - 682: -6,20 704: -2,19 705: -1,19 779: -10,34 @@ -690,11 +824,49 @@ entities: 811: -10,36 812: -9,36 813: -8,36 + 928: -14,1 + 1225: -15,1 + 1351: -13,5 + 1353: -11,5 + 1355: -9,5 + 1362: -12,5 + 1363: -10,5 + 1369: -13,6 + 1370: -12,6 + 1371: -12,6 + 1372: -11,6 + 1373: -10,6 + 1374: -9,6 + 1636: 10,-2 + 1637: 11,-2 + 1638: 12,-2 + 1639: 13,-2 + 1758: -26,13 + 1759: -25,13 + 1760: -24,13 + - node: + color: '#F9FFFEFF' + id: BrickTileDarkLineW + decals: + 1257: 0,-15 + 1258: 0,-14 + 1259: 0,-13 + 1260: 0,-12 + 1261: 0,-11 + 1444: -19,14 + 1464: -19,10 + 1536: -36,10 + 1537: -32,10 + 1538: -28,10 + 1539: -24,10 + 1577: -19,13 + 1578: -19,15 + 1670: -21,21 + 1673: -19,20 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 126: 0,-16 127: 0,-17 128: 0,-18 196: 4,0 @@ -702,19 +874,12 @@ entities: 253: -4,9 254: -4,10 255: -4,11 - 276: -4,-3 277: -4,-2 278: -4,-1 279: -4,0 280: -4,1 281: -4,2 282: -4,3 - 307: -19,9 - 308: -19,10 - 309: -19,11 - 310: -19,12 - 311: -18,11 - 312: -18,10 323: -6,10 324: 6,-2 441: -15,15 @@ -725,26 +890,76 @@ entities: 714: -3,20 732: -2,16 775: -14,34 + 1298: 0,-16 + 1299: 0,-19 + 1398: -4,-3 + 1694: -29,4 + 1695: -29,5 + 1696: -29,6 - node: color: '#FFFFFFFF' id: BrickTileSteelBox decals: 654: 0,33 + - node: + color: '#1A394AFF' + id: BrickTileSteelCornerNe + decals: + 1186: -12,2 + - node: + color: '#D58C18FF' + id: BrickTileSteelCornerNe + decals: + 1775: 10,-16 + 1776: 6,-16 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNe decals: 645: -1,33 + - node: + color: '#1A394AFF' + id: BrickTileSteelCornerNw + decals: + 1188: -17,2 + - node: + color: '#D58C18FF' + id: BrickTileSteelCornerNw + decals: + 1782: 4,-16 + 1783: 8,-16 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw decals: - 648: -2,33 + 1719: -2,33 + - node: + color: '#1A394AFF' + id: BrickTileSteelCornerSe + decals: + 1187: -12,0 + - node: + color: '#D58C18FF' + id: BrickTileSteelCornerSe + decals: + 1780: 6,-18 + 1781: 10,-18 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: 646: -1,30 + - node: + color: '#1A394AFF' + id: BrickTileSteelCornerSw + decals: + 1189: -17,0 + - node: + color: '#D58C18FF' + id: BrickTileSteelCornerSw + decals: + 1778: 4,-18 + 1779: 8,-18 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw @@ -754,7 +969,6 @@ entities: color: '#FFFFFFFF' id: BrickTileSteelEndE decals: - 655: -1,34 656: -1,29 - node: color: '#FFFFFFFF' @@ -771,110 +985,332 @@ entities: id: BrickTileSteelEndW decals: 657: -2,29 - 658: -2,34 + - node: + color: '#1A394AFF' + id: BrickTileSteelLineE + decals: + 1190: -12,1 + - node: + color: '#D58C18FF' + id: BrickTileSteelLineE + decals: + 1764: 2,-16 + 1765: 2,-17 + 1766: 2,-18 + 1767: 10,-17 + 1768: 6,-17 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 649: -1,32 - 650: -1,31 660: -3,32 661: -3,31 + 1651: -1,32 + 1652: -1,31 + - node: + color: '#1A394AFF' + id: BrickTileSteelLineN + decals: + 1191: -16,2 + 1192: -15,2 + 1193: -14,2 + 1194: -13,2 + - node: + color: '#D58C18FF' + id: BrickTileSteelLineN + decals: + 1773: 5,-16 + 1774: 9,-16 + - node: + color: '#1A394AFF' + id: BrickTileSteelLineS + decals: + 1195: -16,0 + 1197: -14,0 + 1201: -15,0 + - node: + color: '#D58C18FF' + id: BrickTileSteelLineS + decals: + 1771: 5,-18 + 1772: 9,-18 + - node: + color: '#1A394AFF' + id: BrickTileSteelLineW + decals: + 1199: -17,1 + - node: + color: '#D58C18FF' + id: BrickTileSteelLineW + decals: + 1769: 4,-17 + 1770: 8,-17 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 651: -2,32 - 652: -2,31 662: -3,32 663: -3,31 + 1653: -2,32 + 1654: -2,31 - node: - color: '#FFFFFFFF' - id: BrickTileWhiteBox + color: '#334E6DC8' + id: BrickTileWhiteCornerNe decals: - 381: -9,2 - 388: -8,-5 + 873: -4,-9 - node: - color: '#FFFFFFFF' + color: '#52B4E9FF' id: BrickTileWhiteCornerNe decals: - 386: -7,-2 + 989: -11,-2 + 990: -7,-2 + 991: -15,-2 - node: - color: '#FFFFFFFF' + color: '#79150096' + id: BrickTileWhiteCornerNe + decals: + 900: -4,-16 + - node: + color: '#D4D4D428' + id: BrickTileWhiteCornerNe + decals: + 1221: 10,-9 + - node: + color: '#334E6DC8' + id: BrickTileWhiteCornerNw + decals: + 872: -10,-9 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNw + decals: + 1009: -13,-2 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerNw + decals: + 980: -9,-2 + 981: -13,-2 + 982: -17,-2 + - node: + color: '#79150096' id: BrickTileWhiteCornerNw decals: - 387: -9,-2 + 899: -10,-16 + - node: + color: '#D4D4D428' + id: BrickTileWhiteCornerNw + decals: + 1220: 4,-9 + - node: + color: '#334E6DC8' + id: BrickTileWhiteCornerSe + decals: + 874: -4,-11 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerSe + decals: + 986: -7,-5 + 987: -11,-5 + 988: -15,-5 + - node: + color: '#79150096' + id: BrickTileWhiteCornerSe + decals: + 901: -4,-18 + - node: + color: '#D4D4D428' + id: BrickTileWhiteCornerSe + decals: + 1222: 10,-11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteCornerSw + decals: + 871: -10,-11 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteCornerSw + decals: + 983: -17,-5 + 984: -13,-5 + 1655: -9,-5 + - node: + color: '#79150096' + id: BrickTileWhiteCornerSw + decals: + 902: -10,-18 + - node: + color: '#D4D4D428' + id: BrickTileWhiteCornerSw + decals: + 1224: 4,-11 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndE decals: - 371: -8,1 - 399: -8,0 + 1185: -8,1 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndN decals: - 373: -16,-3 - 374: -12,-3 - 375: -8,-3 - 379: -15,-3 - 382: -17,-3 - 393: -13,-2 - 394: -11,-2 + 830: -8,-3 + 831: -12,-3 + 832: -16,-3 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndS decals: - 368: -16,-4 - 369: -8,-4 - 370: -12,-4 - 376: -15,-4 - 377: -13,-4 - 378: -11,-3 - 383: -17,-4 - 389: -9,-3 - 390: -7,-3 + 829: -8,-4 + 833: -16,-4 + 835: -12,-4 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndW decals: - 372: -9,1 - 400: -9,0 + 828: -9,1 - node: - color: '#FFFFFFFF' + color: '#52B4E9FF' + id: BrickTileWhiteInnerNe + decals: + 1395: -7,-3 + - node: + color: '#52B4E9FF' id: BrickTileWhiteInnerSe decals: - 397: -9,-2 + 1394: -7,-3 - node: - color: '#FFFFFFFF' - id: BrickTileWhiteInnerSw + color: '#334E6DC8' + id: BrickTileWhiteLineE decals: - 398: -7,-2 + 876: -4,-10 - node: - color: '#FFFFFFFF' + color: '#52B4E9FF' id: BrickTileWhiteLineE decals: - 392: -13,-3 + 1004: -7,-4 + 1005: -15,-3 - node: - color: '#FFFFFFFF' + color: '#79150096' + id: BrickTileWhiteLineE + decals: + 892: -4,-17 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineE + decals: + 1203: 2,-11 + 1204: 2,-10 + 1206: 2,-9 + 1219: 10,-10 + - node: + color: '#334E6DC8' id: BrickTileWhiteLineN decals: - 395: -8,-2 + 877: -5,-9 + 878: -6,-9 + 879: -7,-9 + 880: -8,-9 + 881: -9,-9 - node: - color: '#FFFFFFFF' + color: '#52B4E9FF' + id: BrickTileWhiteLineN + decals: + 997: -16,-2 + 999: -12,-2 + 1003: -8,-2 + - node: + color: '#79150096' + id: BrickTileWhiteLineN + decals: + 887: -5,-16 + 888: -6,-16 + 889: -7,-16 + 890: -8,-16 + 891: -9,-16 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineN + decals: + 1207: 5,-9 + 1208: 6,-9 + 1209: 7,-9 + 1210: 8,-9 + 1212: 9,-9 + - node: + color: '#334E6DC8' id: BrickTileWhiteLineS decals: - 396: -8,-2 + 882: -9,-11 + 883: -8,-11 + 884: -7,-11 + 885: -6,-11 + 886: -5,-11 - node: - color: '#FFFFFFFF' + color: '#52B4E9FF' + id: BrickTileWhiteLineS + decals: + 994: -16,-5 + 995: -12,-5 + 996: -8,-5 + - node: + color: '#79150096' + id: BrickTileWhiteLineS + decals: + 894: -9,-18 + 895: -8,-18 + 896: -7,-18 + 897: -6,-18 + 898: -5,-18 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineS + decals: + 1213: 5,-11 + 1214: 6,-11 + 1215: 7,-11 + 1216: 8,-11 + 1217: 9,-11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineW + decals: + 848: -2,-11 + 849: -2,-10 + 850: -2,-9 + 875: -10,-10 + - node: + color: '#52B4E9FF' + id: BrickTileWhiteLineW + decals: + 1006: -17,-4 + 1007: -17,-3 + 1008: -13,-3 + - node: + color: '#79150096' + id: BrickTileWhiteLineW + decals: + 857: -2,-18 + 858: -2,-17 + 859: -2,-16 + 893: -10,-17 + - node: + color: '#D4D4D428' id: BrickTileWhiteLineW decals: - 391: -13,-3 + 1218: 4,-10 - node: color: '#FFFFFFFF' id: Bushn1 decals: 404: 11.304107,-4.026445 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 1784: 7,-16 + 1785: 7,-18 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -892,102 +1328,89 @@ entities: 401: 12,-4 - node: color: '#FFFFFFFF' - id: StandClear + id: MiniTileDarkBox decals: - 357: -1,-7 - 358: 1,-7 + 1730: -5,-1 - node: - color: '#FFFFFFFF' - id: WarnBoxGreyscale + color: '#7C7C7CFF' + id: SidingEndE decals: - 47: -21,8 - 361: -2,-6 - 362: 2,-6 + 1321: -2,-13 - node: color: '#FFFFFFFF' - id: WarnCornerGreyscaleNE + id: SidingEndE decals: - 43: -21,13 + 1476: 12,-4 - node: - color: '#FFFFFFFF' - id: WarnCornerNE + color: '#7C7C7CFF' + id: SidingEndW decals: - 34: -23,9 + 1322: 2,-13 - node: color: '#FFFFFFFF' - id: WarnCornerNW + id: SidingEndW decals: - 31: -24,12 - 32: -24,9 + 1477: 11,-4 - node: color: '#FFFFFFFF' - id: WarnCornerSE + id: StandClear decals: - 33: -23,11 + 357: -1,-7 + 358: 1,-7 - node: color: '#FFFFFFFF' - id: WarnCornerSW + id: WarnBox decals: - 29: -24,11 - 30: -24,8 + 1676: -36,4 + 1677: -36,6 + 1678: -34,6 + 1679: -34,4 - node: color: '#FFFFFFFF' - id: WarnCornerSmallGreyscaleSW + id: WarnBoxGreyscale decals: - 46: -21,13 + 361: -2,-6 + 362: 2,-6 - node: color: '#FFFFFFFF' - id: WarnCornerSmallNE + id: WarnCornerGreyscaleNW decals: - 40: -23,8 + 1686: -33,7 - node: color: '#FFFFFFFF' - id: WarnCornerSmallSE + id: WarnCornerGreyscaleSW decals: - 39: -23,12 + 1685: -33,3 - node: color: '#FFFFFFFF' - id: WarnEndE + id: WarnCornerSmallGreyscaleNE decals: - 35: -22,12 - 36: -22,8 + 1688: -33,3 - node: color: '#FFFFFFFF' - id: WarnEndGreyscaleS + id: WarnCornerSmallGreyscaleSE decals: - 42: -21,12 + 1687: -33,7 - node: color: '#FFFFFFFF' - id: WarnEndGreyscaleW + id: WarnEndGreyscaleE decals: - 41: -23,13 + 1680: -32,7 + 1681: -32,3 - node: color: '#FFFFFFFF' - id: WarnEndN + id: WarnEndGreyscaleN decals: - 27: -26,12 - 28: -26,9 + 1682: -33,4 - node: color: '#FFFFFFFF' - id: WarnEndS + id: WarnEndGreyscaleS decals: - 25: -26,8 - 26: -26,11 + 1684: -33,6 - node: color: '#FFFFFFFF' - id: WarnLineGreyscaleN + id: WarnLineN decals: - 45: -22,13 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleS - decals: - 44: -22,13 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 37: -23,8 351: -1,-6 352: 0,-6 353: 1,-6 @@ -995,7 +1418,6 @@ entities: color: '#FFFFFFFF' id: WarnLineW decals: - 38: -23,12 354: -1,-7 355: 0,-7 356: 1,-7 @@ -1018,6 +1440,7 @@ entities: 592: -16,28 739: -13,21 740: -12,22 + 1619: -6,21 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -1030,6 +1453,7 @@ entities: 589: -18,28 590: -18,31 736: -15,21 + 1618: -9,21 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe @@ -1043,6 +1467,7 @@ entities: 594: -16,29 734: -13,20 735: -12,19 + 1616: -6,20 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw @@ -1056,6 +1481,7 @@ entities: 596: -18,26 741: -16,19 742: -15,20 + 1617: -9,20 - node: color: '#FFFFFFFF' id: WoodTrimThinEndE @@ -1088,7 +1514,6 @@ entities: 532: -6,32 533: -7,30 556: -15,25 - 557: -14,24 572: -5,26 611: -18,26 612: -16,27 @@ -1201,6 +1626,8 @@ entities: 745: -15,19 746: -14,19 747: -13,19 + 1622: -8,21 + 1623: -7,21 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -1216,7 +1643,6 @@ entities: 506: -8,32 524: -13,32 525: -7,32 - 573: -14,24 574: -12,24 575: -11,24 576: -10,24 @@ -1232,6 +1658,8 @@ entities: 757: -15,19 758: -14,19 759: -13,19 + 1620: -8,20 + 1621: -7,20 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -1266,6 +1694,12 @@ entities: 752: -16,20 753: -12,21 754: -12,20 + - node: + color: '#FFFFFFFF' + id: food + decals: + 1645: -3,28 + 1646: -3,28 - type: GridAtmosphere version: 2 data: @@ -1317,11 +1751,11 @@ entities: 0: 1 1: 59520 0,-4: - 0: 1911 + 0: 30583 0,-5: - 0: 14199 + 0: 30583 -1,-4: - 0: 3276 + 0: 52445 0,-3: 0: 30583 -1,-3: @@ -1332,24 +1766,28 @@ entities: 0: 64641 -1,-1: 0: 65535 + 1,-4: + 0: 127 1,-3: 0: 65527 1,-2: 0: 12295 - 1,-4: - 1: 140 1,-5: - 1: 25828 + 0: 65392 + 1: 14 2,-4: - 1: 47 + 0: 127 2,-3: 0: 65527 2,-2: 0: 7 2,-5: - 1: 10103 + 0: 65392 + 1: 15 3,-4: - 1: 51351 + 1: 51374 + 3,-5: + 1: 43967 3,-3: 1: 35976 3,-2: @@ -1360,67 +1798,73 @@ entities: 1: 17908 4,-1: 0: 62961 + -4,-4: + 1: 1002 + -5,-4: + 1: 24142 -4,-3: - 1: 13863 + 1: 119 + 0: 30464 -5,-3: - 1: 62702 + 1: 65021 -4,-2: - 1: 1 - 0: 45056 - -4,-1: - 0: 35775 + 0: 45063 -5,-2: + 1: 4364 0: 32768 - 1: 260 + -4,-1: + 0: 35775 -5,-1: 0: 2184 - 1: 256 + 1: 16 -4,0: - 0: 3839 - -4,-4: - 1: 8748 - -3,-4: - 1: 19 + 0: 4095 + -4,-5: + 1: 64234 -3,-2: 0: 45068 -3,-1: - 0: 36859 + 0: 35839 + -3,-4: + 0: 206 -3,-3: 0: 61164 -3,0: 0: 3549 -3,-5: - 1: 25260 + 0: 61120 + 1: 287 + -2,-4: + 0: 223 -2,-3: 0: 65533 -2,-2: 0: 45069 -2,-1: - 0: 40955 + 0: 39931 + -2,-5: + 0: 65488 + 1: 15 -2,0: 0: 35771 - -2,-4: - 0: 204 -1,-5: - 0: 36044 + 0: 56796 -5,0: - 0: 136 - 1: 257 + 0: 14984 + 1: 32 -4,1: 0: 61166 -5,1: - 1: 128 - 0: 8192 - -5,2: - 0: 61166 + 0: 65535 -4,2: - 0: 61152 - -5,3: - 0: 238 + 0: 61408 + -5,2: + 0: 65522 -4,3: 0: 61152 -4,4: - 0: 61582 + 0: 45198 + 2: 16384 -3,1: 0: 65535 -3,2: @@ -1428,7 +1872,7 @@ entities: -3,3: 0: 65520 -3,4: - 0: 37119 + 0: 53503 -2,1: 0: 46011 -2,2: @@ -1439,14 +1883,18 @@ entities: 0: 61443 -1,4: 0: 60654 + -5,-5: + 1: 60928 + -4,-6: + 1: 8320 -3,-6: - 1: 36044 - -2,-6: - 1: 50677 - -2,-5: - 1: 39 + 1: 64248 + -3,-7: + 1: 52416 -2,-7: - 1: 32768 + 1: 37136 + -2,-6: + 1: 62708 -1,-7: 1: 61440 -1,-6: @@ -1460,51 +1908,70 @@ entities: 1,-7: 1: 12288 1,-6: - 1: 17988 + 1: 58596 + 2,-6: + 1: 62194 + 2,-7: + 1: 30576 + 3,-6: + 1: 47472 + -8,-1: + 1: 61440 + -9,-1: + 1: 61440 + -8,0: + 1: 8 + 0: 53248 -7,-1: - 1: 32768 - -7,0: - 1: 61576 - -6,-1: - 1: 47240 - -6,0: - 1: 63935 + 1: 24328 + -7,-2: + 1: 34816 -6,-2: - 1: 34952 - -5,-4: - 1: 57344 + 1: 64392 + -6,-1: + 1: 24475 -8,1: - 1: 29218 + 0: 56797 + -9,0: + 0: 61440 + 1: 4 + -9,1: + 0: 65535 -8,2: - 1: 10019 + 0: 65520 -9,2: - 1: 61160 + 0: 65520 -8,3: - 1: 8819 + 1: 12544 -9,3: - 1: 8 + 1: 12192 -8,4: - 1: 194 - -8,0: - 1: 49152 + 1: 12593 + -7,0: + 0: 38912 -7,1: - 0: 57344 - 1: 2 + 0: 39193 + 2: 128 -7,2: - 0: 61166 + 0: 65520 -7,3: - 0: 238 + 0: 32752 -7,4: - 1: 242 + 0: 1911 + -6,0: + 0: 65280 -6,1: - 0: 12288 - 1: 5 - -6,2: 0: 65535 + -6,2: + 0: 65520 -6,3: - 0: 255 + 0: 30576 -6,4: - 1: 29434 + 0: 1911 + -5,3: + 0: 30583 + -5,4: + 0: 29303 -4,5: 0: 4095 -4,6: @@ -1518,7 +1985,7 @@ entities: -4,8: 0: 52430 -3,5: - 0: 2525 + 0: 36317 -3,6: 0: 65535 -3,7: @@ -1533,10 +2000,10 @@ entities: 0: 65535 -2,8: 0: 30591 - -1,5: - 0: 52991 -1,6: 0: 61438 + -1,5: + 0: 52974 -1,7: 0: 61164 -1,8: @@ -1550,23 +2017,55 @@ entities: 0,7: 0: 4368 1: 34952 - -6,5: - 1: 16511 + -9,4: + 1: 2039 + -8,5: + 1: 3729 + -7,5: + 1: 8960 + -8,6: + 1: 32768 + -8,7: + 1: 136 + -7,6: + 1: 65126 + -7,7: + 1: 51 -6,6: - 1: 17604 + 1: 28928 + -6,5: + 0: 61166 -6,7: - 1: 17476 + 1: 17484 -6,8: 1: 1100 - -5,4: - 1: 4880 -5,5: - 1: 787 + 0: 30583 0,8: 0: 273 1: 51336 1,5: 1: 30 + -11,0: + 1: 34952 + -10,0: + 1: 260 + 0: 32768 + -11,1: + 1: 34952 + -10,1: + 1: 256 + 0: 34952 + -11,2: + 0: 32896 + -10,2: + 0: 65008 + -11,3: + 1: 2176 + -10,3: + 1: 3968 + -10,-1: + 1: 62702 0,9: 1: 35070 -1,9: @@ -1598,6 +2097,8 @@ entities: 1: 1 -6,9: 1: 2184 + -10,-2: + 1: 57344 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -1629,18615 +2130,28365 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance - type: NavMap - type: IFF color: '#83FF55FF' -- proto: AirAlarm - entities: - - uid: 164 - components: - - type: Transform - pos: -12.5,12.5 - parent: 2 - - type: DeviceList - devices: - - 308 - - 449 - - 2594 - - 2432 - - 2001 - - 2878 - - 2881 - - 2880 - - 2879 - - 518 - - uid: 673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-21.5 - parent: 2 - - type: DeviceList - devices: - - 583 - - 479 - - 576 - - 6 - - 693 - - 601 - - uid: 676 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 2 - - type: DeviceList - devices: - - 2527 - - 650 - - 663 - - 1033 - - 662 - - 2516 - - uid: 683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 - parent: 2 - - type: DeviceList - devices: - - 1641 - - 2609 - - 2610 - - 2479 - - 2418 - - 2539 - - 2534 - - 1997 - - uid: 1331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,34.5 - parent: 2 - - type: DeviceList - devices: - - 2659 - - 2673 - - 2354 - - 2651 - - 2661 - - 2670 - - 2671 - - 2668 - - 3303 - - 3301 - - uid: 3304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,25.5 - parent: 2 - - type: DeviceList - devices: - - 2597 - - 2598 - - 2589 - - 2595 - - 2607 - - 2608 -- proto: AirCanister - entities: - - uid: 1449 - components: - - type: Transform - pos: -6.5,4.5 - parent: 2 - - uid: 1450 - components: - - type: Transform - pos: -6.5,5.5 - parent: 2 -- proto: AirlockAtmosphericsLocked - entities: - - uid: 148 - components: - - type: Transform - pos: -10.5,8.5 - parent: 2 -- proto: AirlockCentralCommandGlassLocked - entities: - - uid: 210 - components: - - type: Transform - pos: -1.5,18.5 - parent: 2 - - uid: 277 - components: - - type: Transform - pos: -0.5,18.5 - parent: 2 - - uid: 1341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,14.5 - parent: 2 - - uid: 1346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,14.5 - parent: 2 - - uid: 1723 - components: - - type: Transform - pos: 13.5,1.5 - parent: 2 - - uid: 1724 - components: - - type: Transform - pos: 15.5,1.5 - parent: 2 - - uid: 1725 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-0.5 - parent: 2 - - uid: 1726 + - type: Joint + joints: + docking19630: !type:WeldJoint + bodyB: 4085 + bodyA: 2 + id: docking19630 + localAnchorB: -0.5,-12 + localAnchorA: 20,-0.5 + referenceAngle: -1.5707964 + damping: 1837.3936 + stiffness: 16492.408 + docking19631: !type:WeldJoint + bodyB: 4085 + bodyA: 2 + id: docking19631 + localAnchorB: 1.5,-12 + localAnchorA: 20,-2.5 + referenceAngle: -1.5707964 + damping: 1837.3936 + stiffness: 16492.408 + docking3367: !type:WeldJoint + bodyB: 4558 + bodyA: 2 + id: docking3367 + localAnchorB: 5.5,-13 + localAnchorA: 15.5,4 + damping: 1264.9513 + stiffness: 11354.177 + docking3366: !type:WeldJoint + bodyB: 4558 + bodyA: 2 + id: docking3366 + localAnchorB: 3.5,-13 + localAnchorA: 13.5,4 + damping: 1264.9513 + stiffness: 11354.177 + - uid: 4085 components: + - type: MetaData + name: NTS - Operator 415 - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,-2.5 - parent: 2 - - uid: 2686 + pos: 28.315266,-3.9005888 + parent: 1 + - type: Tag + tags: + - CanPilot + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: FAAAAAAAFAAAAAAAFAAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAEAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAEAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAEAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAEAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAARQAAAAAAgwAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAFQAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAEAAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAEAAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAgwAAAAAABQAAAAAABQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAEAAAAAAABQAAAAAABQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAgwAAAAAABQAAAAAABQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAFQAAAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFAAAAAAAFAAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFAAAAAAAFAAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFAAAAAAAFAAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAEAAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFAAAAAAAFAAAAAAAgwAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFAAAAAAAFAAAAAAAgwAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFAAAAAAAFAAAAAAAgwAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFAAAAAAAFAAAAAAAgwAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 14: -2,-3 + 24: -3,6 + 33: 1,-10 + 70: 4,1 + 95: 4,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 15: -3,-3 + 25: -4,6 + 32: -1,-10 + 71: -4,1 + 87: 3,6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 17: -2,-5 + 27: -3,3 + 37: 1,-11 + 69: 4,-1 + 94: 4,3 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 16: -3,-5 + 26: -4,3 + 36: -1,-11 + 65: -4,-1 + 93: 3,3 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndE + decals: + 6: 2,0 + 41: 2,-8 + 67: -4,0 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndN + decals: + 28: 0,5 + 35: 0,-7 + 47: 0,-11 + 54: 0,-3 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndS + decals: + 31: 0,3 + 55: 0,-5 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndW + decals: + 7: -2,0 + 40: -2,-8 + 68: 4,0 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNe + decals: + 50: 0,-10 + 51: 0,-8 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 48: 0,-8 + 49: 0,-10 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSe + decals: + 52: 0,-8 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerSw + decals: + 53: 0,-8 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 18: -2,-4 + 22: -3,4 + 23: -3,5 + 38: 0,-9 + 56: 0,-4 + 88: 0,4 + 96: 4,5 + 97: 4,4 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 11: -1,0 + 12: 0,0 + 13: 1,0 + 45: -1,-8 + 46: 1,-8 + 72: -3,1 + 73: -2,1 + 74: -1,1 + 75: 0,1 + 76: 1,1 + 77: 2,1 + 78: 3,1 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 8: -1,0 + 9: 0,0 + 10: 1,0 + 42: 1,-8 + 43: -1,-8 + 58: -3,-1 + 59: -2,-1 + 60: -1,-1 + 61: 0,-1 + 62: 1,-1 + 63: 2,-1 + 64: 3,-1 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 19: -3,-4 + 20: -4,5 + 21: -4,4 + 39: 0,-9 + 57: 0,-4 + 89: 0,4 + 90: 3,5 + 91: 3,4 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 98: -4,0 + 99: 4,0 + 100: 0,-11 + - node: + color: '#FFFFFFFF' + id: DeliveryGreyscale + decals: + 83: 2,-3 + 84: 3,-3 + 85: 2,-5 + 86: 3,-5 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 45311 + 0,-1: + 0: 61919 + -1,0: + 0: 45823 + 0,1: + 0: 15291 + -1,1: + 0: 35771 + 0,2: + 1: 12 + 1,0: + 0: 4145 + 1,1: + 0: 273 + 1,2: + 1: 3 + 1,-1: + 0: 12288 + 1: 34 + 0,-3: + 0: 30514 + 1: 8 + -1,-3: + 0: 56712 + 1: 3 + 0,-2: + 0: 53631 + -1,-2: + 0: 24799 + -1,-1: + 0: 62566 + 1,-3: + 1: 3 + 0: 4352 + 1,-2: + 0: 17 + 1: 8192 + -2,-3: + 1: 8 + -2,-2: + 1: 32768 + -2,-1: + 1: 136 + 0: 32768 + -2,0: + 0: 128 + -2,2: + 1: 8 + -1,2: + 1: 7 + 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: NavMap + - type: IFF + color: '#00FFFFFF' + - type: Joint + joints: + docking19630: !type:WeldJoint + bodyB: 4085 + bodyA: 2 + id: docking19630 + localAnchorB: -0.5,-12 + localAnchorA: 20,-0.5 + referenceAngle: -1.5707964 + damping: 1837.3936 + stiffness: 16492.408 + docking19631: !type:WeldJoint + bodyB: 4085 + bodyA: 2 + id: docking19631 + localAnchorB: 1.5,-12 + localAnchorA: 20,-2.5 + referenceAngle: -1.5707964 + damping: 1837.3936 + stiffness: 16492.408 + - uid: 4558 + components: + - type: MetaData + name: NTS - ПЦК 415 + - type: Transform + pos: 6.3106546,14.113585 + parent: 1 + - type: Tag + tags: + - CanPilot + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: gwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAIAAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAgwAAAAAAdQAAAAAAgwAAAAAAdQAAAAAAgwAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFQAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFQAAAAAAgwAAAAAAdQAAAAAAdQAAAAAAdQAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAFQAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAIAAAAAAAgwAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: CentCommShuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 61: 1,-9 + 62: 1,-10 + 63: 7,-9 + 64: 7,-10 + 65: 2,1 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 72: 3,-8 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 11: 4,-5 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 10: 5,-6 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 12: 5,-4 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 13: 6,-5 + - node: + color: '#52B4E996' + id: BrickTileWhiteBox + decals: + 26: 5,-5 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNe + decals: + 2: 6,-4 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNw + decals: + 1: 4,-4 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSe + decals: + 0: 6,-6 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSw + decals: + 3: 4,-6 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineE + decals: + 6: 6,-5 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineN + decals: + 4: 5,-4 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineS + decals: + 5: 5,-6 + - node: + color: '#FFFFFFFF' + id: Caution + decals: + 69: 2.9999504,-10.371786 + 70: 5.0086174,-10.385675 + - node: + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 46: 2,-7 + 50: 4,1 + - node: + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 51: 3,-5 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale + decals: + 42: 4,4 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNe + decals: + 15: 4,-6 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerNw + decals: + 14: 6,-6 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSe + decals: + 16: 4,-4 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelInnerSw + decals: + 17: 6,-4 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerNe + decals: + 18: 7,-9 + 30: 6,-8 + 60: 3,2 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerNw + decals: + 24: 1,-9 + 59: 5,2 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerSe + decals: + 19: 7,-10 + 55: 6,-2 + - node: + color: '#334E6DC8' + id: MiniTileWhiteCornerSw + decals: + 23: 1,-10 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerNe + decals: + 31: 6,-9 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerNw + decals: + 32: 2,-9 + - node: + color: '#334E6DC8' + id: MiniTileWhiteInnerSe + decals: + 56: 2,-2 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineE + decals: + 47: 2,-3 + 48: 2,-4 + 49: 2,-6 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineN + decals: + 27: 3,-8 + 28: 4,-8 + 29: 5,-8 + 39: 3,-2 + 40: 5,-2 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineS + decals: + 20: 6,-10 + 21: 4,-10 + 22: 2,-10 + 43: 5,-2 + 44: 4,-2 + 45: 3,-2 + - node: + color: '#334E6DC8' + id: MiniTileWhiteLineW + decals: + 25: 2,-8 + 34: 2,-6 + 35: 2,-5 + 36: 2,-4 + 37: 2,-3 + 54: 2,-2 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 66: 2,-6 + 71: 4,0 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale + decals: + 38: 3,4 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 41: 5,4 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 8: 3,-12 + 9: 5,-12 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleE + decals: + 58: 2,-5 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleN + decals: + 33: 2,-8 + 57: 4,-2 + - node: + color: '#EFB34196' + id: WarnLineGreyscaleN + decals: + 52: 6,-2 + 53: 2,-2 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleS + decals: + 67: 3,-10 + 68: 5,-10 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleW + decals: + 7: 4,-5 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 61439 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 0,1: + 0: 204 + 1,0: + 0: 65535 + 1,1: + 0: 119 + 2,0: + 0: 273 + 0,-3: + 0: 65534 + 0,-4: + 0: 49152 + 1,-4: + 0: 28672 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-3: + 0: 4368 + 2,-2: + 0: 4353 + 2,-1: + 0: 4113 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: IFF + color: '#83FF55FF' + - type: Joint + joints: + docking3367: !type:WeldJoint + bodyB: 4558 + bodyA: 2 + id: docking3367 + localAnchorB: 5.5,-13 + localAnchorA: 15.5,4 + damping: 1264.9513 + stiffness: 11354.177 + docking3366: !type:WeldJoint + bodyB: 4558 + bodyA: 2 + id: docking3366 + localAnchorB: 3.5,-13 + localAnchorA: 13.5,4 + damping: 1264.9513 + stiffness: 11354.177 +- proto: AdvMopItem + entities: + - uid: 3845 + components: + - type: Transform + pos: -6.582758,22.537668 + parent: 2 +- proto: AirAlarm + entities: + - uid: 164 + components: + - type: Transform + pos: -12.5,12.5 + parent: 2 + - type: DeviceList + devices: + - 449 + - 2594 + - 2432 + - 2001 + - uid: 673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 583 + - 479 + - 576 + - 6 + - 795 + - 601 + - 2156 + - 2172 + - uid: 676 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 2527 + - 650 + - 663 + - 1033 + - 662 + - 2516 + - uid: 683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 1641 + - 2609 + - 2610 + - 2479 + - 2418 + - 2539 + - 2534 + - 1997 + - uid: 1331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,34.5 + parent: 2 + - type: DeviceList + devices: + - 2659 + - 2673 + - 2354 + - 2651 + - 2661 + - 2670 + - 2671 + - 2668 + - 3303 + - 3301 + - uid: 2155 + components: + - type: Transform + pos: -21.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 1608 + - 2094 + - uid: 3304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 2597 + - 2598 + - 2607 + - 2608 + - uid: 3889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,14.5 + parent: 2 + - type: DeviceList + devices: + - 1598 + - 2072 + - 2093 + - 2061 + - 2097 + - 2212 + - uid: 4011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 2102 + - 1609 + - 2091 + - 1607 + - uid: 4056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 1597 + - 1806 + - uid: 4559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-10.5 + parent: 4558 + - type: DeviceList + devices: + - 4706 + - 4572 + - 4704 + - 4678 + - 4676 + - 4677 + - uid: 4560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 4558 + - type: DeviceList + devices: + - 4679 + - 4703 + - 4705 +- proto: AirCanister + entities: + - uid: 4034 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 4085 + - uid: 4561 + components: + - type: Transform + pos: 2.5,1.5 + parent: 4558 +- proto: AirlockAtmosphericsLocked + entities: + - uid: 3812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,8.5 + parent: 2 +- proto: AirlockCentralCommandGlassLocked + entities: + - uid: 1278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,10.5 + parent: 2 + - uid: 1723 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + pos: 15.5,1.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-0.5 + parent: 2 + - uid: 1726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,11.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,9.5 + parent: 2 + - uid: 3766 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 4558 + - uid: 4563 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 4558 + - uid: 4564 + components: + - type: Transform + pos: 4.5,1.5 + parent: 4558 + - uid: 4565 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 4558 +- proto: AirlockCentralCommandLocked + entities: + - uid: 1775 + components: + - type: Transform + pos: -10.5,8.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 4085 + - uid: 4088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 4085 + - uid: 4566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-10.5 + parent: 4558 + - uid: 4567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 4558 + - uid: 4568 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 4558 + - uid: 4569 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 4558 +- proto: AirlockChemistryGlass + entities: + - uid: 716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-0.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 3814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,18.5 + parent: 2 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 1528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,3.5 + parent: 2 + - type: Door + changeAirtight: False + - type: Docking + dockJointId: docking3366 + dockedWith: 4570 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True + - uid: 1719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,3.5 + parent: 2 + - type: Door + changeAirtight: False + - type: Docking + dockJointId: docking3367 + dockedWith: 4571 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True + - uid: 1720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 2 + - type: Door + changeAirtight: False + - type: Docking + dockJointId: docking19630 + dockedWith: 4090 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True + - uid: 1721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 2 + - type: Door + changeAirtight: False + - type: Docking + dockJointId: docking19631 + dockedWith: 4091 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True +- proto: AirlockExternalShuttleLocked + entities: + - uid: 4570 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 4558 + - type: Docking + dockJointId: docking3366 + dockedWith: 1528 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True + - type: Door + changeAirtight: False + - uid: 4571 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 4558 + - type: Docking + dockJointId: docking3367 + dockedWith: 1719 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True + - type: Door + changeAirtight: False +- proto: AirlockGlassShuttle + entities: + - uid: 4089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 4085 + - uid: 4090 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 4085 + - type: Door + changeAirtight: False + - type: Docking + dockJointId: docking19630 + dockedWith: 1720 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True + - uid: 4091 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 4085 + - type: Door + changeAirtight: False + - type: Docking + dockJointId: docking19631 + dockedWith: 1721 + - type: DeviceLinkSource + lastSignals: + DoorStatus: False + DockStatus: True + - uid: 4092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 4085 + - uid: 4093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 4085 + - uid: 4094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 4085 +- proto: AirlockMaintGlassLocked + entities: + - uid: 4095 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 4085 + - uid: 4096 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 4085 +- proto: AirlockMedicalGlass + entities: + - uid: 800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 4097 + components: + - type: Transform + pos: -2.5,2.5 + parent: 4085 + - uid: 4098 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 4085 +- proto: AirlockMedicalLocked + entities: + - uid: 802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-3.5 + parent: 2 + - uid: 803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-0.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 4099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 4085 +- proto: AirlockShuttle + entities: + - uid: 706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,11.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,9.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 4572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 4558 +- proto: AlwaysPoweredLightSodium + entities: + - uid: 3819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,5.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,5.5 + parent: 2 +- proto: APCBasic + entities: + - uid: 4100 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 4085 + - uid: 4101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 4085 + - uid: 4573 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 4558 + - uid: 4574 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 4558 +- proto: APCHighCapacity + entities: + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-1.5 + parent: 2 + - uid: 801 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 + - uid: 1676 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 2692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,18.5 + parent: 2 + - uid: 2694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,34.5 + parent: 2 + - uid: 2695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,23.5 + parent: 2 + - uid: 2752 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - uid: 3336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,3.5 + parent: 2 + - uid: 3337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,2.5 + parent: 2 + - uid: 3338 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 3339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,22.5 + parent: 2 + - uid: 3404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,13.5 + parent: 2 + - uid: 3927 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 +- proto: APCHyperCapacity + entities: + - uid: 786 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,5.5 + parent: 2 +- proto: Ashtray + entities: + - uid: 3013 + components: + - type: Transform + pos: -2.2500615,33.438416 + parent: 2 + - uid: 3264 + components: + - type: Transform + pos: -15.337849,20.849472 + parent: 2 + - uid: 3265 + components: + - type: Transform + pos: -6.3324003,24.686365 + parent: 2 + - uid: 4041 + components: + - type: Transform + pos: -15.405418,-9.380791 + parent: 2 +- proto: AsimovCircuitBoard + entities: + - uid: 3913 + components: + - type: Transform + parent: 3911 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: AtmosDeviceFanDirectional + entities: + - uid: 757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,5.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,9.5 + parent: 2 + - uid: 1747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,3.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,3.5 + parent: 2 + - uid: 1749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 2 + - uid: 1750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,11.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 4085 + - uid: 4103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 4085 + - uid: 4104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 4085 + - uid: 4105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 4085 + - uid: 4106 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 4085 + - uid: 4107 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 4085 +- proto: AtmosDeviceFanTiny + entities: + - uid: 4575 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 4558 + - uid: 4576 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 4558 +- proto: AtmosFixBlockerMarker + entities: + - uid: 3801 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 3604 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 +- proto: AtmosFixOxygenMarker + entities: + - uid: 3556 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 1298 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 +- proto: BalloonNT + entities: + - uid: 3260 + components: + - type: Transform + pos: -9.926032,29.8669 + parent: 2 +- proto: BannerMedical + entities: + - uid: 1991 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 +- proto: BannerNanotrasen + entities: + - uid: 296 + components: + - type: Transform + pos: -13.5,35.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 2548 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 +- proto: BeachBall + entities: + - uid: 2359 + components: + - type: Transform + pos: 2.2306123,10.4781685 + parent: 2 +- proto: Bed + entities: + - uid: 3184 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 +- proto: BedsheetCentcom + entities: + - uid: 3193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,19.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 1629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 +- proto: BenchBlueComfy + entities: + - uid: 1951 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + pos: 8.5,0.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-3.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-3.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-3.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-3.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-3.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: -12.5,11.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 3916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,9.5 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 3919 + components: + - type: Transform + pos: -13.5,11.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,7.5 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 +- proto: BiomassReclaimer + entities: + - uid: 3315 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 167 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 2 + - uid: 239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 2 + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 1286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 1287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 1912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-15.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 3966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-15.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 2 + - uid: 3972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 2 + - uid: 3973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 2 + - uid: 3974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 +- proto: BlastDoorOpen + entities: + - uid: 129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 2 + - uid: 210 + components: + - type: Transform + pos: 13.5,2.5 + parent: 2 + - uid: 1512 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-2.5 + parent: 2 +- proto: BookIanAntarctica + entities: + - uid: 1032 + components: + - type: Transform + parent: 2459 + - type: Physics + canCollide: False +- proto: BookIanArctic + entities: + - uid: 628 + components: + - type: Transform + parent: 2459 + - type: Physics + canCollide: False +- proto: BookIanCity + entities: + - uid: 1765 + components: + - type: Transform + parent: 2681 + - type: Physics + canCollide: False +- proto: BookIanDesert + entities: + - uid: 1379 + components: + - type: Transform + parent: 2537 + - type: Physics + canCollide: False +- proto: BookIanLostWolfPup + entities: + - uid: 2475 + components: + - type: Transform + parent: 2684 + - type: Physics + canCollide: False +- proto: BookIanMountain + entities: + - uid: 1739 + components: + - type: Transform + parent: 2681 + - type: Physics + canCollide: False +- proto: BookIanOcean + entities: + - uid: 2482 + components: + - type: Transform + parent: 2684 + - type: Physics + canCollide: False +- proto: BookIanRanch + entities: + - uid: 1309 + components: + - type: Transform + parent: 2537 + - type: Physics + canCollide: False +- proto: BookJourney + entities: + - uid: 2416 + components: + - type: Transform + parent: 2683 + - type: Physics + canCollide: False +- proto: BookMap + entities: + - uid: 2430 + components: + - type: Transform + parent: 2683 + - type: Physics + canCollide: False +- proto: BookNarsieLegend + entities: + - uid: 2492 + components: + - type: Transform + parent: 2684 + - type: Physics + canCollide: False +- proto: BookSecurity + entities: + - uid: 3021 + components: + - type: Transform + parent: 3020 + - type: Physics + canCollide: False +- proto: BookshelfFilled + entities: + - uid: 2459 + components: + - type: Transform + pos: -4.5,31.5 + parent: 2 + - type: Storage + storedItems: + 628: + position: 0,0 + _rotation: South + 1032: + position: 1,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 628 + - 1032 + - uid: 2537 + components: + - type: Transform + pos: -4.5,32.5 + parent: 2 + - type: Storage + storedItems: + 1309: + position: 0,0 + _rotation: South + 1379: + position: 1,0 + _rotation: South + 1535: + position: 2,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1309 + - 1379 + - 1535 + - uid: 2681 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - type: Storage + storedItems: + 1739: + position: 0,0 + _rotation: South + 1765: + position: 1,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 1739 + - 1765 + - uid: 2683 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - type: Storage + storedItems: + 2416: + position: 0,0 + _rotation: South + 2430: + position: 1,0 + _rotation: South + 2433: + position: 2,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2416 + - 2430 + - 2433 + - uid: 2684 + components: + - type: Transform + pos: -4.5,30.5 + parent: 2 + - type: Storage + storedItems: + 2475: + position: 0,0 + _rotation: South + 2482: + position: 1,0 + _rotation: South + 2492: + position: 2,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 2475 + - 2482 + - 2492 + - uid: 3020 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - type: Storage + storedItems: + 3021: + position: 0,0 + _rotation: South + 3022: + position: 1,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 3021 + - 3022 + - uid: 3154 + components: + - type: Transform + pos: -11.5,22.5 + parent: 2 + - type: Storage + storedItems: + 3308: + position: 0,0 + _rotation: South + 3309: + position: 1,0 + _rotation: South + 3310: + position: 2,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 3308 + - 3309 + - 3310 +- proto: BookSpaceEncyclopedia + entities: + - uid: 1535 + components: + - type: Transform + parent: 2537 + - type: Physics + canCollide: False + - uid: 3309 + components: + - type: Transform + parent: 3154 + - type: Physics + canCollide: False +- proto: BookSpaceLaw + entities: + - uid: 3022 + components: + - type: Transform + parent: 3020 + - type: Physics + canCollide: False + - uid: 3310 + components: + - type: Transform + parent: 3154 + - type: Physics + canCollide: False +- proto: BookStationsAndAgents + entities: + - uid: 2433 + components: + - type: Transform + parent: 2683 + - type: Physics + canCollide: False +- proto: BookTheBookOfControl + entities: + - uid: 3308 + components: + - type: Transform + parent: 3154 + - type: Physics + canCollide: False +- proto: BoozeDispenser + entities: + - uid: 3024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,31.5 + parent: 2 +- proto: BorgCharger + entities: + - uid: 3664 + components: + - type: Transform + pos: -27.5,4.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,0.5 + parent: 4558 +- proto: BoxBeaker + entities: + - uid: 1624 + components: + - type: Transform + pos: -6.684433,1.259139 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: -6.3233223,1.259139 + parent: 2 + - uid: 4108 + components: + - type: Transform + pos: -1.5386267,-4.4736795 + parent: 4085 + - uid: 4579 + components: + - type: Transform + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxBeanbag + entities: + - uid: 435 + components: + - type: Transform + pos: -7.5187693,-7.568968 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: -7.5187693,-7.568968 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: -7.5187693,-7.568968 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: -7.5187693,-7.568968 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 58 + components: + - type: Transform + pos: -16.369877,-4.25652 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: -16.678593,-4.4971347 + parent: 2 + - uid: 1321 + components: + - type: Transform + pos: -16.678593,-4.236718 + parent: 2 + - uid: 2248 + components: + - type: Transform + pos: -16.37803,-4.501132 + parent: 2 + - uid: 4109 + components: + - type: Transform + pos: -3.5073767,6.19032 + parent: 4085 + - uid: 4587 + components: + - type: Transform + pos: 4.4125977,-5.3530293 + parent: 4558 +- proto: BoxEnvelope + entities: + - uid: 2801 + components: + - type: Transform + parent: 2675 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3043 + components: + - type: Transform + parent: 3039 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxFolderBlack + entities: + - uid: 3187 + components: + - type: Transform + pos: -11.324509,20.658401 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 585 + components: + - type: Transform + pos: -17.252771,30.877945 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: -17.299646,27.61232 + parent: 2 +- proto: BoxFolderCentCom + entities: + - uid: 3189 + components: + - type: Transform + pos: -11.574509,20.533401 + parent: 2 +- proto: BoxFolderCentComClipboard + entities: + - uid: 3200 + components: + - type: Transform + pos: -12.043259,19.517776 + parent: 2 +- proto: BoxFolderClipboard + entities: + - uid: 2805 + components: + - type: Transform + parent: 2675 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3042 + components: + - type: Transform + parent: 3039 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxFolderGreen + entities: + - uid: 1567 + components: + - type: Transform + pos: -17.299646,27.409195 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: -17.252771,30.67482 + parent: 2 + - uid: 3223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.606973,33.5795 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 2469 + components: + - type: Transform + pos: -17.39247,30.817598 + parent: 2 + - uid: 2525 + components: + - type: Transform + pos: -17.45497,27.538496 + parent: 2 + - uid: 3222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.747598,33.501373 + parent: 2 +- proto: BoxHandcuff + entities: + - uid: 286 + components: + - type: Transform + pos: 10.372734,-7.2844296 + parent: 2 + - uid: 806 + components: + - type: Transform + pos: 10.366245,-7.569645 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: 10.722932,-7.3020535 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: 10.708071,-7.569645 + parent: 2 + - uid: 4110 + components: + - type: Transform + pos: 4.7247562,4.000573 + parent: 4085 + - uid: 4588 + components: + - type: Transform + pos: 4.919157,-7.335189 + parent: 4558 +- proto: BoxInflatable + entities: + - uid: 2059 + components: + - type: Transform + pos: -19.327845,7.578349 + parent: 2 + - uid: 4042 + components: + - type: Transform + pos: -19.303997,7.745548 + parent: 2 +- proto: BoxLatexGloves + entities: + - uid: 4111 + components: + - type: Transform + pos: -1.3823767,-4.3643045 + parent: 4085 +- proto: BoxLethalshot + entities: + - uid: 443 + components: + - type: Transform + pos: -7.5187693,-7.3905725 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: -7.5187693,-7.3905725 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: -7.5187693,-7.3905725 + parent: 2 + - uid: 1782 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2279 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2294 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2333 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2335 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2336 + components: + - type: Transform + pos: -7.4781933,-14.322588 + parent: 2 + - uid: 2892 + components: + - type: Transform + pos: -7.5187693,-7.3905725 + parent: 2 +- proto: BoxLightbulb + entities: + - uid: 3644 + components: + - type: Transform + pos: -8.076842,19.761404 + parent: 2 + - uid: 3645 + components: + - type: Transform + pos: -8.076842,19.52182 + parent: 2 +- proto: BoxLighttube + entities: + - uid: 3641 + components: + - type: Transform + pos: -8.597675,19.750986 + parent: 2 + - uid: 3643 + components: + - type: Transform + pos: -8.597675,19.511404 + parent: 2 +- proto: BoxMagazinePistolSubMachineGun + entities: + - uid: 719 + components: + - type: Transform + pos: -8.306723,-11.390632 + parent: 2 + - uid: 1870 + components: + - type: Transform + pos: -8.693134,-11.643357 + parent: 2 + - uid: 2378 + components: + - type: Transform + pos: -8.291861,-11.658223 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: -8.291861,-11.658223 + parent: 2 + - uid: 2380 + components: + - type: Transform + pos: -8.678272,-11.390632 + parent: 2 + - uid: 3130 + components: + - type: Transform + pos: -8.693134,-11.643357 + parent: 2 + - uid: 3134 + components: + - type: Transform + pos: -8.306723,-11.390632 + parent: 2 + - uid: 3135 + components: + - type: Transform + pos: -8.678272,-11.390632 + parent: 2 +- proto: BoxMagazineRifle + entities: + - uid: 139 + components: + - type: Transform + pos: -8.741344,-18.6481 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: -4.2979317,-7.578787 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: -4.2979317,-7.37066 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: -4.2979317,-7.578787 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: -4.2979317,-7.37066 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: -4.6694813,-7.578787 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: -4.6694813,-7.355794 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: -8.726482,-18.45484 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: -8.741344,-18.6481 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: -8.726482,-18.45484 + parent: 2 + - uid: 1169 + components: + - type: Transform + pos: -8.741344,-18.6481 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: -8.726482,-18.45484 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: -8.741344,-18.6481 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: -4.6694813,-7.578787 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: -4.6694813,-7.355794 + parent: 2 + - uid: 2244 + components: + - type: Transform + pos: -8.726482,-18.45484 + parent: 2 +- proto: BoxMagazineShotgun + entities: + - uid: 1180 + components: + - type: Transform + pos: -4.654414,-14.634779 + parent: 2 + - uid: 1415 + components: + - type: Transform + pos: -4.2680016,-14.263124 + parent: 2 + - uid: 1420 + components: + - type: Transform + pos: -4.654414,-14.634779 + parent: 2 + - uid: 2045 + components: + - type: Transform + pos: -4.654414,-14.634779 + parent: 2 + - uid: 2046 + components: + - type: Transform + pos: -4.2680016,-14.263124 + parent: 2 + - uid: 2309 + components: + - type: Transform + pos: -4.2680016,-14.263124 + parent: 2 + - uid: 2310 + components: + - type: Transform + pos: -4.2680016,-14.263124 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: -4.654414,-14.634779 + parent: 2 +- proto: BoxMagazineShotgunIncendiary + entities: + - uid: 124 + components: + - type: Transform + pos: -4.2680016,-14.634779 + parent: 2 + - uid: 807 + components: + - type: Transform + pos: -4.654414,-14.307722 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: -4.654414,-14.307722 + parent: 2 + - uid: 1464 + components: + - type: Transform + pos: -4.2680016,-14.634779 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: -4.654414,-14.307722 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -4.2680016,-14.634779 + parent: 2 + - uid: 2042 + components: + - type: Transform + pos: -4.2680016,-14.634779 + parent: 2 + - uid: 2044 + components: + - type: Transform + pos: -4.654414,-14.307722 + parent: 2 +- proto: BoxMRE + entities: + - uid: 4589 + components: + - type: Transform + pos: 5.5522118,-7.4237747 + parent: 4558 + - uid: 4590 + components: + - type: Transform + pos: 5.4115868,-7.3735867 + parent: 4558 + - uid: 4591 + components: + - type: Transform + pos: 5.3647118,-7.3579617 + parent: 4558 + - uid: 4592 + components: + - type: Transform + pos: 5.544099,-7.3917465 + parent: 4558 +- proto: BoxNitrileGloves + entities: + - uid: 1734 + components: + - type: Transform + pos: -6.307043,-1.143085 + parent: 2 +- proto: BoxPillCanister + entities: + - uid: 4112 + components: + - type: Transform + pos: -1.6792517,-4.3643045 + parent: 4085 +- proto: BoxShellTranquilizer + entities: + - uid: 104 + components: + - type: Transform + pos: -7.5187693,-7.6878977 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: -7.5187693,-7.6878977 + parent: 2 +- proto: BoxShotgunIncendiary + entities: + - uid: 1182 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 + - uid: 1418 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 + - uid: 1432 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 + - uid: 1443 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 + - uid: 1445 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 + - uid: 2295 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: -7.4781933,-14.634779 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 1757 + components: + - type: Transform + pos: -6.7098207,-1.143085 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 4113 + components: + - type: Transform + pos: -1.4044051,-4.415391 + parent: 4085 + - uid: 4580 + components: + - type: Transform + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxZiptie + entities: + - uid: 361 + components: + - type: Transform + pos: 9.702549,-7.5813046 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: 9.281319,-7.331786 + parent: 2 + - uid: 1185 + components: + - type: Transform + pos: 9.66773,-7.331786 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: 9.296181,-7.5845118 + parent: 2 +- proto: BriefcaseBrownFilled + entities: + - uid: 3066 + components: + - type: Transform + pos: -16.089819,28.535769 + parent: 2 +- proto: ButtonFrameCaution + entities: + - uid: 1667 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 +- proto: ButtonFrameCautionSecurity + entities: + - uid: 1666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-13.5 + parent: 2 +- proto: ButtonFrameExit + entities: + - uid: 3903 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 3929 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 +- proto: ButtonFrameGrey + entities: + - uid: 1200 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 +- proto: ButtonFrameJanitor + entities: + - uid: 1198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-13.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-19.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 117 + components: + - type: Transform + pos: -10.5,14.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: -10.5,16.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: -0.5,10.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -10.5,17.5 + parent: 2 + - uid: 292 + components: + - type: Transform + pos: -10.5,13.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: -13.5,35.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: -12.5,35.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: -6.5,15.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: -14.5,15.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 694 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 699 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 728 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 733 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 2 + - uid: 737 + components: + - type: Transform + pos: -28.5,3.5 + parent: 2 + - uid: 738 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 2 + - uid: 739 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 740 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 741 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: -19.5,3.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 857 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 2 + - uid: 921 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 922 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 2 + - uid: 924 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 2 + - uid: 929 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 943 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 955 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: -12.5,0.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: -12.5,1.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + pos: -9.5,15.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: -11.5,35.5 + parent: 2 + - uid: 1041 + components: + - type: Transform + pos: -10.5,15.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: -11.5,15.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + pos: -12.5,15.5 + parent: 2 + - uid: 1044 + components: + - type: Transform + pos: -13.5,15.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + pos: -8.5,15.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + pos: -7.5,15.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 1051 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 1054 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + pos: -2.5,10.5 + parent: 2 + - uid: 1060 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - uid: 1061 + components: + - type: Transform + pos: -5.5,10.5 + parent: 2 + - uid: 1062 + components: + - type: Transform + pos: -3.5,10.5 + parent: 2 + - uid: 1063 + components: + - type: Transform + pos: -6.5,10.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: -7.5,10.5 + parent: 2 + - uid: 1065 + components: + - type: Transform + pos: -8.5,10.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: -9.5,10.5 + parent: 2 + - uid: 1067 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 1068 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + pos: -12.5,10.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 1074 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 1076 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 1095 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 1100 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 1102 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 1103 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 1106 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 1107 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 1109 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 1110 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 1118 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 1123 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 1129 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 1136 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 1137 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 1138 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 1139 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 1141 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 2 + - uid: 1143 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 1147 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 2 + - uid: 1148 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 1149 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 1150 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + pos: -19.5,2.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 1255 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 1256 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - uid: 1758 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: -19.5,6.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + pos: -19.5,5.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 2513 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 + - uid: 2753 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 2755 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + pos: -1.5,20.5 + parent: 2 + - uid: 2760 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - uid: 2761 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 2762 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - uid: 2763 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + pos: -0.5,16.5 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: -1.5,26.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -3.5,34.5 + parent: 2 + - uid: 2781 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: -0.5,26.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: 0.5,26.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: -1.5,34.5 + parent: 2 + - uid: 2785 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -1.5,33.5 + parent: 2 + - uid: 2787 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 2789 + components: + - type: Transform + pos: -1.5,29.5 + parent: 2 + - uid: 2790 + components: + - type: Transform + pos: -1.5,32.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + pos: -0.5,34.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: -0.5,31.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + pos: 0.5,31.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: -14.5,18.5 + parent: 2 + - uid: 2797 + components: + - type: Transform + pos: -14.5,19.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + pos: -14.5,21.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + pos: -14.5,22.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + pos: -14.5,20.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + pos: -12.5,21.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + pos: -12.5,22.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + pos: -10.5,23.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + pos: -11.5,25.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + pos: -13.5,25.5 + parent: 2 + - uid: 2811 + components: + - type: Transform + pos: -12.5,25.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + pos: -14.5,25.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: -7.5,25.5 + parent: 2 + - uid: 2815 + components: + - type: Transform + pos: -6.5,25.5 + parent: 2 + - uid: 2816 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 2817 + components: + - type: Transform + pos: -5.5,25.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: -4.5,25.5 + parent: 2 + - uid: 2819 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: -10.5,27.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 2822 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 2823 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 2824 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 + - uid: 2825 + components: + - type: Transform + pos: -11.5,29.5 + parent: 2 + - uid: 2826 + components: + - type: Transform + pos: -13.5,29.5 + parent: 2 + - uid: 2827 + components: + - type: Transform + pos: -14.5,29.5 + parent: 2 + - uid: 2828 + components: + - type: Transform + pos: -12.5,29.5 + parent: 2 + - uid: 2829 + components: + - type: Transform + pos: -15.5,29.5 + parent: 2 + - uid: 2830 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - uid: 2831 + components: + - type: Transform + pos: -17.5,29.5 + parent: 2 + - uid: 2832 + components: + - type: Transform + pos: -16.5,28.5 + parent: 2 + - uid: 2833 + components: + - type: Transform + pos: -16.5,27.5 + parent: 2 + - uid: 2834 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 2835 + components: + - type: Transform + pos: -9.5,29.5 + parent: 2 + - uid: 2836 + components: + - type: Transform + pos: -7.5,29.5 + parent: 2 + - uid: 2837 + components: + - type: Transform + pos: -8.5,29.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: -6.5,29.5 + parent: 2 + - uid: 2839 + components: + - type: Transform + pos: -5.5,29.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 + - uid: 2842 + components: + - type: Transform + pos: -8.5,35.5 + parent: 2 + - uid: 2843 + components: + - type: Transform + pos: -6.5,35.5 + parent: 2 + - uid: 2844 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 + - uid: 2845 + components: + - type: Transform + pos: -7.5,35.5 + parent: 2 + - uid: 2846 + components: + - type: Transform + pos: -11.5,32.5 + parent: 2 + - uid: 2847 + components: + - type: Transform + pos: -12.5,32.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + pos: -13.5,32.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + pos: -14.5,32.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + pos: -9.5,32.5 + parent: 2 + - uid: 2851 + components: + - type: Transform + pos: -7.5,32.5 + parent: 2 + - uid: 2852 + components: + - type: Transform + pos: -6.5,32.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + pos: -5.5,32.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: -8.5,32.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + pos: -4.5,32.5 + parent: 2 + - uid: 3165 + components: + - type: Transform + pos: -9.5,36.5 + parent: 2 + - uid: 3166 + components: + - type: Transform + pos: -9.5,37.5 + parent: 2 + - uid: 3167 + components: + - type: Transform + pos: -0.5,19.5 + parent: 2 + - uid: 3168 + components: + - type: Transform + pos: 0.5,19.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + pos: -16.5,31.5 + parent: 2 + - uid: 3170 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + pos: -18.5,31.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + pos: -15.5,20.5 + parent: 2 + - uid: 3173 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 3174 + components: + - type: Transform + pos: -12.5,19.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + pos: -11.5,20.5 + parent: 2 + - uid: 3313 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - uid: 3379 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 + - uid: 3380 + components: + - type: Transform + pos: -28.5,5.5 + parent: 2 + - uid: 3381 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - uid: 3382 + components: + - type: Transform + pos: -28.5,6.5 + parent: 2 + - uid: 3383 + components: + - type: Transform + pos: -28.5,7.5 + parent: 2 + - uid: 3384 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - uid: 3387 + components: + - type: Transform + pos: -29.5,5.5 + parent: 2 + - uid: 3388 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 3389 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 3390 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - uid: 3391 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 3392 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 3393 + components: + - type: Transform + pos: -36.5,5.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + pos: -35.5,5.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 3397 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 3398 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 + - uid: 3399 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: -31.5,3.5 + parent: 2 + - uid: 3402 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 3403 + components: + - type: Transform + pos: -31.5,7.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 3408 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + pos: -18.5,12.5 + parent: 2 + - uid: 3411 + components: + - type: Transform + pos: -18.5,11.5 + parent: 2 + - uid: 3412 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 3413 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 3414 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 3415 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 3416 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 3419 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: -22.5,10.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 3424 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + pos: -29.5,10.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: -30.5,10.5 + parent: 2 + - uid: 3427 + components: + - type: Transform + pos: -31.5,10.5 + parent: 2 + - uid: 3428 + components: + - type: Transform + pos: -32.5,10.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: -33.5,10.5 + parent: 2 + - uid: 3430 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 + - uid: 3431 + components: + - type: Transform + pos: -35.5,10.5 + parent: 2 + - uid: 3432 + components: + - type: Transform + pos: -36.5,10.5 + parent: 2 + - uid: 3433 + components: + - type: Transform + pos: -37.5,10.5 + parent: 2 + - uid: 3434 + components: + - type: Transform + pos: -38.5,10.5 + parent: 2 + - uid: 3435 + components: + - type: Transform + pos: -39.5,10.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 3438 + components: + - type: Transform + pos: -18.5,15.5 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 3440 + components: + - type: Transform + pos: -23.5,22.5 + parent: 2 + - uid: 3441 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 3442 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 + - uid: 3444 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 3445 + components: + - type: Transform + pos: -17.5,22.5 + parent: 2 + - uid: 3446 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 3447 + components: + - type: Transform + pos: -21.5,21.5 + parent: 2 + - uid: 3449 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 3450 + components: + - type: Transform + pos: -18.5,21.5 + parent: 2 + - uid: 3451 + components: + - type: Transform + pos: -18.5,19.5 + parent: 2 + - uid: 3452 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 3453 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 3454 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 3455 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 3456 + components: + - type: Transform + pos: -23.5,15.5 + parent: 2 + - uid: 3457 + components: + - type: Transform + pos: -22.5,15.5 + parent: 2 + - uid: 3458 + components: + - type: Transform + pos: -25.5,15.5 + parent: 2 + - uid: 3459 + components: + - type: Transform + pos: -26.5,15.5 + parent: 2 + - uid: 3460 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - uid: 3461 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 3462 + components: + - type: Transform + pos: -22.5,17.5 + parent: 2 + - uid: 3463 + components: + - type: Transform + pos: -26.5,17.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + pos: -21.5,6.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + pos: -23.5,6.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + pos: -22.5,6.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + pos: -17.5,6.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + pos: -21.5,15.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + pos: -27.5,15.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 3500 + components: + - type: Transform + pos: -20.5,3.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + pos: -23.5,3.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + pos: -21.5,3.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 + - uid: 3907 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 3946 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + pos: -32.5,3.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + pos: -32.5,2.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + pos: -37.5,5.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + pos: -28.5,15.5 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 4072 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - uid: 4073 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 4074 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 4075 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 4078 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 4079 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 4080 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 4081 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 4085 + - uid: 4115 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 4085 + - uid: 4116 + components: + - type: Transform + pos: 1.5,2.5 + parent: 4085 + - uid: 4117 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 4085 + - uid: 4118 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 4085 + - uid: 4119 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 4085 + - uid: 4120 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 4085 + - uid: 4121 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 4085 + - uid: 4122 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 4085 + - uid: 4123 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 4085 + - uid: 4124 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 4085 + - uid: 4125 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 4085 + - uid: 4126 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 4085 + - uid: 4127 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 4085 + - uid: 4128 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 4085 + - uid: 4129 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 4085 + - uid: 4130 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 4085 + - uid: 4131 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 4085 + - uid: 4132 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 4085 + - uid: 4133 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 4085 + - uid: 4134 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 4085 + - uid: 4135 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 4085 + - uid: 4136 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 4085 + - uid: 4137 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 4085 + - uid: 4138 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 4085 + - uid: 4139 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 4085 + - uid: 4140 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 4085 + - uid: 4141 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 4085 + - uid: 4142 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 4085 + - uid: 4143 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 4085 + - uid: 4144 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 4085 + - uid: 4145 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 4085 + - uid: 4146 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 4085 + - uid: 4147 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 4085 + - uid: 4148 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 4085 + - uid: 4149 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 4085 + - uid: 4150 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 4085 + - uid: 4151 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 4085 + - uid: 4152 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 4085 + - uid: 4153 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 4085 + - uid: 4154 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 4085 + - uid: 4155 + components: + - type: Transform + pos: 0.5,6.5 + parent: 4085 + - uid: 4156 + components: + - type: Transform + pos: 0.5,7.5 + parent: 4085 + - uid: 4157 + components: + - type: Transform + pos: 0.5,5.5 + parent: 4085 + - uid: 4158 + components: + - type: Transform + pos: 0.5,3.5 + parent: 4085 + - uid: 4159 + components: + - type: Transform + pos: 0.5,2.5 + parent: 4085 + - uid: 4160 + components: + - type: Transform + pos: 0.5,1.5 + parent: 4085 + - uid: 4161 + components: + - type: Transform + pos: 0.5,0.5 + parent: 4085 + - uid: 4162 + components: + - type: Transform + pos: 0.5,4.5 + parent: 4085 + - uid: 4163 + components: + - type: Transform + pos: 1.5,0.5 + parent: 4085 + - uid: 4164 + components: + - type: Transform + pos: 2.5,0.5 + parent: 4085 + - uid: 4165 + components: + - type: Transform + pos: 4.5,0.5 + parent: 4085 + - uid: 4166 + components: + - type: Transform + pos: 3.5,0.5 + parent: 4085 + - uid: 4167 + components: + - type: Transform + pos: -0.5,0.5 + parent: 4085 + - uid: 4168 + components: + - type: Transform + pos: -1.5,0.5 + parent: 4085 + - uid: 4169 + components: + - type: Transform + pos: -2.5,0.5 + parent: 4085 + - uid: 4170 + components: + - type: Transform + pos: -3.5,0.5 + parent: 4085 + - uid: 4171 + components: + - type: Transform + pos: -2.5,1.5 + parent: 4085 + - uid: 4172 + components: + - type: Transform + pos: -2.5,2.5 + parent: 4085 + - uid: 4173 + components: + - type: Transform + pos: -2.5,3.5 + parent: 4085 + - uid: 4174 + components: + - type: Transform + pos: -2.5,5.5 + parent: 4085 + - uid: 4175 + components: + - type: Transform + pos: -2.5,6.5 + parent: 4085 + - uid: 4176 + components: + - type: Transform + pos: -2.5,4.5 + parent: 4085 + - uid: 4177 + components: + - type: Transform + pos: 3.5,1.5 + parent: 4085 + - uid: 4178 + components: + - type: Transform + pos: 3.5,2.5 + parent: 4085 + - uid: 4179 + components: + - type: Transform + pos: 3.5,3.5 + parent: 4085 + - uid: 4180 + components: + - type: Transform + pos: 3.5,4.5 + parent: 4085 + - uid: 4181 + components: + - type: Transform + pos: 3.5,5.5 + parent: 4085 + - uid: 4182 + components: + - type: Transform + pos: 3.5,6.5 + parent: 4085 + - uid: 4183 + components: + - type: Transform + pos: 4.5,6.5 + parent: 4085 + - uid: 4184 + components: + - type: Transform + pos: -3.5,6.5 + parent: 4085 + - uid: 4185 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 4085 + - uid: 4517 + components: + - type: Transform + pos: -5.5,20.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: -5.5,19.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + pos: -5.5,21.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + pos: -6.5,21.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + pos: -7.5,21.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + pos: -9.5,21.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + pos: -8.5,20.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + pos: -8.5,19.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: -4.5,21.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 4539 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 4540 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 4541 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: -15.5,-9.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 4593 + components: + - type: Transform + pos: 4.5,4.5 + parent: 4558 + - uid: 4594 + components: + - type: Transform + pos: 4.5,3.5 + parent: 4558 + - uid: 4595 + components: + - type: Transform + pos: 4.5,2.5 + parent: 4558 + - uid: 4596 + components: + - type: Transform + pos: 4.5,1.5 + parent: 4558 + - uid: 4597 + components: + - type: Transform + pos: 4.5,0.5 + parent: 4558 + - uid: 4598 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 4558 + - uid: 4599 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 4558 + - uid: 4600 + components: + - type: Transform + pos: 4.5,5.5 + parent: 4558 + - uid: 4601 + components: + - type: Transform + pos: 5.5,5.5 + parent: 4558 + - uid: 4602 + components: + - type: Transform + pos: 3.5,5.5 + parent: 4558 + - uid: 4603 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 4558 + - uid: 4604 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 4558 + - uid: 4605 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 4558 + - uid: 4606 + components: + - type: Transform + pos: 6.5,0.5 + parent: 4558 + - uid: 4607 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 4558 + - uid: 4608 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 4558 + - uid: 4609 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 4558 + - uid: 4610 + components: + - type: Transform + pos: 2.5,0.5 + parent: 4558 + - uid: 4611 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 4558 + - uid: 4612 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 4558 + - uid: 4613 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 4558 + - uid: 4614 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 4558 + - uid: 4615 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 4558 + - uid: 4616 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 4558 + - uid: 4617 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 4558 + - uid: 4618 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 4558 + - uid: 4619 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 4558 + - uid: 4620 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 4558 + - uid: 4621 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 4558 + - uid: 4622 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 4558 + - uid: 4623 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 4558 + - uid: 4624 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 4558 + - uid: 4625 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 4558 + - uid: 4626 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 4558 + - uid: 4627 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 4558 + - uid: 4628 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 4558 + - uid: 4629 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 4558 + - uid: 4630 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 4558 + - uid: 4631 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 4558 + - uid: 4632 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 4558 +- proto: CableHV + entities: + - uid: 105 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 709 + components: + - type: Transform + pos: -27.5,7.5 + parent: 2 + - uid: 773 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: -36.5,5.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: -35.5,7.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 896 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 900 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 902 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 903 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: -2.5,10.5 + parent: 2 + - uid: 906 + components: + - type: Transform + pos: -3.5,10.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: -5.5,10.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: -6.5,10.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: -7.5,10.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: -8.5,10.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: -9.5,10.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: -12.5,10.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 916 + components: + - type: Transform + pos: -14.5,10.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 1156 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 1157 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 1168 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + pos: -22.5,10.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: -35.5,5.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 1317 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: -35.5,3.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: -28.5,5.5 + parent: 2 + - uid: 2130 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: -29.5,5.5 + parent: 2 + - uid: 2489 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 2494 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 2502 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - uid: 2561 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 3367 + components: + - type: Transform + pos: -24.5,11.5 + parent: 2 + - uid: 3368 + components: + - type: Transform + pos: -24.5,12.5 + parent: 2 + - uid: 3369 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 3370 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 3371 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 3436 + components: + - type: Transform + pos: -29.5,7.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + pos: -29.5,6.5 + parent: 2 + - uid: 3464 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - uid: 3465 + components: + - type: Transform + pos: -29.5,10.5 + parent: 2 + - uid: 3466 + components: + - type: Transform + pos: -31.5,10.5 + parent: 2 + - uid: 3467 + components: + - type: Transform + pos: -32.5,10.5 + parent: 2 + - uid: 3468 + components: + - type: Transform + pos: -30.5,10.5 + parent: 2 + - uid: 3469 + components: + - type: Transform + pos: -32.5,11.5 + parent: 2 + - uid: 3470 + components: + - type: Transform + pos: -32.5,12.5 + parent: 2 + - uid: 3471 + components: + - type: Transform + pos: -33.5,12.5 + parent: 2 + - uid: 3472 + components: + - type: Transform + pos: -35.5,12.5 + parent: 2 + - uid: 3473 + components: + - type: Transform + pos: -34.5,12.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 + - uid: 4186 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 4085 + - uid: 4187 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 4085 + - uid: 4188 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 4085 + - uid: 4189 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 4085 + - uid: 4190 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 4085 + - uid: 4191 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 4085 + - uid: 4192 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 4085 + - uid: 4193 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 4085 + - uid: 4194 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 4085 + - uid: 4195 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 4085 + - uid: 4196 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 4085 + - uid: 4197 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 4085 + - uid: 4198 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 4085 + - uid: 4199 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 4085 + - uid: 4200 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 4085 + - uid: 4201 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 4085 + - uid: 4202 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 4085 + - uid: 4203 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 4085 + - uid: 4204 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 4085 + - uid: 4633 + components: + - type: Transform + pos: 7.5,1.5 + parent: 4558 + - uid: 4634 + components: + - type: Transform + pos: 6.5,1.5 + parent: 4558 + - uid: 4635 + components: + - type: Transform + pos: 6.5,0.5 + parent: 4558 + - uid: 4636 + components: + - type: Transform + pos: 7.5,0.5 + parent: 4558 + - uid: 4637 + components: + - type: Transform + pos: 3.5,0.5 + parent: 4558 + - uid: 4638 + components: + - type: Transform + pos: 4.5,0.5 + parent: 4558 + - uid: 4639 + components: + - type: Transform + pos: 5.5,0.5 + parent: 4558 + - uid: 4640 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 4558 +- proto: CableMV + entities: + - uid: 107 + components: + - type: Transform + pos: -10.5,16.5 + parent: 2 + - uid: 114 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: -10.5,17.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: -10.5,12.5 + parent: 2 + - uid: 290 + components: + - type: Transform + pos: -10.5,11.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: -10.5,14.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: -10.5,13.5 + parent: 2 + - uid: 797 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: -14.5,10.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: -12.5,10.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: -9.5,10.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: -8.5,10.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: -7.5,10.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: -6.5,10.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: -5.5,10.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: -3.5,10.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: -2.5,10.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 836 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 850 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 852 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 863 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 867 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 872 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 877 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 878 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 2 + - uid: 885 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: -9.5,15.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - uid: 1581 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: -10.5,15.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 2696 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 2697 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 2698 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + pos: -1.5,14.5 + parent: 2 + - uid: 2700 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 2704 + components: + - type: Transform + pos: -1.5,20.5 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - uid: 2706 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 2709 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 2719 + components: + - type: Transform + pos: -1.5,26.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: -1.5,28.5 + parent: 2 + - uid: 2721 + components: + - type: Transform + pos: -1.5,29.5 + parent: 2 + - uid: 2722 + components: + - type: Transform + pos: -1.5,27.5 + parent: 2 + - uid: 2723 + components: + - type: Transform + pos: -1.5,31.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + pos: -1.5,30.5 + parent: 2 + - uid: 2725 + components: + - type: Transform + pos: -1.5,32.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -1.5,33.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: -1.5,34.5 + parent: 2 + - uid: 2728 + components: + - type: Transform + pos: -2.5,34.5 + parent: 2 + - uid: 2729 + components: + - type: Transform + pos: -3.5,34.5 + parent: 2 + - uid: 2730 + components: + - type: Transform + pos: -2.5,25.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: -4.5,25.5 + parent: 2 + - uid: 2732 + components: + - type: Transform + pos: -5.5,25.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + pos: -6.5,25.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: -7.5,25.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 2737 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: -10.5,23.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + pos: -11.5,25.5 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: -12.5,25.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: -12.5,24.5 + parent: 2 + - uid: 2744 + components: + - type: Transform + pos: -12.5,22.5 + parent: 2 + - uid: 2745 + components: + - type: Transform + pos: -12.5,21.5 + parent: 2 + - uid: 2746 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 + - uid: 2747 + components: + - type: Transform + pos: -12.5,19.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + pos: -12.5,23.5 + parent: 2 + - uid: 2749 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 + - uid: 2750 + components: + - type: Transform + pos: -14.5,19.5 + parent: 2 + - uid: 2751 + components: + - type: Transform + pos: -14.5,18.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 3318 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 3319 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - uid: 3320 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 3321 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 3322 + components: + - type: Transform + pos: -22.5,10.5 + parent: 2 + - uid: 3323 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 3324 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 3325 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 3326 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - uid: 3327 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 3328 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 3329 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 3330 + components: + - type: Transform + pos: -27.5,7.5 + parent: 2 + - uid: 3331 + components: + - type: Transform + pos: -28.5,7.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + pos: -29.5,7.5 + parent: 2 + - uid: 3333 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - uid: 3334 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - uid: 3335 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 + - uid: 3340 + components: + - type: Transform + pos: -19.5,2.5 + parent: 2 + - uid: 3341 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 3342 + components: + - type: Transform + pos: -19.5,3.5 + parent: 2 + - uid: 3343 + components: + - type: Transform + pos: -19.5,5.5 + parent: 2 + - uid: 3344 + components: + - type: Transform + pos: -19.5,6.5 + parent: 2 + - uid: 3345 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 3346 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 3347 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 3348 + components: + - type: Transform + pos: -18.5,9.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + pos: -18.5,11.5 + parent: 2 + - uid: 3350 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 3351 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 3352 + components: + - type: Transform + pos: -18.5,15.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + pos: -18.5,12.5 + parent: 2 + - uid: 3355 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: -18.5,19.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + pos: -18.5,21.5 + parent: 2 + - uid: 3360 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 3361 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 + - uid: 3362 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 3363 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 3364 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 3365 + components: + - type: Transform + pos: -23.5,22.5 + parent: 2 + - uid: 3373 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 3374 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 3375 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 3377 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 3378 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 3405 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 3928 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 3931 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 3933 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - uid: 3934 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 3935 + components: + - type: Transform + pos: -7.5,21.5 + parent: 2 + - uid: 3937 + components: + - type: Transform + pos: -5.5,21.5 + parent: 2 + - uid: 3938 + components: + - type: Transform + pos: -6.5,21.5 + parent: 2 + - uid: 3941 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 3945 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 4085 + - uid: 4206 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 4085 + - uid: 4207 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 4085 + - uid: 4208 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 4085 + - uid: 4209 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 4085 + - uid: 4210 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 4085 + - uid: 4211 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 4085 + - uid: 4212 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 4085 + - uid: 4213 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 4085 + - uid: 4214 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 4085 + - uid: 4215 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 4085 + - uid: 4216 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 4085 + - uid: 4217 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 4085 + - uid: 4218 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 4085 + - uid: 4219 + components: + - type: Transform + pos: 0.5,0.5 + parent: 4085 + - uid: 4220 + components: + - type: Transform + pos: 0.5,1.5 + parent: 4085 + - uid: 4221 + components: + - type: Transform + pos: 0.5,3.5 + parent: 4085 + - uid: 4222 + components: + - type: Transform + pos: 0.5,4.5 + parent: 4085 + - uid: 4223 + components: + - type: Transform + pos: 0.5,2.5 + parent: 4085 + - uid: 4224 + components: + - type: Transform + pos: 0.5,5.5 + parent: 4085 + - uid: 4225 + components: + - type: Transform + pos: 0.5,6.5 + parent: 4085 + - uid: 4226 + components: + - type: Transform + pos: 1.5,2.5 + parent: 4085 + - uid: 4227 + components: + - type: Transform + pos: 0.5,7.5 + parent: 4085 + - uid: 4228 + components: + - type: Transform + pos: -0.5,8.5 + parent: 4085 + - uid: 4229 + components: + - type: Transform + pos: 0.5,8.5 + parent: 4085 + - uid: 4230 + components: + - type: Transform + pos: 1.5,8.5 + parent: 4085 + - uid: 4231 + components: + - type: Transform + pos: -0.5,0.5 + parent: 4085 + - uid: 4232 + components: + - type: Transform + pos: -1.5,0.5 + parent: 4085 + - uid: 4233 + components: + - type: Transform + pos: -2.5,0.5 + parent: 4085 + - uid: 4234 + components: + - type: Transform + pos: -2.5,1.5 + parent: 4085 + - uid: 4235 + components: + - type: Transform + pos: -2.5,2.5 + parent: 4085 + - uid: 4236 + components: + - type: Transform + pos: -2.5,3.5 + parent: 4085 + - uid: 4237 + components: + - type: Transform + pos: -2.5,4.5 + parent: 4085 + - uid: 4238 + components: + - type: Transform + pos: -3.5,4.5 + parent: 4085 + - uid: 4239 + components: + - type: Transform + pos: -4.5,4.5 + parent: 4085 + - uid: 4240 + components: + - type: Transform + pos: -4.5,5.5 + parent: 4085 + - uid: 4241 + components: + - type: Transform + pos: -1.5,8.5 + parent: 4085 + - uid: 4242 + components: + - type: Transform + pos: 2.5,8.5 + parent: 4085 + - uid: 4641 + components: + - type: Transform + pos: 7.5,1.5 + parent: 4558 + - uid: 4642 + components: + - type: Transform + pos: 6.5,1.5 + parent: 4558 + - uid: 4643 + components: + - type: Transform + pos: 6.5,0.5 + parent: 4558 + - uid: 4644 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 4558 + - uid: 4645 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 4558 + - uid: 4646 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 4558 + - uid: 4647 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 4558 + - uid: 4648 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 4558 + - uid: 4649 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 4558 + - uid: 4650 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 4558 + - uid: 4651 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 4558 + - uid: 4652 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 4558 + - uid: 4653 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 4558 + - uid: 4654 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 4558 + - uid: 4655 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 4558 + - uid: 4656 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 4558 +- proto: CableTerminal + entities: + - uid: 4657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,0.5 + parent: 4558 +- proto: CarpetBlack + entities: + - uid: 3046 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + pos: -17.5,30.5 + parent: 2 + - uid: 3048 + components: + - type: Transform + pos: -16.5,27.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: -16.5,26.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + pos: -16.5,31.5 + parent: 2 + - uid: 3052 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 3053 + components: + - type: Transform + pos: -17.5,26.5 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: -17.5,27.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 + - uid: 3224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,35.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,35.5 + parent: 2 + - uid: 3226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,35.5 + parent: 2 + - uid: 3227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,35.5 + parent: 2 + - uid: 3228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,35.5 + parent: 2 + - uid: 3229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,34.5 + parent: 2 + - uid: 3230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,34.5 + parent: 2 + - uid: 3231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,34.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 3049 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 3067 + components: + - type: Transform + pos: -10.5,27.5 + parent: 2 + - uid: 3068 + components: + - type: Transform + pos: -11.5,30.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: -11.5,29.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + pos: -11.5,27.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: -11.5,26.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -9.5,26.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: -7.5,27.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: -7.5,28.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: -7.5,29.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 + - uid: 3084 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + pos: -8.5,29.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + pos: -7.5,26.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: -8.5,28.5 + parent: 2 + - uid: 3089 + components: + - type: Transform + pos: -9.5,30.5 + parent: 2 + - uid: 3090 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + pos: -8.5,31.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + pos: -9.5,31.5 + parent: 2 + - uid: 3205 + components: + - type: Transform + pos: -14.5,21.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + pos: -14.5,20.5 + parent: 2 + - uid: 3207 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: -12.5,21.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: -13.5,21.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 2150 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-3.5 + parent: 2 + - uid: 919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,28.5 + parent: 2 + - uid: 987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,6.5 + parent: 2 + - uid: 990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-3.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,17.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-3.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-4.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + pos: 5.5,39.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + pos: 4.5,37.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + pos: 4.5,39.5 + parent: 2 + - uid: 2900 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 + - uid: 2902 + components: + - type: Transform + pos: -9.5,42.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + pos: -8.5,44.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + pos: 4.5,38.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + pos: 5.5,38.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + pos: 5.5,37.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 2919 + components: + - type: Transform + pos: 7.5,19.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + pos: 7.5,20.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + pos: 5.5,20.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + pos: 6.5,20.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + pos: 6.5,19.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 + - uid: 2954 + components: + - type: Transform + pos: -8.5,42.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + pos: -20.5,38.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: -20.5,37.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + pos: -20.5,36.5 + parent: 2 + - uid: 2963 + components: + - type: Transform + pos: -19.5,37.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: -19.5,36.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: -18.5,38.5 + parent: 2 + - uid: 2966 + components: + - type: Transform + pos: -19.5,38.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + pos: -18.5,37.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + pos: -18.5,36.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + pos: -8.5,43.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + pos: -9.5,43.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: -9.5,44.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + pos: -10.5,42.5 + parent: 2 + - uid: 2973 + components: + - type: Transform + pos: -10.5,43.5 + parent: 2 + - uid: 2974 + components: + - type: Transform + pos: -10.5,44.5 + parent: 2 + - uid: 3113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,17.5 + parent: 2 + - uid: 3114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,16.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,15.5 + parent: 2 + - uid: 3116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,15.5 + parent: 2 + - uid: 3117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,16.5 + parent: 2 + - uid: 3118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,17.5 + parent: 2 + - uid: 3474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,17.5 + parent: 2 + - uid: 3475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,29.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,28.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,27.5 + parent: 2 + - uid: 3480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,18.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,27.5 + parent: 2 + - uid: 3575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,18.5 + parent: 2 + - uid: 3588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,16.5 + parent: 2 + - uid: 3589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,17.5 + parent: 2 + - uid: 3592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,16.5 + parent: 2 + - uid: 3600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,28.5 + parent: 2 + - uid: 3602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,27.5 + parent: 2 + - uid: 3610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,29.5 + parent: 2 + - uid: 3611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-2.5 + parent: 2 + - uid: 3613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,29.5 + parent: 2 + - uid: 3615 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 3616 + components: + - type: Transform + pos: -36.5,5.5 + parent: 2 + - uid: 3617 + components: + - type: Transform + pos: -35.5,7.5 + parent: 2 + - uid: 3618 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 3619 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 + - uid: 3621 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 + - uid: 3622 + components: + - type: Transform + pos: -35.5,3.5 + parent: 2 + - uid: 3623 + components: + - type: Transform + pos: -35.5,5.5 + parent: 2 + - uid: 3624 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 3625 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 3626 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 3627 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - uid: 3628 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 3629 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 3630 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 3631 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 3649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,7.5 + parent: 2 + - uid: 3784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,18.5 + parent: 2 + - uid: 3790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,17.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,16.5 + parent: 2 + - uid: 3792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,16.5 + parent: 2 + - uid: 3793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,17.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,16.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,17.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,17.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,17.5 + parent: 2 + - uid: 3798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,18.5 + parent: 2 + - uid: 3799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,16.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,17.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,16.5 + parent: 2 + - uid: 3848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-4.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-3.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-4.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-2.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-3.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-2.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-4.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-5.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-5.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-4.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-3.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-4.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-5.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-15.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-17.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-15.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-16.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-16.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-17.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-15.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-16.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-17.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-24.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-26.5 + parent: 2 + - uid: 3873 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,28.5 + rot: 1.5707963267948966 rad + pos: -9.5,-25.5 parent: 2 - - uid: 2687 + - uid: 3874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,28.5 + rot: 1.5707963267948966 rad + pos: -8.5,-24.5 parent: 2 -- proto: AirlockCentralCommandLocked - entities: - - uid: 2379 + - uid: 3875 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,21.5 + pos: -8.5,-25.5 parent: 2 - - uid: 2380 + - uid: 3876 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,20.5 + pos: -8.5,-26.5 parent: 2 -- proto: AirlockChemistryGlassLocked - entities: - - uid: 981 + - uid: 3877 components: - type: Transform - pos: -8.5,-0.5 + rot: 1.5707963267948966 rad + pos: -7.5,-24.5 parent: 2 -- proto: AirlockExternalGlassShuttleLocked - entities: - - uid: 1528 + - uid: 3878 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,3.5 + rot: 1.5707963267948966 rad + pos: -7.5,-25.5 parent: 2 - - uid: 1719 + - uid: 3879 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,3.5 + rot: 1.5707963267948966 rad + pos: -7.5,-26.5 parent: 2 - - uid: 1720 + - uid: 3880 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-0.5 + pos: 8.5,-24.5 parent: 2 - - uid: 1721 + - uid: 3881 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,-2.5 + pos: 8.5,-25.5 parent: 2 -- proto: AirlockMedicalGlass - entities: - - uid: 799 + - uid: 3882 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 + rot: 1.5707963267948966 rad + pos: 9.5,-24.5 parent: 2 - - uid: 800 + - uid: 3883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 + rot: 1.5707963267948966 rad + pos: 8.5,-26.5 parent: 2 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 784 + - uid: 3884 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-2.5 + rot: 1.5707963267948966 rad + pos: 9.5,-25.5 parent: 2 - - uid: 785 + - uid: 3885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-1.5 + rot: 1.5707963267948966 rad + pos: 10.5,-24.5 parent: 2 -- proto: AirlockMedicalLocked - entities: - - uid: 802 + - uid: 3886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-3.5 + rot: 1.5707963267948966 rad + pos: 10.5,-25.5 parent: 2 - - uid: 803 + - uid: 3887 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-0.5 + rot: 1.5707963267948966 rad + pos: 9.5,-26.5 parent: 2 -- proto: APCHighCapacity - entities: - - uid: 647 + - uid: 3888 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,7.5 + pos: 10.5,-26.5 parent: 2 - - uid: 793 + - uid: 4019 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-1.5 + rot: -1.5707963267948966 rad + pos: -17.5,6.5 parent: 2 - - uid: 795 + - uid: 4020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,7.5 + rot: -1.5707963267948966 rad + pos: -17.5,5.5 parent: 2 - - uid: 801 + - uid: 4021 components: - type: Transform - pos: 12.5,1.5 + rot: -1.5707963267948966 rad + pos: -18.5,6.5 parent: 2 - - uid: 859 + - uid: 4022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,4.5 + rot: -1.5707963267948966 rad + pos: -18.5,5.5 parent: 2 - - uid: 1676 + - uid: 4023 components: - type: Transform - pos: -10.5,18.5 + rot: -1.5707963267948966 rad + pos: -17.5,4.5 parent: 2 - - uid: 1993 + - uid: 4024 components: - type: Transform - pos: -3.5,14.5 + rot: -1.5707963267948966 rad + pos: -18.5,4.5 parent: 2 - - uid: 2692 + - uid: 4025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,18.5 + rot: -1.5707963267948966 rad + pos: -20.5,5.5 parent: 2 - - uid: 2693 + - uid: 4026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,22.5 + rot: -1.5707963267948966 rad + pos: -20.5,6.5 parent: 2 - - uid: 2694 + - uid: 4027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,34.5 + rot: -1.5707963267948966 rad + pos: -20.5,7.5 parent: 2 - - uid: 2695 + - uid: 4028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,23.5 + rot: -1.5707963267948966 rad + pos: -18.5,7.5 parent: 2 - - uid: 2752 + - uid: 4029 components: - type: Transform - pos: 0.5,23.5 + rot: -1.5707963267948966 rad + pos: -21.5,3.5 parent: 2 -- proto: APCHyperCapacity + - uid: 4243 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 4085 + - uid: 4244 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 4085 + - uid: 4245 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 4085 + - uid: 4246 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 4085 + - uid: 4247 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 4085 + - uid: 4248 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 4085 + - uid: 4249 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 4085 + - uid: 4658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 4558 + - uid: 4659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 4558 + - uid: 4660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 4558 + - uid: 4661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-12.5 + parent: 4558 + - uid: 4662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 4558 + - uid: 4663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-12.5 + parent: 4558 +- proto: CentcomComputerComms entities: - - uid: 786 + - uid: 2856 components: - type: Transform - pos: 2.5,-7.5 + pos: -9.5,36.5 parent: 2 -- proto: Ashtray + - uid: 4664 + components: + - type: Transform + pos: 3.5,4.5 + parent: 4558 +- proto: Chair entities: - - uid: 3013 + - uid: 3774 components: - type: Transform - pos: -2.2500615,33.438416 + rot: 1.5707963267948966 rad + pos: -19.5,15.5 parent: 2 - - uid: 3264 + - uid: 3777 components: - type: Transform - pos: -15.337849,20.849472 + rot: 1.5707963267948966 rad + pos: -19.5,13.5 parent: 2 - - uid: 3265 + - uid: 4250 components: - type: Transform - pos: -6.3324003,24.686365 - parent: 2 -- proto: AtmosDeviceFanDirectional - entities: - - uid: 1747 + pos: 2.5,-2.5 + parent: 4085 + - uid: 4251 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 4085 + - uid: 4252 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.5,3.5 - parent: 2 - - uid: 1748 + pos: 3.5,-4.5 + parent: 4085 + - uid: 4253 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,3.5 - parent: 2 - - uid: 1749 + pos: 2.5,-4.5 + parent: 4085 +- proto: ChairFolding + entities: + - uid: 3743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-0.5 + rot: 3.141592653589793 rad + pos: -21.376165,20.497946 parent: 2 - - uid: 1750 + - uid: 3744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-2.5 + rot: 3.141592653589793 rad + pos: -20.64179,20.51357 parent: 2 -- proto: Autolathe +- proto: ChairOfficeDark entities: - - uid: 1462 + - uid: 3185 components: - type: Transform - pos: -8.5,4.5 + rot: 1.5707963267948966 rad + pos: -12.371384,20.470901 parent: 2 -- proto: BalloonNT - entities: - - uid: 3260 + - uid: 4008 components: - type: Transform - pos: -9.926032,29.8669 + pos: -14.5,-8.5 parent: 2 -- proto: BannerMedical +- proto: ChairOfficeGrey entities: - - uid: 1991 + - uid: 2422 components: - type: Transform - pos: -4.5,-4.5 + rot: -1.5707963267948966 rad + pos: -7.5,29.5 parent: 2 -- proto: BannerNanotrasen - entities: - - uid: 296 + - uid: 2487 components: - type: Transform - pos: -13.5,35.5 + rot: -1.5707963267948966 rad + pos: -7.5,26.5 parent: 2 - - uid: 1999 + - uid: 2510 components: - type: Transform - pos: 5.5,-4.5 + rot: 1.5707963267948966 rad + pos: -11.5,26.5 parent: 2 - - uid: 2017 + - uid: 2512 components: - type: Transform - pos: -4.5,3.5 + rot: 1.5707963267948966 rad + pos: -11.5,28.5 parent: 2 - - uid: 2548 + - uid: 2515 components: - type: Transform - pos: -5.5,35.5 + rot: 3.141592653589793 rad + pos: -9.5,25.5 parent: 2 -- proto: BaseComputer - entities: - - uid: 1375 + - uid: 2569 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,11.5 + pos: -11.5,29.5 parent: 2 -- proto: BeachBall - entities: - - uid: 2359 + - uid: 2570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,28.5 + parent: 2 + - uid: 2599 components: - type: Transform - pos: 2.2306123,10.4781685 + pos: -9.5,31.5 parent: 2 -- proto: Bed - entities: - - uid: 3184 + - uid: 2688 components: - type: Transform - pos: -15.5,19.5 + rot: 1.5707963267948966 rad + pos: -11.5,27.5 parent: 2 -- proto: BedsheetCentcom - entities: - - uid: 3193 + - uid: 2689 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,19.5 + rot: -1.5707963267948966 rad + pos: -7.5,27.5 parent: 2 -- proto: BedsheetMedical - entities: - - uid: 791 + - uid: 2690 components: - type: Transform - pos: -6.5,-3.5 + rot: -1.5707963267948966 rad + pos: -7.5,30.5 parent: 2 -- proto: BenchBlueComfy - entities: - - uid: 1951 + - uid: 2691 components: - type: Transform - pos: 10.5,0.5 + rot: 1.5707963267948966 rad + pos: -11.5,30.5 parent: 2 - - uid: 1952 + - uid: 3033 components: - type: Transform - pos: 8.5,0.5 + rot: 3.141592653589793 rad + pos: -16.5,30.5 parent: 2 - - uid: 1953 + - uid: 3034 components: - type: Transform - pos: 9.5,0.5 + pos: -16.5,27.5 parent: 2 - - uid: 1954 + - uid: 3217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-3.5 + pos: -9.506634,34.55191 parent: 2 - - uid: 1955 + - uid: 3219 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-3.5 + pos: -8.537884,35.86441 parent: 2 - - uid: 1956 + - uid: 3220 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-3.5 + pos: -10.475384,35.86441 parent: 2 - - uid: 1957 + - uid: 3221 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.5,-3.5 + pos: -9.475384,35.848785 parent: 2 - - uid: 1958 +- proto: ChairOfficeLight + entities: + - uid: 688 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,-3.5 + pos: -11.473879,-1.8922596 parent: 2 - - uid: 1959 + - uid: 792 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-3.5 + rot: 1.5707963267948966 rad + pos: -7.4889565,1.5909123 parent: 2 -- proto: BiomassReclaimer - entities: - - uid: 698 + - uid: 4254 components: - type: Transform - pos: -15.5,1.5 - parent: 2 -- proto: BlastDoor + rot: -1.5707963267948966 rad + pos: -1.6279421,-3.351365 + parent: 4085 +- proto: ChairPilotSeat entities: - - uid: 1193 + - uid: 4255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-12.5 - parent: 2 - - uid: 1265 + pos: 1.5,-6.5 + parent: 4085 + - uid: 4256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-12.5 - parent: 2 - - uid: 1266 + pos: 2.5,-6.5 + parent: 4085 + - uid: 4257 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-12.5 - parent: 2 - - uid: 1273 + pos: -1.5,-6.5 + parent: 4085 + - uid: 4258 components: - type: Transform - pos: -0.5,-7.5 - parent: 2 - - uid: 1274 + pos: -0.5,-6.5 + parent: 4085 + - uid: 4259 components: - type: Transform - pos: 1.5,-7.5 - parent: 2 - - uid: 1275 + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 4085 + - uid: 4260 components: - type: Transform - pos: 0.5,-7.5 - parent: 2 - - uid: 1281 + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 4085 + - uid: 4261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-8.5 - parent: 2 - - uid: 1282 + rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 4085 + - uid: 4262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-10.5 - parent: 2 - - uid: 1283 + rot: 3.141592653589793 rad + pos: -1.5,-9.5 + parent: 4085 + - uid: 4263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-9.5 - parent: 2 - - uid: 1285 + rot: 3.141592653589793 rad + pos: -0.5,-8.5 + parent: 4085 + - uid: 4264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-8.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 1286 + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 4085 + - uid: 4265 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-10.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 1287 + pos: -0.5,5.5 + parent: 4085 + - uid: 4266 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,-9.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 -- proto: BookIanAntarctica - entities: - - uid: 1032 + pos: -0.5,4.5 + parent: 4085 + - uid: 4267 components: - type: Transform - parent: 2459 - - type: Physics - canCollide: False -- proto: BookIanArctic - entities: - - uid: 628 + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 4085 + - uid: 4268 components: - type: Transform - parent: 2459 - - type: Physics - canCollide: False -- proto: BookIanCity - entities: - - uid: 1765 + rot: -1.5707963267948966 rad + pos: 1.5,5.5 + parent: 4085 + - uid: 4269 components: - type: Transform - parent: 2681 - - type: Physics - canCollide: False -- proto: BookIanDesert - entities: - - uid: 1379 + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 4085 + - uid: 4270 components: - type: Transform - parent: 2537 - - type: Physics - canCollide: False -- proto: BookIanLostWolfPup - entities: - - uid: 2475 + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 4085 + - uid: 4271 components: - type: Transform - parent: 2684 - - type: Physics - canCollide: False -- proto: BookIanMountain - entities: - - uid: 1739 + rot: 3.141592653589793 rad + pos: 0.5,6.5 + parent: 4085 + - uid: 4272 components: - type: Transform - parent: 2681 - - type: Physics - canCollide: False -- proto: BookIanOcean - entities: - - uid: 2482 + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 4085 + - uid: 4273 components: - type: Transform - parent: 2684 - - type: Physics - canCollide: False -- proto: BookIanRanch - entities: - - uid: 1309 + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 4085 + - uid: 4665 components: - type: Transform - parent: 2537 - - type: Physics - canCollide: False -- proto: BookJourney - entities: - - uid: 2416 + rot: 3.141592653589793 rad + pos: 3.5,3.5 + parent: 4558 + - uid: 4666 components: - type: Transform - parent: 2683 - - type: Physics - canCollide: False -- proto: BookMap - entities: - - uid: 2430 + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 4558 + - uid: 4667 components: - type: Transform - parent: 2683 - - type: Physics - canCollide: False -- proto: BookNarsieLegend - entities: - - uid: 2492 + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 4558 + - uid: 4668 components: - type: Transform - parent: 2684 - - type: Physics - canCollide: False -- proto: BookSecurity - entities: - - uid: 3021 + rot: -1.5707963267948966 rad + pos: 7.5,-9.5 + parent: 4558 + - uid: 4669 components: - type: Transform - parent: 3020 - - type: Physics - canCollide: False -- proto: BookshelfFilled - entities: - - uid: 2459 + rot: -1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 4558 + - uid: 4670 components: - type: Transform - pos: -4.5,31.5 - parent: 2 - - type: Storage - storedItems: - 628: - position: 0,0 - _rotation: South - 1032: - position: 1,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 628 - - 1032 - - uid: 2537 + rot: 1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 4558 + - uid: 4671 components: - type: Transform - pos: -4.5,32.5 - parent: 2 - - type: Storage - storedItems: - 1309: - position: 0,0 - _rotation: South - 1379: - position: 1,0 - _rotation: South - 1535: - position: 2,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 1309 - - 1379 - - 1535 - - uid: 2681 + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 4558 +- proto: ChemDispenser + entities: + - uid: 980 components: - type: Transform - pos: -4.5,29.5 + pos: -9.5,2.5 parent: 2 - - type: Storage - storedItems: - 1739: - position: 0,0 - _rotation: South - 1765: - position: 1,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 1739 - - 1765 - - uid: 2683 + - uid: 4274 components: - type: Transform - pos: -4.5,28.5 - parent: 2 - - type: Storage - storedItems: - 2416: - position: 0,0 - _rotation: South - 2430: - position: 1,0 - _rotation: South - 2433: - position: 2,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 2416 - - 2430 - - 2433 - - uid: 2684 + pos: -2.5,-2.5 + parent: 4085 +- proto: ChemistryHotplate + entities: + - uid: 2202 components: - type: Transform - pos: -4.5,30.5 + pos: -7.5,2.5 parent: 2 - - type: Storage - storedItems: - 2475: - position: 0,0 - _rotation: South - 2482: - position: 1,0 - _rotation: South - 2492: - position: 2,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 2475 - - 2482 - - 2492 - - uid: 3020 +- proto: ChemMaster + entities: + - uid: 1151 components: - type: Transform - pos: -2.5,29.5 + pos: -9.5,1.5 parent: 2 - - type: Storage - storedItems: - 3021: - position: 0,0 - _rotation: South - 3022: - position: 1,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 3021 - - 3022 - - uid: 3154 + - uid: 4275 components: - type: Transform - pos: -11.5,22.5 - parent: 2 - - type: Storage - storedItems: - 3308: - position: 0,0 - _rotation: South - 3309: - position: 1,0 - _rotation: South - 3310: - position: 2,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 3308 - - 3309 - - 3310 -- proto: BookSpaceEncyclopedia + pos: -2.5,-3.5 + parent: 4085 +- proto: ChessBoard entities: - - uid: 1535 + - uid: 3267 components: - type: Transform - parent: 2537 - - type: Physics - canCollide: False - - uid: 3309 + pos: -9.824271,26.68821 + parent: 2 +- proto: CigarGold + entities: + - uid: 4038 components: - type: Transform - parent: 3154 - - type: Physics - canCollide: False -- proto: BookSpaceLaw + pos: -14.738544,-8.515614 + parent: 2 +- proto: CigarGoldCase entities: - - uid: 3022 + - uid: 3002 components: - type: Transform - parent: 3020 - - type: Physics - canCollide: False - - uid: 3310 + pos: -2.6499424,33.665367 + parent: 2 +- proto: CigarGoldSpent + entities: + - uid: 4010 components: - type: Transform - parent: 3154 - - type: Physics - canCollide: False -- proto: BookStationsAndAgents + pos: -15.329393,-9.204353 + parent: 2 +- proto: CigPackSyndicate entities: - - uid: 2433 + - uid: 3040 components: - type: Transform - parent: 2683 + parent: 3039 - type: Physics canCollide: False -- proto: BookTheBookOfControl + - type: InsideEntityStorage +- proto: CircuitImprinter entities: - - uid: 3308 + - uid: 4 components: - type: Transform - parent: 3154 - - type: Physics - canCollide: False -- proto: BoozeDispenser + pos: -19.5,23.5 + parent: 2 +- proto: CleanerGrenade entities: - - uid: 3024 + - uid: 753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,31.5 + pos: -10.414783,-10.673358 parent: 2 -- proto: BorgCharger - entities: - - uid: 3135 + - uid: 760 components: - type: Transform - pos: -11.5,7.5 + pos: -10.414783,-10.673358 parent: 2 -- proto: BoxBeaker - entities: - - uid: 1183 + - uid: 1615 components: - type: Transform - pos: -6.2333956,1.9795945 + pos: -10.429645,-10.539562 parent: 2 - - uid: 1184 + - uid: 1621 components: - type: Transform - pos: -6.2333956,1.7295945 + pos: -10.414783,-10.4057665 parent: 2 -- proto: BoxBeanbag - entities: - - uid: 2060 + - uid: 1622 components: - type: Transform - pos: 6.5032725,-7.4209623 + pos: -10.414783,-10.4057665 parent: 2 - - uid: 2061 + - uid: 1672 components: - type: Transform - pos: 6.5032725,-7.4209623 + pos: -10.429645,-10.539562 parent: 2 - - uid: 2075 + - uid: 1674 components: - type: Transform - pos: 6.5032725,-7.4209623 + pos: -10.429645,-10.539562 parent: 2 - - uid: 2076 + - uid: 2714 components: - type: Transform - pos: 6.5032725,-7.4209623 + pos: -10.414783,-10.673358 parent: 2 -- proto: BoxBodyBag +- proto: CloningPod entities: - - uid: 699 + - uid: 1627 components: - type: Transform - pos: -15.292988,-4.3156514 + pos: -16.5,-1.5 parent: 2 - - uid: 1216 + - uid: 4276 + components: + - type: Transform + pos: -2.5,6.5 + parent: 4085 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1968 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - uid: 1969 components: - type: Transform - pos: -15.292988,-4.1437764 + pos: 16.5,-3.5 parent: 2 - - uid: 1217 + - uid: 3112 components: - type: Transform - pos: -15.277363,-4.4875264 + pos: -2.5,15.5 parent: 2 - - uid: 1219 + - uid: 4672 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 4558 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 3111 components: - type: Transform - pos: -15.277363,-4.7062764 + pos: -2.5,17.5 parent: 2 -- proto: BoxEnvelope +- proto: ClosetJanitorFilled entities: - - uid: 2801 + - uid: 3785 components: - type: Transform - parent: 2675 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 3043 + pos: -6.5,19.5 + parent: 2 + - uid: 3789 components: - type: Transform - parent: 3039 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxFlashbang + pos: -5.5,19.5 + parent: 2 +- proto: ClosetMaintenance entities: - - uid: 1627 + - uid: 2568 components: - type: Transform - pos: 2.5,-15.5 + pos: -14.5,-4.5 parent: 2 - - uid: 1628 +- proto: ClosetSteelBase + entities: + - uid: 2077 components: - type: Transform - pos: 2.5,-15.5 + pos: -13.5,7.5 parent: 2 - - uid: 1629 + - 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: 2113 components: - type: Transform - pos: 2.5,-15.5 + pos: -7.5,7.5 parent: 2 - - uid: 1630 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 1948 components: - type: Transform - pos: 2.5,-15.5 + rot: 1.5707963267948966 rad + pos: 12.5,2.5 parent: 2 - - uid: 1631 + - uid: 1949 components: - type: Transform - pos: 2.5,-15.5 + rot: 3.141592653589793 rad + pos: 18.5,-3.5 parent: 2 - - uid: 1632 +- proto: ClothingBeltJanitorFilled + entities: + - uid: 3788 components: - type: Transform - pos: 2.5,-15.5 + pos: -6.674923,22.72187 parent: 2 - - uid: 1633 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 4277 components: - type: Transform - pos: 2.5,-15.5 + pos: 4.5124245,-7.4951487 + parent: 4085 +- proto: ClothingEyesHudSyndicateMech + entities: + - uid: 1510 + components: + - type: Transform + pos: 8.439806,-14.541908 parent: 2 - - uid: 1634 + - uid: 1511 components: - type: Transform - pos: 2.5,-15.5 + pos: 8.611681,-14.354408 parent: 2 -- proto: BoxFolderBlack +- proto: ClothingEyesNVD entities: - - uid: 3187 + - uid: 794 components: - type: Transform - pos: -11.324509,20.658401 + pos: 6.6430445,-18.317936 parent: 2 -- proto: BoxFolderBlue - entities: - - uid: 585 + - uid: 1508 components: - type: Transform - pos: -17.252771,30.877945 + pos: 6.3930445,-18.317936 parent: 2 - - uid: 2505 + - uid: 3983 components: - type: Transform - pos: -17.299646,27.61232 + pos: 6.3930445,-18.567936 parent: 2 -- proto: BoxFolderCentCom - entities: - - uid: 3189 + - uid: 3986 components: - type: Transform - pos: -11.574509,20.533401 + pos: 6.6430445,-18.567936 parent: 2 -- proto: BoxFolderCentComClipboard +- proto: ClothingHeadHatDogEars entities: - - uid: 3200 + - uid: 4055 components: + - type: MetaData + desc: Почувствуй себя Куратором модерации + name: Уши Hatiko - type: Transform - pos: -12.043259,19.517776 + pos: -4.271002,28.937038 parent: 2 -- proto: BoxFolderClipboard +- proto: ClothingHeadHelmetRiot entities: - - uid: 2805 + - uid: 2210 components: - type: Transform - parent: 2675 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 3042 + pos: -10.760658,-8.250167 + parent: 2 + - uid: 2239 components: - type: Transform - parent: 3039 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxFolderGreen - entities: - - uid: 1567 + pos: -10.760658,-8.250167 + parent: 2 + - uid: 2301 components: - type: Transform - pos: -17.299646,27.409195 + pos: -10.760658,-8.250167 parent: 2 - - uid: 2508 + - uid: 2321 components: - type: Transform - pos: -17.252771,30.67482 + pos: -10.760658,-8.250167 parent: 2 - - uid: 3223 + - uid: 2323 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.606973,33.5795 + pos: -10.760658,-8.250167 parent: 2 -- proto: BoxFolderRed - entities: - - uid: 2469 + - uid: 2325 components: - type: Transform - pos: -17.39247,30.817598 + pos: -10.760658,-8.250167 parent: 2 - - uid: 2525 + - uid: 2875 components: - type: Transform - pos: -17.45497,27.538496 + pos: -10.760658,-8.250167 parent: 2 - - uid: 3222 + - uid: 2876 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.747598,33.501373 + pos: -10.760658,-8.250167 parent: 2 -- proto: BoxHandcuff +- proto: ClothingNeckCloakNanotrasen entities: - - uid: 1611 + - uid: 3237 components: - type: Transform - pos: 2.5,-13.5 + pos: -6.477599,36.63806 parent: 2 - - uid: 1612 +- proto: ClothingNeckNanoTrasenPin + entities: + - uid: 3259 components: - type: Transform - pos: 2.5,-13.5 + pos: -8.951782,29.262075 parent: 2 - - uid: 1613 +- proto: ClothingOuterArmorReflective + entities: + - uid: 1679 components: - type: Transform - pos: 2.5,-13.5 + pos: -10.264391,-8.651554 parent: 2 - - uid: 1614 + - uid: 1686 components: - type: Transform - pos: 2.5,-13.5 + pos: -10.264391,-8.651554 parent: 2 - - uid: 1615 + - uid: 1687 components: - type: Transform - pos: 2.5,-13.5 + pos: -10.264391,-8.651554 parent: 2 - - uid: 1616 + - uid: 2871 components: - type: Transform - pos: 2.5,-13.5 + pos: -10.264391,-8.651554 parent: 2 - - uid: 1617 + - uid: 2872 components: - type: Transform - pos: 2.5,-13.5 + pos: -10.264391,-8.651554 parent: 2 - - uid: 1618 + - uid: 2873 components: - type: Transform - pos: 2.5,-13.5 + pos: -10.264391,-8.651554 parent: 2 -- proto: BoxInflatable - entities: - - uid: 1490 + - uid: 2874 components: - type: Transform - pos: -10.273915,4.495014 + pos: -10.264391,-8.651554 parent: 2 - - uid: 1491 + - uid: 2877 components: - type: Transform - pos: -10.273915,4.495014 + pos: -10.264391,-8.651554 parent: 2 - - uid: 1492 +- proto: ClothingOuterArmorRiot + entities: + - uid: 1562 components: - type: Transform - pos: -10.273915,4.495014 + pos: -10.741742,-8.681287 parent: 2 -- proto: BoxLethalshot - entities: - - uid: 303 + - uid: 1644 components: - type: Transform - pos: 6.5032725,-7.3272123 + pos: -10.741742,-8.681287 parent: 2 - - uid: 2070 + - uid: 1680 components: - type: Transform - pos: 6.5032725,-7.3272123 + pos: -10.741742,-8.681287 parent: 2 - - uid: 2073 + - uid: 1681 components: - type: Transform - pos: 6.5032725,-7.3272123 + pos: -10.741742,-8.681287 parent: 2 - - uid: 2074 + - uid: 1682 components: - type: Transform - pos: 6.5032725,-7.3272123 + pos: -10.741742,-8.681287 parent: 2 - - uid: 2180 + - uid: 1683 components: - type: Transform - pos: -7.497406,-7.266469 + pos: -10.741742,-8.681287 parent: 2 - - uid: 2191 + - uid: 1684 components: - type: Transform - pos: -7.4904623,-7.266469 + pos: -10.741742,-8.681287 parent: 2 - - uid: 2192 + - uid: 1685 components: - type: Transform - pos: -7.4904623,-7.266469 + pos: -10.741742,-8.681287 parent: 2 - - uid: 2193 +- proto: ClothingUniformJumpskirtElegantMaid + entities: + - uid: 3786 components: + - type: MetaData + desc: >- + Чистим-чистим! + + Назови меня своим хозяином и принеси пивчански. - type: Transform - pos: -7.4904623,-7.266469 + pos: -7.0926332,22.556509 parent: 2 - - uid: 2194 +- proto: ClothingUniformJumpskirtJanimaidmini + entities: + - uid: 1394 components: - type: Transform - pos: -7.4904623,-7.266469 + pos: -7.6307793,22.617662 parent: 2 - - uid: 2195 +- proto: ClusterBangFull + entities: + - uid: 3988 components: - type: Transform - pos: -7.4904623,-7.266469 + pos: 5.52137,-11.410192 parent: 2 - - uid: 2200 + - uid: 3990 components: - type: Transform - pos: -7.497406,-7.266469 + pos: 5.52137,-11.514358 parent: 2 - - uid: 2201 + - uid: 3991 components: - type: Transform - pos: -7.497406,-7.266469 + pos: 5.52137,-11.326858 parent: 2 -- proto: BoxMagazinePistolSubMachineGun +- proto: ComfyBrownChair entities: - - uid: 2069 + - uid: 3008 components: - type: Transform - pos: 5.6801934,-11.345767 + pos: -0.5,34.5 parent: 2 - - uid: 2071 + - uid: 3009 components: - type: Transform - pos: 5.6801934,-11.470767 + rot: -1.5707963267948966 rad + pos: 0.5,33.5 parent: 2 - - uid: 2072 + - uid: 3012 components: - type: Transform - pos: 5.6801934,-11.470767 + rot: 1.5707963267948966 rad + pos: -2.5,34.5 parent: 2 - - uid: 2105 + - uid: 3014 components: - type: Transform - pos: 5.3833184,-11.470767 + rot: 1.5707963267948966 rad + pos: -2.5,32.5 parent: 2 - - uid: 2110 + - uid: 3194 components: - type: Transform - pos: 5.3833184,-11.330142 + rot: 1.5707963267948966 rad + pos: -15.5,21.5 parent: 2 - - uid: 2112 + - uid: 3261 components: - type: Transform - pos: 5.3833184,-11.330142 + rot: 3.141592653589793 rad + pos: -5.5,24.5 parent: 2 - - uid: 2114 + - uid: 3262 components: - type: Transform - pos: 5.3833184,-11.470767 + rot: 3.141592653589793 rad + pos: -7.5,24.5 parent: 2 - - uid: 2279 + - uid: 3727 components: - type: Transform - pos: 5.6801934,-11.345767 + rot: 1.5707963267948966 rad + pos: -34.5,11.5 parent: 2 -- proto: BoxMagazineRifle - entities: - - uid: 2085 + - uid: 3728 components: - type: Transform - pos: 9.378273,-7.4678373 + rot: -1.5707963267948966 rad + pos: -32.5,11.5 parent: 2 - - uid: 2088 +- proto: ComputerCloningConsole + entities: + - uid: 1183 components: - type: Transform - pos: 9.378273,-7.3115873 + rot: 1.5707963267948966 rad + pos: -16.5,-2.5 parent: 2 - - uid: 2089 + - uid: 4278 components: - type: Transform - pos: 9.659523,-7.3272123 - parent: 2 - - uid: 2092 + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 4085 +- proto: ComputerCrewMonitoring + entities: + - uid: 405 components: - type: Transform - pos: 9.378273,-7.3115873 + pos: -11.5,17.5 parent: 2 - - uid: 2093 + - uid: 629 components: - type: Transform - pos: 9.659523,-7.3272123 + pos: -11.5,-1.5 parent: 2 - - uid: 2094 +- proto: ComputerId + entities: + - uid: 1225 components: - type: Transform - pos: 9.378273,-7.4678373 + pos: -8.5,36.5 parent: 2 - - uid: 2097 +- proto: ComputerIFF + entities: + - uid: 4279 components: - type: Transform - pos: 9.643898,-7.4834623 - parent: 2 - - uid: 2098 + pos: 1.5,7.5 + parent: 4085 +- proto: ComputerIFFSyndicate + entities: + - uid: 1700 components: - type: Transform - pos: 9.643898,-7.4834623 + pos: -10.5,17.5 parent: 2 - - uid: 2332 +- proto: ComputerPowerMonitoring + entities: + - uid: 1395 components: - type: Transform - pos: -8.670469,-11.38956 + rot: 1.5707963267948966 rad + pos: -29.5,5.5 parent: 2 - - uid: 2333 + - uid: 2859 components: - type: Transform - pos: -8.670469,-11.38956 + pos: -11.5,36.5 parent: 2 - - uid: 2334 +- proto: ComputerRadar + entities: + - uid: 754 components: - type: Transform - pos: -8.670469,-11.38956 + rot: 1.5707963267948966 rad + pos: -29.5,6.5 parent: 2 - - uid: 2335 + - uid: 2858 components: - type: Transform - pos: -8.670469,-11.38956 + pos: -10.5,36.5 parent: 2 - - uid: 2342 + - uid: 4280 components: - type: Transform - pos: -8.663526,-11.584004 - parent: 2 - - uid: 2343 + pos: -0.5,7.5 + parent: 4085 + - uid: 4673 components: - type: Transform - pos: -8.663526,-11.584004 - parent: 2 - - uid: 2344 + pos: 5.5,4.5 + parent: 4558 +- proto: ComputerShuttle + entities: + - uid: 4281 components: - type: Transform - pos: -8.663526,-11.584004 - parent: 2 - - uid: 2345 + pos: 0.5,7.5 + parent: 4085 + - uid: 4674 components: - type: Transform - pos: -8.663526,-11.584004 - parent: 2 -- proto: BoxMagazineShotgun + pos: 4.5,4.5 + parent: 4558 +- proto: ComputerSurveillanceCameraMonitor entities: - - uid: 2190 + - uid: 1378 components: - type: Transform - pos: -4.619172,-7.2803373 + rot: 1.5707963267948966 rad + pos: -29.5,4.5 parent: 2 - - uid: 2202 + - uid: 1722 components: - type: Transform - pos: -4.619172,-7.2803373 + pos: -9.5,17.5 parent: 2 - - uid: 2244 + - uid: 2860 components: - type: Transform - pos: -4.619172,-7.4522123 + pos: -7.5,36.5 parent: 2 - - uid: 2249 +- proto: CorporateCircuitBoard + entities: + - uid: 3912 components: - type: Transform - pos: -4.619172,-7.4522123 - parent: 2 -- proto: BoxMagazineShotgunIncendiary + parent: 3911 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CrateEmergencyInflatablewall entities: - - uid: 2246 + - uid: 4282 components: - type: Transform - pos: -4.337922,-7.4678373 - parent: 2 - - uid: 2250 + pos: 1.5,-0.5 + parent: 4085 +- proto: CrateEmergencyInternalsLarge + entities: + - uid: 4283 components: - type: Transform - pos: -4.337922,-7.2647123 - parent: 2 - - uid: 2251 + pos: -1.5,1.5 + parent: 4085 +- proto: CrateFoodMRE + entities: + - uid: 3635 components: - type: Transform - pos: -4.337922,-7.2647123 + pos: -4.5,19.5 parent: 2 - - uid: 2252 + - uid: 4284 components: - type: Transform - pos: -4.337922,-7.4678373 - parent: 2 -- proto: BoxShellTranquilizer + pos: 2.5,-0.5 + parent: 4085 +- proto: CrateFunPlushie entities: - - uid: 2062 + - uid: 3636 components: - type: Transform - pos: 6.5188975,-7.4990873 + pos: -4.5,22.5 parent: 2 - - uid: 2063 +- proto: CrateServiceBureaucracy + entities: + - uid: 3638 components: - type: Transform - pos: 6.5188975,-7.4990873 + pos: -4.5,20.5 parent: 2 -- proto: BoxShotgunIncendiary +- proto: CrateServiceTheatre entities: - - uid: 2203 + - uid: 3637 components: - type: Transform - pos: -7.497406,-7.537302 + pos: -4.5,21.5 parent: 2 - - uid: 2204 +- proto: CrateTrashCart + entities: + - uid: 748 components: - type: Transform - pos: -7.497406,-7.537302 + pos: -24.5,5.5 parent: 2 - - uid: 2205 +- proto: Crematorium + entities: + - uid: 1916 components: - type: Transform - pos: -7.497406,-7.537302 + rot: 3.141592653589793 rad + pos: -11.5,0.5 parent: 2 - - uid: 2206 + - 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 +- proto: CrewMonitoringServer + entities: + - uid: 1884 components: - type: Transform - pos: -7.497406,-7.537302 + pos: -11.5,15.5 parent: 2 - - uid: 2207 +- proto: CryogenicSleepUnit + entities: + - uid: 122 components: - type: Transform - pos: -7.497406,-7.537302 + pos: -12.5,7.5 parent: 2 - - uid: 2208 + - uid: 696 components: - type: Transform - pos: -7.497406,-7.537302 + rot: 3.141592653589793 rad + pos: -14.5,7.5 parent: 2 - - uid: 2209 + - uid: 986 components: - type: Transform - pos: -7.497406,-7.537302 + rot: 3.141592653589793 rad + pos: -14.5,6.5 parent: 2 - - uid: 2210 + - uid: 1596 components: - type: Transform - pos: -7.497406,-7.537302 + pos: -6.5,7.5 parent: 2 -- proto: BoxZiptie - entities: - - uid: 1619 + - uid: 1789 components: - type: Transform - pos: 2.5,-14.5 + rot: 3.141592653589793 rad + pos: -8.5,4.5 parent: 2 - - uid: 1620 + - uid: 1849 components: - type: Transform - pos: 2.5,-14.5 + pos: -12.5,4.5 parent: 2 - - uid: 1621 + - uid: 1907 components: - type: Transform - pos: 2.5,-14.5 + pos: -6.5,5.5 parent: 2 - - uid: 1622 + - uid: 2069 components: - type: Transform - pos: 2.5,-14.5 + rot: 3.141592653589793 rad + pos: -14.5,5.5 parent: 2 - - uid: 1623 + - uid: 2080 components: - type: Transform - pos: 2.5,-14.5 + pos: -6.5,6.5 parent: 2 - - uid: 1624 + - uid: 2106 components: - type: Transform - pos: 2.5,-14.5 + rot: 3.141592653589793 rad + pos: -14.5,4.5 parent: 2 - - uid: 1625 + - uid: 2137 components: - type: Transform - pos: 2.5,-14.5 + rot: 3.141592653589793 rad + pos: -8.5,7.5 parent: 2 - - uid: 1626 + - uid: 2152 components: - type: Transform - pos: 2.5,-14.5 + pos: -6.5,4.5 parent: 2 -- proto: BriefcaseBrownFilled +- proto: CurtainsBlackOpen entities: - - uid: 3066 + - uid: 3192 components: - type: Transform - pos: -16.089819,28.535769 + pos: -15.5,19.5 parent: 2 -- proto: BrigTimer +- proto: DefibrillatorCabinetFilled entities: - - uid: 1383 + - uid: 1324 components: - type: Transform - pos: -6.5,-14.5 + rot: 1.5707963267948966 rad + pos: -13.5,-2.5 parent: 2 -- proto: ButtonFrameCaution - entities: - - uid: 1498 + - uid: 1422 components: - type: Transform - pos: -4.5,-15.5 + rot: 3.141592653589793 rad + pos: -6.5,-5.5 parent: 2 -- proto: ButtonFrameCautionSecurity - entities: - - uid: 1397 + - uid: 4285 components: - type: Transform - pos: -5.5,-15.5 - parent: 2 -- proto: ButtonFrameExit + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 4085 + - uid: 4675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 4558 +- proto: DisposalBend entities: - - uid: 1523 + - uid: 3666 components: - type: Transform - pos: -4.5,-14.5 + pos: -24.5,13.5 parent: 2 -- proto: ButtonFrameGrey - entities: - - uid: 1408 + - uid: 3720 components: - type: Transform - pos: -5.5,-14.5 + pos: -10.5,24.5 parent: 2 -- proto: CableApcExtension - entities: - - uid: 117 + - uid: 3742 components: - type: Transform - pos: -10.5,14.5 + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 parent: 2 - - uid: 136 + - uid: 3756 components: - type: Transform - pos: -1.5,8.5 + rot: -1.5707963267948966 rad + pos: -1.5,20.5 parent: 2 - - uid: 179 +- proto: DisposalJunction + entities: + - uid: 3685 components: - type: Transform - pos: -10.5,16.5 + rot: -1.5707963267948966 rad + pos: -10.5,10.5 parent: 2 - - uid: 217 + - uid: 3717 components: - type: Transform - pos: -0.5,10.5 + pos: -10.5,21.5 parent: 2 - - uid: 291 + - uid: 3735 components: - type: Transform - pos: -10.5,17.5 + rot: 3.141592653589793 rad + pos: -2.5,7.5 parent: 2 - - uid: 292 +- proto: DisposalJunctionFlipped + entities: + - uid: 3659 components: - type: Transform - pos: -10.5,13.5 + pos: -24.5,10.5 parent: 2 - - uid: 325 + - uid: 3681 components: - type: Transform - pos: -13.5,35.5 + rot: -1.5707963267948966 rad + pos: -14.5,10.5 parent: 2 - - uid: 340 + - uid: 3697 components: - type: Transform - pos: -12.5,35.5 + pos: -2.5,20.5 parent: 2 - - uid: 408 +- proto: DisposalPipe + entities: + - uid: 2214 components: - type: Transform - pos: -6.5,15.5 + rot: 3.141592653589793 rad + pos: -24.5,8.5 parent: 2 - - uid: 410 + - uid: 3653 components: - type: Transform - pos: -14.5,15.5 + rot: 3.141592653589793 rad + pos: -24.5,7.5 parent: 2 - - uid: 528 + - uid: 3658 components: - type: Transform - pos: -10.5,35.5 + rot: 3.141592653589793 rad + pos: -24.5,9.5 parent: 2 - - uid: 579 + - uid: 3665 components: - type: Transform - pos: -10.5,34.5 + rot: 1.5707963267948966 rad + pos: -13.5,10.5 parent: 2 - - uid: 700 + - uid: 3667 components: - type: Transform - pos: 2.5,-7.5 + pos: -2.5,12.5 parent: 2 - - uid: 702 + - uid: 3668 components: - type: Transform - pos: -10.5,-1.5 + rot: -1.5707963267948966 rad + pos: -26.5,13.5 parent: 2 - - uid: 728 + - uid: 3669 components: - type: Transform - pos: 0.5,-9.5 + rot: -1.5707963267948966 rad + pos: -25.5,13.5 parent: 2 - - uid: 733 + - uid: 3670 components: - type: Transform - pos: -2.5,-9.5 + rot: 3.141592653589793 rad + pos: -24.5,11.5 parent: 2 - - uid: 738 + - uid: 3671 components: - type: Transform - pos: 2.5,-8.5 + rot: 3.141592653589793 rad + pos: -24.5,12.5 parent: 2 - - uid: 739 + - uid: 3672 components: - type: Transform - pos: 1.5,-9.5 + rot: 1.5707963267948966 rad + pos: -15.5,10.5 parent: 2 - - uid: 740 + - uid: 3673 components: - type: Transform - pos: -5.5,-9.5 + rot: 1.5707963267948966 rad + pos: -23.5,10.5 parent: 2 - - uid: 741 + - uid: 3674 components: - type: Transform - pos: -0.5,-9.5 + rot: 1.5707963267948966 rad + pos: -22.5,10.5 parent: 2 - - uid: 789 + - uid: 3675 components: - type: Transform - pos: -3.5,-9.5 + rot: 1.5707963267948966 rad + pos: -21.5,10.5 parent: 2 - - uid: 790 + - uid: 3676 components: - type: Transform - pos: -1.5,-9.5 + rot: 1.5707963267948966 rad + pos: -20.5,10.5 parent: 2 - - uid: 827 + - uid: 3677 components: - type: Transform - pos: -11.5,-1.5 + rot: 1.5707963267948966 rad + pos: -19.5,10.5 parent: 2 - - uid: 828 + - uid: 3678 components: - type: Transform - pos: -13.5,-1.5 + rot: 1.5707963267948966 rad + pos: -18.5,10.5 parent: 2 - - uid: 853 + - uid: 3679 components: - type: Transform - pos: -10.5,33.5 + rot: 1.5707963267948966 rad + pos: -17.5,10.5 parent: 2 - - uid: 857 + - uid: 3680 components: - type: Transform - pos: -4.5,-9.5 + rot: 1.5707963267948966 rad + pos: -16.5,10.5 parent: 2 - - uid: 860 + - uid: 3683 components: - type: Transform - pos: 2.5,-9.5 + rot: 1.5707963267948966 rad + pos: -11.5,10.5 parent: 2 - - uid: 921 + - uid: 3684 components: - type: Transform - pos: -6.5,-9.5 + rot: 1.5707963267948966 rad + pos: -12.5,10.5 parent: 2 - - uid: 922 + - uid: 3686 components: - type: Transform - pos: -7.5,-9.5 + rot: 1.5707963267948966 rad + pos: -9.5,10.5 parent: 2 - - uid: 923 + - uid: 3687 components: - type: Transform - pos: -8.5,-9.5 + rot: 1.5707963267948966 rad + pos: -8.5,10.5 parent: 2 - - uid: 924 + - uid: 3688 components: - type: Transform - pos: -9.5,-9.5 + rot: 1.5707963267948966 rad + pos: -7.5,10.5 parent: 2 - - uid: 926 + - uid: 3689 components: - type: Transform - pos: 3.5,-9.5 + rot: 1.5707963267948966 rad + pos: -6.5,10.5 parent: 2 - - uid: 927 + - uid: 3690 components: - type: Transform - pos: 4.5,-9.5 + rot: 1.5707963267948966 rad + pos: -5.5,10.5 parent: 2 - - uid: 928 + - uid: 3691 components: - type: Transform - pos: 5.5,-9.5 + rot: 1.5707963267948966 rad + pos: -4.5,10.5 parent: 2 - - uid: 929 + - uid: 3692 components: - type: Transform - pos: 6.5,-9.5 + rot: 1.5707963267948966 rad + pos: -3.5,10.5 parent: 2 - - uid: 930 + - uid: 3695 components: - type: Transform - pos: 7.5,-9.5 + pos: -2.5,11.5 parent: 2 - - uid: 931 + - uid: 3696 components: - type: Transform - pos: 8.5,-9.5 + pos: -2.5,15.5 parent: 2 - - uid: 932 + - uid: 3698 components: - type: Transform - pos: 10.5,-9.5 + pos: -2.5,19.5 parent: 2 - - uid: 933 + - uid: 3699 components: - type: Transform - pos: 9.5,-9.5 + pos: -2.5,18.5 parent: 2 - - uid: 935 + - uid: 3700 components: - type: Transform - pos: 0.5,-10.5 + pos: -2.5,17.5 parent: 2 - - uid: 936 + - uid: 3701 components: - type: Transform - pos: 0.5,-12.5 + pos: -2.5,16.5 parent: 2 - - uid: 937 + - uid: 3702 components: - type: Transform - pos: 0.5,-13.5 + pos: -2.5,21.5 parent: 2 - - uid: 938 + - uid: 3703 components: - type: Transform - pos: 0.5,-11.5 + pos: -2.5,14.5 parent: 2 - - uid: 939 + - uid: 3704 components: - type: Transform - pos: 0.5,-14.5 + pos: -2.5,13.5 parent: 2 - - uid: 940 + - uid: 3706 components: - type: Transform - pos: 0.5,-15.5 + rot: 3.141592653589793 rad + pos: -10.5,11.5 parent: 2 - - uid: 941 + - uid: 3707 components: - type: Transform - pos: 0.5,-16.5 + rot: 3.141592653589793 rad + pos: -10.5,20.5 parent: 2 - - uid: 942 + - uid: 3708 components: - type: Transform - pos: 0.5,-17.5 + rot: 3.141592653589793 rad + pos: -10.5,18.5 parent: 2 - - uid: 943 + - uid: 3709 components: - type: Transform - pos: 0.5,-18.5 + rot: 3.141592653589793 rad + pos: -10.5,12.5 parent: 2 - - uid: 944 + - uid: 3710 components: - type: Transform - pos: 0.5,-19.5 + rot: 3.141592653589793 rad + pos: -10.5,11.5 parent: 2 - - uid: 945 + - uid: 3711 components: - type: Transform - pos: 0.5,-8.5 + rot: 3.141592653589793 rad + pos: -10.5,13.5 parent: 2 - - uid: 946 + - uid: 3712 components: - type: Transform - pos: 0.5,-7.5 + rot: 3.141592653589793 rad + pos: -10.5,14.5 parent: 2 - - uid: 948 + - uid: 3713 components: - type: Transform - pos: -12.5,-1.5 + rot: 3.141592653589793 rad + pos: -10.5,15.5 parent: 2 - - uid: 949 + - uid: 3714 components: - type: Transform - pos: -9.5,-1.5 + rot: 3.141592653589793 rad + pos: -10.5,16.5 parent: 2 - - uid: 950 + - uid: 3715 components: - type: Transform - pos: -8.5,-1.5 + rot: 3.141592653589793 rad + pos: -10.5,17.5 parent: 2 - - uid: 951 + - uid: 3716 components: - type: Transform - pos: -7.5,-1.5 + rot: 3.141592653589793 rad + pos: -10.5,19.5 parent: 2 - - uid: 952 + - uid: 3722 components: - type: Transform - pos: -6.5,-1.5 + rot: -1.5707963267948966 rad + pos: -12.5,24.5 parent: 2 - - uid: 953 + - uid: 3724 components: - type: Transform - pos: -7.5,-0.5 + rot: -1.5707963267948966 rad + pos: -11.5,24.5 parent: 2 - - uid: 954 + - uid: 3725 components: - type: Transform - pos: -7.5,1.5 + rot: 3.141592653589793 rad + pos: -10.5,23.5 parent: 2 - - uid: 955 + - uid: 3726 components: - type: Transform - pos: -7.5,0.5 + rot: 3.141592653589793 rad + pos: -10.5,22.5 parent: 2 - - uid: 956 + - uid: 3731 components: - type: Transform - pos: -12.5,-0.5 + rot: 3.141592653589793 rad + pos: -2.5,1.5 parent: 2 - - uid: 957 + - uid: 3732 components: - type: Transform - pos: -12.5,0.5 + rot: 3.141592653589793 rad + pos: -2.5,0.5 parent: 2 - - uid: 958 + - uid: 3733 components: - type: Transform - pos: -12.5,1.5 + rot: 3.141592653589793 rad + pos: -2.5,9.5 parent: 2 - - uid: 959 + - uid: 3734 components: - type: Transform - pos: -13.5,1.5 + rot: 3.141592653589793 rad + pos: -2.5,8.5 parent: 2 - - uid: 960 + - uid: 3736 components: - type: Transform - pos: -14.5,1.5 + rot: 3.141592653589793 rad + pos: -2.5,6.5 parent: 2 - - uid: 961 + - uid: 3737 components: - type: Transform - pos: -15.5,1.5 + rot: 3.141592653589793 rad + pos: -2.5,5.5 parent: 2 - - uid: 962 + - uid: 3738 components: - type: Transform - pos: -12.5,-2.5 + rot: 3.141592653589793 rad + pos: -2.5,4.5 parent: 2 - - uid: 963 + - uid: 3739 components: - type: Transform - pos: -12.5,-3.5 + rot: 3.141592653589793 rad + pos: -2.5,3.5 parent: 2 - - uid: 964 + - uid: 3740 components: - type: Transform - pos: -13.5,-3.5 + rot: 3.141592653589793 rad + pos: -2.5,2.5 parent: 2 - - uid: 965 + - uid: 3745 components: - type: Transform - pos: -14.5,-3.5 + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 parent: 2 - - uid: 966 + - uid: 3747 components: - type: Transform - pos: -15.5,-3.5 + rot: -1.5707963267948966 rad + pos: -1.5,7.5 parent: 2 - - uid: 967 + - uid: 3748 components: - type: Transform - pos: -15.5,-2.5 + rot: -1.5707963267948966 rad + pos: -0.5,7.5 parent: 2 - - uid: 968 + - uid: 3749 components: - type: Transform - pos: -7.5,-2.5 + rot: -1.5707963267948966 rad + pos: 0.5,7.5 parent: 2 - - uid: 969 + - uid: 3751 components: - type: Transform - pos: -7.5,-3.5 + pos: -1.5,25.5 parent: 2 - - uid: 970 + - uid: 3752 components: - type: Transform - pos: -11.5,-3.5 + pos: -1.5,24.5 parent: 2 - - uid: 971 + - uid: 3753 components: - type: Transform - pos: -7.5,-4.5 + pos: -1.5,23.5 parent: 2 - - uid: 982 + - uid: 3754 components: - type: Transform - pos: -15.5,7.5 + pos: -1.5,22.5 parent: 2 - - uid: 983 + - uid: 3755 components: - type: Transform - pos: -14.5,7.5 + pos: -1.5,21.5 parent: 2 - - uid: 984 + - uid: 3757 components: - type: Transform - pos: -13.5,7.5 + pos: -1.5,33.5 parent: 2 - - uid: 985 + - uid: 3758 components: - type: Transform - pos: -12.5,7.5 + pos: -1.5,32.5 parent: 2 - - uid: 986 + - uid: 3759 components: - type: Transform - pos: -11.5,7.5 + pos: -1.5,31.5 parent: 2 - - uid: 987 + - uid: 3760 components: - type: Transform - pos: -9.5,7.5 + pos: -1.5,30.5 parent: 2 - - uid: 988 + - uid: 3761 components: - type: Transform - pos: -8.5,7.5 + pos: -1.5,29.5 parent: 2 - - uid: 989 + - uid: 3762 components: - type: Transform - pos: -10.5,7.5 + pos: -1.5,28.5 parent: 2 - - uid: 990 + - uid: 3763 components: - type: Transform - pos: -7.5,7.5 + pos: -1.5,27.5 parent: 2 - - uid: 991 + - uid: 3764 components: - type: Transform - pos: -13.5,6.5 + pos: -1.5,26.5 parent: 2 - - uid: 992 +- proto: DisposalTrunk + entities: + - uid: 3661 components: - type: Transform - pos: -13.5,5.5 + rot: 1.5707963267948966 rad + pos: -27.5,13.5 parent: 2 - - uid: 993 + - uid: 3682 components: - type: Transform - pos: -9.5,6.5 + rot: 3.141592653589793 rad + pos: -14.5,9.5 parent: 2 - - uid: 994 + - uid: 3693 components: - type: Transform - pos: -9.5,5.5 + pos: -2.5,22.5 parent: 2 - - uid: 995 + - uid: 3718 components: - type: Transform - pos: -8.5,5.5 + rot: 1.5707963267948966 rad + pos: -11.5,21.5 parent: 2 - - uid: 996 + - uid: 3719 components: - type: Transform - pos: -7.5,5.5 + rot: 1.5707963267948966 rad + pos: -13.5,24.5 parent: 2 - - uid: 997 + - uid: 3741 components: - type: Transform - pos: -9.5,4.5 + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 parent: 2 - - uid: 998 + - uid: 3746 components: - type: Transform - pos: -13.5,4.5 + rot: -1.5707963267948966 rad + pos: 1.5,7.5 parent: 2 - - uid: 999 + - uid: 3750 components: - type: Transform - pos: -17.5,7.5 + pos: -1.5,34.5 parent: 2 - - uid: 1000 + - uid: 3804 components: - type: Transform - pos: -17.5,8.5 + rot: 3.141592653589793 rad + pos: -24.5,6.5 parent: 2 - - uid: 1001 +- proto: DisposalUnit + entities: + - uid: 1290 components: - type: Transform - pos: -17.5,9.5 + pos: -27.5,13.5 parent: 2 - - uid: 1002 + - uid: 3492 components: - type: Transform - pos: -17.5,10.5 + pos: 1.5,7.5 parent: 2 - - uid: 1003 + - uid: 3657 components: - type: Transform - pos: -17.5,11.5 + pos: -14.5,9.5 parent: 2 - - uid: 1004 + - uid: 3660 components: - type: Transform - pos: -17.5,12.5 + pos: -11.5,21.5 parent: 2 - - uid: 1005 + - uid: 3663 components: - type: Transform - pos: -17.5,13.5 + pos: -13.5,24.5 parent: 2 - - uid: 1006 + - uid: 3694 components: - type: Transform - pos: -18.5,10.5 + pos: -2.5,22.5 parent: 2 - - uid: 1007 + - uid: 3705 components: - type: Transform - pos: -21.5,13.5 + pos: -4.5,-0.5 parent: 2 - - uid: 1008 + - uid: 3730 components: - type: Transform - pos: -21.5,10.5 + pos: -1.5,34.5 parent: 2 - - uid: 1009 +- proto: DisposalYJunction + entities: + - uid: 3729 components: - type: Transform - pos: -22.5,10.5 + rot: -1.5707963267948966 rad + pos: -2.5,10.5 parent: 2 - - uid: 1010 +- proto: DonkpocketBoxSpawner + entities: + - uid: 3025 components: - type: Transform - pos: -21.5,11.5 + pos: 0.5,34.5 parent: 2 - - uid: 1011 +- proto: DoorRemoteAll + entities: + - uid: 3518 components: - type: Transform - pos: -23.5,10.5 + pos: -15.463894,-7.2731895 parent: 2 - - uid: 1012 +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 154 components: - type: Transform - pos: -24.5,10.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1013 + - uid: 163 components: - type: Transform - pos: -25.5,10.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1014 + - uid: 1306 components: - type: Transform - pos: -26.5,10.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1015 + - uid: 2040 components: - type: Transform - pos: -24.5,11.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1016 + - uid: 2074 components: - type: Transform - pos: -24.5,12.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1017 + - uid: 2076 components: - type: Transform - pos: -24.5,9.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1018 + - uid: 2085 components: - type: Transform - pos: -24.5,8.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1019 + - uid: 2089 components: - type: Transform - pos: -21.5,12.5 + pos: 11.386242,-8.414384 parent: 2 - - uid: 1021 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 1481 components: - type: Transform - pos: -20.5,13.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1022 + - uid: 1761 components: - type: Transform - pos: -18.5,13.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1023 + - uid: 2075 components: - type: Transform - pos: -19.5,13.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1024 + - uid: 2087 components: - type: Transform - pos: -16.5,10.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1025 + - uid: 2088 components: - type: Transform - pos: -21.5,9.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1026 + - uid: 2098 components: - type: Transform - pos: -21.5,8.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1037 + - uid: 2100 components: - type: Transform - pos: -9.5,15.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1039 + - uid: 2101 components: - type: Transform - pos: -11.5,35.5 + pos: 11.731712,-8.598553 parent: 2 - - uid: 1041 +- proto: DoubleGlassAirlockBasicCentralCommandLocked + entities: + - uid: 1341 components: - type: Transform - pos: -10.5,15.5 + rot: 3.141592653589793 rad + pos: -0.5,28.5 parent: 2 - - uid: 1042 +- proto: DoubleGlassAirlockCentralCommandLocked + entities: + - uid: 771 components: - type: Transform - pos: -11.5,15.5 + rot: 3.141592653589793 rad + pos: -0.5,14.5 parent: 2 - - uid: 1043 + - uid: 983 components: - type: Transform - pos: -12.5,15.5 + rot: 3.141592653589793 rad + pos: -0.5,18.5 parent: 2 - - uid: 1044 + - uid: 4530 components: - type: Transform - pos: -13.5,15.5 + rot: -1.5707963267948966 rad + pos: -3.5,26.5 parent: 2 - - uid: 1045 +- proto: DoubleGlassAirlockMedical + entities: + - uid: 3987 components: - type: Transform - pos: -8.5,15.5 + rot: -1.5707963267948966 rad + pos: -9.5,-2.5 parent: 2 - - uid: 1046 +- proto: DrinkCafeLatte + entities: + - uid: 3595 components: - type: Transform - pos: -7.5,15.5 + pos: -11.303936,4.782099 parent: 2 - - uid: 1048 +- proto: DrinkShotGlass + entities: + - uid: 3190 components: - type: Transform - pos: -10.5,32.5 + pos: -15.293259,20.580276 parent: 2 - - uid: 1051 +- proto: DrinkSodaWaterBottleFull + entities: + - uid: 3059 components: - type: Transform - pos: -1.5,9.5 + pos: -15.929323,31.582644 parent: 2 - - uid: 1052 + - uid: 3244 components: - type: Transform - pos: -2.5,13.5 + pos: -8.663951,29.316328 parent: 2 - - uid: 1053 +- proto: DrinkSpaceMountainWindBottleFull + entities: + - uid: 3246 components: - type: Transform - pos: -0.5,13.5 + pos: -15.929577,29.503828 parent: 2 - - uid: 1054 +- proto: DrinkWaterBottleFull + entities: + - uid: 3060 components: - type: Transform - pos: -1.5,10.5 + pos: -17.038698,26.535769 parent: 2 - - uid: 1055 + - uid: 3242 components: - type: Transform - pos: -1.5,12.5 + pos: -10.273326,29.800703 parent: 2 - - uid: 1056 + - uid: 3243 components: - type: Transform - pos: -1.5,13.5 + pos: -10.148326,28.472578 parent: 2 - - uid: 1057 + - uid: 3245 components: - type: Transform - pos: -1.5,11.5 + pos: -8.773326,27.566328 parent: 2 - - uid: 1059 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 3191 components: - type: Transform - pos: -2.5,10.5 + pos: -15.637009,20.705276 parent: 2 - - uid: 1060 +- proto: EnergyDomeGeneratorBackpackNT + entities: + - uid: 3950 components: - type: Transform - pos: -4.5,10.5 + pos: -10.502273,-15.415995 parent: 2 - - uid: 1061 +- proto: EnergyDomeGeneratorPersonalNT + entities: + - uid: 2687 components: - type: Transform - pos: -5.5,10.5 + pos: -10.595533,-17.33512 parent: 2 - - uid: 1062 + - uid: 4532 components: - type: Transform - pos: -3.5,10.5 + pos: -10.424148,-17.55662 parent: 2 - - uid: 1063 +- proto: EphedrineChemistryBottle + entities: + - uid: 165 components: - type: Transform - pos: -6.5,10.5 + pos: -6.827876,-1.4903069 parent: 2 - - uid: 1064 + - uid: 287 components: - type: Transform - pos: -7.5,10.5 + pos: -6.744543,-1.3653069 parent: 2 - - uid: 1065 + - uid: 2988 components: - type: Transform - pos: -8.5,10.5 + pos: -6.6750984,-1.4972515 parent: 2 - - uid: 1066 +- proto: FaxMachineCentcom + entities: + - uid: 855 components: - type: Transform - pos: -9.5,10.5 + pos: -9.5,33.5 parent: 2 - - uid: 1067 +- proto: FigureSpawner + entities: + - uid: 3494 components: - type: Transform - pos: -10.5,10.5 + pos: -33.5,11.5 parent: 2 - - uid: 1068 +- proto: filingCabinetRandom + entities: + - uid: 3036 components: - type: Transform - pos: -11.5,10.5 + pos: -15.5,29.5 parent: 2 - - uid: 1069 + - uid: 3037 components: - type: Transform - pos: -12.5,10.5 + pos: -15.5,28.5 parent: 2 - - uid: 1070 +- proto: filingCabinetTallRandom + entities: + - uid: 1618 components: - type: Transform - pos: -13.5,10.5 + pos: -9.5,19.5 parent: 2 - - uid: 1071 +- proto: Firelock + entities: + - uid: 1938 components: - type: Transform - pos: 0.5,13.5 + pos: -12.5,-0.5 parent: 2 - - uid: 1072 + - uid: 1939 components: - type: Transform - pos: -3.5,13.5 + pos: -13.5,-3.5 parent: 2 - - uid: 1073 + - uid: 3099 components: - type: Transform - pos: -1.5,7.5 + pos: -10.5,12.5 parent: 2 - - uid: 1074 + - uid: 3110 components: - type: Transform - pos: -2.5,7.5 + rot: 1.5707963267948966 rad + pos: -12.5,23.5 parent: 2 - - uid: 1075 + - uid: 4047 components: - type: Transform - pos: -3.5,7.5 + pos: -27.5,8.5 parent: 2 - - uid: 1076 + - uid: 4048 components: - type: Transform - pos: -0.5,7.5 + pos: -30.5,3.5 parent: 2 - - uid: 1077 +- proto: FirelockEdge + entities: + - uid: 1937 components: - type: Transform - pos: 0.5,7.5 + pos: -7.5,0.5 parent: 2 - - uid: 1078 + - uid: 1940 components: - type: Transform - pos: 1.5,13.5 + pos: -0.5,-6.5 parent: 2 - - uid: 1079 + - uid: 1941 components: - type: Transform - pos: -4.5,13.5 + pos: 0.5,-6.5 parent: 2 - - uid: 1081 + - uid: 1942 components: - type: Transform - pos: -4.5,7.5 + pos: 1.5,-6.5 parent: 2 - - uid: 1082 + - uid: 3104 components: - type: Transform - pos: 1.5,7.5 + pos: -6.5,34.5 parent: 2 - - uid: 1083 + - uid: 3105 components: - type: Transform - pos: -5.5,4.5 + pos: -5.5,34.5 parent: 2 - - uid: 1084 + - uid: 3106 components: - type: Transform - pos: -4.5,4.5 + pos: -13.5,34.5 parent: 2 - - uid: 1085 + - uid: 3107 components: - type: Transform - pos: -2.5,4.5 + pos: -12.5,34.5 parent: 2 - - uid: 1086 + - uid: 3108 components: - type: Transform - pos: -1.5,4.5 + rot: 1.5707963267948966 rad + pos: -15.5,30.5 parent: 2 - - uid: 1087 + - uid: 3109 components: - type: Transform - pos: -3.5,4.5 + rot: 1.5707963267948966 rad + pos: -15.5,27.5 parent: 2 - - uid: 1088 + - uid: 4286 components: - type: Transform - pos: -1.5,5.5 - parent: 2 - - uid: 1089 + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 4085 + - uid: 4287 components: - type: Transform - pos: -0.5,4.5 - parent: 2 - - uid: 1090 + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 4085 + - uid: 4288 components: - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 1091 + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 4085 + - uid: 4289 components: - type: Transform - pos: 2.5,4.5 - parent: 2 - - uid: 1092 + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 4085 + - uid: 4290 components: - type: Transform - pos: 3.5,4.5 - parent: 2 - - uid: 1093 + pos: 1.5,-10.5 + parent: 4085 + - uid: 4291 components: - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 1094 + pos: -0.5,-10.5 + parent: 4085 +- proto: FirelockGlass + entities: + - uid: 1922 components: - type: Transform - pos: 4.5,4.5 + pos: -2.5,6.5 parent: 2 - - uid: 1095 + - uid: 1923 components: - type: Transform - pos: -1.5,3.5 + pos: -0.5,6.5 parent: 2 - - uid: 1096 + - uid: 1924 components: - type: Transform - pos: -1.5,2.5 + pos: -1.5,6.5 parent: 2 - - uid: 1097 + - uid: 1925 components: - type: Transform - pos: -1.5,1.5 + pos: -5.5,9.5 parent: 2 - - uid: 1098 + - uid: 1926 components: - type: Transform - pos: -1.5,0.5 + pos: -5.5,10.5 parent: 2 - - uid: 1099 + - uid: 1927 components: - type: Transform - pos: -1.5,-0.5 + pos: -5.5,11.5 parent: 2 - - uid: 1100 + - uid: 1928 components: - type: Transform - pos: -1.5,-2.5 + pos: 6.5,-0.5 parent: 2 - - uid: 1101 + - uid: 1929 components: - type: Transform - pos: -1.5,-3.5 + pos: 6.5,-1.5 parent: 2 - - uid: 1102 + - uid: 1930 components: - type: Transform - pos: -1.5,-1.5 + pos: 6.5,-2.5 parent: 2 - - uid: 1103 + - uid: 1935 components: - type: Transform - pos: -2.5,-1.5 + pos: -5.5,-2.5 parent: 2 - - uid: 1104 + - uid: 1936 components: - type: Transform - pos: -3.5,-1.5 + pos: -8.5,-0.5 parent: 2 - - uid: 1105 + - uid: 1943 components: - type: Transform - pos: -2.5,1.5 + pos: 13.5,1.5 parent: 2 - - uid: 1106 + - uid: 1944 components: - type: Transform - pos: -3.5,1.5 + pos: 15.5,1.5 parent: 2 - - uid: 1107 + - uid: 1945 components: - type: Transform - pos: -1.5,-4.5 + pos: 17.5,-0.5 parent: 2 - - uid: 1108 + - uid: 1946 components: - type: Transform - pos: -1.5,-5.5 + pos: 17.5,-2.5 parent: 2 - - uid: 1109 + - uid: 2058 components: - type: Transform - pos: -2.5,-4.5 + pos: -18.5,8.5 parent: 2 - - uid: 1110 + - uid: 3095 components: - type: Transform - pos: -3.5,-4.5 + pos: -1.5,18.5 parent: 2 - - uid: 1111 + - uid: 3096 components: - type: Transform - pos: -0.5,-4.5 + pos: -0.5,18.5 parent: 2 - - uid: 1112 + - uid: 3097 components: - type: Transform - pos: 0.5,-4.5 + pos: -0.5,14.5 parent: 2 - - uid: 1113 + - uid: 3098 components: - type: Transform - pos: 2.5,-4.5 + pos: -1.5,14.5 parent: 2 - - uid: 1114 + - uid: 3100 components: - type: Transform - pos: 1.5,-4.5 + pos: -3.5,26.5 parent: 2 - - uid: 1115 + - uid: 3101 components: - type: Transform - pos: 3.5,-4.5 + pos: -3.5,25.5 parent: 2 - - uid: 1116 + - uid: 3102 components: - type: Transform - pos: 4.5,-4.5 + pos: -1.5,28.5 parent: 2 - - uid: 1117 + - uid: 3103 components: - type: Transform - pos: 5.5,-4.5 + pos: -0.5,28.5 parent: 2 - - uid: 1118 + - uid: 4046 components: - type: Transform - pos: -0.5,-1.5 + pos: -15.5,10.5 parent: 2 - - uid: 1119 + - uid: 4049 components: - type: Transform - pos: 0.5,-1.5 + pos: -38.5,9.5 parent: 2 - - uid: 1120 + - uid: 4050 components: - type: Transform - pos: 1.5,-1.5 + pos: -38.5,11.5 parent: 2 - - uid: 1121 + - uid: 4051 components: - type: Transform - pos: 2.5,-1.5 + pos: -24.5,12.5 parent: 2 - - uid: 1122 + - uid: 4052 components: - type: Transform - pos: 3.5,-1.5 + pos: -18.5,18.5 parent: 2 - - uid: 1123 + - uid: 4053 components: - type: Transform - pos: 4.5,-1.5 + pos: -10.5,8.5 parent: 2 - - uid: 1124 + - uid: 4054 components: - type: Transform - pos: -0.5,1.5 + pos: -8.5,23.5 parent: 2 - - uid: 1125 + - uid: 4292 components: - type: Transform - pos: 0.5,1.5 - parent: 2 - - uid: 1126 + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 4085 + - uid: 4293 components: - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 1127 + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 4085 + - uid: 4294 components: - type: Transform - pos: 3.5,1.5 - parent: 2 - - uid: 1128 + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 4085 + - uid: 4295 components: - type: Transform - pos: 4.5,1.5 - parent: 2 - - uid: 1129 + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 4085 + - uid: 4296 components: - type: Transform - pos: 2.5,1.5 - parent: 2 - - uid: 1130 + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 4085 + - uid: 4297 components: - type: Transform - pos: 12.5,1.5 - parent: 2 - - uid: 1131 + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 4085 + - uid: 4298 components: - type: Transform - pos: 12.5,-0.5 - parent: 2 - - uid: 1132 + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 4085 + - uid: 4676 components: - type: Transform - pos: 12.5,-1.5 - parent: 2 - - uid: 1133 + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 4558 + - uid: 4677 components: - type: Transform - pos: 12.5,0.5 - parent: 2 - - uid: 1134 + rot: -1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 4558 + - uid: 4678 components: - type: Transform - pos: 12.5,-2.5 - parent: 2 - - uid: 1135 + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 4558 + - uid: 4679 components: - type: Transform - pos: 12.5,-3.5 - parent: 2 - - uid: 1136 + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 4558 +- proto: Fireplace + entities: + - uid: 3179 components: - type: Transform - pos: 11.5,-1.5 + pos: -14.5,22.5 parent: 2 - - uid: 1137 +- proto: FlippoLighter + entities: + - uid: 2677 components: - type: Transform - pos: 9.5,-1.5 - parent: 2 - - uid: 1138 + parent: 2675 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3045 components: - type: Transform - pos: 8.5,-1.5 - parent: 2 - - uid: 1139 + parent: 3039 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3057 components: - type: Transform - pos: 10.5,-1.5 + pos: -2.6186924,33.446617 parent: 2 - - uid: 1140 +- proto: FloorDrain + entities: + - uid: 710 components: - type: Transform - pos: 7.5,-1.5 + rot: 3.141592653589793 rad + pos: -11.5,1.5 parent: 2 - - uid: 1141 + - type: Fixtures + fixtures: {} + - uid: 1660 components: - type: Transform - pos: 13.5,-1.5 + pos: -8.5,2.5 parent: 2 - - uid: 1142 + - type: Fixtures + fixtures: {} + - uid: 3129 components: - type: Transform - pos: 14.5,-1.5 + pos: -16.5,-1.5 parent: 2 - - uid: 1143 + - type: Fixtures + fixtures: {} + - uid: 3769 components: - type: Transform - pos: 15.5,-1.5 + rot: 1.5707963267948966 rad + pos: -9.5,20.5 parent: 2 - - uid: 1144 + - type: Fixtures + fixtures: {} +- proto: FloorWaterEntity + entities: + - uid: 284 components: - type: Transform - pos: 16.5,-1.5 + pos: 0.5,11.5 parent: 2 - - uid: 1145 + - uid: 1658 components: - type: Transform - pos: 17.5,-1.5 + pos: 0.5,9.5 parent: 2 - - uid: 1146 + - uid: 2003 components: - type: Transform - pos: 18.5,-1.5 + pos: 0.5,10.5 parent: 2 - - uid: 1147 + - uid: 2005 components: - type: Transform - pos: 14.5,-0.5 + pos: 1.5,11.5 parent: 2 - - uid: 1148 + - uid: 2006 components: - type: Transform - pos: 14.5,1.5 + pos: 1.5,9.5 parent: 2 - - uid: 1149 + - uid: 2007 components: - type: Transform - pos: 14.5,2.5 + pos: 1.5,8.5 parent: 2 - - uid: 1150 + - uid: 2008 components: - type: Transform - pos: 14.5,0.5 + pos: 1.5,12.5 parent: 2 - - uid: 1678 + - uid: 2090 components: - type: Transform - pos: -10.5,18.5 + rot: 3.141592653589793 rad + pos: 1.5,10.5 parent: 2 - - uid: 1858 + - uid: 2240 components: - type: Transform - pos: 0.5,-21.5 + rot: 1.5707963267948966 rad + pos: 2.5,8.5 parent: 2 - - uid: 1886 +- proto: FoodBoxDonkpocketStonk + entities: + - uid: 3026 components: - type: Transform - pos: 0.5,-20.5 + pos: -9.016428,29.993034 parent: 2 - - uid: 1897 +- proto: FoodBoxDonut + entities: + - uid: 3269 components: - type: Transform - pos: -27.5,10.5 + pos: -9.045731,26.992601 parent: 2 - - uid: 1898 +- proto: FoodBoxNugget + entities: + - uid: 3027 components: - type: Transform - pos: -27.5,9.5 + pos: 0.6568885,34.641487 parent: 2 - - uid: 1899 +- proto: FuelDispenser + entities: + - uid: 1166 components: - type: Transform - pos: -27.5,11.5 + pos: -8.5,3.5 parent: 2 - - uid: 1900 +- proto: GasAnalyzer + entities: + - uid: 4039 components: - type: Transform - pos: -19.5,14.5 + pos: -20.15466,7.6919394 parent: 2 - - uid: 1901 + - uid: 4040 components: - type: Transform - pos: -16.5,1.5 + pos: -20.02966,7.6294394 parent: 2 - - uid: 1902 + - uid: 4299 components: - type: Transform - pos: -17.5,1.5 - parent: 2 - - uid: 1903 + pos: -3.65699,-7.2361517 + parent: 4085 +- proto: GasMinerNitrogenStation + entities: + - uid: 4012 components: - type: Transform - pos: -10.5,-9.5 + rot: -1.5707963267948966 rad + pos: -21.5,2.5 parent: 2 - - uid: 1904 +- proto: GasMinerOxygenStation + entities: + - uid: 4013 components: - type: Transform - pos: -10.5,-10.5 + rot: -1.5707963267948966 rad + pos: -20.5,2.5 parent: 2 - - uid: 1905 +- proto: GasMixerFlipped + entities: + - uid: 993 components: - type: Transform - pos: -11.5,-10.5 + pos: -20.5,3.5 parent: 2 - - uid: 1906 + - type: GasMixer + inletTwoConcentration: 0.78 + inletOneConcentration: 0.22 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPassiveVent + entities: + - uid: 995 components: - type: Transform - pos: -0.5,-17.5 + rot: 3.141592653589793 rad + pos: -20.5,2.5 parent: 2 - - uid: 1907 + - uid: 1799 components: - type: Transform - pos: -1.5,-17.5 + rot: 3.141592653589793 rad + pos: -21.5,2.5 parent: 2 - - uid: 1908 + - uid: 1800 components: - type: Transform - pos: -3.5,-17.5 + rot: 3.141592653589793 rad + pos: -18.5,1.5 parent: 2 - - uid: 1909 + - uid: 4680 components: - type: Transform - pos: -2.5,-17.5 - parent: 2 - - uid: 1910 + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 4558 +- proto: GasPipeBend + entities: + - uid: 246 components: - type: Transform - pos: -4.5,-17.5 + rot: 3.141592653589793 rad + pos: -1.5,-4.5 parent: 2 - - uid: 1911 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 448 components: - type: Transform - pos: -5.5,-17.5 + rot: 3.141592653589793 rad + pos: -9.5,-10.5 parent: 2 - - uid: 1912 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 453 components: - type: Transform - pos: -6.5,-17.5 + rot: 1.5707963267948966 rad + pos: -9.5,-15.5 parent: 2 - - uid: 1913 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 522 components: - type: Transform - pos: -7.5,-17.5 + rot: -1.5707963267948966 rad + pos: 10.5,-10.5 parent: 2 - - uid: 1914 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 600 components: - type: Transform - pos: 9.5,-10.5 + rot: 3.141592653589793 rad + pos: -0.5,-19.5 parent: 2 - - uid: 1915 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 632 components: - type: Transform - pos: 9.5,-12.5 + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 parent: 2 - - uid: 1916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 636 components: - type: Transform - pos: 9.5,-11.5 + rot: 1.5707963267948966 rad + pos: -14.5,1.5 parent: 2 - - uid: 1917 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 648 components: - type: Transform - pos: 16.5,-2.5 + rot: 3.141592653589793 rad + pos: -16.5,-2.5 parent: 2 - - uid: 1918 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1188 components: - type: Transform - pos: 16.5,-3.5 + rot: -1.5707963267948966 rad + pos: 5.5,-17.5 parent: 2 - - uid: 1919 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1191 components: - type: Transform - pos: 18.5,-0.5 + pos: 10.5,-16.5 parent: 2 - - uid: 1920 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1266 components: - type: Transform - pos: 9.5,-0.5 + rot: 1.5707963267948966 rad + pos: -21.5,3.5 parent: 2 - - uid: 1921 + - uid: 1297 components: - type: Transform - pos: 9.5,0.5 + rot: 3.141592653589793 rad + pos: -31.5,6.5 parent: 2 - - uid: 1998 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1360 components: - type: Transform - pos: -3.5,14.5 + pos: -10.5,15.5 parent: 2 - - uid: 2500 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1361 components: - type: Transform - pos: -13.5,20.5 + rot: -1.5707963267948966 rad + pos: -10.5,4.5 parent: 2 - - uid: 2513 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1386 components: - type: Transform - pos: -12.5,20.5 + pos: -8.5,1.5 parent: 2 - - uid: 2753 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1387 components: - type: Transform - pos: -1.5,23.5 + pos: 1.5,-4.5 parent: 2 - - uid: 2754 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1578 components: - type: Transform - pos: -0.5,23.5 + rot: 1.5707963267948966 rad + pos: -31.5,5.5 parent: 2 - - uid: 2755 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1580 components: - type: Transform - pos: 0.5,23.5 + pos: 9.5,-1.5 parent: 2 - - uid: 2758 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1635 components: - type: Transform - pos: -1.5,22.5 + pos: -7.5,0.5 parent: 2 - - uid: 2759 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1852 components: - type: Transform - pos: -1.5,20.5 + rot: 3.141592653589793 rad + pos: -31.5,10.5 parent: 2 - - uid: 2760 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1931 components: - type: Transform - pos: -1.5,21.5 + rot: 1.5707963267948966 rad + pos: -17.5,6.5 parent: 2 - - uid: 2761 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2035 components: - type: Transform - pos: -1.5,19.5 + rot: 1.5707963267948966 rad + pos: -18.5,22.5 parent: 2 - - uid: 2762 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2078 components: - type: Transform - pos: -1.5,18.5 + pos: -24.5,14.5 parent: 2 - - uid: 2763 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2079 components: - type: Transform - pos: -1.5,17.5 + rot: 3.141592653589793 rad + pos: -25.5,14.5 parent: 2 - - uid: 2764 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2103 components: - type: Transform - pos: -1.5,16.5 + rot: -1.5707963267948966 rad + pos: -17.5,22.5 parent: 2 - - uid: 2765 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2131 components: - type: Transform - pos: -0.5,16.5 + rot: -1.5707963267948966 rad + pos: -28.5,6.5 parent: 2 - - uid: 2766 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2140 components: - type: Transform - pos: -9.5,22.5 + rot: -1.5707963267948966 rad + pos: -27.5,5.5 parent: 2 - - uid: 2767 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2603 components: - type: Transform - pos: -9.5,21.5 + rot: 1.5707963267948966 rad + pos: -0.5,33.5 parent: 2 - - uid: 2768 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2604 components: - type: Transform - pos: -8.5,21.5 + pos: -1.5,33.5 parent: 2 - - uid: 2769 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2617 components: - type: Transform - pos: -7.5,21.5 + pos: -5.5,35.5 parent: 2 - - uid: 2770 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2618 components: - type: Transform - pos: -5.5,21.5 + pos: -6.5,34.5 parent: 2 - - uid: 2771 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2625 components: - type: Transform - pos: -4.5,21.5 + rot: 1.5707963267948966 rad + pos: -8.5,34.5 parent: 2 - - uid: 2772 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2626 components: - type: Transform - pos: -6.5,21.5 + rot: 1.5707963267948966 rad + pos: -10.5,35.5 parent: 2 - - uid: 2773 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2653 components: - type: Transform - pos: -6.5,20.5 + pos: -13.5,28.5 parent: 2 - - uid: 2774 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2654 components: - type: Transform - pos: -6.5,19.5 + pos: -12.5,29.5 parent: 2 - - uid: 2775 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3306 components: - type: Transform - pos: -6.5,22.5 + rot: 3.141592653589793 rad + pos: -12.5,20.5 parent: 2 - - uid: 2776 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3307 components: - type: Transform - pos: -0.5,21.5 + rot: 3.141592653589793 rad + pos: -13.5,19.5 parent: 2 - - uid: 2777 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4300 components: - type: Transform - pos: 0.5,21.5 - parent: 2 - - uid: 2778 + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 4085 + - uid: 4301 components: - type: Transform - pos: -1.5,24.5 - parent: 2 - - uid: 2779 + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 4085 + - uid: 4302 components: - type: Transform - pos: -1.5,26.5 - parent: 2 - - uid: 2780 + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 4085 + - uid: 4303 components: - type: Transform - pos: -3.5,34.5 - parent: 2 - - uid: 2781 + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 4085 + - uid: 4304 components: - type: Transform - pos: -1.5,25.5 - parent: 2 - - uid: 2782 + pos: -2.5,3.5 + parent: 4085 + - uid: 4305 components: - type: Transform - pos: -0.5,26.5 - parent: 2 - - uid: 2783 + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 4085 + - uid: 4306 components: - type: Transform - pos: 0.5,26.5 - parent: 2 - - uid: 2784 + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 4085 + - uid: 4681 components: - type: Transform - pos: -1.5,34.5 - parent: 2 - - uid: 2785 + rot: 3.141592653589793 rad + pos: 4.5,-8.5 + parent: 4558 + - uid: 4682 components: - type: Transform - pos: -2.5,34.5 - parent: 2 - - uid: 2786 + rot: 1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 4558 +- proto: GasPipeFourway + entities: + - uid: 30 components: - type: Transform - pos: -1.5,33.5 + pos: -8.5,26.5 parent: 2 - - uid: 2787 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 225 components: - type: Transform - pos: -1.5,31.5 + pos: 1.5,-9.5 parent: 2 - - uid: 2788 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 500 components: - type: Transform - pos: -1.5,30.5 + pos: -0.5,-10.5 parent: 2 - - uid: 2789 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 606 components: - type: Transform - pos: -1.5,29.5 + pos: -1.5,-1.5 parent: 2 - - uid: 2790 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1161 components: - type: Transform - pos: -1.5,32.5 + pos: -0.5,-15.5 parent: 2 - - uid: 2791 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1216 components: - type: Transform - pos: -0.5,34.5 + pos: -18.5,9.5 parent: 2 - - uid: 2792 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1320 components: - type: Transform - pos: 0.5,34.5 + pos: -10.5,10.5 parent: 2 - - uid: 2793 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1385 components: - type: Transform - pos: -0.5,31.5 + pos: -9.5,9.5 parent: 2 - - uid: 2794 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4307 components: - type: Transform - pos: 0.5,31.5 - parent: 2 - - uid: 2795 + pos: 0.5,0.5 + parent: 4085 +- proto: GasPipeStraight + entities: + - uid: 21 components: - type: Transform - pos: -2.5,31.5 + pos: -9.5,7.5 parent: 2 - - uid: 2796 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 144 components: - type: Transform - pos: -14.5,18.5 + rot: 3.141592653589793 rad + pos: -0.5,-9.5 parent: 2 - - uid: 2797 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 148 components: - type: Transform - pos: -14.5,19.5 + rot: 1.5707963267948966 rad + pos: -29.5,10.5 parent: 2 - - uid: 2798 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 162 components: - type: Transform - pos: -14.5,21.5 + rot: 3.141592653589793 rad + pos: -10.5,12.5 parent: 2 - - uid: 2799 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 166 components: - type: Transform - pos: -14.5,22.5 + rot: -1.5707963267948966 rad + pos: -1.5,-9.5 parent: 2 - - uid: 2800 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 170 components: - type: Transform - pos: -14.5,20.5 + rot: -1.5707963267948966 rad + pos: -0.5,-9.5 parent: 2 - - uid: 2802 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 181 components: - type: Transform - pos: -12.5,21.5 + rot: 1.5707963267948966 rad + pos: 6.5,-15.5 parent: 2 - - uid: 2804 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 188 components: - type: Transform - pos: -12.5,22.5 + rot: 1.5707963267948966 rad + pos: 9.5,-15.5 parent: 2 - - uid: 2806 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 190 components: - type: Transform - pos: -10.5,23.5 + rot: 3.141592653589793 rad + pos: -10.5,11.5 parent: 2 - - uid: 2807 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 192 components: - type: Transform - pos: -10.5,25.5 + rot: -1.5707963267948966 rad + pos: -8.5,10.5 parent: 2 - - uid: 2808 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 195 components: - type: Transform - pos: -10.5,24.5 + rot: -1.5707963267948966 rad + pos: -7.5,10.5 parent: 2 - - uid: 2809 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 199 components: - type: Transform - pos: -11.5,25.5 + rot: -1.5707963267948966 rad + pos: -6.5,10.5 parent: 2 - - uid: 2810 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 203 components: - type: Transform - pos: -13.5,25.5 + rot: -1.5707963267948966 rad + pos: -5.5,10.5 parent: 2 - - uid: 2811 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 207 components: - type: Transform - pos: -12.5,25.5 + rot: -1.5707963267948966 rad + pos: -2.5,10.5 parent: 2 - - uid: 2812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 209 components: - type: Transform - pos: -14.5,25.5 + rot: -1.5707963267948966 rad + pos: -3.5,10.5 parent: 2 - - uid: 2813 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 212 components: - type: Transform - pos: -9.5,25.5 + rot: -1.5707963267948966 rad + pos: -9.5,10.5 parent: 2 - - uid: 2814 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 218 components: - type: Transform - pos: -7.5,25.5 + rot: 3.141592653589793 rad + pos: 1.5,-6.5 parent: 2 - - uid: 2815 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 226 components: - type: Transform - pos: -6.5,25.5 + rot: 3.141592653589793 rad + pos: 1.5,-8.5 parent: 2 - - uid: 2816 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 230 components: - type: Transform - pos: -8.5,25.5 + rot: 3.141592653589793 rad + pos: -1.5,8.5 parent: 2 - - uid: 2817 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 231 components: - type: Transform - pos: -5.5,25.5 + rot: 3.141592653589793 rad + pos: -1.5,9.5 parent: 2 - - uid: 2818 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 232 components: - type: Transform - pos: -4.5,25.5 + rot: 3.141592653589793 rad + pos: -1.5,7.5 parent: 2 - - uid: 2819 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 233 components: - type: Transform - pos: -10.5,26.5 + rot: 3.141592653589793 rad + pos: -1.5,6.5 parent: 2 - - uid: 2820 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 234 components: - type: Transform - pos: -10.5,27.5 + rot: 3.141592653589793 rad + pos: -1.5,5.5 parent: 2 - - uid: 2821 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 235 components: - type: Transform - pos: -10.5,28.5 + rot: 3.141592653589793 rad + pos: -1.5,4.5 parent: 2 - - uid: 2822 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 236 components: - type: Transform - pos: -10.5,30.5 + rot: 3.141592653589793 rad + pos: -1.5,3.5 parent: 2 - - uid: 2823 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 238 components: - type: Transform - pos: -10.5,31.5 + rot: 1.5707963267948966 rad + pos: -0.5,2.5 parent: 2 - - uid: 2824 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 240 components: - type: Transform - pos: -10.5,29.5 + pos: -1.5,1.5 parent: 2 - - uid: 2825 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 241 components: - type: Transform - pos: -11.5,29.5 + pos: -1.5,-0.5 parent: 2 - - uid: 2826 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 243 components: - type: Transform - pos: -13.5,29.5 + pos: -1.5,-2.5 parent: 2 - - uid: 2827 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 244 components: - type: Transform - pos: -14.5,29.5 + pos: -1.5,-3.5 parent: 2 - - uid: 2828 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 245 components: - type: Transform - pos: -12.5,29.5 + pos: -1.5,0.5 parent: 2 - - uid: 2829 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 249 components: - type: Transform - pos: -15.5,29.5 + rot: 3.141592653589793 rad + pos: 1.5,-10.5 parent: 2 - - uid: 2830 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 254 components: - type: Transform - pos: -16.5,29.5 + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 parent: 2 - - uid: 2831 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 256 components: - type: Transform - pos: -17.5,29.5 + rot: 1.5707963267948966 rad + pos: 2.5,-15.5 parent: 2 - - uid: 2832 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 258 components: - type: Transform - pos: -16.5,28.5 + rot: 1.5707963267948966 rad + pos: 4.5,-15.5 parent: 2 - - uid: 2833 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 267 components: - type: Transform - pos: -16.5,27.5 + rot: 1.5707963267948966 rad + pos: 3.5,-15.5 parent: 2 - - uid: 2834 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 269 components: - type: Transform - pos: -16.5,30.5 + rot: 1.5707963267948966 rad + pos: 1.5,-15.5 parent: 2 - - uid: 2835 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 275 components: - type: Transform - pos: -9.5,29.5 + rot: 3.141592653589793 rad + pos: -27.5,6.5 parent: 2 - - uid: 2836 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 278 components: - type: Transform - pos: -7.5,29.5 + rot: 1.5707963267948966 rad + pos: -30.5,5.5 parent: 2 - - uid: 2837 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 281 components: - type: Transform - pos: -8.5,29.5 + rot: -1.5707963267948966 rad + pos: -2.5,-9.5 parent: 2 - - uid: 2838 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 288 components: - type: Transform - pos: -6.5,29.5 + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 parent: 2 - - uid: 2839 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 289 components: - type: Transform - pos: -5.5,29.5 + rot: -1.5707963267948966 rad + pos: 3.5,-9.5 parent: 2 - - uid: 2840 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 324 components: - type: Transform - pos: -4.5,29.5 + rot: -1.5707963267948966 rad + pos: -16.5,9.5 parent: 2 - - uid: 2841 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 331 components: - type: Transform - pos: -9.5,35.5 + rot: -1.5707963267948966 rad + pos: -16.5,10.5 parent: 2 - - uid: 2842 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 397 components: - type: Transform - pos: -8.5,35.5 + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 parent: 2 - - uid: 2843 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 406 components: - type: Transform - pos: -6.5,35.5 + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 parent: 2 - - uid: 2844 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 407 components: - type: Transform - pos: -5.5,35.5 + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 parent: 2 - - uid: 2845 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 413 components: - type: Transform - pos: -7.5,35.5 + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 parent: 2 - - uid: 2846 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 414 components: - type: Transform - pos: -11.5,32.5 + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 parent: 2 - - uid: 2847 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 415 components: - type: Transform - pos: -12.5,32.5 + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 parent: 2 - - uid: 2848 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 416 components: - type: Transform - pos: -13.5,32.5 + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 parent: 2 - - uid: 2849 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 417 components: - type: Transform - pos: -14.5,32.5 + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 parent: 2 - - uid: 2850 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 418 components: - type: Transform - pos: -9.5,32.5 + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 parent: 2 - - uid: 2851 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 419 components: - type: Transform - pos: -7.5,32.5 + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 parent: 2 - - uid: 2852 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 420 components: - type: Transform - pos: -6.5,32.5 + rot: 1.5707963267948966 rad + pos: -10.5,9.5 parent: 2 - - uid: 2853 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 436 components: - type: Transform - pos: -5.5,32.5 + rot: 1.5707963267948966 rad + pos: 0.5,2.5 parent: 2 - - uid: 2854 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 437 components: - type: Transform - pos: -8.5,32.5 + rot: 1.5707963267948966 rad + pos: 1.5,2.5 parent: 2 - - uid: 2855 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 438 components: - type: Transform - pos: -4.5,32.5 + rot: 1.5707963267948966 rad + pos: 2.5,2.5 parent: 2 - - uid: 3165 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 440 components: - type: Transform - pos: -9.5,36.5 + rot: 3.141592653589793 rad + pos: -10.5,14.5 parent: 2 - - uid: 3166 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 450 components: - type: Transform - pos: -9.5,37.5 + rot: 1.5707963267948966 rad + pos: 7.5,-15.5 parent: 2 - - uid: 3167 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 454 components: - type: Transform - pos: -0.5,19.5 + rot: 1.5707963267948966 rad + pos: 8.5,-15.5 parent: 2 - - uid: 3168 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 477 components: - type: Transform - pos: 0.5,19.5 + rot: 3.141592653589793 rad + pos: -10.5,13.5 parent: 2 - - uid: 3169 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 481 components: - type: Transform - pos: -16.5,31.5 + rot: 1.5707963267948966 rad + pos: -22.5,10.5 parent: 2 - - uid: 3170 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 486 components: - type: Transform - pos: -17.5,31.5 + rot: 1.5707963267948966 rad + pos: -20.5,9.5 parent: 2 - - uid: 3171 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 490 components: - type: Transform - pos: -18.5,31.5 + rot: -1.5707963267948966 rad + pos: -25.5,9.5 parent: 2 - - uid: 3172 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 492 components: - type: Transform - pos: -15.5,20.5 + rot: 3.141592653589793 rad + pos: -0.5,-8.5 parent: 2 - - uid: 3173 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 493 components: - type: Transform - pos: -16.5,20.5 + rot: 3.141592653589793 rad + pos: -0.5,-7.5 parent: 2 - - uid: 3174 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 494 components: - type: Transform - pos: -12.5,19.5 + rot: 3.141592653589793 rad + pos: -0.5,-17.5 parent: 2 - - uid: 3175 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 495 components: - type: Transform - pos: -11.5,20.5 + rot: 3.141592653589793 rad + pos: -0.5,-16.5 parent: 2 -- proto: CableHV - entities: - - uid: 703 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 497 components: - type: Transform - pos: -23.5,7.5 + rot: 3.141592653589793 rad + pos: -0.5,-13.5 parent: 2 - - uid: 704 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 498 components: - type: Transform - pos: -25.5,7.5 + rot: -1.5707963267948966 rad + pos: 4.5,2.5 parent: 2 - - uid: 708 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 499 components: - type: Transform - pos: -25.5,13.5 + rot: 3.141592653589793 rad + pos: -0.5,-11.5 parent: 2 - - uid: 709 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 501 components: - type: Transform - pos: -23.5,13.5 + rot: 3.141592653589793 rad + pos: -0.5,-14.5 parent: 2 - - uid: 710 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 503 components: - type: Transform - pos: -24.5,13.5 + rot: -1.5707963267948966 rad + pos: -25.5,10.5 parent: 2 - - uid: 711 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 510 components: - type: Transform - pos: -26.5,11.5 + rot: 1.5707963267948966 rad + pos: -4.5,-15.5 parent: 2 - - uid: 712 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 512 components: - type: Transform - pos: -26.5,10.5 + pos: -23.5,12.5 parent: 2 - - uid: 713 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 513 components: - type: Transform - pos: -26.5,9.5 + pos: -24.5,11.5 parent: 2 - - uid: 715 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 515 components: - type: Transform - pos: -24.5,8.5 + rot: 1.5707963267948966 rad + pos: -3.5,-15.5 parent: 2 - - uid: 718 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 521 components: - type: Transform - pos: -24.5,12.5 + rot: -1.5707963267948966 rad + pos: -8.5,-10.5 parent: 2 - - uid: 720 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 523 components: - type: Transform - pos: -25.5,10.5 + rot: -1.5707963267948966 rad + pos: -7.5,-10.5 parent: 2 - - uid: 721 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 524 components: - type: Transform - pos: -24.5,11.5 + rot: -1.5707963267948966 rad + pos: -6.5,-10.5 parent: 2 - - uid: 722 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 525 components: - type: Transform - pos: -24.5,10.5 + rot: -1.5707963267948966 rad + pos: -5.5,-10.5 parent: 2 - - uid: 723 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 526 components: - type: Transform - pos: -24.5,9.5 + rot: -1.5707963267948966 rad + pos: -4.5,-10.5 parent: 2 - - uid: 725 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 527 components: - type: Transform - pos: -23.5,10.5 + rot: -1.5707963267948966 rad + pos: -3.5,-10.5 parent: 2 - - uid: 726 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 529 components: - type: Transform - pos: -21.5,10.5 + rot: -1.5707963267948966 rad + pos: -1.5,-10.5 parent: 2 - - uid: 727 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 531 components: - type: Transform - pos: -22.5,10.5 + rot: 3.141592653589793 rad + pos: -9.5,10.5 parent: 2 - - uid: 729 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 532 components: - type: Transform - pos: -21.5,11.5 + rot: 3.141592653589793 rad + pos: -9.5,11.5 parent: 2 - - uid: 730 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 533 components: - type: Transform - pos: -20.5,11.5 + rot: 3.141592653589793 rad + pos: -9.5,12.5 parent: 2 - - uid: 731 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 534 components: - type: Transform - pos: -20.5,10.5 + rot: 3.141592653589793 rad + pos: -9.5,13.5 parent: 2 - - uid: 732 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 535 components: - type: Transform - pos: -20.5,9.5 + rot: 3.141592653589793 rad + pos: -9.5,14.5 parent: 2 - - uid: 734 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 536 components: - type: Transform - pos: -21.5,9.5 + rot: 1.5707963267948966 rad + pos: -8.5,9.5 parent: 2 - - uid: 735 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 537 components: - type: Transform - pos: -19.5,10.5 + rot: 1.5707963267948966 rad + pos: -6.5,9.5 parent: 2 - - uid: 737 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 538 components: - type: Transform - pos: -18.5,10.5 + rot: 1.5707963267948966 rad + pos: -7.5,9.5 parent: 2 - - uid: 770 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 540 components: - type: Transform - pos: -26.5,8.5 + rot: 1.5707963267948966 rad + pos: -3.5,9.5 parent: 2 - - uid: 771 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 541 components: - type: Transform - pos: -26.5,12.5 + rot: 1.5707963267948966 rad + pos: -1.5,9.5 parent: 2 - - uid: 778 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 542 components: - type: Transform - pos: -24.5,7.5 + rot: 1.5707963267948966 rad + pos: -5.5,9.5 parent: 2 - - uid: 783 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 543 components: - type: Transform - pos: -18.5,7.5 + rot: 1.5707963267948966 rad + pos: -2.5,9.5 parent: 2 - - uid: 804 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 544 components: - type: Transform - pos: -18.5,9.5 + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 parent: 2 - - uid: 805 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 545 components: - type: Transform - pos: -18.5,8.5 + rot: -1.5707963267948966 rad + pos: 9.5,-10.5 parent: 2 - - uid: 886 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 546 components: - type: Transform - pos: -1.5,-7.5 + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 parent: 2 - - uid: 888 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 547 components: - type: Transform - pos: -1.5,-5.5 + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 parent: 2 - - uid: 889 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 549 components: - type: Transform - pos: -1.5,-3.5 + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 parent: 2 - - uid: 890 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 550 components: - type: Transform - pos: -1.5,-2.5 + rot: -1.5707963267948966 rad + pos: 5.5,-10.5 parent: 2 - - uid: 891 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 551 components: - type: Transform - pos: -1.5,-4.5 + rot: -1.5707963267948966 rad + pos: 6.5,-10.5 parent: 2 - - uid: 892 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 552 components: - type: Transform - pos: -1.5,-1.5 + rot: -1.5707963267948966 rad + pos: 7.5,-10.5 parent: 2 - - uid: 893 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 553 components: - type: Transform - pos: -1.5,-0.5 + rot: -1.5707963267948966 rad + pos: 8.5,-10.5 parent: 2 - - uid: 894 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 554 components: - type: Transform - pos: -1.5,0.5 + rot: 1.5707963267948966 rad + pos: -3.5,26.5 parent: 2 - - uid: 895 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 555 components: - type: Transform - pos: -1.5,1.5 + pos: -6.5,32.5 parent: 2 - - uid: 896 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 558 components: - type: Transform - pos: -1.5,2.5 + rot: 3.141592653589793 rad + pos: -0.5,10.5 parent: 2 - - uid: 897 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 559 components: - type: Transform - pos: -1.5,3.5 + rot: 3.141592653589793 rad + pos: -0.5,8.5 parent: 2 - - uid: 898 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 562 components: - type: Transform - pos: -1.5,4.5 + rot: 3.141592653589793 rad + pos: -0.5,11.5 parent: 2 - - uid: 899 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 563 components: - type: Transform - pos: -1.5,6.5 + rot: 3.141592653589793 rad + pos: -0.5,13.5 parent: 2 - - uid: 900 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 564 components: - type: Transform - pos: -1.5,7.5 + rot: 3.141592653589793 rad + pos: -0.5,14.5 parent: 2 - - uid: 901 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 565 components: - type: Transform - pos: -1.5,5.5 + rot: 3.141592653589793 rad + pos: -0.5,12.5 parent: 2 - - uid: 902 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 566 components: - type: Transform - pos: -1.5,8.5 + rot: 3.141592653589793 rad + pos: -1.5,11.5 parent: 2 - - uid: 903 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 567 components: - type: Transform - pos: -1.5,9.5 + rot: 3.141592653589793 rad + pos: -1.5,12.5 parent: 2 - - uid: 904 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 568 components: - type: Transform - pos: -1.5,10.5 + rot: 3.141592653589793 rad + pos: -1.5,13.5 parent: 2 - - uid: 905 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 569 components: - type: Transform - pos: -2.5,10.5 + rot: 3.141592653589793 rad + pos: -1.5,14.5 parent: 2 - - uid: 906 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 575 components: - type: Transform - pos: -3.5,10.5 + rot: 3.141592653589793 rad + pos: -0.5,4.5 parent: 2 - - uid: 907 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 577 components: - type: Transform - pos: -5.5,10.5 + rot: 3.141592653589793 rad + pos: -0.5,7.5 parent: 2 - - uid: 908 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 580 components: - type: Transform - pos: -4.5,10.5 + rot: 3.141592653589793 rad + pos: -0.5,6.5 parent: 2 - - uid: 909 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 581 components: - type: Transform - pos: -6.5,10.5 + pos: -5.5,27.5 parent: 2 - - uid: 910 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 584 components: - type: Transform - pos: -7.5,10.5 + rot: 1.5707963267948966 rad + pos: -2.5,25.5 parent: 2 - - uid: 911 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 587 components: - type: Transform - pos: -8.5,10.5 + rot: 3.141592653589793 rad + pos: -0.5,2.5 parent: 2 - - uid: 912 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 588 components: - type: Transform - pos: -9.5,10.5 + rot: 3.141592653589793 rad + pos: -0.5,0.5 parent: 2 - - uid: 913 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 589 components: - type: Transform - pos: -11.5,10.5 + rot: 3.141592653589793 rad + pos: -0.5,1.5 parent: 2 - - uid: 914 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 590 components: - type: Transform - pos: -12.5,10.5 + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 parent: 2 - - uid: 915 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 591 components: - type: Transform - pos: -13.5,10.5 + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 parent: 2 - - uid: 916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 592 components: - type: Transform - pos: -14.5,10.5 + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 parent: 2 - - uid: 917 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 593 components: - type: Transform - pos: -15.5,10.5 + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 parent: 2 - - uid: 918 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 594 components: - type: Transform - pos: -10.5,10.5 + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 parent: 2 - - uid: 919 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 595 components: - type: Transform - pos: -16.5,10.5 + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 parent: 2 - - uid: 920 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 596 components: - type: Transform - pos: -17.5,10.5 + rot: 1.5707963267948966 rad + pos: 6.5,-0.5 parent: 2 - - uid: 1156 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 597 components: - type: Transform - pos: -0.5,-5.5 + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 parent: 2 - - uid: 1157 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 598 components: - type: Transform - pos: -0.5,-6.5 + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 parent: 2 - - uid: 1158 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 599 components: - type: Transform - pos: -0.5,-7.5 + rot: 3.141592653589793 rad + pos: -0.5,-18.5 parent: 2 -- proto: CableMV - entities: - - uid: 107 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 605 components: - type: Transform - pos: -10.5,16.5 + pos: -0.5,-1.5 parent: 2 - - uid: 114 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 607 components: - type: Transform - pos: -10.5,18.5 + pos: -0.5,-3.5 parent: 2 - - uid: 115 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 608 components: - type: Transform - pos: -10.5,17.5 + pos: -0.5,-4.5 parent: 2 - - uid: 285 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 610 components: - type: Transform - pos: -10.5,12.5 + pos: -0.5,-6.5 parent: 2 - - uid: 290 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 611 components: - type: Transform - pos: -10.5,11.5 + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 parent: 2 - - uid: 294 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 612 components: - type: Transform - pos: -10.5,14.5 + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 parent: 2 - - uid: 488 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 613 components: - type: Transform - pos: -10.5,13.5 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 parent: 2 - - uid: 490 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 614 components: - type: Transform - pos: -18.5,7.5 + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 parent: 2 - - uid: 797 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 615 components: - type: Transform - pos: -2.5,4.5 + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 parent: 2 - - uid: 807 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 616 components: - type: Transform - pos: -17.5,8.5 + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 parent: 2 - - uid: 808 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 617 components: - type: Transform - pos: -17.5,7.5 + rot: -1.5707963267948966 rad + pos: -3.5,-2.5 parent: 2 - - uid: 809 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 618 components: - type: Transform - pos: -17.5,9.5 + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 parent: 2 - - uid: 810 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 619 components: - type: Transform - pos: -17.5,10.5 + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 parent: 2 - - uid: 811 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 620 components: - type: Transform - pos: -16.5,10.5 + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 parent: 2 - - uid: 812 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 621 components: - type: Transform - pos: -14.5,10.5 + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 parent: 2 - - uid: 813 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 630 components: - type: Transform - pos: -13.5,10.5 + rot: 3.141592653589793 rad + pos: 9.5,-2.5 parent: 2 - - uid: 814 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 633 components: - type: Transform - pos: -12.5,10.5 + rot: 3.141592653589793 rad + pos: -14.5,-0.5 parent: 2 - - uid: 815 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 634 components: - type: Transform - pos: -15.5,10.5 + rot: 3.141592653589793 rad + pos: -14.5,0.5 parent: 2 - - uid: 816 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 635 components: - type: Transform - pos: -11.5,10.5 + rot: 1.5707963267948966 rad + pos: -13.5,1.5 parent: 2 - - uid: 817 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 637 components: - type: Transform - pos: -10.5,10.5 + pos: -12.5,-0.5 parent: 2 - - uid: 818 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 639 components: - type: Transform - pos: -9.5,10.5 + pos: -12.5,0.5 parent: 2 - - uid: 819 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 640 components: - type: Transform - pos: -8.5,10.5 + rot: -1.5707963267948966 rad + pos: -11.5,-1.5 parent: 2 - - uid: 820 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 641 components: - type: Transform - pos: -7.5,10.5 + rot: -1.5707963267948966 rad + pos: -10.5,-1.5 parent: 2 - - uid: 821 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 642 components: - type: Transform - pos: -6.5,10.5 + rot: -1.5707963267948966 rad + pos: -9.5,-1.5 parent: 2 - - uid: 822 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 643 components: - type: Transform - pos: -5.5,10.5 + rot: -1.5707963267948966 rad + pos: -8.5,-1.5 parent: 2 - - uid: 823 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 645 components: - type: Transform - pos: -4.5,10.5 + rot: -1.5707963267948966 rad + pos: 3.5,2.5 parent: 2 - - uid: 824 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 646 components: - type: Transform - pos: -3.5,10.5 + pos: -7.5,-0.5 parent: 2 - - uid: 825 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 651 components: - type: Transform - pos: -2.5,10.5 + rot: 3.141592653589793 rad + pos: -12.5,-2.5 parent: 2 - - uid: 826 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 652 components: - type: Transform - pos: -1.5,10.5 + rot: 3.141592653589793 rad + pos: -12.5,-3.5 parent: 2 - - uid: 829 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 653 components: - type: Transform - pos: -1.5,9.5 + rot: 1.5707963267948966 rad + pos: -7.5,-2.5 parent: 2 - - uid: 830 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 654 components: - type: Transform - pos: -1.5,8.5 + rot: 1.5707963267948966 rad + pos: -13.5,-2.5 parent: 2 - - uid: 831 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 655 components: - type: Transform - pos: -1.5,7.5 + rot: 1.5707963267948966 rad + pos: -12.5,-2.5 parent: 2 - - uid: 832 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 657 components: - type: Transform - pos: -1.5,6.5 + rot: 3.141592653589793 rad + pos: -8.5,-1.5 parent: 2 - - uid: 833 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 658 components: - type: Transform - pos: -1.5,5.5 + rot: 3.141592653589793 rad + pos: -8.5,-0.5 parent: 2 - - uid: 834 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 659 components: - type: Transform - pos: -1.5,4.5 + rot: 3.141592653589793 rad + pos: -8.5,0.5 parent: 2 - - uid: 835 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 660 components: - type: Transform - pos: -1.5,3.5 + rot: 1.5707963267948966 rad + pos: -9.5,-2.5 parent: 2 - - uid: 836 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 661 components: - type: Transform - pos: -1.5,2.5 + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 parent: 2 - - uid: 837 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 665 components: - type: Transform - pos: -1.5,0.5 + rot: 3.141592653589793 rad + pos: -11.5,-1.5 parent: 2 - - uid: 838 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 666 components: - type: Transform - pos: -1.5,1.5 + rot: 3.141592653589793 rad + pos: -11.5,-0.5 parent: 2 - - uid: 839 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 667 components: - type: Transform - pos: -1.5,-1.5 + rot: 1.5707963267948966 rad + pos: -14.5,-2.5 parent: 2 - - uid: 840 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 668 components: - type: Transform - pos: -1.5,-0.5 + rot: 1.5707963267948966 rad + pos: -15.5,-2.5 parent: 2 - - uid: 841 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 689 components: - type: Transform - pos: -2.5,-1.5 + pos: -5.5,30.5 parent: 2 - - uid: 842 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 711 components: - type: Transform - pos: -3.5,-1.5 + pos: -7.5,22.5 parent: 2 - - uid: 843 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 712 components: - type: Transform - pos: -5.5,-1.5 + pos: -8.5,22.5 parent: 2 - - uid: 844 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 713 components: - type: Transform - pos: -4.5,-1.5 + pos: -8.5,23.5 parent: 2 - - uid: 845 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 715 components: - type: Transform - pos: -6.5,-1.5 + pos: -7.5,24.5 parent: 2 - - uid: 846 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 718 components: - type: Transform - pos: -8.5,-1.5 + pos: -7.5,23.5 parent: 2 - - uid: 847 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 764 components: - type: Transform - pos: -9.5,-1.5 + rot: 1.5707963267948966 rad + pos: -1.5,-15.5 parent: 2 - - uid: 848 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 767 components: - type: Transform - pos: -7.5,-1.5 + rot: -1.5707963267948966 rad + pos: -27.5,10.5 parent: 2 - - uid: 849 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 768 components: - type: Transform - pos: -11.5,-1.5 + rot: 1.5707963267948966 rad + pos: -22.5,9.5 parent: 2 - - uid: 850 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 770 components: - type: Transform - pos: -12.5,-1.5 + rot: 1.5707963267948966 rad + pos: -23.5,10.5 parent: 2 - - uid: 851 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 796 components: - type: Transform - pos: -13.5,-1.5 + pos: -4.5,11.5 parent: 2 - - uid: 852 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 798 components: - type: Transform - pos: -10.5,-1.5 + pos: -5.5,28.5 parent: 2 - - uid: 861 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 856 components: - type: Transform - pos: -4.5,4.5 + pos: -6.5,28.5 parent: 2 - - uid: 862 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1029 components: - type: Transform - pos: -3.5,4.5 + pos: -6.5,33.5 parent: 2 - - uid: 863 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1030 components: - type: Transform - pos: -5.5,4.5 + pos: -6.5,27.5 parent: 2 - - uid: 864 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1036 components: - type: Transform - pos: -0.5,-1.5 + rot: -1.5707963267948966 rad + pos: -8.5,0.5 parent: 2 - - uid: 865 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1038 components: - type: Transform - pos: 0.5,-1.5 + rot: 1.5707963267948966 rad + pos: -5.5,25.5 parent: 2 - - uid: 866 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1040 components: - type: Transform - pos: 1.5,-1.5 + pos: -0.5,3.5 parent: 2 - - uid: 867 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1047 components: - type: Transform - pos: 2.5,-1.5 + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 parent: 2 - - uid: 868 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1049 components: - type: Transform - pos: 3.5,-1.5 + rot: 3.141592653589793 rad + pos: -0.5,-12.5 parent: 2 - - uid: 869 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1175 components: - type: Transform - pos: 4.5,-1.5 + rot: 1.5707963267948966 rad + pos: -6.5,-15.5 parent: 2 - - uid: 870 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1211 components: - type: Transform - pos: 5.5,-1.5 + pos: -19.5,12.5 parent: 2 - - uid: 871 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1215 components: - type: Transform - pos: 6.5,-1.5 + pos: -19.5,16.5 parent: 2 - - uid: 872 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1217 components: - type: Transform - pos: 7.5,-1.5 + pos: -18.5,8.5 parent: 2 - - uid: 873 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1218 components: - type: Transform - pos: 8.5,-1.5 + rot: 3.141592653589793 rad + pos: -18.5,10.5 parent: 2 - - uid: 874 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1219 components: - type: Transform - pos: 9.5,-1.5 + rot: -1.5707963267948966 rad + pos: -17.5,9.5 parent: 2 - - uid: 875 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1220 components: - type: Transform - pos: 10.5,-1.5 + rot: 3.141592653589793 rad + pos: -18.5,11.5 parent: 2 - - uid: 876 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1245 components: - type: Transform - pos: 11.5,-1.5 + rot: 1.5707963267948966 rad + pos: -3.5,25.5 parent: 2 - - uid: 877 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1247 components: - type: Transform - pos: 12.5,-1.5 + rot: 3.141592653589793 rad + pos: -12.5,21.5 parent: 2 - - uid: 878 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1262 components: - type: Transform - pos: 12.5,-0.5 + rot: 3.141592653589793 rad + pos: -13.5,21.5 parent: 2 - - uid: 879 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1291 components: - type: Transform - pos: 12.5,0.5 + pos: -9.5,8.5 parent: 2 - - uid: 880 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1299 components: - type: Transform - pos: 12.5,1.5 + rot: 3.141592653589793 rad + pos: -27.5,8.5 parent: 2 - - uid: 881 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1300 components: - type: Transform - pos: -1.5,-7.5 + pos: -24.5,13.5 parent: 2 - - uid: 882 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1301 components: - type: Transform - pos: 0.5,-7.5 + rot: -1.5707963267948966 rad + pos: -28.5,9.5 parent: 2 - - uid: 883 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1302 components: - type: Transform - pos: -0.5,-7.5 + rot: 3.141592653589793 rad + pos: -28.5,8.5 parent: 2 - - uid: 884 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1303 components: - type: Transform - pos: 2.5,-7.5 + pos: -24.5,12.5 parent: 2 - - uid: 885 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1304 components: - type: Transform - pos: 1.5,-7.5 + pos: -6.5,29.5 parent: 2 - - uid: 972 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1307 components: - type: Transform - pos: -10.5,9.5 + rot: -1.5707963267948966 rad + pos: -24.5,9.5 parent: 2 - - uid: 973 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1310 components: - type: Transform - pos: -10.5,8.5 + pos: -23.5,10.5 parent: 2 - - uid: 974 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1325 components: - type: Transform - pos: -10.5,7.5 + rot: 3.141592653589793 rad + pos: -28.5,9.5 parent: 2 - - uid: 975 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1328 components: - type: Transform - pos: -11.5,7.5 + pos: -10.5,8.5 parent: 2 - - uid: 976 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1332 components: - type: Transform - pos: -12.5,7.5 + rot: 1.5707963267948966 rad + pos: 3.5,-16.5 parent: 2 - - uid: 977 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1333 components: - type: Transform - pos: -13.5,7.5 + rot: 1.5707963267948966 rad + pos: 2.5,-16.5 parent: 2 - - uid: 978 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1339 components: - type: Transform - pos: -14.5,7.5 + rot: 1.5707963267948966 rad + pos: -26.5,10.5 parent: 2 - - uid: 979 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1347 components: - type: Transform - pos: -15.5,7.5 + rot: 1.5707963267948966 rad + pos: -6.5,26.5 parent: 2 - - uid: 1034 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1348 components: - type: Transform - pos: -9.5,15.5 + pos: -5.5,31.5 parent: 2 - - uid: 1340 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1355 components: - type: Transform - pos: -1.5,18.5 + rot: 1.5707963267948966 rad + pos: 3.5,-10.5 parent: 2 - - uid: 1581 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1366 components: - type: Transform - pos: -1.5,17.5 + pos: -4.5,12.5 parent: 2 - - uid: 1677 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1382 components: - type: Transform - pos: -10.5,15.5 + rot: 1.5707963267948966 rad + pos: -19.5,9.5 parent: 2 - - uid: 2000 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1383 components: - type: Transform - pos: -3.5,14.5 + rot: 3.141592653589793 rad + pos: -27.5,7.5 parent: 2 - - uid: 2002 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1384 components: - type: Transform - pos: -3.5,13.5 + rot: 1.5707963267948966 rad + pos: -11.5,9.5 parent: 2 - - uid: 2696 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1388 components: - type: Transform - pos: -1.5,11.5 + rot: 1.5707963267948966 rad + pos: -21.5,10.5 parent: 2 - - uid: 2697 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1392 components: - type: Transform - pos: -1.5,12.5 + rot: 1.5707963267948966 rad + pos: -21.5,9.5 parent: 2 - - uid: 2698 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1397 components: - type: Transform - pos: -1.5,13.5 + pos: -23.5,13.5 parent: 2 - - uid: 2699 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1402 components: - type: Transform - pos: -1.5,14.5 + rot: 3.141592653589793 rad + pos: -28.5,7.5 parent: 2 - - uid: 2700 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1403 components: - type: Transform - pos: -1.5,15.5 + pos: -23.5,11.5 parent: 2 - - uid: 2701 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1404 components: - type: Transform - pos: -1.5,16.5 + rot: 1.5707963267948966 rad + pos: -26.5,9.5 parent: 2 - - uid: 2702 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1456 components: - type: Transform - pos: -2.5,13.5 + rot: 1.5707963267948966 rad + pos: -5.5,-15.5 parent: 2 - - uid: 2703 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1486 components: - type: Transform - pos: -1.5,19.5 + rot: 3.141592653589793 rad + pos: -18.5,2.5 parent: 2 - - uid: 2704 + - uid: 1563 components: - type: Transform - pos: -1.5,20.5 + rot: 1.5707963267948966 rad + pos: -2.5,-16.5 parent: 2 - - uid: 2705 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1565 components: - type: Transform - pos: -1.5,21.5 + rot: 1.5707963267948966 rad + pos: -1.5,-16.5 parent: 2 - - uid: 2706 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1568 components: - type: Transform - pos: -1.5,22.5 + pos: -6.5,26.5 parent: 2 - - uid: 2707 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1569 components: - type: Transform - pos: -1.5,23.5 + rot: 1.5707963267948966 rad + pos: -4.5,25.5 parent: 2 - - uid: 2708 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1577 components: - type: Transform - pos: -1.5,24.5 + pos: -19.5,22.5 parent: 2 - - uid: 2709 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1579 components: - type: Transform - pos: -1.5,25.5 + pos: -6.5,31.5 parent: 2 - - uid: 2710 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1582 components: - type: Transform - pos: -2.5,21.5 + pos: -4.5,8.5 parent: 2 - - uid: 2711 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1583 components: - type: Transform - pos: -4.5,21.5 + pos: -18.5,21.5 parent: 2 - - uid: 2712 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1585 components: - type: Transform - pos: -5.5,21.5 + pos: -20.5,6.5 parent: 2 - - uid: 2713 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1586 components: - type: Transform - pos: -6.5,21.5 + pos: -19.5,14.5 parent: 2 - - uid: 2714 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1588 components: - type: Transform - pos: -7.5,21.5 + pos: -20.5,5.5 parent: 2 - - uid: 2715 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1590 components: - type: Transform - pos: -3.5,21.5 + pos: -19.5,18.5 parent: 2 - - uid: 2716 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1591 components: - type: Transform - pos: -8.5,21.5 + pos: -19.5,13.5 parent: 2 - - uid: 2717 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1612 components: - type: Transform - pos: -9.5,21.5 + rot: 1.5707963267948966 rad + pos: -30.5,6.5 parent: 2 - - uid: 2718 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1706 components: - type: Transform - pos: -9.5,22.5 + pos: -19.5,17.5 parent: 2 - - uid: 2719 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1708 components: - type: Transform - pos: -1.5,26.5 + pos: -19.5,19.5 parent: 2 - - uid: 2720 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1709 components: - type: Transform - pos: -1.5,28.5 + pos: -19.5,21.5 parent: 2 - - uid: 2721 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1710 components: - type: Transform - pos: -1.5,29.5 + pos: -20.5,9.5 parent: 2 - - uid: 2722 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1711 components: - type: Transform - pos: -1.5,27.5 + pos: -19.5,20.5 parent: 2 - - uid: 2723 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1712 components: - type: Transform - pos: -1.5,31.5 + pos: -20.5,8.5 parent: 2 - - uid: 2724 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1763 components: - type: Transform - pos: -1.5,30.5 + rot: 3.141592653589793 rad + pos: 1.5,-7.5 parent: 2 - - uid: 2725 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1764 components: - type: Transform - pos: -1.5,32.5 + rot: 3.141592653589793 rad + pos: 1.5,-12.5 parent: 2 - - uid: 2726 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1767 components: - type: Transform - pos: -1.5,33.5 + rot: 3.141592653589793 rad + pos: 1.5,-11.5 parent: 2 - - uid: 2727 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1768 components: - type: Transform - pos: -1.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,-14.5 parent: 2 - - uid: 2728 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1770 components: - type: Transform - pos: -2.5,34.5 + rot: 1.5707963267948966 rad + pos: 0.5,-16.5 parent: 2 - - uid: 2729 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1771 components: - type: Transform - pos: -3.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,-15.5 parent: 2 - - uid: 2730 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1772 components: - type: Transform - pos: -2.5,25.5 + rot: 1.5707963267948966 rad + pos: -0.5,-16.5 parent: 2 - - uid: 2731 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1787 components: - type: Transform - pos: -4.5,25.5 + rot: -1.5707963267948966 rad + pos: -28.5,5.5 parent: 2 - - uid: 2732 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1788 components: - type: Transform - pos: -5.5,25.5 + pos: -31.5,4.5 parent: 2 - - uid: 2733 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1808 components: - type: Transform - pos: -6.5,25.5 + pos: -10.5,9.5 parent: 2 - - uid: 2734 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1813 components: - type: Transform - pos: -3.5,25.5 + pos: -8.5,25.5 parent: 2 - - uid: 2735 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1815 components: - type: Transform - pos: -7.5,25.5 + pos: -8.5,24.5 parent: 2 - - uid: 2736 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1853 components: - type: Transform - pos: -8.5,25.5 + rot: 1.5707963267948966 rad + pos: -30.5,9.5 parent: 2 - - uid: 2737 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1902 components: - type: Transform - pos: -9.5,25.5 + rot: 1.5707963267948966 rad + pos: -7.5,-15.5 parent: 2 - - uid: 2738 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1904 components: - type: Transform - pos: -10.5,25.5 + rot: 1.5707963267948966 rad + pos: 0.5,-15.5 parent: 2 - - uid: 2739 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1905 components: - type: Transform - pos: -10.5,24.5 + rot: 1.5707963267948966 rad + pos: -2.5,-15.5 parent: 2 - - uid: 2740 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1913 components: - type: Transform - pos: -10.5,23.5 + rot: 1.5707963267948966 rad + pos: -8.5,-15.5 parent: 2 - - uid: 2741 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2019 components: - type: Transform - pos: -11.5,25.5 + pos: -18.5,5.5 parent: 2 - - uid: 2742 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2020 components: - type: Transform - pos: -12.5,25.5 + rot: 3.141592653589793 rad + pos: -18.5,12.5 parent: 2 - - uid: 2743 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2022 components: - type: Transform - pos: -12.5,24.5 + pos: -18.5,6.5 parent: 2 - - uid: 2744 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2026 components: - type: Transform - pos: -12.5,22.5 + rot: 3.141592653589793 rad + pos: -18.5,14.5 parent: 2 - - uid: 2745 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2027 components: - type: Transform - pos: -12.5,21.5 + rot: 3.141592653589793 rad + pos: -18.5,13.5 parent: 2 - - uid: 2746 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2029 components: - type: Transform - pos: -12.5,20.5 + rot: 3.141592653589793 rad + pos: -18.5,15.5 parent: 2 - - uid: 2747 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2030 components: - type: Transform - pos: -12.5,19.5 + rot: 3.141592653589793 rad + pos: -18.5,18.5 parent: 2 - - uid: 2748 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2031 components: - type: Transform - pos: -12.5,23.5 + rot: 3.141592653589793 rad + pos: -18.5,17.5 parent: 2 - - uid: 2749 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2032 components: - type: Transform - pos: -13.5,19.5 + rot: 3.141592653589793 rad + pos: -18.5,20.5 parent: 2 - - uid: 2750 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2033 components: - type: Transform - pos: -14.5,19.5 + rot: 3.141592653589793 rad + pos: -18.5,19.5 parent: 2 - - uid: 2751 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2034 components: - type: Transform - pos: -14.5,18.5 + rot: 1.5707963267948966 rad + pos: -17.5,10.5 parent: 2 - - uid: 2756 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2037 components: - type: Transform - pos: 0.5,23.5 + rot: 1.5707963267948966 rad + pos: -18.5,10.5 parent: 2 - - uid: 2757 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2039 components: - type: Transform - pos: -0.5,23.5 + pos: -19.5,11.5 parent: 2 -- proto: CableTerminal - entities: - - uid: 670 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,9.5 + rot: -1.5707963267948966 rad + pos: -18.5,15.5 parent: 2 - - uid: 671 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,10.5 + pos: -23.5,14.5 parent: 2 - - uid: 736 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,11.5 + pos: -9.5,5.5 parent: 2 -- proto: CarpetBlack - entities: - - uid: 3046 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2134 components: - type: Transform - pos: -17.5,31.5 + rot: 1.5707963267948966 rad + pos: -30.5,10.5 parent: 2 - - uid: 3047 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2163 components: - type: Transform - pos: -17.5,30.5 + rot: 1.5707963267948966 rad + pos: -29.5,9.5 parent: 2 - - uid: 3048 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2165 components: - type: Transform - pos: -16.5,27.5 + pos: 1.5,-13.5 parent: 2 - - uid: 3050 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2220 components: - type: Transform - pos: -16.5,26.5 + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 parent: 2 - - uid: 3051 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2247 components: - type: Transform - pos: -16.5,31.5 + pos: -10.5,5.5 parent: 2 - - uid: 3052 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2265 components: - type: Transform - pos: -16.5,30.5 + pos: -5.5,32.5 parent: 2 - - uid: 3053 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2268 components: - type: Transform - pos: -17.5,26.5 + rot: 3.141592653589793 rad + pos: -0.5,20.5 parent: 2 - - uid: 3058 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2320 components: - type: Transform - pos: -17.5,27.5 + rot: 1.5707963267948966 rad + pos: 5.5,-16.5 parent: 2 - - uid: 3211 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2328 components: - type: Transform - pos: -15.5,19.5 + rot: 1.5707963267948966 rad + pos: 8.5,-16.5 parent: 2 - - uid: 3224 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2329 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,35.5 + rot: 1.5707963267948966 rad + pos: 7.5,-16.5 parent: 2 - - uid: 3225 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2330 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,35.5 + rot: 1.5707963267948966 rad + pos: 9.5,-16.5 parent: 2 - - uid: 3226 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2419 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,35.5 + pos: -0.5,22.5 parent: 2 - - uid: 3227 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,35.5 + rot: 1.5707963267948966 rad + pos: -14.5,9.5 parent: 2 - - uid: 3228 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,35.5 + rot: 1.5707963267948966 rad + pos: -12.5,9.5 parent: 2 - - uid: 3229 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,34.5 + pos: -5.5,34.5 parent: 2 - - uid: 3230 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2431 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,34.5 + pos: -5.5,29.5 parent: 2 - - uid: 3231 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2480 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,34.5 + pos: -0.5,24.5 parent: 2 -- proto: CarpetGreen - entities: - - uid: 3049 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2501 components: - type: Transform - pos: -10.5,30.5 + rot: -1.5707963267948966 rad + pos: -16.5,29.5 parent: 2 - - uid: 3054 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2503 components: - type: Transform - pos: -10.5,28.5 + rot: 1.5707963267948966 rad + pos: -2.5,26.5 parent: 2 - - uid: 3067 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2511 components: - type: Transform - pos: -10.5,27.5 + pos: -16.5,29.5 parent: 2 - - uid: 3068 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2514 components: - type: Transform - pos: -11.5,30.5 + pos: -5.5,33.5 parent: 2 - - uid: 3069 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2524 components: - type: Transform - pos: -10.5,29.5 + rot: 1.5707963267948966 rad + pos: -4.5,26.5 parent: 2 - - uid: 3070 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2549 components: - type: Transform - pos: -11.5,29.5 + pos: -0.5,15.5 parent: 2 - - uid: 3071 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2550 components: - type: Transform - pos: -11.5,28.5 + pos: -1.5,15.5 parent: 2 - - uid: 3072 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2551 components: - type: Transform - pos: -11.5,27.5 + pos: -1.5,17.5 parent: 2 - - uid: 3073 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2552 components: - type: Transform - pos: -11.5,26.5 + pos: -0.5,17.5 parent: 2 - - uid: 3074 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2553 components: - type: Transform - pos: -10.5,26.5 + pos: -0.5,18.5 parent: 2 - - uid: 3075 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2554 components: - type: Transform - pos: -10.5,25.5 + pos: -1.5,18.5 parent: 2 - - uid: 3076 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2555 components: - type: Transform - pos: -9.5,26.5 + pos: -1.5,19.5 parent: 2 - - uid: 3077 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2556 components: - type: Transform - pos: -8.5,25.5 + pos: -0.5,19.5 parent: 2 - - uid: 3078 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2571 components: - type: Transform - pos: -9.5,25.5 + rot: 3.141592653589793 rad + pos: -1.5,21.5 parent: 2 - - uid: 3079 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2574 components: - type: Transform - pos: -7.5,27.5 + rot: 3.141592653589793 rad + pos: -1.5,22.5 parent: 2 - - uid: 3080 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2575 components: - type: Transform - pos: -7.5,28.5 + rot: 3.141592653589793 rad + pos: -1.5,24.5 parent: 2 - - uid: 3081 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2576 components: - type: Transform - pos: -7.5,29.5 + rot: 3.141592653589793 rad + pos: -1.5,23.5 parent: 2 - - uid: 3082 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2577 components: - type: Transform - pos: -7.5,30.5 + rot: 3.141592653589793 rad + pos: -0.5,25.5 parent: 2 - - uid: 3083 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2578 components: - type: Transform - pos: -8.5,26.5 + rot: 3.141592653589793 rad + pos: -0.5,23.5 parent: 2 - - uid: 3084 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2579 components: - type: Transform - pos: -8.5,27.5 + rot: 3.141592653589793 rad + pos: -1.5,26.5 parent: 2 - - uid: 3085 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2580 components: - type: Transform - pos: -8.5,29.5 + rot: 1.5707963267948966 rad + pos: -1.5,26.5 parent: 2 - - uid: 3086 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2581 components: - type: Transform - pos: -8.5,30.5 + pos: -0.5,27.5 parent: 2 - - uid: 3087 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2582 components: - type: Transform - pos: -7.5,26.5 + pos: -0.5,28.5 parent: 2 - - uid: 3088 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2583 components: - type: Transform - pos: -8.5,28.5 + pos: -0.5,30.5 parent: 2 - - uid: 3089 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2584 components: - type: Transform - pos: -9.5,30.5 + pos: -0.5,29.5 parent: 2 - - uid: 3090 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2585 components: - type: Transform - pos: -10.5,31.5 + pos: -1.5,27.5 parent: 2 - - uid: 3091 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2586 components: - type: Transform - pos: -8.5,31.5 + pos: -1.5,28.5 parent: 2 - - uid: 3092 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2587 components: - type: Transform - pos: -9.5,31.5 + pos: -1.5,29.5 parent: 2 - - uid: 3205 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2588 components: - type: Transform - pos: -14.5,21.5 + pos: -1.5,30.5 parent: 2 - - uid: 3206 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2590 components: - type: Transform - pos: -14.5,20.5 + pos: -1.5,31.5 parent: 2 - - uid: 3207 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2592 components: - type: Transform - pos: -13.5,20.5 + pos: -0.5,31.5 parent: 2 - - uid: 3208 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2593 components: - type: Transform - pos: -12.5,21.5 + rot: -1.5707963267948966 rad + pos: -0.5,20.5 parent: 2 - - uid: 3209 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2605 components: - type: Transform - pos: -13.5,21.5 + pos: -0.5,32.5 parent: 2 - - uid: 3210 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2606 components: - type: Transform - pos: -12.5,20.5 + pos: -1.5,32.5 parent: 2 -- proto: CarpetOrange - entities: - - uid: 2150 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2611 components: - type: Transform - pos: 2.5,11.5 + pos: -6.5,30.5 parent: 2 -- proto: Catwalk - entities: - - uid: 445 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2619 components: - type: Transform - pos: -20.5,9.5 + rot: -1.5707963267948966 rad + pos: -6.5,35.5 parent: 2 - - uid: 519 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2620 components: - type: Transform - pos: -24.5,7.5 + rot: -1.5707963267948966 rad + pos: -7.5,35.5 parent: 2 - - uid: 697 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2621 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,12.5 + rot: -1.5707963267948966 rad + pos: -8.5,35.5 parent: 2 - - uid: 714 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2622 components: - type: Transform - pos: -26.5,8.5 + rot: -1.5707963267948966 rad + pos: -9.5,35.5 parent: 2 - - uid: 716 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2623 components: - type: Transform - pos: -26.5,12.5 + rot: -1.5707963267948966 rad + pos: -7.5,34.5 parent: 2 - - uid: 717 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2624 components: - type: Transform - pos: -25.5,13.5 + rot: 3.141592653589793 rad + pos: -10.5,34.5 parent: 2 - - uid: 719 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2628 components: - type: Transform - pos: -24.5,13.5 + rot: 1.5707963267948966 rad + pos: -8.5,25.5 parent: 2 - - uid: 767 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2629 components: - type: Transform - pos: -23.5,13.5 + rot: 1.5707963267948966 rad + pos: -9.5,25.5 parent: 2 - - uid: 768 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2630 components: - type: Transform - pos: -23.5,7.5 + rot: 1.5707963267948966 rad + pos: -7.5,26.5 parent: 2 - - uid: 772 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2631 components: - type: Transform - pos: -25.5,7.5 + rot: 1.5707963267948966 rad + pos: -9.5,26.5 parent: 2 - - uid: 773 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2632 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,9.5 + pos: -10.5,26.5 parent: 2 - - uid: 774 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2633 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,10.5 + pos: -11.5,26.5 parent: 2 - - uid: 775 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2634 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,11.5 + pos: -11.5,25.5 parent: 2 - - uid: 781 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2637 components: - type: Transform - pos: -20.5,10.5 + rot: 3.141592653589793 rad + pos: -10.5,26.5 parent: 2 - - uid: 782 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2638 components: - type: Transform - pos: -20.5,11.5 + rot: 3.141592653589793 rad + pos: -10.5,27.5 parent: 2 - - uid: 1293 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2639 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,11.5 + pos: -8.5,27.5 parent: 2 - - uid: 1294 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2640 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,10.5 + pos: -12.5,26.5 parent: 2 - - uid: 1295 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,9.5 + rot: 1.5707963267948966 rad + pos: -12.5,26.5 parent: 2 - - uid: 1296 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,8.5 + pos: -16.5,30.5 parent: 2 - - uid: 1297 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,10.5 + pos: -12.5,24.5 parent: 2 - - uid: 1298 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,10.5 + pos: -13.5,25.5 parent: 2 - - uid: 1299 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,10.5 + pos: -13.5,24.5 parent: 2 - - uid: 1300 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2646 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,10.5 + pos: -12.5,23.5 parent: 2 - - uid: 1301 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,11.5 + pos: -13.5,23.5 parent: 2 - - uid: 1302 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2648 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,9.5 + pos: -13.5,22.5 parent: 2 - - uid: 1335 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2649 components: - type: Transform - pos: -18.5,7.5 + pos: -12.5,22.5 parent: 2 - - uid: 1338 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2650 components: - type: Transform - pos: -9.5,-23.5 + rot: -1.5707963267948966 rad + pos: -14.5,28.5 parent: 2 - - uid: 1343 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2652 components: - type: Transform - pos: -9.5,-21.5 + rot: -1.5707963267948966 rad + pos: -15.5,28.5 parent: 2 - - uid: 1371 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2655 components: - type: Transform - pos: -9.5,-22.5 + rot: -1.5707963267948966 rad + pos: -13.5,29.5 parent: 2 - - uid: 1426 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2656 components: - type: Transform - pos: 9.5,3.5 + rot: 3.141592653589793 rad + pos: -12.5,27.5 parent: 2 - - uid: 1428 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2657 components: - type: Transform - pos: 19.5,3.5 + rot: 3.141592653589793 rad + pos: -12.5,28.5 parent: 2 - - uid: 1464 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2658 components: - type: Transform - pos: -8.5,-23.5 + rot: 3.141592653589793 rad + pos: -13.5,27.5 parent: 2 - - uid: 1768 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2660 components: - type: Transform - pos: -18.5,-10.5 + rot: 3.141592653589793 rad + pos: -17.5,28.5 parent: 2 - - uid: 1769 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2662 components: - type: Transform - pos: -18.5,-12.5 + rot: 3.141592653589793 rad + pos: -16.5,27.5 parent: 2 - - uid: 1770 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2665 components: - type: Transform - pos: -17.5,-10.5 + rot: -1.5707963267948966 rad + pos: -15.5,29.5 parent: 2 - - uid: 1771 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2666 components: - type: Transform - pos: -18.5,-11.5 + rot: -1.5707963267948966 rad + pos: -14.5,29.5 parent: 2 - - uid: 1772 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2685 components: - type: Transform - pos: -17.5,-11.5 + rot: 1.5707963267948966 rad + pos: 6.5,-16.5 parent: 2 - - uid: 1773 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2861 components: - type: Transform - pos: -17.5,-12.5 + rot: 1.5707963267948966 rad + pos: -15.5,9.5 parent: 2 - - uid: 1774 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2862 components: - type: Transform - pos: -16.5,-10.5 + rot: 1.5707963267948966 rad + pos: -15.5,10.5 parent: 2 - - uid: 1775 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2864 components: - type: Transform - pos: -16.5,-11.5 + rot: 1.5707963267948966 rad + pos: -13.5,10.5 parent: 2 - - uid: 1776 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2865 components: - type: Transform - pos: -16.5,-12.5 + rot: 1.5707963267948966 rad + pos: -12.5,10.5 parent: 2 - - uid: 1777 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2866 components: - type: Transform - pos: -32.5,9.5 + rot: 1.5707963267948966 rad + pos: -11.5,10.5 parent: 2 - - uid: 1781 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2867 components: - type: Transform - pos: -7.5,-21.5 + pos: -13.5,10.5 parent: 2 - - uid: 1782 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3305 components: - type: Transform - pos: -7.5,-23.5 + rot: 3.141592653589793 rad + pos: -13.5,20.5 parent: 2 - - uid: 1784 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3314 components: - type: Transform - pos: -8.5,-21.5 + pos: -10.5,6.5 parent: 2 - - uid: 1785 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3316 components: - type: Transform - pos: -8.5,-22.5 + pos: -9.5,6.5 parent: 2 - - uid: 1786 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3317 components: - type: Transform - pos: -22.5,-0.5 + pos: -10.5,7.5 parent: 2 - - uid: 1787 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4064 components: - type: Transform - pos: -22.5,0.5 + rot: 3.141592653589793 rad + pos: 5.5,-16.5 parent: 2 - - uid: 1788 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4308 components: - type: Transform - pos: -23.5,-0.5 - parent: 2 - - uid: 1789 + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 4085 + - uid: 4309 components: - type: Transform - pos: -23.5,0.5 - parent: 2 - - uid: 1790 + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 4085 + - uid: 4310 components: - type: Transform - pos: -23.5,1.5 - parent: 2 - - uid: 1791 + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 4085 + - uid: 4311 components: - type: Transform - pos: -22.5,1.5 - parent: 2 - - uid: 1792 + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 4085 + - uid: 4312 components: - type: Transform - pos: -24.5,0.5 - parent: 2 - - uid: 1793 + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 4085 + - uid: 4313 components: - type: Transform - pos: -24.5,1.5 - parent: 2 - - uid: 1794 + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 4085 + - uid: 4314 components: - type: Transform - pos: -24.5,-0.5 - parent: 2 - - uid: 1795 + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 4085 + - uid: 4315 components: - type: Transform - pos: -32.5,10.5 - parent: 2 - - uid: 1796 + rot: 3.141592653589793 rad + pos: -1.5,-1.5 + parent: 4085 + - uid: 4316 components: - type: Transform - pos: -33.5,9.5 - parent: 2 - - uid: 1797 + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 4085 + - uid: 4317 components: - type: Transform - pos: -33.5,10.5 - parent: 2 - - uid: 1798 + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 4085 + - uid: 4318 components: - type: Transform - pos: -32.5,11.5 - parent: 2 - - uid: 1799 + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 4085 + - uid: 4319 components: - type: Transform - pos: -33.5,11.5 - parent: 2 - - uid: 1800 + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 4085 + - uid: 4320 components: - type: Transform - pos: -34.5,9.5 - parent: 2 - - uid: 1801 + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 4085 + - uid: 4321 components: - type: Transform - pos: -34.5,10.5 - parent: 2 - - uid: 1802 + rot: 3.141592653589793 rad + pos: 3.5,2.5 + parent: 4085 + - uid: 4322 components: - type: Transform - pos: -34.5,11.5 - parent: 2 - - uid: 1803 + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 4085 + - uid: 4323 components: - type: Transform - pos: -7.5,-22.5 - parent: 2 - - uid: 1804 + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 4085 + - uid: 4324 components: - type: Transform - pos: 8.5,-17.5 - parent: 2 - - uid: 1805 + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 4085 + - uid: 4325 components: - type: Transform - pos: 8.5,-18.5 - parent: 2 - - uid: 1806 + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 4085 + - uid: 4326 components: - type: Transform - pos: 9.5,-17.5 - parent: 2 - - uid: 1807 + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 4085 + - uid: 4327 components: - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 1808 + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 4085 + - uid: 4328 components: - type: Transform - pos: 9.5,-19.5 - parent: 2 - - uid: 1809 + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 4085 + - uid: 4683 components: - type: Transform - pos: 8.5,-19.5 - parent: 2 - - uid: 1810 + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 4558 + - uid: 4684 components: - type: Transform - pos: 10.5,-17.5 - parent: 2 - - uid: 1811 + pos: 2.5,-4.5 + parent: 4558 + - uid: 4685 components: - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 1812 + pos: 2.5,-3.5 + parent: 4558 + - uid: 4686 components: - type: Transform - pos: 10.5,-19.5 - parent: 2 - - uid: 1814 + pos: 2.5,-2.5 + parent: 4558 + - uid: 4687 components: - type: Transform - pos: 17.5,-8.5 - parent: 2 - - uid: 1818 + pos: 2.5,-1.5 + parent: 4558 + - uid: 4688 components: - type: Transform - pos: 17.5,-9.5 - parent: 2 - - uid: 1819 + pos: 2.5,-0.5 + parent: 4558 + - uid: 4689 components: - type: Transform - pos: 17.5,-10.5 - parent: 2 - - uid: 1820 + pos: 2.5,0.5 + parent: 4558 + - uid: 4690 components: - type: Transform - pos: 18.5,-8.5 - parent: 2 - - uid: 1821 + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 4558 + - uid: 4691 components: - type: Transform - pos: 18.5,-9.5 - parent: 2 - - uid: 1822 + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 4558 + - uid: 4692 components: - type: Transform - pos: 18.5,-10.5 - parent: 2 - - uid: 1823 + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 4558 + - uid: 4693 components: - type: Transform - pos: 19.5,-8.5 - parent: 2 - - uid: 1824 + rot: -1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 4558 + - uid: 4694 components: - type: Transform - pos: 19.5,-9.5 - parent: 2 - - uid: 1825 + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 4558 + - uid: 4695 components: - type: Transform - pos: 19.5,-10.5 - parent: 2 - - uid: 2477 + rot: -1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 4558 + - uid: 4696 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,20.5 - parent: 2 - - uid: 2486 + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 4558 + - uid: 4697 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,21.5 - parent: 2 - - uid: 2489 + pos: 4.5,-6.5 + parent: 4558 + - uid: 4698 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,20.5 - parent: 2 - - uid: 2493 + pos: 4.5,-5.5 + parent: 4558 + - uid: 4699 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,19.5 - parent: 2 - - uid: 2494 + pos: 4.5,-4.5 + parent: 4558 +- proto: GasPipeTJunction + entities: + - uid: 237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,21.5 + rot: 1.5707963267948966 rad + pos: -1.5,2.5 parent: 2 - - uid: 2498 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,19.5 + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 parent: 2 - - uid: 2499 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,21.5 + pos: -28.5,10.5 parent: 2 - - uid: 2506 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 556 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,20.5 + pos: -4.5,10.5 parent: 2 - - uid: 2507 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,19.5 + pos: -4.5,9.5 parent: 2 - - uid: 2889 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 560 components: - type: Transform - pos: 5.5,39.5 + rot: -1.5707963267948966 rad + pos: -1.5,10.5 parent: 2 - - uid: 2891 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 570 components: - type: Transform - pos: 4.5,37.5 + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 parent: 2 - - uid: 2896 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 602 components: - type: Transform - pos: 4.5,39.5 + rot: 3.141592653589793 rad + pos: -5.5,26.5 parent: 2 - - uid: 2900 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 603 components: - type: Transform - pos: 3.5,37.5 + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 parent: 2 - - uid: 2901 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 644 components: - type: Transform - pos: 3.5,38.5 + rot: 3.141592653589793 rad + pos: -7.5,-1.5 parent: 2 - - uid: 2902 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 649 components: - type: Transform - pos: -9.5,42.5 + rot: 1.5707963267948966 rad + pos: -12.5,-1.5 parent: 2 - - uid: 2906 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 656 components: - type: Transform - pos: -8.5,44.5 + rot: 3.141592653589793 rad + pos: -8.5,-2.5 parent: 2 - - uid: 2907 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 664 components: - type: Transform - pos: 4.5,38.5 + rot: 3.141592653589793 rad + pos: -11.5,-2.5 parent: 2 - - uid: 2908 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 701 components: - type: Transform - pos: 3.5,39.5 + rot: -1.5707963267948966 rad + pos: -0.5,9.5 parent: 2 - - uid: 2912 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 766 components: - type: Transform - pos: 5.5,38.5 + pos: -27.5,9.5 parent: 2 - - uid: 2915 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 854 components: - type: Transform - pos: 5.5,37.5 + rot: 1.5707963267948966 rad + pos: -0.5,5.5 parent: 2 - - uid: 2916 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1050 components: - type: Transform - pos: 7.5,18.5 + rot: -1.5707963267948966 rad + pos: -12.5,1.5 parent: 2 - - uid: 2919 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1178 components: - type: Transform - pos: 7.5,19.5 + rot: 3.141592653589793 rad + pos: 4.5,-16.5 parent: 2 - - uid: 2920 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1214 components: - type: Transform - pos: 7.5,20.5 + rot: -1.5707963267948966 rad + pos: -20.5,7.5 parent: 2 - - uid: 2922 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1322 components: - type: Transform - pos: 6.5,18.5 + rot: 1.5707963267948966 rad + pos: -0.5,21.5 parent: 2 - - uid: 2931 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1323 components: - type: Transform - pos: 5.5,20.5 + rot: 1.5707963267948966 rad + pos: -1.5,20.5 parent: 2 - - uid: 2932 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1330 components: - type: Transform - pos: 5.5,18.5 + rot: 3.141592653589793 rad + pos: 1.5,-16.5 parent: 2 - - uid: 2933 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1350 components: - type: Transform - pos: 6.5,20.5 + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 parent: 2 - - uid: 2950 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1369 components: - type: Transform - pos: 6.5,19.5 + pos: -7.5,25.5 parent: 2 - - uid: 2951 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1584 components: - type: Transform - pos: 5.5,19.5 + rot: 1.5707963267948966 rad + pos: -18.5,7.5 parent: 2 - - uid: 2954 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1587 components: - type: Transform - pos: -8.5,42.5 + rot: 1.5707963267948966 rad + pos: -19.5,15.5 parent: 2 - - uid: 2960 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1778 components: - type: Transform - pos: -20.5,38.5 + pos: -29.5,5.5 parent: 2 - - uid: 2961 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1828 components: - type: Transform - pos: -20.5,37.5 + rot: 3.141592653589793 rad + pos: 0.5,-9.5 parent: 2 - - uid: 2962 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1934 components: - type: Transform - pos: -20.5,36.5 + rot: 1.5707963267948966 rad + pos: -17.5,5.5 parent: 2 - - uid: 2963 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1992 components: - type: Transform - pos: -19.5,37.5 + rot: 1.5707963267948966 rad + pos: -18.5,4.5 parent: 2 - - uid: 2964 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2004 components: - type: Transform - pos: -19.5,36.5 + rot: 3.141592653589793 rad + pos: -17.5,4.5 parent: 2 - - uid: 2965 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2028 components: - type: Transform - pos: -18.5,38.5 + rot: 1.5707963267948966 rad + pos: -18.5,16.5 parent: 2 - - uid: 2966 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2036 components: - type: Transform - pos: -19.5,38.5 + rot: 3.141592653589793 rad + pos: -19.5,10.5 parent: 2 - - uid: 2967 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2038 components: - type: Transform - pos: -18.5,37.5 + pos: -20.5,10.5 parent: 2 - - uid: 2968 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2162 components: - type: Transform - pos: -18.5,36.5 + rot: 3.141592653589793 rad + pos: -29.5,6.5 parent: 2 - - uid: 2969 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2243 components: - type: Transform - pos: -8.5,43.5 + rot: 3.141592653589793 rad + pos: -6.5,25.5 parent: 2 - - uid: 2970 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2426 components: - type: Transform - pos: -9.5,43.5 + rot: 3.141592653589793 rad + pos: -13.5,9.5 parent: 2 - - uid: 2971 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2428 components: - type: Transform - pos: -9.5,44.5 + rot: 3.141592653589793 rad + pos: -14.5,10.5 parent: 2 - - uid: 2972 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2491 components: - type: Transform - pos: -10.5,42.5 + rot: 1.5707963267948966 rad + pos: -13.5,26.5 parent: 2 - - uid: 2973 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2509 components: - type: Transform - pos: -10.5,43.5 + rot: 1.5707963267948966 rad + pos: -12.5,25.5 parent: 2 - - uid: 2974 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2566 components: - type: Transform - pos: -10.5,44.5 + rot: -1.5707963267948966 rad + pos: -1.5,16.5 parent: 2 - - uid: 3113 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2567 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,17.5 + pos: -0.5,16.5 parent: 2 - - uid: 3114 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,16.5 + rot: -1.5707963267948966 rad + pos: -1.5,25.5 parent: 2 - - uid: 3115 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2573 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,15.5 + rot: -1.5707963267948966 rad + pos: -0.5,26.5 parent: 2 - - uid: 3116 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,15.5 + rot: 3.141592653589793 rad + pos: -10.5,25.5 parent: 2 - - uid: 3117 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2664 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,16.5 + pos: -17.5,29.5 parent: 2 - - uid: 3118 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2667 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,17.5 + pos: -16.5,28.5 parent: 2 -- proto: CentcomComputerComms - entities: - - uid: 2856 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3236 components: - type: Transform - pos: -9.5,36.5 + rot: 3.141592653589793 rad + pos: -24.5,10.5 parent: 2 -- proto: ChairOfficeDark - entities: - - uid: 3185 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.371384,20.470901 + rot: 3.141592653589793 rad + pos: -23.5,9.5 parent: 2 -- proto: ChairOfficeGrey - entities: - - uid: 2386 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4058 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5206003,19.533642 + pos: 5.5,-15.5 parent: 2 - - uid: 2422 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4329 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,29.5 - parent: 2 - - uid: 2487 + pos: 0.5,-7.5 + parent: 4085 + - uid: 4330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,26.5 - parent: 2 - - uid: 2510 + rot: 1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 4085 + - uid: 4331 + components: + - type: Transform + pos: -1.5,0.5 + parent: 4085 + - uid: 4700 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,26.5 - parent: 2 - - uid: 2512 + pos: 2.5,-5.5 + parent: 4558 + - uid: 4701 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,28.5 - parent: 2 - - uid: 2515 + pos: 4.5,-7.5 + parent: 4558 +- proto: GasPort + entities: + - uid: 1601 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,25.5 + rot: -1.5707963267948966 rad + pos: -16.5,5.5 parent: 2 - - uid: 2569 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1933 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,29.5 + rot: -1.5707963267948966 rad + pos: -16.5,4.5 parent: 2 - - uid: 2570 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1947 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,28.5 + pos: -16.5,6.5 parent: 2 - - uid: 2599 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-8.5 + parent: 4085 + - uid: 4702 + components: + - type: Transform + pos: 2.5,1.5 + parent: 4558 +- proto: GasPressurePump + entities: + - uid: 1604 components: - type: Transform - pos: -9.5,31.5 + pos: -18.5,3.5 parent: 2 - - uid: 2688 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasValve + entities: + - uid: 1599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,27.5 + rot: 3.141592653589793 rad + pos: -20.5,4.5 parent: 2 - - uid: 2689 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentPump + entities: + - uid: 60 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,27.5 + rot: 3.141592653589793 rad + pos: -7.5,21.5 parent: 2 - - uid: 2690 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,30.5 + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 parent: 2 - - uid: 2691 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,30.5 + rot: -1.5707963267948966 rad + pos: 4.5,-9.5 parent: 2 - - uid: 3033 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 631 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,30.5 + pos: -14.5,-1.5 parent: 2 - - uid: 3034 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 650 components: - type: Transform - pos: -16.5,27.5 + rot: 3.141592653589793 rad + pos: -12.5,-4.5 parent: 2 - - uid: 3217 + - type: DeviceNetwork + deviceLists: + - 676 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 779 components: - type: Transform - pos: -9.506634,34.55191 + rot: 1.5707963267948966 rad + pos: -11.5,4.5 parent: 2 - - uid: 3219 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.537884,35.86441 + rot: 1.5707963267948966 rad + pos: -3.5,-16.5 parent: 2 - - uid: 3220 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1033 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.475384,35.86441 + rot: 1.5707963267948966 rad + pos: -9.5,0.5 parent: 2 - - uid: 3221 + - type: DeviceNetwork + deviceLists: + - 676 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1194 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.475384,35.848785 + pos: 4.5,-15.5 parent: 2 -- proto: ChairOfficeLight - entities: - - uid: 792 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.4889565,1.5909123 + pos: -19.5,23.5 parent: 2 - - uid: 1495 + - type: DeviceNetwork + deviceLists: + - 4056 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.4507675,-3.4672194 + pos: -4.5,13.5 parent: 2 -- proto: ChemDispenser - entities: - - uid: 980 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2001 components: - type: Transform - pos: -9.5,2.5 + pos: -14.5,11.5 parent: 2 -- proto: ChemistryHotplate - entities: - - uid: 1161 + - type: DeviceNetwork + deviceLists: + - 164 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2072 components: - type: Transform - pos: -6.5,0.5 + rot: -1.5707963267948966 rad + pos: -17.5,15.5 parent: 2 -- proto: ChemMaster - entities: - - uid: 1151 + - type: DeviceNetwork + deviceLists: + - 3889 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2091 components: - type: Transform - pos: -9.5,1.5 + pos: -29.5,7.5 parent: 2 -- proto: ChessBoard - entities: - - uid: 3267 + - type: DeviceNetwork + deviceLists: + - 4011 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2093 components: - type: Transform - pos: -9.824271,26.68821 + pos: -31.5,11.5 parent: 2 -- proto: CigarGoldCase - entities: - - uid: 3002 + - type: DeviceNetwork + deviceLists: + - 3889 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2094 components: - type: Transform - pos: -2.6499424,33.665367 + rot: 1.5707963267948966 rad + pos: -21.5,7.5 parent: 2 -- proto: CigPackSyndicate - entities: - - uid: 3040 + - type: DeviceNetwork + deviceLists: + - 2155 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2097 components: - type: Transform - parent: 3039 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CleanerGrenade - entities: - - uid: 2132 + pos: -25.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3889 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2102 components: - type: Transform - pos: 11.532944,-10.274978 + pos: -31.5,7.5 parent: 2 - - uid: 2137 + - type: DeviceNetwork + deviceLists: + - 4011 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2172 components: - type: Transform - pos: 11.532944,-10.274978 + pos: 0.5,-8.5 parent: 2 - - uid: 2138 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2354 components: - type: Transform - pos: 11.532944,-10.353103 + pos: -10.5,28.5 parent: 2 - - uid: 2139 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2418 components: - type: Transform - pos: 11.532944,-10.353103 + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 parent: 2 - - uid: 2140 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2516 components: - type: Transform - pos: 11.532944,-10.446853 + pos: -12.5,2.5 parent: 2 - - uid: 2141 + - type: DeviceNetwork + deviceLists: + - 676 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2539 components: - type: Transform - pos: 11.532944,-10.446853 + rot: 3.141592653589793 rad + pos: 9.5,-3.5 parent: 2 - - uid: 2142 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2591 components: - type: Transform - pos: 11.532944,-10.524978 + rot: 1.5707963267948966 rad + pos: -2.5,16.5 parent: 2 - - uid: 2143 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2594 components: - type: Transform - pos: 11.532944,-10.524978 + rot: 1.5707963267948966 rad + pos: -11.5,15.5 parent: 2 -- proto: ClockworkGrille - entities: - - uid: 1174 + - type: DeviceNetwork + deviceLists: + - 164 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2598 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,11.5 + pos: 0.5,20.5 parent: 2 - - uid: 1175 + - type: DeviceNetwork + deviceLists: + - 3304 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,10.5 + rot: 1.5707963267948966 rad + pos: -2.5,33.5 parent: 2 - - uid: 1176 + - type: DeviceNetwork + deviceLists: + - 3304 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2610 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,9.5 + pos: 5.5,2.5 parent: 2 -- proto: CloningPod - entities: - - uid: 515 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2670 components: - type: Transform - pos: -16.5,-1.5 + pos: -17.5,30.5 parent: 2 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1968 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2671 components: - type: Transform - pos: 16.5,0.5 + rot: 3.141592653589793 rad + pos: -17.5,27.5 parent: 2 - - uid: 1969 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2673 components: - type: Transform - pos: 16.5,-3.5 + rot: 3.141592653589793 rad + pos: -8.5,33.5 parent: 2 - - uid: 3112 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3301 components: - type: Transform - pos: -2.5,15.5 + rot: -1.5707963267948966 rad + pos: -11.5,20.5 parent: 2 -- proto: ClosetEmergencyN2FilledRandom - entities: - - uid: 3111 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3993 components: - type: Transform - pos: -2.5,17.5 + rot: 3.141592653589793 rad + pos: 10.5,-17.5 parent: 2 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 1948 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4333 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,2.5 - parent: 2 - - uid: 1949 + pos: -3.5,3.5 + parent: 4085 + - uid: 4334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-3.5 - parent: 2 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 298 + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 4085 + - uid: 4335 components: - type: Transform - pos: -21.5,14.5 - parent: 2 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 104 + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 4085 + - uid: 4336 components: - type: Transform - pos: 11.34211,-8.185658 - parent: 2 - - uid: 2164 + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 4085 + - uid: 4337 components: - type: Transform - pos: 11.34211,-8.185658 - parent: 2 - - uid: 2165 + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 4085 + - uid: 4338 components: - type: Transform - pos: 11.34211,-8.185658 - parent: 2 - - uid: 2166 + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 4085 + - uid: 4703 components: - type: Transform - pos: 11.34211,-8.185658 - parent: 2 - - uid: 2167 + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 4558 + - uid: 4704 components: - type: Transform - pos: 11.34211,-8.185658 - parent: 2 - - uid: 2168 + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 4558 +- proto: GasVentScrubber + entities: + - uid: 6 components: - type: Transform - pos: 11.34211,-8.185658 + pos: -9.5,-9.5 parent: 2 - - uid: 2169 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 449 components: - type: Transform - pos: 11.34211,-8.185658 + pos: -9.5,15.5 parent: 2 - - uid: 2170 + - type: DeviceNetwork + deviceLists: + - 164 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 479 components: - type: Transform - pos: 11.34211,-8.185658 + pos: 10.5,-9.5 parent: 2 -- proto: ClothingNeckCloakNanotrasen - entities: - - uid: 3237 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 601 components: - type: Transform - pos: -6.477599,36.63806 + rot: -1.5707963267948966 rad + pos: 0.5,-19.5 parent: 2 -- proto: ClothingNeckNanoTrasenPin - entities: - - uid: 3259 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 662 components: - type: Transform - pos: -8.951782,29.262075 + pos: -11.5,0.5 parent: 2 -- proto: ClothingOuterArmorReflective - entities: - - uid: 2151 + - type: DeviceNetwork + deviceLists: + - 676 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 663 components: - type: Transform - pos: 11.76911,-8.292599 + pos: -16.5,-1.5 parent: 2 - - uid: 2152 + - type: DeviceNetwork + deviceLists: + - 676 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 714 components: - type: Transform - pos: 11.76911,-8.448849 + rot: 3.141592653589793 rad + pos: -8.5,21.5 parent: 2 - - uid: 2153 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 777 components: - type: Transform - pos: 11.76911,-8.355099 + rot: 3.141592653589793 rad + pos: -9.5,4.5 parent: 2 - - uid: 2154 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1598 components: - type: Transform - pos: 11.76911,-8.292599 + rot: -1.5707963267948966 rad + pos: -17.5,16.5 parent: 2 - - uid: 2155 + - type: DeviceNetwork + deviceLists: + - 3889 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1607 components: - type: Transform - pos: 11.76911,-8.355099 + rot: 3.141592653589793 rad + pos: -29.5,4.5 parent: 2 - - uid: 2157 + - type: DeviceNetwork + deviceLists: + - 4011 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1608 components: - type: Transform - pos: 11.76911,-8.448849 + rot: -1.5707963267948966 rad + pos: -17.5,7.5 parent: 2 -- proto: ClothingOuterArmorRiot - entities: - - uid: 21 + - type: DeviceNetwork + deviceLists: + - 2155 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1609 components: - type: Transform - pos: 11.34211,-8.591908 + rot: 3.141592653589793 rad + pos: -31.5,3.5 parent: 2 - - uid: 61 + - type: DeviceNetwork + deviceLists: + - 4011 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1641 components: - type: Transform - pos: 11.34211,-8.591908 + rot: 3.141592653589793 rad + pos: -4.5,7.5 parent: 2 - - uid: 2156 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1806 components: - type: Transform - pos: 11.34211,-8.591908 + pos: -17.5,23.5 parent: 2 - - uid: 2158 + - type: DeviceNetwork + deviceLists: + - 4056 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2061 components: - type: Transform - pos: 11.34211,-8.591908 + rot: 1.5707963267948966 rad + pos: -31.5,9.5 parent: 2 - - uid: 2159 + - type: DeviceNetwork + deviceLists: + - 3889 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2156 components: - type: Transform - pos: 11.34211,-8.591908 + rot: 3.141592653589793 rad + pos: -9.5,-16.5 parent: 2 - - uid: 2160 + - type: DeviceNetwork + deviceLists: + - 673 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2212 components: - type: Transform - pos: 11.34211,-8.591908 + pos: -23.5,15.5 parent: 2 - - uid: 2161 + - type: DeviceNetwork + deviceLists: + - 3889 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2327 components: - type: Transform - pos: 11.34211,-8.591908 + rot: -1.5707963267948966 rad + pos: 10.5,-15.5 parent: 2 - - uid: 2162 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2432 components: - type: Transform - pos: 11.34211,-8.591908 + pos: -13.5,11.5 parent: 2 -- proto: ClusterBangFull - entities: - - uid: 1692 + - type: DeviceNetwork + deviceLists: + - 164 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2479 components: - type: Transform - pos: -1.5,-18.5 + rot: 1.5707963267948966 rad + pos: -1.5,-5.5 parent: 2 - - uid: 1693 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2527 components: - type: Transform - pos: -1.5,-18.5 + rot: 1.5707963267948966 rad + pos: -9.5,1.5 parent: 2 - - uid: 1694 + - type: DeviceNetwork + deviceLists: + - 676 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2534 components: - type: Transform - pos: -1.5,-18.5 + pos: 9.5,0.5 parent: 2 - - uid: 1695 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2596 components: - type: Transform - pos: -1.5,-18.5 + rot: -1.5707963267948966 rad + pos: 0.5,16.5 parent: 2 - - uid: 1696 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2597 components: - type: Transform - pos: -1.5,-18.5 + rot: -1.5707963267948966 rad + pos: 0.5,21.5 parent: 2 - - uid: 1697 + - type: DeviceNetwork + deviceLists: + - 3304 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2607 components: - type: Transform - pos: -1.5,-18.5 + rot: -1.5707963267948966 rad + pos: 0.5,33.5 parent: 2 - - uid: 1698 + - type: DeviceNetwork + deviceLists: + - 3304 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2609 components: - type: Transform - pos: -1.5,-18.5 + rot: -1.5707963267948966 rad + pos: 0.5,5.5 parent: 2 - - uid: 1699 + - type: DeviceNetwork + deviceLists: + - 683 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2651 components: - type: Transform - pos: -1.5,-18.5 + pos: -8.5,28.5 parent: 2 -- proto: ComfyBrownChair - entities: - - uid: 3008 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2659 components: - type: Transform - pos: -0.5,34.5 + rot: 3.141592653589793 rad + pos: -10.5,33.5 parent: 2 - - uid: 3009 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,33.5 + pos: -16.5,31.5 parent: 2 - - uid: 3012 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,34.5 + rot: 3.141592653589793 rad + pos: -16.5,26.5 parent: 2 - - uid: 3014 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,32.5 + rot: -1.5707963267948966 rad + pos: -12.5,19.5 parent: 2 - - uid: 3194 + - type: DeviceNetwork + deviceLists: + - 1331 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4065 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,21.5 + pos: 4.5,-17.5 parent: 2 - - uid: 3261 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,24.5 - parent: 2 - - uid: 3262 + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 4558 + - uid: 4706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,24.5 - parent: 2 -- proto: ComputerCloningConsole + rot: -1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 4558 +- proto: GeneratorBasic15kW entities: - - uid: 510 + - uid: 717 components: - type: Transform - pos: -15.5,-1.5 + pos: -35.5,3.5 parent: 2 -- proto: ComputerCrewMonitoring - entities: - - uid: 405 + - uid: 1447 components: - type: Transform - pos: -11.5,17.5 + pos: -36.5,6.5 parent: 2 - - uid: 925 + - uid: 2132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-3.5 + pos: -35.5,7.5 parent: 2 -- proto: ComputerIFFSyndicate - entities: - - uid: 1700 + - uid: 2148 components: - type: Transform - pos: -10.5,17.5 + pos: -33.5,7.5 parent: 2 -- proto: ComputerPowerMonitoring - entities: - - uid: 1306 + - uid: 2292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,10.5 + pos: -36.5,4.5 parent: 2 - - uid: 2859 + - uid: 2307 components: - type: Transform - pos: -11.5,36.5 + pos: -34.5,3.5 parent: 2 -- proto: ComputerRadar - entities: - - uid: 1308 + - uid: 2339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,9.5 + pos: -33.5,3.5 parent: 2 - - uid: 2858 + - uid: 2341 components: - type: Transform - pos: -10.5,36.5 + pos: -36.5,5.5 parent: 2 -- proto: ComputerStationRecords - entities: - - uid: 2857 + - uid: 2342 components: - type: Transform - pos: -8.5,36.5 + pos: -34.5,7.5 parent: 2 -- proto: ComputerSurveillanceCameraMonitor +- proto: GeneratorRTG entities: - - uid: 1722 + - uid: 4339 components: - type: Transform - pos: -9.5,17.5 - parent: 2 - - uid: 2860 + pos: 4.5,-8.5 + parent: 4085 + - uid: 4340 components: - type: Transform - pos: -7.5,36.5 - parent: 2 -- proto: Crematorium + pos: 4.5,-9.5 + parent: 4085 +- proto: GeneratorWallmountAPU entities: - - uid: 452 + - uid: 4707 components: - type: Transform - pos: -16.5,1.5 - parent: 2 -- proto: CrewMonitoringServer - entities: - - uid: 1884 + pos: 5.5,0.5 + parent: 4558 + - uid: 4708 components: - type: Transform - pos: -11.5,15.5 - parent: 2 -- proto: CryogenicSleepUnit + pos: 3.5,0.5 + parent: 4558 + - uid: 4709 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 4558 +- proto: GeneratorWallmountBasic entities: - - uid: 2369 + - uid: 4341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,21.5 - parent: 2 - - uid: 2370 + pos: -3.5,-10.5 + parent: 4085 + - uid: 4342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,20.5 - parent: 2 - - uid: 2372 + pos: -3.5,-5.5 + parent: 4085 + - uid: 4343 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,19.5 - parent: 2 - - uid: 2374 + pos: 4.5,-5.5 + parent: 4085 + - uid: 4344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,22.5 - parent: 2 - - uid: 2375 + pos: 4.5,-10.5 + parent: 4085 +- proto: GravityGenerator + entities: + - uid: 1343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,22.5 + pos: -26.5,17.5 parent: 2 - - uid: 2376 +- proto: GravityGeneratorMini + entities: + - uid: 4345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,19.5 - parent: 2 - - uid: 2377 + pos: -3.5,-9.5 + parent: 4085 + - uid: 4710 components: - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 2378 + pos: 1.5,1.5 + parent: 4558 +- proto: GreenTabletopPiece + entities: + - uid: 2352 components: + - type: MetaData + name: лягушка - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,19.5 + pos: 2.4906626,9.457825 parent: 2 -- proto: CurtainsBlackOpen +- proto: GrenadeStinger entities: - - uid: 3192 + - uid: 1645 components: - type: Transform - pos: -15.5,19.5 + pos: -10.676809,-10.376034 parent: 2 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 1324 + - uid: 1647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-2.5 + pos: -10.676809,-10.494964 parent: 2 - - uid: 1422 + - uid: 1649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-5.5 + pos: -10.676809,-10.376034 parent: 2 -- proto: DonkpocketBoxSpawner - entities: - - uid: 3025 + - uid: 2713 components: - type: Transform - pos: 0.5,34.5 + pos: -10.676809,-10.658492 parent: 2 -- proto: DoubleEmergencyNitrogenTankFilled - entities: - - uid: 457 + - uid: 2715 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: -10.676809,-10.658492 parent: 2 - - uid: 464 + - uid: 2716 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: -10.676809,-10.658492 parent: 2 - - uid: 465 + - uid: 2717 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: -10.676809,-10.494964 parent: 2 - - uid: 466 + - uid: 2718 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: -10.676809,-10.494964 parent: 2 - - uid: 467 +- proto: Grille + entities: + - uid: 28 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: 6.5,4.5 parent: 2 - - uid: 468 + - uid: 29 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: 6.5,5.5 parent: 2 - - uid: 481 + - uid: 31 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: 4.5,6.5 parent: 2 - - uid: 1648 + - uid: 32 components: - type: Transform - pos: -0.6591339,-20.437805 + pos: 5.5,6.5 parent: 2 -- proto: DoubleEmergencyOxygenTankFilled - entities: - - uid: 435 + - uid: 119 components: - type: Transform - pos: -0.3310089,-20.469055 + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 parent: 2 - - uid: 439 + - uid: 120 components: - type: Transform - pos: -0.3310089,-20.469055 + pos: -9.5,-4.5 parent: 2 - - uid: 441 + - uid: 425 components: - type: Transform - pos: -0.3310089,-20.469055 + pos: -32.5,12.5 parent: 2 - - uid: 442 + - uid: 461 components: - type: Transform - pos: -0.3310089,-20.469055 + pos: -5.5,-3.5 parent: 2 - - uid: 443 + - uid: 582 components: - type: Transform - pos: -0.3310089,-20.469055 + pos: -6.5,-0.5 parent: 2 - - uid: 446 + - uid: 787 components: - type: Transform - pos: -0.3310089,-20.469055 + pos: -9.5,-1.5 parent: 2 - - uid: 1652 + - uid: 1207 components: - type: Transform - pos: -0.3310089,-20.469055 + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 parent: 2 - - uid: 1653 + - uid: 1357 components: - type: Transform - pos: -0.3310089,-20.469055 + pos: -20.5,-7.5 parent: 2 -- proto: DoubleGlassAirlockCentcomLocked - entities: - - uid: 2685 + - uid: 1363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,26.5 + pos: 17.5,-1.5 parent: 2 -- proto: DrinkShotGlass - entities: - - uid: 3190 + - uid: 1405 components: - type: Transform - pos: -15.293259,20.580276 + pos: -20.5,-5.5 parent: 2 -- proto: DrinkSodaWaterBottleFull - entities: - - uid: 3059 + - uid: 1417 components: - type: Transform - pos: -15.929323,31.582644 + pos: 14.5,1.5 parent: 2 - - uid: 3244 + - uid: 1482 components: - type: Transform - pos: -8.663951,29.316328 + pos: 15.5,-21.5 parent: 2 -- proto: DrinkSpaceMountainWindBottleFull - entities: - - uid: 3246 + - uid: 1489 components: - type: Transform - pos: -15.929577,29.503828 + pos: -23.5,27.5 parent: 2 -- proto: DrinkWaterBottleFull - entities: - - uid: 3060 + - uid: 1520 components: - type: Transform - pos: -17.038698,26.535769 + pos: 15.5,-20.5 parent: 2 - - uid: 3242 + - uid: 1521 components: - type: Transform - pos: -10.273326,29.800703 + pos: 15.5,-17.5 parent: 2 - - uid: 3243 + - uid: 1522 components: - type: Transform - pos: -10.148326,28.472578 + pos: 15.5,-18.5 parent: 2 - - uid: 3245 + - uid: 1526 components: - type: Transform - pos: -8.773326,27.566328 + pos: 15.5,-16.5 parent: 2 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 3191 + - uid: 1538 components: - type: Transform - pos: -15.637009,20.705276 + pos: -34.5,12.5 parent: 2 -- proto: EphedrineChemistryBottle - entities: - - uid: 780 + - uid: 1556 components: - type: Transform - pos: -8.679082,-3.1968641 + pos: -19.5,-11.5 parent: 2 -- proto: FaxMachineCentcom - entities: - - uid: 855 + - uid: 1561 components: - type: Transform - pos: -9.5,33.5 + pos: -24.5,27.5 parent: 2 -- proto: filingCabinetRandom - entities: - - uid: 3036 + - uid: 1623 components: - type: Transform - pos: -15.5,29.5 + rot: 1.5707963267948966 rad + pos: -18.5,2.5 parent: 2 - - uid: 3037 + - uid: 1643 components: - type: Transform - pos: -15.5,28.5 + pos: -30.5,6.5 parent: 2 -- proto: FireAxeCabinetFilled - entities: - - uid: 1947 + - uid: 1652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,6.5 + pos: -30.5,4.5 parent: 2 -- proto: Firelock - entities: - - uid: 1938 + - uid: 1659 components: - type: Transform - pos: -12.5,-0.5 + pos: -30.5,5.5 parent: 2 - - uid: 1939 + - uid: 1671 components: - type: Transform - pos: -13.5,-3.5 + rot: 1.5707963267948966 rad + pos: -38.5,10.5 parent: 2 - - uid: 3093 + - uid: 1833 components: - type: Transform - pos: -3.5,20.5 + pos: -4.5,-24.5 parent: 2 - - uid: 3094 + - uid: 1835 components: - type: Transform - pos: -3.5,21.5 + pos: -1.5,-24.5 parent: 2 - - uid: 3099 + - uid: 1836 components: - type: Transform - pos: -10.5,12.5 + pos: -0.5,-24.5 parent: 2 - - uid: 3110 + - uid: 1837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,23.5 + pos: 0.5,-24.5 parent: 2 -- proto: FirelockEdge - entities: - - uid: 1937 + - uid: 1838 components: - type: Transform - pos: -7.5,0.5 + pos: 1.5,-24.5 parent: 2 - - uid: 1940 + - uid: 1839 components: - type: Transform - pos: -0.5,-6.5 + pos: 2.5,-24.5 parent: 2 - - uid: 1941 + - uid: 1842 components: - type: Transform - pos: 0.5,-6.5 + pos: -3.5,-24.5 parent: 2 - - uid: 1942 + - uid: 1859 components: - type: Transform - pos: 1.5,-6.5 + pos: 15.5,-14.5 parent: 2 - - uid: 3104 + - uid: 1860 components: - type: Transform - pos: -6.5,34.5 + pos: 15.5,-12.5 parent: 2 - - uid: 3105 + - uid: 1863 components: - type: Transform - pos: -5.5,34.5 + pos: 15.5,-10.5 parent: 2 - - uid: 3106 + - uid: 1864 components: - type: Transform - pos: -13.5,34.5 + pos: 15.5,-8.5 parent: 2 - - uid: 3107 + - uid: 1865 components: - type: Transform - pos: -12.5,34.5 + pos: 15.5,-7.5 parent: 2 - - uid: 3108 + - uid: 1866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,30.5 + pos: 15.5,-6.5 parent: 2 - - uid: 3109 + - uid: 1868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,27.5 + pos: 17.5,-6.5 parent: 2 -- proto: FirelockGlass - entities: - - uid: 1922 + - uid: 2187 components: - type: Transform - pos: -2.5,6.5 + rot: 3.141592653589793 rad + pos: -0.5,35.5 parent: 2 - - uid: 1923 + - uid: 2191 components: - type: Transform - pos: -0.5,6.5 + pos: -28.5,-0.5 parent: 2 - - uid: 1924 + - uid: 2204 components: - type: Transform - pos: -1.5,6.5 + pos: -35.5,12.5 parent: 2 - - uid: 1925 + - uid: 2272 components: - type: Transform - pos: -5.5,9.5 + rot: 3.141592653589793 rad + pos: 1.5,32.5 parent: 2 - - uid: 1926 + - uid: 2278 components: - type: Transform - pos: -5.5,10.5 + rot: 3.141592653589793 rad + pos: -1.5,35.5 parent: 2 - - uid: 1927 + - uid: 2281 components: - type: Transform - pos: -5.5,11.5 + rot: 3.141592653589793 rad + pos: 1.5,33.5 parent: 2 - - uid: 1928 + - uid: 2283 components: - type: Transform - pos: 6.5,-0.5 + rot: 3.141592653589793 rad + pos: 1.5,31.5 parent: 2 - - uid: 1929 + - uid: 2284 components: - type: Transform - pos: 6.5,-1.5 + rot: 3.141592653589793 rad + pos: 1.5,30.5 parent: 2 - - uid: 1930 + - uid: 2370 components: - type: Transform - pos: 6.5,-2.5 + pos: -24.5,17.5 parent: 2 - - uid: 1931 + - uid: 2682 components: - type: Transform - pos: -15.5,10.5 + pos: -15.5,39.5 parent: 2 - - uid: 1932 + - uid: 2863 components: - type: Transform - pos: -19.5,13.5 + pos: -33.5,12.5 parent: 2 - - uid: 1933 + - uid: 2879 components: - type: Transform - pos: -10.5,8.5 + pos: 7.5,-16.5 parent: 2 - - uid: 1934 + - uid: 2893 components: - type: Transform - pos: -5.5,-1.5 + pos: -21.5,27.5 parent: 2 - - uid: 1935 + - uid: 2894 components: - type: Transform - pos: -5.5,-2.5 + pos: -21.5,28.5 parent: 2 - - uid: 1936 + - uid: 2897 components: - type: Transform - pos: -8.5,-0.5 + pos: -21.5,31.5 parent: 2 - - uid: 1943 + - uid: 2898 components: - type: Transform - pos: 13.5,1.5 + pos: -21.5,32.5 parent: 2 - - uid: 1944 + - uid: 2899 components: - type: Transform - pos: 15.5,1.5 + pos: -21.5,33.5 parent: 2 - - uid: 1945 + - uid: 2903 components: - type: Transform - pos: 17.5,-0.5 + pos: -17.5,35.5 parent: 2 - - uid: 1946 + - uid: 2904 components: - type: Transform - pos: 17.5,-2.5 + pos: -18.5,35.5 parent: 2 - - uid: 3095 + - uid: 2905 components: - type: Transform - pos: -1.5,18.5 + pos: -17.5,36.5 parent: 2 - - uid: 3096 + - uid: 2909 components: - type: Transform - pos: -0.5,18.5 + pos: 4.5,16.5 parent: 2 - - uid: 3097 + - uid: 2910 components: - type: Transform - pos: -0.5,14.5 + pos: -15.5,40.5 parent: 2 - - uid: 3098 + - uid: 2911 components: - type: Transform - pos: -1.5,14.5 + pos: -13.5,40.5 parent: 2 - - uid: 3100 + - uid: 2913 components: - type: Transform - pos: -3.5,26.5 + pos: -14.5,40.5 parent: 2 - - uid: 3101 + - uid: 2917 components: - type: Transform - pos: -3.5,25.5 + pos: -8.5,40.5 parent: 2 - - uid: 3102 + - uid: 2918 components: - type: Transform - pos: -1.5,28.5 + pos: -7.5,40.5 parent: 2 - - uid: 3103 + - uid: 2921 components: - type: Transform - pos: -0.5,28.5 + pos: -4.5,40.5 parent: 2 -- proto: Fireplace - entities: - - uid: 3179 + - uid: 2923 components: - type: Transform - pos: -14.5,22.5 + pos: -3.5,39.5 parent: 2 -- proto: FlippoLighter - entities: - - uid: 2677 + - uid: 2924 components: - type: Transform - parent: 2675 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 3045 + pos: -3.5,38.5 + parent: 2 + - uid: 2925 components: - type: Transform - parent: 3039 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 3057 + pos: -3.5,37.5 + parent: 2 + - uid: 2926 components: - type: Transform - pos: -2.6186924,33.446617 + pos: -2.5,37.5 parent: 2 -- proto: FloorDrain - entities: - - uid: 604 + - uid: 2929 components: - type: Transform - pos: -15.5,1.5 + pos: 0.5,37.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 3129 + - uid: 2930 components: - type: Transform - pos: -16.5,-1.5 + pos: 1.5,37.5 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 3130 + - uid: 2934 components: - type: Transform - pos: -8.5,2.5 + pos: 3.5,35.5 parent: 2 - - type: Fixtures - fixtures: {} -- proto: FloorWaterEntity - entities: - - uid: 284 + - uid: 2935 components: - type: Transform - pos: 0.5,11.5 + pos: 3.5,34.5 parent: 2 - - uid: 1658 + - uid: 2936 components: - type: Transform - pos: 0.5,9.5 + pos: 3.5,33.5 parent: 2 - - uid: 2003 + - uid: 2940 components: - type: Transform - pos: 0.5,10.5 + pos: 3.5,32.5 parent: 2 - - uid: 2005 + - uid: 2941 components: - type: Transform - pos: 1.5,11.5 + pos: 3.5,27.5 parent: 2 - - uid: 2006 + - uid: 2942 components: - type: Transform - pos: 1.5,9.5 + pos: 3.5,28.5 parent: 2 - - uid: 2007 + - uid: 2943 components: - type: Transform - pos: 1.5,8.5 + pos: 3.5,26.5 parent: 2 - - uid: 2008 + - uid: 2946 components: - type: Transform - pos: 1.5,12.5 + pos: 3.5,23.5 parent: 2 - - uid: 2090 + - uid: 2947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,10.5 + pos: 3.5,22.5 parent: 2 - - uid: 2240 + - uid: 2948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,8.5 + pos: 3.5,20.5 parent: 2 -- proto: FoodBoxDonkpocketStonk - entities: - - uid: 3026 + - uid: 2949 components: - type: Transform - pos: -9.016428,29.993034 + pos: 3.5,21.5 parent: 2 -- proto: FoodBoxDonut - entities: - - uid: 3269 + - uid: 2952 components: - type: Transform - pos: -9.045731,26.992601 + pos: 3.5,17.5 parent: 2 -- proto: FoodBoxNugget - entities: - - uid: 3027 + - uid: 2953 components: - type: Transform - pos: 0.6568885,34.641487 + pos: 3.5,16.5 parent: 2 -- proto: FuelDispenser - entities: - - uid: 1166 + - uid: 2955 components: - type: Transform - pos: -8.5,3.5 + pos: 5.5,15.5 parent: 2 -- proto: GasAnalyzer - entities: - - uid: 1380 + - uid: 2958 components: - type: Transform - pos: -11.03954,4.526264 + pos: 5.5,13.5 parent: 2 - - uid: 1382 + - uid: 2959 components: - type: Transform - pos: -11.03954,4.526264 + pos: 5.5,12.5 parent: 2 - - uid: 1384 + - uid: 3519 components: - type: Transform - pos: -11.03954,4.526264 + pos: -26.5,25.5 parent: 2 -- proto: GasMinerNitrogenStation - entities: - - uid: 4 + - uid: 3520 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,7.5 + pos: -26.5,24.5 parent: 2 -- proto: GasMinerOxygenStation - entities: - - uid: 178 + - uid: 3521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,6.5 + pos: -26.5,23.5 parent: 2 -- proto: GasMixerFlipped - entities: - - uid: 421 + - uid: 3522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,7.5 + pos: -28.5,22.5 parent: 2 -- proto: GasPassiveVent - entities: - - uid: 180 + - uid: 3523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,7.5 + pos: -29.5,22.5 parent: 2 - - uid: 181 + - uid: 3524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,6.5 + pos: -30.5,22.5 parent: 2 - - uid: 509 + - uid: 3525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,5.5 + pos: -31.5,20.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' -- proto: GasPipeBend - entities: - - uid: 177 + - uid: 3526 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,6.5 + pos: -31.5,18.5 parent: 2 - - uid: 246 + - uid: 3528 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 + pos: -31.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 249 + - uid: 3529 components: - type: Transform - pos: 0.5,-4.5 + pos: -31.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 448 + - uid: 3530 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-10.5 + pos: -31.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 522 + - uid: 3531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-10.5 + pos: -32.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 600 + - uid: 3532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-19.5 + pos: -35.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 632 + - uid: 3533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 + pos: -36.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 636 + - uid: 3534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,1.5 + pos: -37.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 648 + - uid: 3536 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-2.5 + pos: 12.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1360 + - uid: 3539 components: - type: Transform - pos: -10.5,15.5 + pos: -40.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1386 + - uid: 3540 components: - type: Transform - pos: -8.5,1.5 + pos: -40.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1433 + - uid: 3541 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,6.5 + pos: -40.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1580 + - uid: 3542 components: - type: Transform - pos: 9.5,-1.5 + pos: -40.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1635 + - uid: 3543 components: - type: Transform - pos: -7.5,0.5 + pos: -38.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2601 + - uid: 3545 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,21.5 + pos: -36.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2602 + - uid: 3546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,20.5 + pos: -35.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2603 + - uid: 3549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,33.5 + pos: -33.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2604 + - uid: 3550 components: - type: Transform - pos: -1.5,33.5 + pos: -32.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2617 + - uid: 3552 components: - type: Transform - pos: -5.5,35.5 + pos: 13.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2618 + - uid: 3553 components: - type: Transform - pos: -6.5,34.5 + pos: -29.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2625 + - uid: 3554 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,34.5 + pos: -24.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2626 + - uid: 3555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,35.5 + pos: -22.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2653 + - uid: 3557 components: - type: Transform - pos: -13.5,28.5 + pos: -21.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2654 + - uid: 3558 components: - type: Transform - pos: -12.5,29.5 + pos: -20.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2883 + - uid: 3559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,9.5 + pos: 10.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2884 + - uid: 3560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,10.5 + pos: 11.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3306 + - uid: 3561 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,20.5 + pos: 8.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3307 + - uid: 3562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,19.5 + pos: 7.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeFourway - entities: - - uid: 184 + - uid: 3563 components: - type: Transform - pos: -10.5,10.5 + pos: 6.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 267 + - uid: 3564 components: - type: Transform - pos: 0.5,-9.5 + pos: -5.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 500 + - uid: 3565 components: - type: Transform - pos: -0.5,-10.5 + pos: -6.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 606 + - uid: 3566 components: - type: Transform - pos: -1.5,-1.5 + pos: -7.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2568 + - uid: 3567 components: - type: Transform - pos: -1.5,20.5 + pos: -9.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2600 + - uid: 3568 components: - type: Transform - pos: -0.5,21.5 + pos: -10.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeStraight - entities: - - uid: 87 + - uid: 3569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,7.5 + pos: -14.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 144 + - uid: 3570 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-9.5 + pos: -14.5,-18.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 154 + - uid: 3571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-9.5 + pos: -14.5,-17.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 162 + - uid: 3572 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,12.5 + pos: -14.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 166 + - uid: 3573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-9.5 + pos: -14.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 170 + - uid: 3574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-9.5 + pos: -15.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 190 + - uid: 3576 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,11.5 + pos: -16.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 192 + - uid: 3577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 + pos: -19.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 195 + - uid: 3578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,10.5 + pos: -19.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 199 + - uid: 3580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,10.5 + pos: -26.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 203 + - uid: 3581 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,10.5 + pos: -27.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 207 + - uid: 3890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,10.5 + pos: -40.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 209 + - uid: 3895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,10.5 + pos: -39.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 212 + - uid: 4346 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 4085 + - uid: 4347 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 4085 + - uid: 4348 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 4085 + - uid: 4349 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 4085 + - uid: 4350 + components: + - type: Transform + pos: -0.5,8.5 + parent: 4085 + - uid: 4351 + components: + - type: Transform + pos: 0.5,8.5 + parent: 4085 + - uid: 4352 + components: + - type: Transform + pos: 1.5,8.5 + parent: 4085 + - uid: 4353 + components: + - type: Transform + pos: -4.5,5.5 + parent: 4085 + - uid: 4354 + components: + - type: Transform + pos: -4.5,4.5 + parent: 4085 + - uid: 4355 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 224 + pos: -2.5,-1.5 + parent: 4085 + - uid: 4711 components: - type: Transform - pos: -10.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 225 + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 4558 + - uid: 4712 components: - type: Transform - pos: -10.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 226 + rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 4558 + - uid: 4713 components: - type: Transform - pos: -10.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 230 + rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 4558 + - uid: 4714 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 231 + pos: 3.5,5.5 + parent: 4558 + - uid: 4715 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 232 + pos: 4.5,5.5 + parent: 4558 + - uid: 4716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,5.5 + parent: 4558 + - uid: 4717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 4558 +- proto: GrilleDiagonal + entities: + - uid: 1459 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,7.5 + rot: -1.5707963267948966 rad + pos: 6.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 233 + - uid: 4356 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 234 + rot: -1.5707963267948966 rad + pos: 2.5,8.5 + parent: 4085 + - uid: 4357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 235 + pos: -1.5,8.5 + parent: 4085 + - uid: 4718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 236 + pos: 1.5,3.5 + parent: 4558 + - uid: 4719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 238 + pos: 2.5,5.5 + parent: 4558 + - uid: 4720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 240 + rot: -1.5707963267948966 rad + pos: 6.5,5.5 + parent: 4558 + - uid: 4721 components: - type: Transform - pos: -1.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 241 + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 4558 +- proto: GrilleSpawner + entities: + - uid: 1398 components: - type: Transform - pos: -1.5,-0.5 + pos: -20.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 243 + - uid: 1407 components: - type: Transform - pos: -1.5,-2.5 + pos: -20.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 244 + - uid: 1834 components: - type: Transform - pos: -1.5,-3.5 + pos: -2.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 245 + - uid: 1840 components: - type: Transform - pos: -1.5,0.5 + pos: 5.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 254 + - uid: 1841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-4.5 + pos: 3.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 278 + - uid: 1843 components: - type: Transform - pos: 0.5,-6.5 + pos: 4.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 279 + - uid: 1861 components: - type: Transform - pos: 0.5,-7.5 + pos: 16.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 280 + - uid: 1862 components: - type: Transform - pos: 0.5,-8.5 + pos: 15.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 281 + - uid: 1867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-9.5 + pos: 15.5,-11.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 288 + - uid: 1869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-9.5 + pos: 19.5,-6.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 289 + - uid: 2256 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-9.5 + pos: -20.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 295 + - uid: 2914 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,7.5 + pos: -21.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 297 + - uid: 2927 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,8.5 + pos: 3.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 299 + - uid: 2928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-10.5 + pos: 3.5,24.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 300 + - uid: 2937 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-11.5 + pos: -1.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 301 + - uid: 2938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-12.5 + pos: 3.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 339 + - uid: 2939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,5.5 + pos: 3.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 397 + - uid: 2944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 + pos: 3.5,25.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 406 + - uid: 2945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 + pos: 3.5,18.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 407 + - uid: 2956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-1.5 + pos: 5.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 413 + - uid: 2957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 + pos: 5.5,16.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 414 + - uid: 2978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 + pos: -0.5,37.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 415 + - uid: 2979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 + pos: -3.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 416 + - uid: 2980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 + pos: -6.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 417 + - uid: 2981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 + pos: -5.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 418 + - uid: 2982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 + pos: -10.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 419 + - uid: 2983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 + pos: -11.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 420 + - uid: 2984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,9.5 + pos: -12.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 436 + - uid: 2985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,2.5 + pos: -21.5,30.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 437 + - uid: 2986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,2.5 + pos: -21.5,34.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 438 + - uid: 3547 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 3548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,2.5 + pos: -31.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 440 + - uid: 3551 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,14.5 + pos: -34.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 477 + - uid: 3579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,13.5 + pos: -25.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 492 + - uid: 3582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-8.5 + pos: -27.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 493 + - uid: 3583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 + pos: -19.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 494 + - uid: 3584 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-17.5 + pos: -18.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 495 + - uid: 3585 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-16.5 + pos: -19.5,-8.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 496 + - uid: 3586 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-15.5 + pos: -14.5,-20.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 497 + - uid: 3587 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-13.5 + pos: -14.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 498 + - uid: 3590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,2.5 + pos: -12.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 499 + - uid: 3591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-11.5 + pos: -11.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 501 + - uid: 3593 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-14.5 + pos: -5.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 511 + - uid: 3594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,5.5 + pos: 6.5,-23.5 parent: 2 - - type: AtmosPipeColor - color: '#FF0000FF' - - uid: 514 + - uid: 3596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,5.5 + pos: 14.5,-22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 516 + - uid: 3597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,5.5 + pos: 15.5,-19.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 521 + - uid: 3598 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-10.5 + pos: 15.5,-15.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 523 + - uid: 3599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-10.5 + pos: -39.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 524 + - uid: 3601 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-10.5 + pos: -40.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 525 + - uid: 3603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-10.5 + pos: -38.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 526 + - uid: 3605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-10.5 + pos: -33.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 527 + - uid: 3606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-10.5 + pos: -31.5,15.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 529 + - uid: 3607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-10.5 + pos: -31.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 531 + - uid: 3608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,10.5 + pos: -27.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 532 + - uid: 3609 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,11.5 + pos: -26.5,22.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 533 + - uid: 3612 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,12.5 + pos: -22.5,27.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 534 + - uid: 3897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,13.5 + pos: -40.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 535 +- proto: Gyroscope + entities: + - uid: 4358 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 536 + pos: -3.5,-6.5 + parent: 4085 + - uid: 4722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 537 + pos: 1.5,0.5 + parent: 4558 +- proto: HandheldCrewMonitor + entities: + - uid: 3949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,9.5 + pos: -14.64221,-2.4446216 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 538 +- proto: HandheldCriminalRecordsMonitorUnpowered + entities: + - uid: 87 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,9.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 540 + - uid: 1176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,9.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 541 + - uid: 1203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,9.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 542 + - uid: 1204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,9.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 543 + - uid: 1206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,9.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 544 + - uid: 1451 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-10.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 545 + - uid: 2374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-10.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 546 + - uid: 2377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-10.5 + pos: 6.5262275,-7.499033 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 547 +- proto: HandheldMechAnalyzerUnpowered + entities: + - uid: 1564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-10.5 + pos: 9.434405,-14.464552 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 549 + - uid: 1653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-10.5 + pos: 9.746905,-14.464552 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 550 +- proto: HandLabeler + entities: + - uid: 2803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-10.5 + parent: 2675 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3041 + components: + - type: Transform + parent: 3039 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: HatSpawner + entities: + - uid: 3290 + components: + - type: Transform + pos: 9.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 551 +- proto: HighSecCentralCommandLocked + entities: + - uid: 323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-10.5 + rot: 3.141592653589793 rad + pos: -24.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 552 + - uid: 411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-10.5 + pos: -10.5,12.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 553 + - uid: 758 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-10.5 + pos: -30.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 554 + - uid: 1269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,26.5 + pos: -0.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 555 + - uid: 2678 components: - type: Transform - pos: -6.5,32.5 + rot: 3.141592653589793 rad + pos: -12.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 558 + - uid: 2881 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,10.5 + pos: 1.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 559 + - uid: 3158 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,8.5 + pos: -27.5,8.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 562 + - uid: 4359 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 563 + pos: 0.5,2.5 + parent: 4085 + - uid: 4360 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,13.5 + pos: 3.5,2.5 + parent: 4085 + - uid: 4557 + components: + - type: Transform + pos: 0.5,-7.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 564 +- proto: HolofanProjector + entities: + - uid: 4009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,14.5 + pos: -20.62341,7.5044394 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 565 + - uid: 4036 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,12.5 + pos: -20.62341,7.7231894 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 566 + - uid: 4037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,11.5 + pos: -20.56091,7.5981894 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 567 +- proto: HoloprojectorSecurity + entities: + - uid: 171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,12.5 + pos: 6.3856025,-11.561533 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 568 + - uid: 174 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,13.5 + pos: 6.3699775,-11.311533 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 569 + - uid: 1455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,14.5 + pos: 6.6356025,-11.545908 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 575 + - uid: 1547 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 + pos: 6.6512275,-11.311533 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 577 + - uid: 1877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 + pos: 6.6356025,-11.545908 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 580 + - uid: 2149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 + pos: 6.6512275,-11.311533 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 581 + - uid: 2154 components: - type: Transform - pos: -5.5,27.5 + pos: 6.3856025,-11.561533 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 584 + - uid: 2158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,25.5 + pos: 6.3699775,-11.311533 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 587 +- proto: HospitalCurtainsOpen + entities: + - uid: 1336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,2.5 + rot: 1.5707963267948966 rad + pos: -16.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 588 + - uid: 1406 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 + rot: 1.5707963267948966 rad + pos: -16.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 589 + - uid: 4723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 4558 + - uid: 4724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 4558 +- proto: Implanter + entities: + - uid: 3910 + components: + - type: Transform + pos: -15.854755,-4.288103 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 590 + - uid: 3942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 + pos: -15.854755,-4.241228 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 591 + - uid: 4531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 + pos: -15.87038,-4.194353 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 592 + - uid: 4533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-0.5 + pos: -15.854755,-4.319353 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 593 + - uid: 4534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 + pos: -15.854755,-4.366228 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 594 + - uid: 4535 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-0.5 + pos: -15.854755,-4.428728 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 595 + - uid: 4536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-0.5 + pos: -15.854755,-4.459978 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 596 + - uid: 4537 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-0.5 + pos: -15.854755,-4.522478 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 597 +- proto: IngotGold + entities: + - uid: 1760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-0.5 + pos: 0.52196383,-20.52581 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 598 + - uid: 1781 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-0.5 + pos: -22.62091,21.398218 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 599 +- proto: IngotSilver + entities: + - uid: 279 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 + pos: -22.647331,21.556791 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 605 + - uid: 2142 components: - type: Transform - pos: -0.5,-1.5 + pos: 0.49071383,-20.46331 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 607 +- proto: IntercomAll + entities: + - uid: 4725 components: - type: Transform - pos: -0.5,-3.5 + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 4558 +- proto: JanitorialTrolley + entities: + - uid: 3783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,21.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 608 +- proto: JawsOfLife + entities: + - uid: 976 components: - type: Transform - pos: -0.5,-4.5 + pos: 8.489302,-11.22397 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 610 + - uid: 977 components: - type: Transform - pos: -0.5,-6.5 + pos: 8.489302,-11.22397 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 611 + - uid: 989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 + pos: 8.489302,-11.364595 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 612 + - uid: 1008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-1.5 + pos: 8.489302,-11.364595 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 613 + - uid: 1173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 + pos: 8.489302,-11.489595 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 614 + - uid: 1174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 + pos: 8.489302,-11.489595 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 615 +- proto: JetpackMiniFilled + entities: + - uid: 295 + components: + - type: Transform + pos: 8.513231,-7.169636 + parent: 2 + - uid: 342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-1.5 + pos: 8.513231,-7.169636 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 616 + - uid: 362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 + pos: 8.513231,-7.450886 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 617 + - uid: 364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-2.5 + pos: 8.513231,-7.450886 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 618 + - uid: 393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 + pos: 8.513231,-7.310261 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 619 + - uid: 426 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 + pos: 8.513231,-7.310261 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 620 +- proto: JointRainbow + entities: + - uid: 3266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-2.5 + pos: -6.5824003,24.642855 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 621 +- proto: Jukebox + entities: + - uid: 2213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-2.5 + pos: -11.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 630 + - type: ContainerContainer + containers: + tape: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: KitchenMicrowave + entities: + - uid: 3019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-2.5 + pos: 0.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 633 +- proto: KitchenReagentGrinder + entities: + - uid: 2322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-0.5 + pos: -6.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 634 +- proto: Lamp + entities: + - uid: 1570 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,0.5 + pos: -14.40093,-2.2810073 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 635 +- proto: LampGold + entities: + - uid: 2496 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,1.5 + pos: -17.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 637 + - uid: 2517 components: - type: Transform - pos: -12.5,-0.5 + rot: 3.141592653589793 rad + pos: -17.312864,26.593292 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 639 + - uid: 3199 components: - type: Transform - pos: -12.5,0.5 + rot: -1.5707963267948966 rad + pos: -11.324509,20.392776 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 640 +- proto: LeavesCannabisDried + entities: + - uid: 3900 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-1.5 + pos: -7.3652973,22.643827 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 641 +- proto: LightReplacer + entities: + - uid: 3806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-1.5 + pos: -6.2853136,22.718441 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 642 +- proto: LockerAtmosphericsFilled + entities: + - uid: 4030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-1.5 + pos: -22.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 643 + - uid: 4031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-1.5 + pos: -21.5,7.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 645 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 1804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 + pos: -20.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 646 + - uid: 1908 components: - type: Transform - pos: -7.5,-0.5 + pos: -21.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 651 + - uid: 3164 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-2.5 + pos: -22.5,23.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 652 +- proto: LockerRepresentative + entities: + - uid: 3911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-3.5 + pos: -13.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 653 + - 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: + - 3918 + - 3913 + - 3912 + - 3920 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerSteel + entities: + - uid: 2675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-2.5 + pos: -17.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 654 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 2676 + - 2677 + - 2801 + - 2803 + - 2805 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 3039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-2.5 + pos: -17.5,28.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 655 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 3040 + - 3041 + - 3042 + - 3043 + - 3044 + - 3045 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerWallMedical + entities: + - uid: 4578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-2.5 + pos: 4.5,-2.5 + parent: 4558 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 4582 + - 4580 + - 4583 + - 4586 + - 4585 + - 4579 + - 4584 + - 4581 +- proto: Log + entities: + - uid: 3181 + components: + - type: Transform + pos: -15.529257,22.605783 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 657 + - uid: 3182 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-1.5 + pos: -15.373007,22.543283 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 658 + - uid: 3183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-0.5 + pos: -15.419882,22.699533 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 659 +- proto: LootSpawnerSecurity + entities: + - uid: 3527 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,0.5 + pos: -9.5,40.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 660 +- proto: LuxuryPen + entities: + - uid: 1362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-2.5 + pos: 5.6046667,4.1056814 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 661 + - uid: 3035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-2.5 + pos: -16.937864,31.608917 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 665 + - uid: 3038 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-1.5 + pos: -15.953489,26.577667 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 666 + - uid: 3188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-0.5 + pos: -11.637009,19.986526 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 667 +- proto: MachineCentrifuge + entities: + - uid: 2252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-2.5 + pos: -6.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 668 +- proto: MachineElectrolysisUnit + entities: + - uid: 887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-2.5 + pos: -6.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 689 +- proto: MagazineBoxMagnumUranium + entities: + - uid: 692 components: - type: Transform - pos: -5.5,30.5 + pos: 6.7227516,-14.262543 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 796 + - uid: 742 components: - type: Transform - pos: -4.5,11.5 + pos: 6.7253633,-14.458029 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 798 + - uid: 3906 components: - type: Transform - pos: -5.5,28.5 + pos: 6.7383766,-14.465668 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 856 + - uid: 3908 components: - type: Transform - pos: -6.5,28.5 + pos: 6.7253633,-14.458029 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1029 + - uid: 4548 components: - type: Transform - pos: -6.5,33.5 + pos: 6.7253633,-14.239279 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1030 + - uid: 4553 components: - type: Transform - pos: -6.5,27.5 + pos: 6.7253633,-14.239279 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1035 +- proto: MagazineBR64 + entities: + - uid: 1879 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-5.5 + pos: 6.4072227,-14.350468 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1036 + - uid: 1885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,0.5 + pos: 6.2665977,-14.350468 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1038 + - uid: 1888 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,25.5 + pos: 6.413952,-14.224188 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1040 + - uid: 3893 components: - type: Transform - pos: -0.5,3.5 + pos: 6.273327,-14.224188 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1047 + - uid: 4549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-10.5 + pos: 6.3447227,-14.319218 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1049 + - uid: 4552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-12.5 + pos: 6.3447227,-14.241093 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1245 +- proto: MagazineGlock22 + entities: + - uid: 1421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,25.5 + pos: -4.5414505,-11.509562 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1247 + - uid: 2312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,21.5 + pos: -4.392831,-11.494695 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1262 + - uid: 2319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,21.5 + pos: -4.675209,-11.494695 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1304 + - uid: 2711 components: - type: Transform - pos: -6.5,29.5 + pos: -4.259073,-11.628491 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1347 + - uid: 2712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,26.5 + pos: -4.259073,-11.628491 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1348 + - uid: 2766 components: - type: Transform - pos: -5.5,31.5 + pos: -4.7346573,-11.598759 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1355 + - uid: 2768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-10.5 + pos: -4.7346573,-11.598759 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1366 + - uid: 2769 components: - type: Transform - pos: -4.5,12.5 + pos: -4.7346573,-11.598759 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1568 + - uid: 2770 components: - type: Transform - pos: -6.5,26.5 + pos: -4.5117264,-11.598759 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1569 + - uid: 2771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,25.5 + pos: -4.5117264,-11.598759 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1579 + - uid: 2772 components: - type: Transform - pos: -6.5,31.5 + pos: -4.5117264,-11.598759 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1582 + - uid: 2773 components: - type: Transform - pos: -4.5,8.5 + pos: -4.259073,-11.628491 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2265 +- proto: MagazineMachineGunMG42 + entities: + - uid: 3922 components: - type: Transform - pos: -5.5,32.5 + pos: 4.7913365,-18.64006 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2268 + - uid: 4546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,20.5 + pos: 4.7913365,-18.64006 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2419 + - uid: 4547 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,22.5 + pos: 4.7913365,-18.64006 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2424 +- proto: MagazineMagnum + entities: + - uid: 518 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,9.5 + pos: -4.7434683,-18.633234 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2425 + - uid: 519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,9.5 + pos: -4.728606,-18.514303 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2429 + - uid: 572 components: - type: Transform - pos: -5.5,34.5 + pos: -4.713744,-18.380508 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2431 + - uid: 679 components: - type: Transform - pos: -5.5,29.5 + pos: -4.728606,-18.514303 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2480 + - uid: 722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,24.5 + pos: -4.7434683,-18.633234 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2501 + - uid: 756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,29.5 + pos: -4.728606,-18.514303 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2503 + - uid: 1370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,26.5 + pos: -4.7434683,-18.633234 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2511 + - uid: 1371 components: - type: Transform - pos: -16.5,29.5 + pos: -4.713744,-18.380508 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2514 + - uid: 1372 components: - type: Transform - pos: -5.5,33.5 + pos: -4.728606,-18.41024 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2524 + - uid: 1373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,26.5 + pos: -4.7434683,-18.633234 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2549 + - uid: 1393 components: - type: Transform - pos: -0.5,15.5 + pos: -4.713744,-18.380508 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2550 + - uid: 1409 components: - type: Transform - pos: -1.5,15.5 + pos: -4.7583303,-18.52917 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2551 +- proto: MagazineP90 + entities: + - uid: 670 components: - type: Transform - pos: -1.5,17.5 + rot: -1.5707963267948966 rad + pos: -8.191451,-18.544037 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2552 + - uid: 724 components: - type: Transform - pos: -0.5,17.5 + rot: -1.5707963267948966 rad + pos: -8.325209,-18.544037 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2553 + - uid: 810 components: - type: Transform - pos: -0.5,18.5 + rot: -1.5707963267948966 rad + pos: -8.191451,-18.558903 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2554 + - uid: 975 components: - type: Transform - pos: -1.5,18.5 + rot: -1.5707963267948966 rad + pos: -8.191451,-18.544037 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2555 + - uid: 991 components: - type: Transform - pos: -1.5,19.5 + rot: -1.5707963267948966 rad + pos: -8.340071,-18.558903 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2556 + - uid: 1009 components: - type: Transform - pos: -0.5,19.5 + rot: -1.5707963267948966 rad + pos: -8.325209,-18.544037 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2557 + - uid: 1222 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,20.5 + pos: -8.354933,-18.558903 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2558 + - uid: 2235 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,21.5 + pos: -8.221174,-18.544037 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2559 +- proto: MagazineVP70 + entities: + - uid: 520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,21.5 + pos: -4.2381606,-18.558903 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2560 + - uid: 681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,21.5 + pos: -4.3719177,-18.499437 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2561 + - uid: 744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,21.5 + pos: -4.2530227,-18.6481 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2562 + - uid: 745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,21.5 + pos: -4.3719177,-18.425106 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2563 + - uid: 755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,20.5 + pos: -4.401642,-18.633234 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2564 + - uid: 761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,20.5 + pos: -4.401642,-18.633234 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2565 + - uid: 762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,20.5 + pos: -4.3719177,-18.499437 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2571 + - uid: 1318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,21.5 + pos: -4.3719177,-18.425106 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2574 + - uid: 1377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,22.5 + pos: -4.2530227,-18.484571 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2575 + - uid: 1380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,24.5 + pos: -4.3719177,-18.425106 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2576 + - uid: 1414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,23.5 + pos: -4.3719177,-18.499437 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2577 + - uid: 2048 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,25.5 + pos: -4.401642,-18.633234 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2578 +- proto: MaintenanceFluffSpawner + entities: + - uid: 3281 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,23.5 + pos: -19.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2579 + - uid: 3808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,26.5 + pos: -13.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2580 + - uid: 3809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,26.5 + pos: 12.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2581 +- proto: MaintenanceToolSpawner + entities: + - uid: 456 components: - type: Transform - pos: -0.5,27.5 + pos: -28.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2582 + - uid: 3802 components: - type: Transform - pos: -0.5,28.5 + pos: -19.5,-5.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2583 + - uid: 3805 components: - type: Transform - pos: -0.5,30.5 + pos: -18.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2584 + - uid: 3836 components: - type: Transform - pos: -0.5,29.5 + pos: 14.5,-9.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2585 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 3810 components: - type: Transform - pos: -1.5,27.5 + pos: -5.5,-21.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2586 +- proto: MaterialBiomass + entities: + - uid: 4361 components: - type: Transform - pos: -1.5,28.5 + pos: -3.4137526,5.8031044 + parent: 4085 + - uid: 4362 + components: + - type: Transform + pos: -3.3043776,5.6468544 + parent: 4085 + - uid: 4363 + components: + - type: Transform + pos: -3.4606276,5.6937294 + parent: 4085 + - uid: 4364 + components: + - type: Transform + pos: -3.4137526,5.5374794 + parent: 4085 +- proto: MedicalBed + entities: + - uid: 1779 + components: + - type: Transform + pos: -7.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2587 + - uid: 2600 components: - type: Transform - pos: -1.5,29.5 + pos: -6.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2588 + - uid: 4726 components: - type: Transform - pos: -1.5,30.5 + pos: 6.5,-5.5 + parent: 4558 + - uid: 4727 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 4558 +- proto: MedicalScanner + entities: + - uid: 1391 + components: + - type: Transform + pos: -16.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2590 + - uid: 4365 components: - type: Transform - pos: -1.5,31.5 + pos: -3.5,3.5 + parent: 4085 +- proto: MedicalTechFab + entities: + - uid: 457 + components: + - type: Transform + pos: -14.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2592 +- proto: MedkitAdvancedFilled + entities: + - uid: 1181 components: - type: Transform - pos: -0.5,31.5 + pos: -10.313695,-4.534622 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2593 + - uid: 2315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,20.5 + pos: -10.313695,-4.3818445 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2605 + - uid: 4366 components: - type: Transform - pos: -0.5,32.5 + pos: -3.4133544,6.492589 + parent: 4085 + - uid: 4367 + components: + - type: Transform + pos: -3.5539794,6.320714 + parent: 4085 +- proto: MedkitBruteFilled + entities: + - uid: 1662 + components: + - type: Transform + pos: -11.952953,-4.3818445 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2606 + - uid: 1664 components: - type: Transform - pos: -1.5,32.5 + pos: -11.952953,-4.5392523 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2611 + - uid: 4728 components: - type: Transform - pos: -6.5,30.5 + pos: 6.404312,-3.1273499 + parent: 4558 +- proto: MedkitBurnFilled + entities: + - uid: 2493 + components: + - type: Transform + pos: -12.772398,-4.377215 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2619 + - uid: 2767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,35.5 + pos: -12.772398,-4.5392523 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2620 + - uid: 4729 + components: + - type: Transform + pos: 6.716812,-3.2679749 + parent: 4558 +- proto: MedkitCombatFilled + entities: + - uid: 1717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,35.5 + pos: 4.611705,-11.630968 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2621 + - uid: 1728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,35.5 + pos: 4.611705,-11.630968 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2622 + - uid: 1736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,35.5 + pos: 4.626567,-11.467441 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2623 + - uid: 1738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,34.5 + pos: 4.626567,-11.467441 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2624 + - uid: 2053 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,34.5 + pos: 4.35905,-11.437708 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2627 + - uid: 2055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,25.5 + pos: 4.35905,-11.630968 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2628 + - uid: 2056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,25.5 + pos: 4.35905,-11.437708 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2629 + - uid: 2057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,25.5 + pos: 4.35905,-11.630968 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2630 + - uid: 2857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,26.5 + pos: -10.725732,-4.386474 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2631 + - uid: 2868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,26.5 + pos: -10.721102,-4.534622 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2632 + - uid: 4730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2633 + pos: 6.715974,-3.542241 + parent: 4558 + - uid: 4731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2634 + pos: 6.388687,-3.4085999 + parent: 4558 +- proto: MedkitFilled + entities: + - uid: 302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,25.5 + pos: -11.139838,-4.386474 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2637 + - uid: 2217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,26.5 + pos: -11.139838,-4.5392523 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2638 +- proto: MedkitRadiationFilled + entities: + - uid: 385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,27.5 + pos: -11.547245,-4.5392523 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2639 + - uid: 2884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,27.5 + pos: -11.547245,-4.386474 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2640 +- proto: MedkitToxinFilled + entities: + - uid: 2506 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,26.5 + pos: -12.36499,-4.377215 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2641 + - uid: 3094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,26.5 + pos: -12.360361,-4.5392523 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2642 +- proto: MetalFoamGrenade + entities: + - uid: 1170 components: - type: Transform - pos: -16.5,30.5 + pos: -10.105359,-10.673358 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2643 + - uid: 1614 components: - type: Transform - pos: -12.5,24.5 + pos: -10.105359,-10.4057665 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2644 + - uid: 1616 components: - type: Transform - pos: -13.5,25.5 + pos: -10.105359,-10.554429 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2645 + - uid: 1617 components: - type: Transform - pos: -13.5,24.5 + pos: -10.105359,-10.4057665 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2646 + - uid: 1875 components: - type: Transform - pos: -12.5,23.5 + pos: -10.120221,-10.435498 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2647 + - uid: 2159 components: - type: Transform - pos: -13.5,23.5 + pos: -10.105359,-10.673358 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2648 + - uid: 2775 components: - type: Transform - pos: -13.5,22.5 + pos: -10.105359,-10.524696 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2649 + - uid: 2869 components: - type: Transform - pos: -12.5,22.5 + pos: -10.105359,-10.524696 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2650 +- proto: Morgue + entities: + - uid: 623 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,28.5 + pos: -14.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2652 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14624 + moles: + - 1.606311 + - 6.042789 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,28.5 + pos: -12.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2655 + - 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: 626 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,29.5 + pos: -13.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2656 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14624 + moles: + - 1.606311 + - 6.042789 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 772 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2657 + pos: -15.5,0.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 + - uid: 1280 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,28.5 + pos: -13.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2658 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1465 + moles: + - 1.6174853 + - 6.0848265 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 1351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,27.5 + pos: -16.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2660 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14624 + moles: + - 1.606311 + - 6.042789 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 1352 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,28.5 + pos: -15.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2662 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14624 + moles: + - 1.606311 + - 6.042789 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 1353 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2665 + pos: -16.5,0.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 + - uid: 1356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,29.5 + rot: 3.141592653589793 rad + pos: -14.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2666 + - 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 +- proto: Multitool + entities: + - uid: 4368 + components: + - type: Transform + pos: -3.7418776,5.5843544 + parent: 4085 +- proto: Nanopaste + entities: + - uid: 1695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,29.5 + pos: 9.283556,-18.42731 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2861 + - uid: 1735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,9.5 + pos: 9.642931,-18.42731 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2862 + - uid: 1829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,10.5 + pos: 9.455431,-18.42731 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2864 + - uid: 1831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,10.5 + pos: 9.783556,-18.42731 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2865 +- proto: NewtonCradle + entities: + - uid: 2676 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2866 + parent: 2675 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2867 + parent: 3039 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: NTDefaultCircuitBoard + entities: + - uid: 3918 components: - type: Transform - pos: -13.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2868 + parent: 3911 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: NTHandyFlag + entities: + - uid: 3235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,9.5 + pos: -10.166185,26.982342 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2869 +- proto: PaperBin20 + entities: + - uid: 1636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,10.5 + rot: 3.141592653589793 rad + pos: -15.5,31.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2870 + - uid: 1762 components: - type: Transform - pos: -16.5,11.5 + pos: -15.5,-4.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2871 + - uid: 1988 components: - type: Transform - pos: -16.5,12.5 + pos: 5.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2872 + - uid: 2108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,10.5 + rot: 3.141592653589793 rad + pos: -15.5,26.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2873 + - uid: 3004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,10.5 + rot: 3.141592653589793 rad + pos: -10.5,33.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2874 + - uid: 3198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,10.5 + rot: 1.5707963267948966 rad + pos: -12.5,19.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2875 +- proto: PaperOffice + entities: + - uid: 3061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,9.5 + pos: -17.683569,26.629519 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2876 + - uid: 3062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,9.5 + pos: -17.667944,26.551394 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2877 + - uid: 3063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,9.5 + pos: -17.699194,31.645144 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2882 + - uid: 3064 components: - type: Transform - pos: -21.5,11.5 + pos: -17.542944,31.754519 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3305 + - uid: 3065 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,20.5 + pos: -17.558569,31.629519 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeTJunction - entities: - - uid: 82 + - uid: 3238 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,5.5 + pos: -10.523326,29.581953 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 90 + - uid: 3239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,7.5 + pos: -10.335826,28.363203 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 237 + - uid: 3240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,2.5 + pos: -8.492076,27.660078 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 324 + - uid: 3241 components: - type: Transform - pos: -11.5,9.5 + pos: -8.492076,29.035078 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 387 +- proto: Pen + entities: + - uid: 1326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-2.5 + rot: 3.141592653589793 rad + pos: -15.439011,-4.3096347 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 530 + - uid: 3270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,9.5 + pos: -10.418543,27.867601 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 556 + - uid: 3271 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,10.5 + pos: -8.418543,28.601976 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 557 +- proto: PillCanisterBicaridine + entities: + - uid: 4581 components: - type: Transform - pos: -4.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 560 + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PillCanisterDermaline + entities: + - uid: 4582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 570 + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PillCanisterIron + entities: + - uid: 4583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 602 + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PinpointerNuclear + entities: + - uid: 511 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,26.5 + pos: 4.3525667,-7.3649244 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 603 + - uid: 1187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 + pos: 4.3525667,-7.3649244 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 644 + - uid: 1193 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-1.5 + pos: 4.358744,-7.3612013 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 649 +- proto: PinpointerUniversal + entities: + - uid: 61 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-1.5 + pos: 4.566812,-7.516714 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 656 + - uid: 1006 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-2.5 + pos: 4.566812,-7.516714 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 664 + - uid: 1293 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-2.5 + pos: 4.566812,-7.516714 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 701 + - uid: 1718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,9.5 + pos: 4.566812,-7.516714 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 854 + - uid: 2562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,5.5 + pos: 4.566812,-7.516714 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1031 + - uid: 2563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-5.5 + pos: 4.566812,-7.516714 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1050 + - uid: 2564 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,1.5 + pos: 4.566812,-7.516714 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1404 + - uid: 2565 + components: + - type: Transform + pos: 4.566812,-7.516714 + parent: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 982 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,6.5 + pos: -21.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1420 + - uid: 984 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,6.5 + pos: -20.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1432 + - uid: 992 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,6.5 + pos: -21.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1992 + - uid: 994 components: - type: Transform - pos: -16.5,9.5 + rot: 1.5707963267948966 rad + pos: -21.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2243 + - uid: 1013 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,25.5 + pos: -21.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2426 + - uid: 1471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,9.5 + pos: -18.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2428 + - uid: 1483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,10.5 + rot: -1.5707963267948966 rad + pos: -18.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2491 + - uid: 1540 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,26.5 + rot: 3.141592653589793 rad + pos: -18.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2509 + - uid: 1613 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,25.5 + pos: -18.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2566 + - uid: 1801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,16.5 + rot: 3.141592653589793 rad + pos: -20.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2567 + - uid: 1909 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,16.5 + pos: -20.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2572 + - uid: 2110 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,25.5 + pos: -20.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2573 +- proto: PlastitaniumWindowIndestructible + entities: + - uid: 2289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,26.5 + pos: 7.5,-16.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2635 +- proto: PlushieCarp + entities: + - uid: 2355 components: + - type: MetaData + name: плюшевый кавп - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,26.5 + pos: 1.4649873,11.6031685 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2636 +- proto: PlushieSharkBlue + entities: + - uid: 2356 components: + - type: MetaData + name: синяя плюшевая акува - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,25.5 + pos: 1.2462373,9.5875435 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2664 +- proto: PortableFlasher + entities: + - uid: 769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,29.5 + pos: 2.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2667 + - uid: 1396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,28.5 + pos: -1.5,-13.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2863 + - uid: 4369 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,10.5 + pos: 3.5,6.5 + parent: 4085 +- proto: PortableRecharger + entities: + - uid: 3977 + components: + - type: Transform + pos: 11.674181,-16.370802 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPort + - uid: 3978 + components: + - type: Transform + pos: 11.424181,-16.464552 + parent: 2 +- proto: PortableScrubber entities: - - uid: 1401 + - uid: 4016 components: - type: Transform - pos: -13.5,7.5 + pos: -16.5,6.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1415 + - uid: 4017 components: - type: Transform - pos: -14.5,7.5 + pos: -16.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1416 + - uid: 4018 components: - type: Transform - pos: -12.5,7.5 + pos: -16.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPressurePump +- proto: PosterContrabandAtmosiaDeclarationIndependence entities: - - uid: 428 + - uid: 1832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,7.5 + rot: 1.5707963267948966 rad + pos: -25.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1204 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 2358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,5.5 + pos: 2.5,13.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasVentPump +- proto: PosterContrabandEAT entities: - - uid: 308 + - uid: 1479 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,4.5 + pos: 0.5,35.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 576 +- proto: PosterContrabandHaveaPuff + entities: + - uid: 3861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-9.5 + rot: 3.141592653589793 rad + pos: -2.5,35.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 673 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 583 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 4538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-9.5 + pos: -11.5,-16.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 673 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 631 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 82 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-1.5 + pos: 7.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 650 + - uid: 112 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-4.5 + pos: -2.5,-5.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 676 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 693 + - uid: 113 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-13.5 + pos: 11.5,1.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 673 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1033 + - uid: 1572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,0.5 + pos: -6.5,-14.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 676 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1997 + - uid: 1732 components: - type: Transform - pos: -4.5,13.5 + pos: -6.5,-7.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2001 + - uid: 1733 components: - type: Transform - pos: -14.5,11.5 + pos: 7.5,-11.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2354 + - uid: 1737 components: - type: Transform - pos: -10.5,28.5 + pos: 7.5,-7.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2418 + - uid: 1740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 + pos: -2.5,14.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2516 + - uid: 1741 components: - type: Transform - pos: -12.5,2.5 + pos: -5.5,12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 676 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2539 + - uid: 1742 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-3.5 + pos: -5.5,8.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2589 + - uid: 1743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,19.5 + pos: -5.5,3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3304 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2591 + - uid: 1994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,16.5 + pos: 3.5,-5.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2594 + - uid: 2119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,15.5 + pos: 7.5,-18.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2598 + - uid: 2141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,20.5 + pos: -6.5,-11.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3304 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2608 + - uid: 2183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,33.5 + pos: -6.5,-18.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3304 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2610 + - uid: 3233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 + rot: 3.141592653589793 rad + pos: -2.5,23.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2670 +- proto: PosterLegitNoERP + entities: + - uid: 3902 components: - type: Transform - pos: -17.5,30.5 + rot: 3.141592653589793 rad + pos: -31.5,12.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2671 +- proto: PosterLegitVacation + entities: + - uid: 3234 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,27.5 + pos: 2.5,7.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2673 +- proto: PosterLegitWalk + entities: + - uid: 788 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,33.5 + pos: -12.5,3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2878 +- proto: PottedPlant21 + entities: + - uid: 3204 components: - type: Transform - pos: -16.5,13.5 + pos: -13.5,22.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2881 +- proto: PottedPlantRandom + entities: + - uid: 1186 components: - type: Transform - pos: -21.5,12.5 + pos: 5.5,0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3301 + - uid: 1364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,20.5 + pos: -4.5,5.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasVentScrubber - entities: - - uid: 6 + - uid: 1365 components: - type: Transform - pos: -9.5,-9.5 + pos: 3.5,5.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 673 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 449 + - uid: 1639 components: - type: Transform - pos: -9.5,15.5 + pos: 5.5,-3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 479 + - uid: 1646 components: - type: Transform - pos: 10.5,-9.5 + pos: -4.5,-3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 673 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 518 + - uid: 1795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,4.5 + pos: -4.5,24.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 601 + - uid: 1965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-19.5 + pos: 7.5,0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 673 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 662 + - uid: 1966 components: - type: Transform - pos: -11.5,0.5 + pos: 7.5,-3.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 676 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 663 + - uid: 1967 components: - type: Transform - pos: -16.5,-1.5 + pos: 11.5,0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 676 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1641 + - uid: 1989 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,7.5 + pos: -3.5,-4.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2432 + - uid: 1990 components: - type: Transform - pos: -13.5,11.5 + pos: 4.5,-4.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2479 + - uid: 1995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-5.5 + pos: -4.5,13.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2527 + - uid: 1996 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 2010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,1.5 + pos: -4.5,0.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 676 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2534 + - uid: 3003 components: - type: Transform - pos: 9.5,0.5 + pos: -2.5,30.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2595 + - uid: 3005 components: - type: Transform - pos: -6.5,22.5 + pos: -4.5,27.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3304 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2596 + - uid: 3006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,16.5 + pos: -14.5,32.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2597 + - uid: 3177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,21.5 + pos: -2.5,27.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3304 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2607 + - uid: 3178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,33.5 + pos: -2.5,24.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3304 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2609 + - uid: 3216 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,5.5 + pos: -7.5,33.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 683 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2651 + - uid: 3770 components: - type: Transform - pos: -8.5,28.5 + pos: -37.5,10.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2659 + - uid: 3771 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,33.5 + pos: -27.5,14.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2661 + - uid: 3772 components: - type: Transform - pos: -16.5,31.5 + pos: -21.5,14.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2668 + - uid: 3811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,26.5 + pos: 1.5,13.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2879 + - uid: 3839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,8.5 + pos: -20.5,11.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2880 + - uid: 3841 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,8.5 + pos: -28.5,11.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 164 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3303 + - uid: 3842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,19.5 + pos: -24.5,9.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1331 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GeneratorBasic15kW - entities: - - uid: 705 + - uid: 3843 components: - type: Transform - pos: -26.5,11.5 + pos: -32.5,9.5 parent: 2 - - uid: 706 + - uid: 3844 components: - type: Transform - pos: -26.5,10.5 + pos: -2.5,19.5 parent: 2 - - uid: 707 + - uid: 3930 components: - type: Transform - pos: -26.5,9.5 + pos: -14.5,11.5 parent: 2 - - uid: 1195 + - uid: 3932 components: - type: Transform - pos: -26.5,12.5 + pos: -13.5,9.5 parent: 2 - - uid: 1196 + - uid: 3936 components: - type: Transform - pos: -26.5,8.5 + pos: -8.5,9.5 parent: 2 - - uid: 1197 +- proto: PowerCageERT + entities: + - uid: 920 components: - type: Transform - pos: -25.5,7.5 + pos: 8.502306,-18.480177 parent: 2 - - uid: 1198 + - uid: 1490 components: - type: Transform - pos: -24.5,7.5 + pos: 8.502306,-18.308302 parent: 2 - - uid: 1199 +- proto: PowerCellNanoTrasen + entities: + - uid: 973 components: - type: Transform - pos: -23.5,7.5 + pos: 11.722877,-10.528659 parent: 2 - - uid: 1200 + - uid: 1010 components: - type: Transform - pos: -25.5,13.5 + pos: 11.722877,-10.528659 parent: 2 - - uid: 1201 + - uid: 1376 components: - type: Transform - pos: -24.5,13.5 + pos: 11.722877,-10.263034 parent: 2 - - uid: 1202 + - uid: 1381 components: - type: Transform - pos: -23.5,13.5 + pos: 11.722877,-10.263034 parent: 2 -- proto: GravityGeneratorMini - entities: - - uid: 2198 + - uid: 1411 components: - type: Transform - pos: -20.5,8.5 + pos: 11.363502,-10.263034 parent: 2 -- proto: GreenTabletopPiece - entities: - - uid: 2352 + - uid: 1452 components: - - type: MetaData - name: лягушка - type: Transform - pos: 2.4906626,9.457825 + pos: 11.363502,-10.263034 parent: 2 -- proto: GrenadeStinger - entities: - - uid: 302 + - uid: 1453 components: - type: Transform - pos: 11.814194,-10.274978 + pos: 11.363502,-10.528659 parent: 2 - - uid: 342 + - uid: 3215 components: - type: Transform - pos: 11.814194,-10.274978 + pos: 11.363502,-10.528659 parent: 2 - - uid: 1642 +- proto: PowerDrill + entities: + - uid: 1274 components: - type: Transform - pos: 11.814194,-10.368728 + pos: 10.501583,-11.25522 parent: 2 - - uid: 2027 + - uid: 1275 components: - type: Transform - pos: 11.814194,-10.368728 + pos: 10.501583,-11.25522 parent: 2 - - uid: 2118 + - uid: 1276 components: - type: Transform - pos: 11.814194,-10.446853 + pos: 10.501583,-11.31772 parent: 2 - - uid: 2120 + - uid: 1281 components: - type: Transform - pos: 11.814194,-10.446853 + pos: 10.501583,-11.31772 parent: 2 - - uid: 2135 + - uid: 1282 components: - type: Transform - pos: 11.814194,-10.509353 + pos: 10.485958,-11.395845 parent: 2 - - uid: 2136 + - uid: 1283 components: - type: Transform - pos: 11.814194,-10.509353 + pos: 10.485958,-11.395845 parent: 2 -- proto: Grille +- proto: PoweredDimSmallLight entities: - - uid: 8 + - uid: 4554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,5.5 + pos: 11.5,-5.5 parent: 2 - - uid: 28 +- proto: Poweredlight + entities: + - uid: 682 components: - type: Transform - pos: 6.5,4.5 + rot: -1.5707963267948966 rad + pos: 2.5,-12.5 parent: 2 - - uid: 29 + - uid: 693 components: - type: Transform - pos: 6.5,5.5 + rot: 1.5707963267948966 rad + pos: -1.5,-18.5 parent: 2 - - uid: 31 + - uid: 707 components: - type: Transform - pos: 4.5,6.5 + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 parent: 2 - - uid: 32 + - uid: 858 components: - type: Transform - pos: 5.5,6.5 + rot: 3.141592653589793 rad + pos: 3.5,-4.5 parent: 2 - - uid: 119 + - uid: 1024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 + rot: 1.5707963267948966 rad + pos: -9.5,1.5 parent: 2 - - uid: 120 + - uid: 1208 components: - type: Transform - pos: -9.5,-4.5 + rot: 1.5707963267948966 rad + pos: -4.5,2.5 parent: 2 - - uid: 461 + - uid: 1209 components: - type: Transform - pos: -5.5,-3.5 + rot: -1.5707963267948966 rad + pos: 5.5,2.5 parent: 2 - - uid: 513 + - uid: 1210 components: - type: Transform - pos: -24.5,3.5 + rot: 3.141592653589793 rad + pos: -2.5,-4.5 parent: 2 - - uid: 574 + - uid: 1212 components: - type: Transform - pos: -9.5,-3.5 + pos: -3.5,5.5 parent: 2 - - uid: 582 + - uid: 1213 components: - type: Transform - pos: -6.5,-0.5 + pos: 0.5,5.5 parent: 2 - - uid: 742 + - uid: 1272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,11.5 + rot: 3.141592653589793 rad + pos: -7.5,-4.5 parent: 2 - - uid: 743 + - uid: 1277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,10.5 + rot: 3.141592653589793 rad + pos: -11.5,-4.5 parent: 2 - - uid: 744 + - uid: 1279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,9.5 + pos: -15.5,-1.5 parent: 2 - - uid: 787 + - uid: 1335 components: - type: Transform - pos: -21.5,3.5 + rot: -1.5707963267948966 rad + pos: -11.5,1.5 parent: 2 - - uid: 1268 + - uid: 1399 components: - type: Transform - pos: -26.5,17.5 + rot: 3.141592653589793 rad + pos: -3.5,7.5 parent: 2 - - uid: 1290 + - uid: 1400 components: - type: Transform - pos: -20.5,3.5 + pos: -7.5,11.5 parent: 2 - - uid: 1325 + - uid: 1424 components: - type: Transform - pos: -24.5,17.5 + pos: -12.5,11.5 parent: 2 - - uid: 1336 + - uid: 1437 components: - type: Transform - pos: -19.5,-8.5 + pos: -3.5,13.5 parent: 2 - - uid: 1337 + - uid: 1444 components: - type: Transform - pos: -30.5,5.5 + pos: 0.5,13.5 parent: 2 - - uid: 1339 + - uid: 1493 components: - type: Transform - pos: -29.5,17.5 + rot: 3.141592653589793 rad + pos: 0.5,7.5 parent: 2 - - uid: 1344 + - uid: 1593 components: - type: Transform - pos: -20.5,-1.5 + pos: -7.5,7.5 parent: 2 - - uid: 1349 + - uid: 1751 components: - type: Transform - pos: -14.5,-13.5 + pos: 9.5,0.5 parent: 2 - - uid: 1350 + - uid: 1752 components: - type: Transform - pos: -30.5,12.5 + rot: 3.141592653589793 rad + pos: 9.5,-3.5 parent: 2 - - uid: 1351 + - uid: 1753 components: - type: Transform - pos: -10.5,-16.5 + rot: 3.141592653589793 rad + pos: 14.5,-3.5 parent: 2 - - uid: 1352 + - uid: 1754 components: - type: Transform - pos: -27.5,3.5 + pos: 14.5,0.5 parent: 2 - - uid: 1353 + - uid: 1811 components: - type: Transform - pos: -21.5,17.5 + rot: 3.141592653589793 rad + pos: 7.5,-10.5 parent: 2 - - uid: 1354 + - uid: 1812 components: - type: Transform - pos: -30.5,14.5 + pos: 7.5,-8.5 parent: 2 - - uid: 1356 + - uid: 2092 components: - type: Transform - pos: -29.5,3.5 + pos: -13.5,7.5 parent: 2 - - uid: 1357 + - uid: 2188 components: - type: Transform - pos: -20.5,-7.5 + rot: -1.5707963267948966 rad + pos: 2.5,-18.5 parent: 2 - - uid: 1358 + - uid: 3138 components: - type: Transform - pos: -20.5,-4.5 + rot: -1.5707963267948966 rad + pos: 0.5,21.5 parent: 2 - - uid: 1363 + - uid: 3139 components: - type: Transform - pos: 17.5,-1.5 + rot: -1.5707963267948966 rad + pos: 0.5,26.5 parent: 2 - - uid: 1367 + - uid: 3140 components: - type: Transform - pos: -13.5,-15.5 + rot: 1.5707963267948966 rad + pos: -2.5,33.5 parent: 2 - - uid: 1368 + - uid: 3141 components: - type: Transform - pos: -18.5,-8.5 + rot: 1.5707963267948966 rad + pos: -2.5,30.5 parent: 2 - - uid: 1369 + - uid: 3142 components: - type: Transform - pos: -20.5,-2.5 + rot: -1.5707963267948966 rad + pos: -4.5,27.5 parent: 2 - - uid: 1370 + - uid: 3143 components: - type: Transform - pos: -14.5,-8.5 + rot: 3.141592653589793 rad + pos: -9.5,24.5 parent: 2 - - uid: 1372 + - uid: 3144 components: - type: Transform - pos: -14.5,-12.5 + pos: -9.5,32.5 parent: 2 - - uid: 1374 + - uid: 3145 components: - type: Transform - pos: -30.5,16.5 + rot: 3.141592653589793 rad + pos: -16.5,26.5 parent: 2 - - uid: 1385 + - uid: 3146 components: - type: Transform - pos: -23.5,17.5 + pos: -16.5,31.5 parent: 2 - - uid: 1391 + - uid: 3147 components: - type: Transform - pos: -15.5,-8.5 + rot: 1.5707963267948966 rad + pos: -14.5,25.5 parent: 2 - - uid: 1402 + - uid: 3148 components: - type: Transform - pos: -30.5,13.5 + rot: 1.5707963267948966 rad + pos: -13.5,35.5 parent: 2 - - uid: 1403 + - uid: 3149 components: - type: Transform - pos: -12.5,-15.5 + rot: -1.5707963267948966 rad + pos: -5.5,35.5 parent: 2 - - uid: 1405 + - uid: 3150 components: - type: Transform - pos: -20.5,-5.5 + rot: 3.141592653589793 rad + pos: -13.5,19.5 parent: 2 - - uid: 1409 + - uid: 3482 components: - type: Transform - pos: -14.5,-14.5 + rot: 3.141592653589793 rad + pos: -10.5,4.5 parent: 2 - - uid: 1410 + - uid: 3817 components: - type: Transform - pos: -28.5,3.5 + rot: 3.141592653589793 rad + pos: -26.5,9.5 parent: 2 - - uid: 1411 + - uid: 3820 components: - type: Transform - pos: -28.5,17.5 + rot: 3.141592653589793 rad + pos: -34.5,9.5 parent: 2 - - uid: 1412 + - uid: 3823 components: - type: Transform - pos: -20.5,1.5 + rot: 3.141592653589793 rad + pos: -19.5,9.5 parent: 2 - - uid: 1414 + - uid: 3825 components: - type: Transform - pos: -30.5,15.5 + rot: -1.5707963267948966 rad + pos: -17.5,15.5 parent: 2 - - uid: 1417 + - uid: 3827 components: - type: Transform - pos: 14.5,1.5 + rot: 1.5707963267948966 rad + pos: -37.5,10.5 parent: 2 - - uid: 1508 + - uid: 3828 components: - type: Transform - pos: -10.5,-17.5 + rot: -1.5707963267948966 rad + pos: -17.5,21.5 parent: 2 - - uid: 1509 + - uid: 3829 components: - type: Transform - pos: -10.5,-18.5 + rot: 1.5707963267948966 rad + pos: -22.5,21.5 parent: 2 - - uid: 1514 + - uid: 3830 components: - type: Transform - pos: -9.5,-19.5 + pos: -24.5,14.5 parent: 2 - - uid: 1521 + - uid: 3840 components: - type: Transform - pos: 10.5,-15.5 + pos: -20.5,7.5 parent: 2 - - uid: 1522 + - uid: 4370 components: - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 1525 + pos: 2.5,1.5 + parent: 4085 + - uid: 4371 components: - type: Transform - pos: -20.5,-0.5 - parent: 2 - - uid: 1526 + pos: -1.5,1.5 + parent: 4085 + - uid: 4372 components: - type: Transform - pos: -30.5,4.5 - parent: 2 - - uid: 1527 + rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 4085 + - uid: 4373 components: - type: Transform - pos: -30.5,7.5 - parent: 2 - - uid: 1637 + rot: 1.5707963267948966 rad + pos: 3.5,5.5 + parent: 4085 + - uid: 4374 components: - type: Transform - pos: -19.5,21.5 - parent: 2 - - uid: 1654 + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 4085 + - uid: 4375 components: - type: Transform - pos: -19.5,18.5 - parent: 2 - - uid: 1827 + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 4085 + - uid: 4376 components: - type: Transform - pos: -7.5,-19.5 - parent: 2 - - uid: 1828 + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 4085 + - uid: 4377 components: - type: Transform - pos: -5.5,-19.5 - parent: 2 - - uid: 1829 + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 4085 + - uid: 4378 components: - type: Transform - pos: -6.5,-19.5 - parent: 2 - - uid: 1830 + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 4085 + - uid: 4732 components: - type: Transform - pos: -5.5,-20.5 - parent: 2 - - uid: 1831 + pos: 4.5,-7.5 + parent: 4558 + - uid: 4733 components: - type: Transform - pos: -5.5,-21.5 - parent: 2 - - uid: 1832 + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 4558 + - uid: 4734 components: - type: Transform - pos: -5.5,-23.5 + pos: 4.5,4.5 + parent: 4558 +- proto: PoweredlightBlue + entities: + - uid: 1982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,15.5 parent: 2 - - uid: 1833 + - uid: 1983 components: - type: Transform - pos: -4.5,-24.5 + rot: -1.5707963267948966 rad + pos: -6.5,15.5 parent: 2 - - uid: 1835 + - uid: 1984 components: - type: Transform - pos: -1.5,-24.5 + pos: -10.5,17.5 parent: 2 - - uid: 1836 +- proto: PoweredlightCyan + entities: + - uid: 2195 components: - type: Transform - pos: -0.5,-24.5 + rot: 3.141592653589793 rad + pos: -6.5,-10.5 parent: 2 - - uid: 1837 + - uid: 2219 components: - type: Transform - pos: 0.5,-24.5 + pos: -6.5,-8.5 parent: 2 - - uid: 1838 +- proto: PoweredlightRed + entities: + - uid: 1450 components: - type: Transform - pos: 1.5,-24.5 + pos: -6.5,-15.5 parent: 2 - - uid: 1839 + - uid: 1769 components: - type: Transform - pos: 2.5,-24.5 + rot: 3.141592653589793 rad + pos: -6.5,-17.5 parent: 2 - - uid: 1842 +- proto: PoweredlightSodium + entities: + - uid: 2216 components: - type: Transform - pos: -3.5,-24.5 + rot: 3.141592653589793 rad + pos: 9.5,-18.5 parent: 2 - - uid: 1845 + - uid: 2250 components: - type: Transform - pos: 6.5,-21.5 + pos: 9.5,-14.5 parent: 2 - - uid: 1846 + - uid: 2251 components: - type: Transform - pos: 6.5,-20.5 + pos: 5.5,-14.5 parent: 2 - - uid: 1847 + - uid: 3925 components: - type: Transform - pos: 6.5,-19.5 + rot: 3.141592653589793 rad + pos: 5.5,-18.5 parent: 2 - - uid: 1848 +- proto: PoweredSmallLight + entities: + - uid: 1288 components: - type: Transform - pos: 6.5,-22.5 + pos: -11.5,-1.5 parent: 2 - - uid: 1850 + - uid: 1292 components: - type: Transform - pos: 6.5,-15.5 + rot: 3.141592653589793 rad + pos: -15.5,-4.5 parent: 2 - - uid: 1851 + - uid: 1595 components: - type: Transform - pos: 6.5,-16.5 + rot: 1.5707963267948966 rad + pos: -16.5,1.5 parent: 2 - - uid: 1853 + - uid: 1755 components: - type: Transform - pos: 8.5,-15.5 + pos: 14.5,2.5 parent: 2 - - uid: 1854 + - uid: 1756 components: - type: Transform - pos: 11.5,-15.5 + rot: -1.5707963267948966 rad + pos: 18.5,-1.5 parent: 2 - - uid: 1856 + - uid: 3136 components: - type: Transform - pos: 14.5,-15.5 + rot: -1.5707963267948966 rad + pos: 0.5,16.5 parent: 2 - - uid: 1857 + - uid: 3137 components: - type: Transform - pos: 12.5,-15.5 + rot: 1.5707963267948966 rad + pos: -2.5,16.5 parent: 2 - - uid: 1859 + - uid: 3202 components: - type: Transform - pos: 15.5,-14.5 + rot: 1.5707963267948966 rad + pos: -39.5,10.5 parent: 2 - - uid: 1860 + - uid: 3780 components: - type: Transform - pos: 15.5,-12.5 + rot: -1.5707963267948966 rad + pos: -4.5,20.5 parent: 2 - - uid: 1863 + - uid: 3781 components: - type: Transform - pos: 15.5,-10.5 + rot: 1.5707963267948966 rad + pos: -9.5,21.5 parent: 2 - - uid: 1864 + - uid: 3832 components: - type: Transform - pos: 15.5,-8.5 + pos: -26.5,18.5 parent: 2 - - uid: 1865 + - uid: 3833 components: - type: Transform - pos: 15.5,-7.5 + pos: -22.5,18.5 parent: 2 - - uid: 1866 + - uid: 3837 components: - type: Transform - pos: 15.5,-6.5 + rot: 1.5707963267948966 rad + pos: -24.5,5.5 parent: 2 - - uid: 1868 + - uid: 3838 components: - type: Transform - pos: 17.5,-6.5 + rot: -1.5707963267948966 rad + pos: -16.5,5.5 parent: 2 - - uid: 2187 + - uid: 4379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,35.5 - parent: 2 - - uid: 2266 + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 4085 + - uid: 4380 components: - type: Transform - pos: -19.5,17.5 - parent: 2 - - uid: 2267 + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 4085 + - uid: 4735 components: - type: Transform - pos: -19.5,22.5 - parent: 2 - - uid: 2272 + pos: 5.5,-3.5 + parent: 4558 + - uid: 4736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,32.5 - parent: 2 - - uid: 2278 + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 4558 + - uid: 4737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,35.5 - parent: 2 - - uid: 2281 + rot: 1.5707963267948966 rad + pos: 6.5,0.5 + parent: 4558 + - uid: 4738 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,33.5 - parent: 2 - - uid: 2283 + pos: 4.5,-11.5 + parent: 4558 + - uid: 4739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,31.5 - parent: 2 - - uid: 2284 + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 4558 +- proto: PrinterDoc + entities: + - uid: 3055 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,30.5 + pos: -14.5,29.5 parent: 2 - - uid: 2682 +- proto: Protolathe + entities: + - uid: 3157 components: - type: Transform - pos: -15.5,39.5 + pos: -17.5,23.5 parent: 2 - - uid: 2890 +- proto: Rack + entities: + - uid: 280 components: - type: Transform - pos: -21.5,24.5 + pos: 8.5,-7.5 parent: 2 - - uid: 2892 + - uid: 390 components: - type: Transform - pos: -21.5,25.5 + pos: -9.5,-7.5 parent: 2 - - uid: 2893 + - uid: 396 components: - type: Transform - pos: -21.5,27.5 + pos: -8.5,-11.5 parent: 2 - - uid: 2894 + - uid: 404 components: - type: Transform - pos: -21.5,28.5 + pos: -9.5,-11.5 parent: 2 - - uid: 2897 + - uid: 421 components: - type: Transform - pos: -21.5,31.5 + pos: -7.5,-11.5 parent: 2 - - uid: 2898 + - uid: 422 components: - type: Transform - pos: -21.5,32.5 + pos: -5.5,-11.5 parent: 2 - - uid: 2899 + - uid: 708 components: - type: Transform - pos: -21.5,33.5 + pos: 10.5,-7.5 parent: 2 - - uid: 2903 + - uid: 978 components: - type: Transform - pos: -17.5,35.5 + rot: 3.141592653589793 rad + pos: -22.5,20.5 parent: 2 - - uid: 2904 + - uid: 981 components: - type: Transform - pos: -18.5,35.5 + rot: 3.141592653589793 rad + pos: -22.5,21.5 parent: 2 - - uid: 2905 + - uid: 1179 components: - type: Transform - pos: -17.5,36.5 + pos: 11.5,-10.5 parent: 2 - - uid: 2909 + - uid: 1195 components: - type: Transform - pos: 4.5,16.5 + pos: 5.5,-7.5 parent: 2 - - uid: 2910 + - uid: 1196 components: - type: Transform - pos: -15.5,40.5 + pos: 4.5,-11.5 parent: 2 - - uid: 2911 + - uid: 1197 components: - type: Transform - pos: -13.5,40.5 + pos: 6.5,-11.5 parent: 2 - - uid: 2913 + - uid: 1199 components: - type: Transform - pos: -14.5,40.5 + pos: 4.5,-7.5 parent: 2 - - uid: 2917 + - uid: 1319 components: - type: Transform - pos: -8.5,40.5 + pos: 8.5,-11.5 parent: 2 - - uid: 2918 + - uid: 1329 components: - type: Transform - pos: -7.5,40.5 + pos: 10.5,-11.5 parent: 2 - - uid: 2921 + - uid: 1346 components: - type: Transform - pos: -4.5,40.5 + pos: 9.5,-11.5 parent: 2 - - uid: 2923 + - uid: 1454 components: - type: Transform - pos: -3.5,39.5 + pos: 11.5,-8.5 parent: 2 - - uid: 2924 + - uid: 1460 components: - type: Transform - pos: -3.5,38.5 + pos: 4.5,-14.5 parent: 2 - - uid: 2925 + - uid: 1467 components: - type: Transform - pos: -3.5,37.5 + pos: 8.5,-14.5 parent: 2 - - uid: 2926 + - uid: 1469 components: - type: Transform - pos: -2.5,37.5 + pos: 9.5,-14.5 parent: 2 - - uid: 2929 + - uid: 1470 components: - type: Transform - pos: 0.5,37.5 + pos: -10.5,-17.5 parent: 2 - - uid: 2930 + - uid: 1484 components: - type: Transform - pos: 1.5,37.5 + pos: -5.5,-18.5 parent: 2 - - uid: 2934 + - uid: 1488 components: - type: Transform - pos: 3.5,35.5 + pos: -10.5,-16.5 parent: 2 - - uid: 2935 + - uid: 1513 components: - type: Transform - pos: 3.5,34.5 + pos: 8.5,-18.5 parent: 2 - - uid: 2936 + - uid: 1534 components: - type: Transform - pos: 3.5,33.5 + pos: 9.5,-18.5 parent: 2 - - uid: 2940 + - uid: 1541 components: - type: Transform - pos: 3.5,32.5 + pos: -10.5,-8.5 parent: 2 - - uid: 2941 + - uid: 1542 components: - type: Transform - pos: 3.5,27.5 + pos: -10.5,-9.5 parent: 2 - - uid: 2942 + - uid: 1549 components: - type: Transform - pos: 3.5,28.5 + pos: 5.5,-18.5 parent: 2 - - uid: 2943 + - uid: 1551 components: - type: Transform - pos: 3.5,26.5 + pos: 10.5,-14.5 parent: 2 - - uid: 2946 + - uid: 1553 components: - type: Transform - pos: 3.5,23.5 + pos: 10.5,-18.5 parent: 2 - - uid: 2947 + - uid: 1555 components: - type: Transform - pos: 3.5,22.5 + pos: 6.5,-14.5 parent: 2 - - uid: 2948 + - uid: 1694 components: - type: Transform - pos: 3.5,20.5 + pos: 5.5,-14.5 parent: 2 - - uid: 2949 + - uid: 1791 components: - type: Transform - pos: 3.5,21.5 + pos: -3.5,-18.5 parent: 2 - - uid: 2952 + - uid: 1792 components: - type: Transform - pos: 3.5,17.5 + pos: -5.5,-14.5 parent: 2 - - uid: 2953 + - uid: 1856 components: - type: Transform - pos: 3.5,16.5 + pos: -7.5,-7.5 parent: 2 - - uid: 2955 + - uid: 1857 components: - type: Transform - pos: 5.5,15.5 + pos: -8.5,-7.5 parent: 2 - - uid: 2958 + - uid: 1858 components: - type: Transform - pos: 5.5,13.5 + pos: -5.5,-7.5 parent: 2 - - uid: 2959 + - uid: 1889 components: - type: Transform - pos: 5.5,12.5 + pos: 9.5,-7.5 parent: 2 -- proto: GrilleDiagonal - entities: - - uid: 1459 + - uid: 1890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,6.5 + rot: 3.141592653589793 rad + pos: 6.5,-7.5 parent: 2 -- proto: GrilleSpawner - entities: - - uid: 1289 + - uid: 2133 components: - type: Transform - pos: -30.5,8.5 + pos: -4.5,-7.5 parent: 2 - - uid: 1291 + - uid: 2146 components: - type: Transform - pos: -16.5,-8.5 + pos: -3.5,-7.5 parent: 2 - - uid: 1303 + - uid: 2173 components: - type: Transform - pos: -30.5,11.5 + pos: -19.5,3.5 parent: 2 - - uid: 1334 + - uid: 2218 components: - type: Transform - pos: -10.5,-15.5 + pos: -9.5,-18.5 parent: 2 - - uid: 1345 + - uid: 2221 components: - type: Transform - pos: -14.5,-10.5 + pos: -8.5,-18.5 parent: 2 - - uid: 1359 + - uid: 2222 components: - type: Transform - pos: -11.5,-15.5 + pos: -8.5,-14.5 parent: 2 - - uid: 1373 + - uid: 2223 components: - type: Transform - pos: -27.5,17.5 + pos: -3.5,-14.5 parent: 2 - - uid: 1381 + - uid: 2224 components: - type: Transform - pos: -20.5,2.5 + pos: -9.5,-14.5 parent: 2 - - uid: 1387 + - uid: 2225 components: - type: Transform - pos: -25.5,3.5 + pos: -4.5,-14.5 parent: 2 - - uid: 1388 + - uid: 2226 components: - type: Transform - pos: -30.5,9.5 + pos: -7.5,-18.5 parent: 2 - - uid: 1392 + - uid: 2227 components: - type: Transform - pos: -25.5,17.5 + pos: -4.5,-18.5 parent: 2 - - uid: 1394 + - uid: 2228 components: - type: Transform - pos: -14.5,-9.5 + pos: -7.5,-14.5 parent: 2 - - uid: 1396 + - uid: 2635 components: - type: Transform - pos: -20.5,17.5 + pos: -10.5,-10.5 parent: 2 - - uid: 1398 + - uid: 3032 components: - type: Transform - pos: -20.5,-6.5 + pos: -4.5,-11.5 parent: 2 - - uid: 1407 + - uid: 3093 components: - type: Transform - pos: -20.5,-3.5 + pos: -3.5,-11.5 parent: 2 - - uid: 1413 + - uid: 3180 components: - type: Transform - pos: -26.5,3.5 + pos: -15.5,22.5 parent: 2 - - uid: 1421 + - uid: 3232 components: - type: Transform - pos: -22.5,3.5 + pos: 4.5,-18.5 parent: 2 - - uid: 1834 + - uid: 3312 components: - type: Transform - pos: -2.5,-24.5 + pos: 6.5,-18.5 parent: 2 - - uid: 1840 + - uid: 3481 components: - type: Transform - pos: 5.5,-24.5 + rot: 3.141592653589793 rad + pos: 11.5,-9.5 parent: 2 - - uid: 1841 + - uid: 3516 components: - type: Transform - pos: 3.5,-24.5 + pos: 5.5,-11.5 parent: 2 - - uid: 1843 + - uid: 3939 components: - type: Transform - pos: 4.5,-24.5 + pos: 11.5,-16.5 parent: 2 - - uid: 1844 + - uid: 3992 components: - type: Transform - pos: 6.5,-23.5 + pos: -10.5,-15.5 parent: 2 - - uid: 1849 +- proto: Railing + entities: + - uid: 1972 components: - type: Transform - pos: 7.5,-15.5 + rot: -1.5707963267948966 rad + pos: 14.5,2.5 parent: 2 - - uid: 1852 + - uid: 1973 components: - type: Transform - pos: 6.5,-17.5 + rot: 1.5707963267948966 rad + pos: 14.5,2.5 parent: 2 - - uid: 1855 + - uid: 1974 components: - type: Transform - pos: 13.5,-15.5 + pos: 18.5,-1.5 parent: 2 - - uid: 1861 + - uid: 1975 components: - type: Transform - pos: 16.5,-6.5 + rot: 3.141592653589793 rad + pos: 18.5,-1.5 parent: 2 - - uid: 1862 + - uid: 2111 components: - type: Transform - pos: 15.5,-13.5 + rot: 3.141592653589793 rad + pos: -39.5,10.5 parent: 2 - - uid: 1867 + - uid: 2112 components: - type: Transform - pos: 15.5,-11.5 + pos: -39.5,10.5 parent: 2 - - uid: 1869 + - uid: 3119 components: - type: Transform - pos: 19.5,-6.5 + rot: 1.5707963267948966 rad + pos: -2.5,17.5 parent: 2 - - uid: 2222 + - uid: 3120 components: - type: Transform - pos: -19.5,19.5 + rot: 1.5707963267948966 rad + pos: -2.5,16.5 parent: 2 - - uid: 2914 + - uid: 3121 components: - type: Transform - pos: -21.5,29.5 + rot: 1.5707963267948966 rad + pos: -2.5,15.5 parent: 2 - - uid: 2927 + - uid: 3122 components: - type: Transform - pos: 3.5,29.5 + rot: -1.5707963267948966 rad + pos: 0.5,17.5 parent: 2 - - uid: 2928 + - uid: 3123 components: - type: Transform - pos: 3.5,24.5 + rot: -1.5707963267948966 rad + pos: 0.5,16.5 parent: 2 - - uid: 2937 + - uid: 3124 components: - type: Transform - pos: -1.5,37.5 + rot: -1.5707963267948966 rad + pos: 0.5,15.5 parent: 2 - - uid: 2938 + - uid: 4740 components: - type: Transform - pos: 3.5,31.5 - parent: 2 - - uid: 2939 + rot: -1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 4558 + - uid: 4741 components: - type: Transform - pos: 3.5,30.5 - parent: 2 - - uid: 2944 + rot: 1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 4558 +- proto: RandomBoard + entities: + - uid: 3765 components: - type: Transform - pos: 3.5,25.5 + pos: -30.5,17.5 parent: 2 - - uid: 2945 +- proto: RandomDrinkBottle + entities: + - uid: 3537 components: - type: Transform - pos: 3.5,18.5 + pos: -9.5,4.5 parent: 2 - - uid: 2956 +- proto: RandomDrinkGlass + entities: + - uid: 1600 components: - type: Transform - pos: 5.5,14.5 + pos: -17.5,31.5 parent: 2 - - uid: 2957 + - uid: 1602 components: - type: Transform - pos: 5.5,16.5 + pos: -8.5,28.5 parent: 2 - - uid: 2978 + - uid: 1603 components: - type: Transform - pos: -0.5,37.5 + pos: -16.5,26.5 parent: 2 - - uid: 2979 + - uid: 1605 components: - type: Transform - pos: -3.5,40.5 + pos: -10.5,27.5 parent: 2 - - uid: 2980 + - uid: 3292 components: - type: Transform - pos: -6.5,40.5 + pos: 5.5,4.5 parent: 2 - - uid: 2981 +- proto: RandomFoodBakedWhole + entities: + - uid: 3544 components: - type: Transform - pos: -5.5,40.5 + pos: -10.5,4.5 parent: 2 - - uid: 2982 +- proto: RandomFoodMeal + entities: + - uid: 3288 components: - type: Transform - pos: -10.5,40.5 + pos: 4.5,5.5 parent: 2 - - uid: 2983 +- proto: RandomFoodSingle + entities: + - uid: 3287 components: - type: Transform - pos: -11.5,40.5 + pos: 5.5,5.5 parent: 2 - - uid: 2984 +- proto: RandomInstruments + entities: + - uid: 1358 components: - type: Transform - pos: -12.5,40.5 + pos: -2.5,32.5 parent: 2 - - uid: 2985 +- proto: RandomPainting + entities: + - uid: 3291 components: - type: Transform - pos: -21.5,30.5 + pos: -13.5,18.5 parent: 2 - - uid: 2986 +- proto: RandomPosterLegit + entities: + - uid: 2526 components: - type: Transform - pos: -21.5,34.5 + pos: 6.5,2.5 parent: 2 - - uid: 2987 + - uid: 2530 components: - type: Transform - pos: -21.5,26.5 + pos: 1.5,6.5 parent: 2 - - uid: 2988 + - uid: 3248 components: - type: Transform - pos: -21.5,23.5 + pos: 0.5,28.5 parent: 2 -- proto: HandheldCriminalRecordsMonitor - entities: - - uid: 1643 + - uid: 3249 components: - type: Transform - pos: 2.5412414,-19.466476 + pos: -3.5,33.5 parent: 2 - - uid: 1644 + - uid: 3251 components: - type: Transform - pos: 2.5412414,-19.466476 + pos: -16.5,25.5 parent: 2 - - uid: 1645 + - uid: 3252 components: - type: Transform - pos: 2.5412414,-19.466476 + pos: -16.5,32.5 parent: 2 - - uid: 2028 + - uid: 3253 components: - type: Transform - pos: 2.5412414,-19.466476 + pos: 9.5,-4.5 parent: 2 - - uid: 2029 + - uid: 3254 components: - type: Transform - pos: 2.5412414,-19.466476 + pos: 15.5,-4.5 parent: 2 - - uid: 2030 + - uid: 3614 components: - type: Transform - pos: 2.5412414,-19.466476 + rot: -1.5707963267948966 rad + pos: -10.5,21.5 parent: 2 - - uid: 2031 + - uid: 3834 components: - type: Transform - pos: 2.5412414,-19.466476 + rot: 3.141592653589793 rad + pos: -22.5,8.5 parent: 2 - - uid: 2032 + - uid: 3835 components: - type: Transform - pos: 2.5412414,-19.466476 + pos: -21.5,12.5 parent: 2 -- proto: HandLabeler - entities: - - uid: 2803 + - uid: 3954 components: - type: Transform - parent: 2675 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 3041 + pos: -4.5,6.5 + parent: 2 + - uid: 3962 components: - type: Transform - parent: 3039 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: HatSpawner - entities: - - uid: 3290 + pos: -4.5,14.5 + parent: 2 + - uid: 3963 components: - type: Transform - pos: 9.5,2.5 + rot: 1.5707963267948966 rad + pos: -16.5,16.5 parent: 2 -- proto: HighSecCentralCommandLocked - entities: - - uid: 411 + - uid: 3964 components: - type: Transform - pos: -10.5,12.5 + pos: -36.5,8.5 parent: 2 - - uid: 1185 + - uid: 3969 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,13.5 + pos: -3.5,21.5 parent: 2 - - uid: 1267 + - uid: 4742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,10.5 - parent: 2 - - uid: 1269 + pos: 5.5,-0.5 + parent: 4558 + - uid: 4743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 - parent: 2 - - uid: 1270 + pos: 1.5,-7.5 + parent: 4558 + - uid: 4744 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-7.5 + pos: 3.5,-5.5 + parent: 4558 + - uid: 4745 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 4558 +- proto: RandomSnacks + entities: + - uid: 3289 + components: + - type: Transform + pos: -8.5,30.5 parent: 2 - - uid: 1271 + - uid: 3989 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-7.5 + pos: -19.5,14.5 parent: 2 - - uid: 2678 +- proto: RandomVending + entities: + - uid: 3031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,23.5 + pos: 1.5,5.5 parent: 2 -- proto: HolofanProjector +- proto: RandomVendingDrinks entities: - - uid: 1487 + - uid: 3030 components: - type: Transform - pos: -10.805165,4.729389 + pos: 2.5,5.5 parent: 2 - - uid: 1488 + - uid: 3132 components: - type: Transform - pos: -10.773915,4.604389 + pos: 5.5,1.5 parent: 2 - - uid: 1489 + - uid: 3775 components: - type: Transform - pos: -10.72704,4.432514 + pos: -19.5,17.5 parent: 2 -- proto: HoloprojectorSecurity - entities: - - uid: 1679 + - uid: 3824 components: - type: Transform - pos: -1.485837,-17.54649 + pos: -23.5,11.5 parent: 2 - - uid: 1680 + - uid: 3826 components: - type: Transform - pos: -1.485837,-17.32774 + pos: -33.5,9.5 parent: 2 - - uid: 1681 +- proto: RandomVendingSnacks + entities: + - uid: 2669 components: - type: Transform - pos: -1.485837,-17.562115 + pos: 0.5,22.5 parent: 2 - - uid: 1682 + - uid: 2672 components: - type: Transform - pos: -1.485837,-17.562115 + pos: 0.5,19.5 parent: 2 - - uid: 1715 + - uid: 3131 components: - type: Transform - pos: -1.485837,-17.405865 + pos: 5.5,2.5 parent: 2 - - uid: 1716 + - uid: 3133 components: - type: Transform - pos: -1.485837,-17.48399 + pos: 0.5,5.5 parent: 2 - - uid: 1717 + - uid: 3776 components: - type: Transform - pos: -1.485837,-17.562115 + pos: -19.5,16.5 parent: 2 - - uid: 1718 + - uid: 3822 components: - type: Transform - pos: -1.485837,-17.57774 + pos: -34.5,9.5 parent: 2 -- proto: HospitalCurtainsOpen - entities: - - uid: 517 + - uid: 3831 components: - type: Transform - pos: -16.5,-1.5 + pos: -22.5,11.5 parent: 2 -- proto: IngotGold +- proto: RCD entities: - - uid: 58 + - uid: 363 components: - type: Transform - pos: -12.414539,4.479389 + pos: 11.513741,-9.423711 parent: 2 - - uid: 2050 + - uid: 366 components: - type: Transform - pos: 0.63027334,-20.61932 + pos: 11.513741,-9.423711 parent: 2 -- proto: IngotSilver - entities: - - uid: 1471 + - uid: 380 components: - type: Transform - pos: -12.430164,4.557514 + pos: 11.513741,-9.423711 parent: 2 - - uid: 2055 + - uid: 1413 components: - type: Transform - pos: 0.63027334,-20.634945 + pos: 11.513741,-9.423711 parent: 2 -- proto: JawsOfLife - entities: - - uid: 1483 + - uid: 1892 components: - type: Transform - pos: -9.53954,4.666889 + pos: 11.513741,-9.423711 parent: 2 - - uid: 1484 + - uid: 1897 components: - type: Transform - pos: -9.60204,4.541889 + pos: 11.513741,-9.423711 parent: 2 - - uid: 1587 + - uid: 2601 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.513741,-9.423711 parent: 2 - - uid: 1588 + - uid: 2627 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.513741,-9.423711 parent: 2 - - uid: 1589 +- proto: RCDAmmo + entities: + - uid: 487 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.248116,-9.642461 parent: 2 - - uid: 1590 + - uid: 1172 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.248116,-9.642461 parent: 2 - - uid: 1591 + - uid: 1189 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.248116,-9.642461 parent: 2 - - uid: 1592 + - uid: 1334 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.248116,-9.642461 parent: 2 - - uid: 1593 + - uid: 1349 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.248116,-9.642461 parent: 2 - - uid: 1594 + - uid: 1401 components: - type: Transform - pos: -1.5,-13.5 + pos: 11.248116,-9.642461 parent: 2 -- proto: JetpackBlueFilled - entities: - - uid: 1480 + - uid: 1626 components: - type: Transform - pos: -11.617665,4.651264 + pos: 11.248116,-9.642461 parent: 2 - - uid: 1481 + - uid: 1628 components: - type: Transform - pos: -11.44579,4.620014 + pos: 11.248116,-9.642461 parent: 2 - - uid: 1482 + - uid: 1891 components: - type: Transform - pos: -11.57079,4.557514 + pos: 11.248116,-9.642461 parent: 2 -- proto: Joint - entities: - - uid: 2663 + - uid: 2194 components: - type: Transform - pos: -5.2707424,-14.02198 + pos: 11.248116,-9.642461 parent: 2 -- proto: JointRainbow - entities: - - uid: 3266 + - uid: 2589 components: - type: Transform - pos: -6.5824003,24.642855 + pos: 11.248116,-9.642461 parent: 2 -- proto: KitchenMicrowave - entities: - - uid: 3019 + - uid: 2595 components: - type: Transform - pos: 0.5,32.5 + pos: 11.248116,-9.642461 parent: 2 -- proto: KitchenReagentGrinder - entities: - - uid: 1165 + - uid: 2663 components: - type: Transform - pos: -7.5,2.5 + pos: 11.248116,-9.642461 parent: 2 -- proto: LampGold - entities: - - uid: 2496 + - uid: 2674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,31.5 + pos: 11.248116,-9.642461 parent: 2 - - uid: 2517 + - uid: 2693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.312864,26.593292 + pos: 11.248116,-9.642461 parent: 2 - - uid: 3199 + - uid: 2710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.324509,20.392776 + pos: 11.248116,-9.642461 parent: 2 -- proto: LockerAtmosphericsFilled +- proto: ReinforcedUraniumWindow entities: - - uid: 1451 + - uid: 1552 components: - type: Transform - pos: -14.5,4.5 + rot: 1.5707963267948966 rad + pos: -30.5,6.5 parent: 2 -- proto: LockerSteel - entities: - - uid: 2675 + - uid: 1625 components: - type: Transform - pos: -17.5,29.5 + pos: -30.5,4.5 parent: 2 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 2676 - - 2677 - - 2801 - - 2803 - - 2805 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 3039 + - uid: 1669 components: - type: Transform - pos: -17.5,28.5 + pos: -30.5,5.5 parent: 2 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 3040 - - 3041 - - 3042 - - 3043 - - 3044 - - 3045 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: Log +- proto: ReinforcedWindow entities: - - uid: 3181 + - uid: 143 components: - type: Transform - pos: -15.529257,22.605783 + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 parent: 2 - - uid: 3182 + - uid: 301 components: - type: Transform - pos: -15.373007,22.543283 + rot: 1.5707963267948966 rad + pos: -38.5,10.5 parent: 2 - - uid: 3183 + - uid: 478 components: - type: Transform - pos: -15.419882,22.699533 + pos: 4.5,6.5 parent: 2 -- proto: LootSpawnerArmory - entities: - - uid: 1333 + - uid: 483 components: - type: Transform - pos: -13.5,-9.5 + pos: -24.5,17.5 parent: 2 -- proto: LuxuryPen - entities: - - uid: 1362 + - uid: 759 components: - type: Transform - pos: 5.6046667,4.1056814 + pos: -9.5,-4.5 parent: 2 - - uid: 3035 + - uid: 1027 components: - type: Transform - pos: -16.937864,31.608917 + pos: -6.5,-0.5 parent: 2 - - uid: 3038 + - uid: 1028 components: - type: Transform - pos: -15.953489,26.577667 + pos: -5.5,-3.5 parent: 2 - - uid: 3188 + - uid: 1171 components: - type: Transform - pos: -11.637009,19.986526 + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 parent: 2 -- proto: MachineElectrolysisUnit - entities: - - uid: 887 + - uid: 1260 components: - type: Transform - pos: -6.5,2.5 + pos: 5.5,6.5 parent: 2 -- proto: MagazineBoxMagnum - entities: - - uid: 2229 + - uid: 1263 components: - type: Transform - pos: -10.337909,-10.608285 + pos: 6.5,5.5 parent: 2 - - uid: 2230 + - uid: 1264 components: - type: Transform - pos: -10.337909,-10.608285 + pos: 6.5,4.5 parent: 2 -- proto: MagazineBoxRifleBig - entities: - - uid: 2116 + - uid: 1480 components: - type: Transform - pos: -10.648216,-10.64909 + pos: -9.5,-1.5 parent: 2 - - uid: 2163 + - uid: 1594 components: - type: Transform - pos: -10.648216,-10.64909 + rot: 1.5707963267948966 rad + pos: -34.5,12.5 parent: 2 - - uid: 2232 + - uid: 1620 components: - type: Transform - pos: -10.648216,-10.64909 + pos: -35.5,12.5 parent: 2 - - uid: 2234 + - uid: 1670 components: - type: Transform - pos: -10.648216,-10.64909 + pos: -32.5,12.5 parent: 2 -- proto: MagazineBR64 - entities: - - uid: 2213 + - uid: 1673 components: - type: Transform - pos: -10.337909,-10.358285 + pos: -33.5,12.5 parent: 2 - - uid: 2214 + - uid: 1730 components: - type: Transform - pos: -10.337909,-10.358285 + pos: 14.5,1.5 parent: 2 - - uid: 2215 + - uid: 1731 components: - type: Transform - pos: -10.337909,-10.358285 + pos: 17.5,-1.5 parent: 2 - - uid: 2216 + - uid: 2410 components: - type: Transform - pos: -10.337909,-10.358285 + rot: 3.141592653589793 rad + pos: -1.5,35.5 parent: 2 - - uid: 2217 + - uid: 2411 components: - type: Transform - pos: -10.337909,-10.358285 + rot: 3.141592653589793 rad + pos: -0.5,35.5 parent: 2 - - uid: 2218 + - uid: 2412 components: - type: Transform - pos: -10.337909,-10.358285 + rot: 3.141592653589793 rad + pos: 1.5,33.5 parent: 2 -- proto: MagazineGlock22 - entities: - - uid: 2122 + - uid: 2413 components: - type: Transform - pos: 9.320081,-11.368728 + rot: 3.141592653589793 rad + pos: 1.5,32.5 parent: 2 - - uid: 2123 + - uid: 2414 components: - type: Transform - pos: 9.320081,-11.368728 + rot: 3.141592653589793 rad + pos: 1.5,31.5 parent: 2 - - uid: 2124 + - uid: 2415 components: - type: Transform - pos: 9.413831,-11.368728 + rot: 3.141592653589793 rad + pos: 1.5,30.5 parent: 2 - - uid: 2125 + - uid: 4381 components: - type: Transform - pos: 9.413831,-11.368728 - parent: 2 - - uid: 2126 + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 4085 + - uid: 4382 components: - type: Transform - pos: 9.507581,-11.368728 - parent: 2 - - uid: 2127 + rot: 3.141592653589793 rad + pos: -4.5,5.5 + parent: 4085 + - uid: 4383 components: - type: Transform - pos: 9.507581,-11.368728 - parent: 2 - - uid: 2128 + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 4085 + - uid: 4384 components: - type: Transform - pos: 9.585706,-11.368728 - parent: 2 - - uid: 2129 + rot: 3.141592653589793 rad + pos: -0.5,8.5 + parent: 4085 + - uid: 4385 components: - type: Transform - pos: 9.585706,-11.368728 - parent: 2 - - uid: 2130 + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 4085 + - uid: 4386 components: - type: Transform - pos: 9.632581,-11.368728 - parent: 2 - - uid: 2131 + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 4085 + - uid: 4387 components: - type: Transform - pos: 9.632581,-11.368728 - parent: 2 - - uid: 2133 + rot: 3.141592653589793 rad + pos: 0.5,8.5 + parent: 4085 + - uid: 4388 components: - type: Transform - pos: 9.695081,-11.368728 - parent: 2 - - uid: 2134 + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 4085 + - uid: 4389 components: - type: Transform - pos: 9.695081,-11.368728 - parent: 2 -- proto: MagazineMagnum + rot: 3.141592653589793 rad + pos: 1.5,-2.5 + parent: 4085 + - uid: 4390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 4085 +- proto: ReinforcedWindowDiagonal entities: - - uid: 2301 + - uid: 1461 components: - type: Transform - pos: -4.6940565,-11.516247 + rot: -1.5707963267948966 rad + pos: 6.5,6.5 parent: 2 - - uid: 2302 + - uid: 4391 + components: + - type: Transform + pos: -1.5,8.5 + parent: 4085 + - uid: 4392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,8.5 + parent: 4085 +- proto: RiotShield + entities: + - uid: 1295 components: - type: Transform - pos: -4.6940565,-11.516247 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2304 + - uid: 2147 components: - type: Transform - pos: -4.7096815,-11.625622 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2305 + - uid: 2255 components: - type: Transform - pos: -4.7096815,-11.625622 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2311 + - uid: 2269 components: - type: Transform - pos: -4.7096815,-11.625622 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2315 + - uid: 2288 components: - type: Transform - pos: -4.6940565,-11.297497 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2316 + - uid: 2290 components: - type: Transform - pos: -4.6940565,-11.297497 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2317 + - uid: 2299 components: - type: Transform - pos: -4.6940565,-11.297497 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2318 + - uid: 2870 components: - type: Transform - pos: -4.6940565,-11.406872 + pos: -10.282842,-8.369097 parent: 2 - - uid: 2319 +- proto: RubberStampApproved + entities: + - uid: 586 components: - type: Transform - pos: -4.6940565,-11.406872 + pos: -17.714066,27.64357 parent: 2 - - uid: 2320 + - uid: 609 components: - type: Transform - pos: -4.6940565,-11.516247 + pos: -17.69844,30.877945 parent: 2 - - uid: 2321 +- proto: RubberStampCentcom + entities: + - uid: 4002 components: - type: Transform - pos: -4.6940565,-11.406872 + pos: -10.050983,33.478252 parent: 2 -- proto: MagazineP90 +- proto: RubberStampDenied entities: - - uid: 2337 + - uid: 548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.276414,-11.458296 + pos: -17.72969,30.48732 parent: 2 - - uid: 2339 + - uid: 2437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.276414,-11.458296 + pos: -17.72969,27.26857 parent: 2 - - uid: 2346 +- proto: SalvageLootSpawner + entities: + - uid: 3914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.276414,-11.458296 + pos: 2.5,16.5 parent: 2 - - uid: 2347 +- proto: ScreenTimer + entities: + - uid: 3940 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.151414,-11.458296 + pos: 12.5,-5.5 parent: 2 - - uid: 2348 + - type: DeviceLinkSource + linkedPorts: + 210: + - Start: Close + - Timer: Open + 1512: + - Start: Close + - Timer: Open + 129: + - Start: Close + - Timer: Open + 3894: + - Start: Close + - Timer: Open + - uid: 4043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.276414,-11.458296 + pos: -5.5,36.5 parent: 2 - - uid: 2349 + - uid: 4044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.151414,-11.458296 + pos: -18.5,28.5 parent: 2 - - uid: 2350 + - uid: 4045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.151414,-11.458296 + pos: -18.5,29.5 parent: 2 - - uid: 2351 +- proto: SecurityTechFab + entities: + - uid: 2151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.151414,-11.458296 + pos: 0.5,-20.5 parent: 2 -- proto: MagazineRPD +- proto: SheetGlass entities: - - uid: 2223 + - uid: 1468 components: - type: Transform - pos: -10.650409,-10.40516 + pos: 0.50633883,-20.510185 parent: 2 - - uid: 2224 + - uid: 2169 components: - type: Transform - pos: -10.650409,-10.40516 + pos: 0.50633883,-20.510185 parent: 2 - - uid: 2225 + - uid: 2177 components: - type: Transform - pos: -10.650409,-10.40516 + pos: 0.50633883,-20.510185 parent: 2 - - uid: 2226 + - uid: 3250 components: - type: Transform - pos: -10.650409,-10.40516 + pos: -22.277433,20.407137 parent: 2 - - uid: 2227 + - uid: 3268 components: - type: Transform - pos: -10.650409,-10.40516 + pos: -22.277433,20.407137 parent: 2 - - uid: 2228 + - uid: 3274 components: - type: Transform - pos: -10.650409,-10.40516 + pos: -22.277433,20.407137 parent: 2 -- proto: MagazineVP70 +- proto: SheetPGlass entities: - - uid: 1647 + - uid: 3272 components: - type: Transform - pos: -4.2320023,-11.484997 + pos: -22.42275,20.393923 parent: 2 - - uid: 2307 + - uid: 3275 components: - type: Transform - pos: -4.2320023,-11.375622 + pos: -22.42275,20.393923 parent: 2 - - uid: 2308 + - uid: 3276 components: - type: Transform - pos: -4.2320023,-11.484997 + pos: -22.42275,20.393923 parent: 2 - - uid: 2309 +- proto: SheetPlasma + entities: + - uid: 1571 components: - type: Transform - pos: -4.2320023,-11.484997 + pos: 0.50633883,-20.572685 parent: 2 - - uid: 2310 +- proto: SheetPlasma10 + entities: + - uid: 1881 components: - type: Transform - pos: -4.2476273,-11.578747 + pos: -6.742094,2.3647633 parent: 2 - - uid: 2312 +- proto: SheetPlastic + entities: + - uid: 1573 components: - type: Transform - pos: -4.2320023,-11.375622 + pos: 0.50633883,-20.52581 parent: 2 - - uid: 2322 + - uid: 1773 components: - type: Transform - pos: -4.2320023,-11.375622 + pos: -22.396328,21.424646 parent: 2 - - uid: 2323 + - uid: 2164 components: - type: Transform - pos: -4.2476273,-11.578747 + pos: -22.383118,21.424646 parent: 2 - - uid: 2324 + - uid: 2166 components: - type: Transform - pos: -4.2476273,-11.578747 + pos: 0.50633883,-20.52581 parent: 2 - - uid: 2325 + - uid: 2180 components: - type: Transform - pos: -4.452058,-11.500622 + pos: 0.50633883,-20.52581 parent: 2 - - uid: 2326 + - uid: 2186 components: - type: Transform - pos: -4.452058,-11.500622 + pos: -22.383118,21.424646 parent: 2 - - uid: 2327 +- proto: SheetRGlass + entities: + - uid: 496 + components: + - type: Transform + pos: -22.673752,20.367495 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: -22.673752,20.367495 + parent: 2 + - uid: 1327 components: - type: Transform - pos: -4.452058,-11.500622 + pos: -22.673752,20.367495 parent: 2 -- proto: MaintenanceFluffSpawner +- proto: SheetSteel entities: - - uid: 3277 + - uid: 505 components: - type: Transform - pos: -6.5,-18.5 + pos: 0.49071383,-20.55706 parent: 2 - - uid: 3280 + - uid: 1589 components: - type: Transform - pos: -29.5,10.5 + pos: -22.264221,21.43786 parent: 2 - - uid: 3281 + - uid: 1705 components: - type: Transform - pos: -19.5,33.5 + pos: -22.264221,21.43786 parent: 2 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 3134 + - uid: 1707 components: - type: Transform - pos: 7.5,-14.5 + pos: -22.264221,21.43786 parent: 2 - - uid: 3278 + - uid: 2170 components: - type: Transform - pos: -23.5,4.5 + pos: 0.49071383,-20.55706 parent: 2 -- proto: MedicalBed - entities: - - uid: 794 + - uid: 2175 components: - type: Transform - pos: -6.5,-3.5 + pos: 0.49071383,-20.55706 parent: 2 -- proto: MedicalScanner - entities: - - uid: 512 + - uid: 4035 components: - type: Transform - pos: -14.5,-1.5 + pos: -19.465883,3.544138 parent: 2 -- proto: MedicalTechFab +- proto: SheetUranium entities: - - uid: 1361 + - uid: 2178 components: - type: Transform - pos: -11.5,-1.5 + pos: 0.55321383,-20.510185 parent: 2 -- proto: MedkitBruteFilled +- proto: ShuttleWindow entities: - - uid: 1203 + - uid: 4746 components: - type: Transform - pos: -10.323458,-4.415614 - parent: 2 - - uid: 1218 + rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 4558 + - uid: 4747 components: - type: Transform - pos: -10.237127,-4.6154943 - parent: 2 -- proto: MedkitBurnFilled - entities: - - uid: 1206 + rot: 3.141592653589793 rad + pos: 3.5,5.5 + parent: 4558 + - uid: 4748 components: - type: Transform - pos: -11.370333,-4.399989 - parent: 2 - - uid: 1211 + rot: 3.141592653589793 rad + pos: 4.5,5.5 + parent: 4558 + - uid: 4749 components: - type: Transform - pos: -11.391129,-4.73424 - parent: 2 -- proto: MedkitCombatFilled - entities: - - uid: 1214 + rot: 3.141592653589793 rad + pos: 5.5,5.5 + parent: 4558 + - uid: 4750 components: - type: Transform - pos: -11.657686,-4.781115 - parent: 2 - - uid: 1215 + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 4558 + - uid: 4751 components: - type: Transform - pos: -11.657686,-4.42174 - parent: 2 - - uid: 1684 + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 4558 + - uid: 4752 components: - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1685 + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 4558 +- proto: ShuttleWindowDiagonal + entities: + - uid: 4753 components: - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1686 + pos: 2.5,5.5 + parent: 4558 + - uid: 4754 components: - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1687 + rot: -1.5707963267948966 rad + pos: 6.5,5.5 + parent: 4558 + - uid: 4755 components: - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1688 + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 4558 + - uid: 4756 components: - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1689 + pos: 1.5,3.5 + parent: 4558 +- proto: SignalButtonDirectional + entities: + - uid: 427 components: - type: Transform - pos: -1.5,-19.5 + pos: -14.5,-7.5 parent: 2 - - uid: 1690 + - type: DeviceLinkSource + linkedPorts: + 167: + - Pressed: Toggle + 1270: + - Pressed: Toggle + - uid: 446 components: - type: Transform - pos: -1.5,-19.5 + pos: 11.5,-5.5 parent: 2 - - uid: 1691 + - type: DeviceLinkSource + linkedPorts: + 3940: + - Pressed: Trigger + - uid: 934 components: + - type: MetaData + name: Общая Оружейка - type: Transform - pos: -1.5,-19.5 + pos: 12.5,-12.5 parent: 2 -- proto: MedkitOxygenFilled - entities: - - uid: 776 + - type: DeviceLinkSource + linkedPorts: + 222: + - Pressed: Toggle + 277: + - Pressed: Toggle + 239: + - Pressed: Toggle + - uid: 947 components: + - type: MetaData + name: Гамма Оружейка - type: Transform - pos: -10.745333,-4.415614 + rot: 3.141592653589793 rad + pos: 12.5,-13.5 parent: 2 - - uid: 777 + - type: DeviceLinkSource + linkedPorts: + 3966: + - Pressed: Toggle + 3970: + - Pressed: Toggle + 3971: + - Pressed: Toggle + - uid: 3968 components: + - type: MetaData + name: '"Красный Код" Оружейка' - type: Transform - pos: -10.745333,-4.696864 + rot: 3.141592653589793 rad + pos: -11.5,-13.5 parent: 2 -- proto: MedkitToxinFilled - entities: - - uid: 1205 + - type: DeviceLinkSource + linkedPorts: + 3972: + - Pressed: Toggle + 3974: + - Pressed: Toggle + 3973: + - Pressed: Toggle + - uid: 3975 components: + - type: MetaData + name: '"Синий Код" Оружейка' - type: Transform - pos: -11.089083,-4.415614 + pos: -11.5,-12.5 parent: 2 - - uid: 1207 + - type: DeviceLinkSource + linkedPorts: + 1285: + - Pressed: Toggle + 1287: + - Pressed: Toggle + 1286: + - Pressed: Toggle + - uid: 3976 components: + - type: MetaData + name: Склад Мехов - type: Transform - pos: -11.081368,-4.729285 + rot: 3.141592653589793 rad + pos: 12.5,-19.5 parent: 2 -- proto: MetalFoamGrenade + - type: DeviceLinkSource + linkedPorts: + 1912: + - Pressed: Toggle + 2052: + - Pressed: Toggle +- proto: SignArmory entities: - - uid: 2004 - components: - - type: Transform - pos: 11.314194,-10.243728 - parent: 2 - - uid: 2026 + - uid: 1745 components: - type: Transform - pos: 11.314194,-10.243728 + pos: 2.5,-6.5 parent: 2 - - uid: 2144 +- proto: SignAtmos + entities: + - uid: 3816 components: - type: Transform - pos: 11.314194,-10.337478 + rot: 1.5707963267948966 rad + pos: -19.5,8.5 parent: 2 - - uid: 2145 +- proto: SignChem + entities: + - uid: 1536 components: - type: Transform - pos: 11.314194,-10.337478 + pos: -6.5,-0.5 parent: 2 - - uid: 2146 +- proto: SignCloning + entities: + - uid: 925 components: - type: Transform - pos: 11.314194,-10.399978 + pos: -13.5,-4.5 parent: 2 - - uid: 2147 +- proto: SignCryo + entities: + - uid: 2096 components: - type: Transform - pos: 11.314194,-10.399978 + rot: 3.141592653589793 rad + pos: -9.5,8.5 parent: 2 - - uid: 2148 +- proto: SignDoors + entities: + - uid: 3651 components: - type: Transform - pos: 11.314194,-10.478103 + rot: 3.141592653589793 rad + pos: 6.5,-3.5 parent: 2 - - uid: 2149 + - uid: 3652 components: - type: Transform - pos: 11.314194,-10.478103 + rot: 3.141592653589793 rad + pos: -38.5,10.5 parent: 2 -- proto: Morgue +- proto: SignEngine entities: - - uid: 623 + - uid: 3813 components: - type: Transform - pos: -14.5,2.5 + rot: 1.5707963267948966 rad + pos: -28.5,8.5 parent: 2 - - uid: 624 +- proto: SignEngineering + entities: + - uid: 3818 components: - type: Transform - pos: -12.5,2.5 + rot: 1.5707963267948966 rad + pos: -17.5,18.5 parent: 2 - - uid: 625 +- proto: SignGravity + entities: + - uid: 3815 components: - type: Transform - pos: -11.5,2.5 + rot: 1.5707963267948966 rad + pos: -25.5,12.5 parent: 2 - - uid: 626 +- proto: SignHead + entities: + - uid: 3650 components: - type: Transform - pos: -13.5,2.5 + rot: 3.141592653589793 rad + pos: -3.5,24.5 parent: 2 - - uid: 627 +- proto: SignKitchen + entities: + - uid: 3648 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,0.5 + pos: -2.5,28.5 parent: 2 -- proto: NewtonCradle +- proto: SignMedical entities: - - uid: 2676 + - uid: 1518 components: - type: Transform - parent: 2675 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 3044 + pos: -5.5,-4.5 + parent: 2 +- proto: SignMorgue + entities: + - uid: 622 components: - type: Transform - parent: 3039 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: NTFlag + pos: -11.5,-0.5 + parent: 2 +- proto: SignNanotrasen1 entities: - - uid: 3236 + - uid: 1159 components: - type: Transform - pos: -16.5,21.5 + pos: -1.5,0.5 parent: 2 -- proto: NTHandyFlag - entities: - - uid: 3235 + - uid: 3255 components: - type: Transform - pos: -10.166185,26.982342 + pos: -11.5,37.5 parent: 2 -- proto: Omnitool +- proto: SignNanotrasen2 entities: - - uid: 1332 + - uid: 1160 components: - type: Transform - pos: -16.46906,9.212708 + pos: -0.5,0.5 parent: 2 -- proto: PaperBin20 - entities: - - uid: 1636 + - uid: 3256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,31.5 + pos: -10.5,37.5 parent: 2 - - uid: 1988 +- proto: SignNanotrasen3 + entities: + - uid: 1162 components: - type: Transform - pos: 5.5,3.5 + pos: 0.5,0.5 parent: 2 - - uid: 2108 + - uid: 3257 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,26.5 + pos: -9.5,37.5 parent: 2 - - uid: 3004 +- proto: SignNanotrasen4 + entities: + - uid: 1163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,33.5 + pos: 1.5,0.5 parent: 2 - - uid: 3198 + - uid: 2531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,19.5 + pos: -8.5,37.5 parent: 2 -- proto: PaperOffice +- proto: SignNanotrasen5 entities: - - uid: 3061 + - uid: 1164 components: - type: Transform - pos: -17.683569,26.629519 + pos: 2.5,0.5 parent: 2 - - uid: 3062 + - uid: 3258 components: - type: Transform - pos: -17.667944,26.551394 + pos: -7.5,37.5 parent: 2 - - uid: 3063 +- proto: SignRobo + entities: + - uid: 1665 components: - type: Transform - pos: -17.699194,31.645144 + pos: 7.5,-16.5 parent: 2 - - uid: 3064 +- proto: SignSecureMedRed + entities: + - uid: 1744 components: - type: Transform - pos: -17.542944,31.754519 + pos: -1.5,-6.5 parent: 2 - - uid: 3065 +- proto: SignSpace + entities: + - uid: 1389 components: - type: Transform - pos: -17.558569,31.629519 + pos: 16.5,2.5 parent: 2 - - uid: 3238 + - uid: 1390 components: - type: Transform - pos: -10.523326,29.581953 + pos: 18.5,0.5 parent: 2 - - uid: 3239 +- proto: SignTelecomms + entities: + - uid: 409 components: - type: Transform - pos: -10.335826,28.363203 + pos: -9.5,12.5 parent: 2 - - uid: 3240 +- proto: Sink + entities: + - uid: 1648 components: - type: Transform - pos: -8.492076,27.660078 + pos: -8.5,2.5 parent: 2 - - uid: 3241 +- proto: SinkStemlessWater + entities: + - uid: 3768 components: - type: Transform - pos: -8.492076,29.035078 + rot: 1.5707963267948966 rad + pos: -9.5,20.5 parent: 2 -- proto: Pen +- proto: SmallLight entities: - - uid: 3270 + - uid: 4556 components: - type: Transform - pos: -10.418543,27.867601 + pos: -14.5,-7.5 parent: 2 - - uid: 3271 +- proto: SmartFridge + entities: + - uid: 1020 components: - type: Transform - pos: -8.418543,28.601976 + pos: -7.5,-0.5 parent: 2 -- proto: PinpointerNuclear +- proto: SMESBasic entities: - - uid: 1479 + - uid: 4757 components: - type: Transform - pos: 2.5671334,-17.56443 - parent: 2 -- proto: PinpointerUniversal + pos: 7.5,1.5 + parent: 4558 +- proto: SMESExtended entities: - - uid: 1659 + - uid: 2287 components: - type: Transform - pos: 2.5,-17.5 + pos: -31.5,4.5 parent: 2 - - uid: 1660 + - uid: 2296 components: - type: Transform - pos: 2.5,-17.5 + pos: -31.5,5.5 parent: 2 - - uid: 1661 + - uid: 2316 components: - type: Transform - pos: 2.5,-17.5 + pos: -31.5,6.5 parent: 2 - - uid: 1662 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 1987 components: + - type: MetaData + desc: Для тех кто много работал. + name: перекур - type: Transform - pos: 2.5,-17.5 + pos: -13.691929,-7.423011 parent: 2 - - uid: 1663 +- proto: SnapPopBox + entities: + - uid: 3646 components: - type: Transform - pos: 2.5,-17.5 + rot: 3.141592653589793 rad + pos: -7.5109987,19.74057 parent: 2 - - uid: 1664 + - uid: 3647 components: - type: Transform - pos: 2.5,-17.5 + rot: 3.141592653589793 rad + pos: -7.5005827,19.469736 parent: 2 - - uid: 1665 +- proto: SodaDispenser + entities: + - uid: 3023 components: - type: Transform - pos: 2.5,-17.5 + rot: -1.5707963267948966 rad + pos: 0.5,30.5 parent: 2 - - uid: 1666 +- proto: SpaceCash500 + entities: + - uid: 3247 components: - type: Transform - pos: 2.5,-17.5 + pos: -9.121628,28.142769 parent: 2 -- proto: PlasmaReinforcedWindowDirectional +- proto: SpawnMechMarauderFilled entities: - - uid: 176 + - uid: 2266 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,6.5 + rot: -1.5707963267948966 rad + pos: 11.5,-17.5 parent: 2 - - uid: 218 +- proto: SpawnMechNTGygaxFilled + entities: + - uid: 2245 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,6.5 + pos: 11.5,-15.5 parent: 2 - - uid: 422 +- proto: SpawnMobCat + entities: + - uid: 3297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,6.5 + pos: -7.5,-2.5 parent: 2 - - uid: 423 +- proto: SpawnMobCatKitten + entities: + - uid: 3298 components: - type: Transform - pos: -6.5,6.5 + pos: -11.5,25.5 parent: 2 - - uid: 424 +- proto: SpawnMobCleanBot + entities: + - uid: 3293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,7.5 + pos: 1.5,1.5 parent: 2 - - uid: 425 + - uid: 3295 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,7.5 + pos: -6.5,27.5 parent: 2 - - uid: 426 + - uid: 3296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,7.5 + pos: -9.5,10.5 parent: 2 - - uid: 427 + - uid: 3984 components: - type: Transform - pos: -6.5,7.5 + pos: -25.5,10.5 parent: 2 - - uid: 1187 +- proto: SpawnMobCrabAtmos + entities: + - uid: 509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,13.5 + pos: -21.5,5.5 parent: 2 - - uid: 1188 +- proto: SpawnMobMedibot + entities: + - uid: 3279 components: - type: Transform - pos: -20.5,12.5 + pos: -7.5,-4.5 parent: 2 - - uid: 1189 +- proto: StairWood + entities: + - uid: 2438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,8.5 + pos: -13.5,33.5 parent: 2 - - uid: 1194 + - uid: 2529 components: - type: Transform - pos: -24.5,7.5 + pos: -12.5,33.5 parent: 2 -- proto: PlasmaWindoorSecureCentralCommandLocked - entities: - - uid: 806 + - uid: 2532 components: - type: Transform - pos: -18.5,8.5 + pos: -6.5,33.5 parent: 2 -- proto: PlushieCarp - entities: - - uid: 2355 + - uid: 2533 components: - - type: MetaData - name: плюшевый кавп - type: Transform - pos: 1.4649873,11.6031685 + pos: -5.5,33.5 parent: 2 -- proto: PlushieSharkBlue +- proto: StasisBed entities: - - uid: 2356 + - uid: 2127 components: - - type: MetaData - name: синяя плюшевая акува - type: Transform - pos: 1.2462373,9.5875435 + pos: -6.5,-3.5 parent: 2 -- proto: PortableScrubber +- proto: StationAiUploadCircuitboard entities: - - uid: 1441 + - uid: 3920 components: - type: Transform - pos: -14.5,7.5 - parent: 2 - - uid: 1443 + parent: 3911 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: StationAnchor + entities: + - uid: 2882 components: - type: Transform - pos: -13.5,7.5 + pos: -22.5,17.5 parent: 2 - - uid: 1445 +- proto: SteelBench + entities: + - uid: 2504 components: - type: Transform - pos: -12.5,7.5 + rot: -1.5707963267948966 rad + pos: 0.5,21.5 parent: 2 -- proto: PosterContrabandBeachStarYamamoto - entities: - - uid: 2358 + - uid: 3176 components: - type: Transform - pos: 2.5,13.5 + rot: -1.5707963267948966 rad + pos: 0.5,20.5 parent: 2 -- proto: PosterLegitEnlist +- proto: SubstationBasic entities: - - uid: 1738 + - uid: 4393 components: - type: Transform - pos: -6.5,-15.5 - parent: 2 -- proto: PosterLegitNanotrasenLogo + pos: 4.5,-6.5 + parent: 4085 +- proto: SubstationExtended entities: - - uid: 112 + - uid: 574 components: - type: Transform - pos: -2.5,-5.5 + pos: -29.5,7.5 parent: 2 - - uid: 113 + - uid: 3366 components: - type: Transform - pos: 11.5,1.5 + pos: -21.5,13.5 parent: 2 - - uid: 1732 +- proto: SubstationWallBasic + entities: + - uid: 135 components: - type: Transform - pos: -6.5,-7.5 + pos: -1.5,-7.5 parent: 2 - - uid: 1733 + - uid: 4758 components: - type: Transform - pos: 7.5,-11.5 + pos: 7.5,1.5 + parent: 4558 +- proto: SuitStorageEVAEmergency + entities: + - uid: 3126 + components: + - type: Transform + pos: 0.5,17.5 parent: 2 - - uid: 1734 + - uid: 3127 components: - type: Transform - pos: -1.5,-16.5 + pos: 0.5,16.5 parent: 2 - - uid: 1735 + - uid: 3128 components: - type: Transform - pos: 2.5,-16.5 + pos: 0.5,15.5 parent: 2 - - uid: 1736 +- proto: SurveillanceCameraCommand + entities: + - uid: 3159 components: - type: Transform - pos: -6.5,-11.5 + pos: -9.5,13.5 parent: 2 - - uid: 1737 + - uid: 3214 components: - type: Transform - pos: 7.5,-7.5 + rot: 3.141592653589793 rad + pos: -6.5,36.5 parent: 2 - - uid: 1740 + - uid: 3508 components: - type: Transform - pos: -2.5,14.5 + pos: -11.5,24.5 parent: 2 - - uid: 1741 + - uid: 3509 components: - type: Transform - pos: -5.5,12.5 + rot: 1.5707963267948966 rad + pos: -0.5,23.5 parent: 2 - - uid: 1742 +- proto: SurveillanceCameraEngineering + entities: + - uid: 3495 components: - type: Transform - pos: -5.5,8.5 + rot: 3.141592653589793 rad + pos: -20.5,7.5 parent: 2 - - uid: 1743 + - uid: 3497 components: - type: Transform - pos: -5.5,3.5 + pos: -23.5,13.5 parent: 2 - - uid: 1994 + - uid: 3498 components: - type: Transform - pos: 3.5,-5.5 + pos: -32.5,9.5 parent: 2 - - uid: 3232 + - uid: 3505 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,23.5 + pos: -19.5,23.5 parent: 2 - - uid: 3233 + - uid: 3506 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,23.5 + rot: -1.5707963267948966 rad + pos: -19.5,12.5 parent: 2 -- proto: PosterLegitVacation - entities: - - uid: 3234 + - uid: 3847 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,7.5 + rot: 1.5707963267948966 rad + pos: -31.5,5.5 parent: 2 -- proto: PosterLegitWalk +- proto: SurveillanceCameraGeneral entities: - - uid: 788 + - uid: 1882 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,3.5 + pos: 3.5,5.5 parent: 2 -- proto: PottedPlant21 - entities: - - uid: 3204 + - uid: 1883 components: - type: Transform - pos: -13.5,22.5 + rot: 3.141592653589793 rad + pos: 12.5,0.5 parent: 2 -- proto: PottedPlantRandom - entities: - - uid: 1186 + - uid: 3151 components: - type: Transform - pos: 5.5,0.5 + rot: 3.141592653589793 rad + pos: -2.5,13.5 parent: 2 - - uid: 1364 + - uid: 3153 components: - type: Transform - pos: -4.5,5.5 + rot: 3.141592653589793 rad + pos: 0.5,34.5 parent: 2 - - uid: 1365 + - uid: 3496 components: - type: Transform - pos: 3.5,5.5 + pos: -10.5,4.5 parent: 2 - - uid: 1639 + - uid: 3507 components: - type: Transform - pos: 5.5,-3.5 + rot: 3.141592653589793 rad + pos: -11.5,11.5 parent: 2 - - uid: 1646 + - uid: 3510 components: - type: Transform - pos: -4.5,-3.5 + pos: 3.5,-4.5 parent: 2 - - uid: 1965 + - uid: 3787 components: - type: Transform - pos: 7.5,0.5 + rot: 3.141592653589793 rad + pos: -6.5,22.5 parent: 2 - - uid: 1966 +- proto: SurveillanceCameraMedical + entities: + - uid: 3511 components: - type: Transform - pos: 7.5,-3.5 + rot: 3.141592653589793 rad + pos: -13.5,2.5 parent: 2 - - uid: 1967 + - uid: 3512 components: - type: Transform - pos: 11.5,0.5 + pos: -8.5,-4.5 parent: 2 - - uid: 1989 + - uid: 3513 components: - type: Transform - pos: -3.5,-4.5 + rot: 3.141592653589793 rad + pos: -15.5,-1.5 parent: 2 - - uid: 1990 +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 1977 components: - type: Transform - pos: 4.5,-4.5 + pos: -9.5,14.5 parent: 2 - - uid: 1995 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 1979 components: - type: Transform - pos: -4.5,13.5 + pos: -13.5,14.5 parent: 2 - - uid: 1996 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 1976 components: - type: Transform - pos: -4.5,7.5 + pos: -7.5,14.5 parent: 2 - - uid: 2010 +- proto: SurveillanceCameraRouterHandheld + entities: + - uid: 1887 components: - type: Transform - pos: -4.5,0.5 + pos: -9.5,15.5 parent: 2 - - uid: 3003 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 1978 components: - type: Transform - pos: -2.5,30.5 + pos: -11.5,14.5 parent: 2 - - uid: 3005 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 1894 components: - type: Transform - pos: -4.5,27.5 + pos: -7.5,15.5 parent: 2 - - uid: 3006 +- proto: SurveillanceCameraSecurity + entities: + - uid: 1893 components: - type: Transform - pos: -14.5,32.5 + rot: 3.141592653589793 rad + pos: 16.5,-5.5 parent: 2 - - uid: 3177 + - uid: 1895 components: - type: Transform - pos: -2.5,27.5 + pos: 9.5,2.5 parent: 2 - - uid: 3178 + - uid: 1896 components: - type: Transform - pos: -2.5,24.5 + pos: 19.5,1.5 parent: 2 - - uid: 3202 + - uid: 2686 components: - type: Transform - pos: -4.5,24.5 + rot: 3.141592653589793 rad + pos: 5.5,-14.5 parent: 2 - - uid: 3215 + - uid: 2878 components: - type: Transform - pos: -11.5,33.5 + pos: 9.5,-18.5 parent: 2 - - uid: 3216 + - uid: 3160 components: - type: Transform - pos: -7.5,33.5 + rot: -1.5707963267948966 rad + pos: 2.5,19.5 parent: 2 -- proto: PowerCellMicroreactor - entities: - - uid: 188 + - uid: 3161 components: - type: Transform - pos: 1.7002411,-20.531555 + pos: 1.5,36.5 parent: 2 - - uid: 304 + - uid: 3162 components: - type: Transform - pos: 1.7002411,-20.531555 + pos: -9.5,39.5 parent: 2 - - uid: 305 + - uid: 3163 components: - type: Transform - pos: 1.3564911,-20.35968 + rot: 1.5707963267948966 rad + pos: -20.5,32.5 parent: 2 - - uid: 306 + - uid: 3514 components: - type: Transform - pos: 1.3564911,-20.35968 + rot: -1.5707963267948966 rad + pos: -1.5,-12.5 parent: 2 - - uid: 396 + - uid: 3515 components: - type: Transform - pos: 1.3564911,-20.531555 + rot: 3.141592653589793 rad + pos: -6.5,-8.5 parent: 2 - - uid: 444 + - uid: 3779 components: - type: Transform - pos: 1.7002411,-20.35968 + rot: -1.5707963267948966 rad + pos: 14.5,-19.5 parent: 2 - - uid: 450 + - uid: 3782 components: - type: Transform - pos: 1.7002411,-20.35968 + rot: 3.141592653589793 rad + pos: 6.5,-21.5 parent: 2 - - uid: 2033 + - uid: 4057 components: - type: Transform - pos: 1.3564911,-20.531555 + rot: 3.141592653589793 rad + pos: -5.5,-21.5 parent: 2 -- proto: PowerDrill - entities: - - uid: 1485 + - uid: 4059 components: - type: Transform - pos: -9.94579,4.635639 + rot: 1.5707963267948966 rad + pos: -19.5,-4.5 parent: 2 - - uid: 1486 + - uid: 4061 components: - type: Transform - pos: -10.055165,4.510639 + rot: 1.5707963267948966 rad + pos: -30.5,15.5 parent: 2 -- proto: Poweredlight - entities: - - uid: 858 + - uid: 4062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-4.5 + rot: 1.5707963267948966 rad + pos: -39.5,6.5 parent: 2 - - uid: 1208 + - uid: 4063 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,2.5 + pos: -25.5,24.5 parent: 2 - - uid: 1209 + - uid: 4066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 + rot: 3.141592653589793 rad + pos: -33.5,0.5 parent: 2 - - uid: 1210 +- proto: SyringeBicaridine + entities: + - uid: 1248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 + pos: -6.1707525,0.6015365 parent: 2 - - uid: 1212 + - uid: 4584 components: - type: Transform - pos: -3.5,5.5 - parent: 2 - - uid: 1213 + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SyringeDermaline + entities: + - uid: 4585 components: - type: Transform - pos: 0.5,5.5 - parent: 2 - - uid: 1272 + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SyringeEphedrine + entities: + - uid: 2050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-4.5 + pos: -6.313987,-1.4833627 parent: 2 - - uid: 1276 +- proto: SyringeSaline + entities: + - uid: 4586 components: - type: Transform - pos: -8.5,2.5 + parent: 4578 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Table + entities: + - uid: 8 + components: + - type: Transform + pos: -11.5,4.5 parent: 2 - - uid: 1277 + - uid: 1545 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-4.5 + pos: -9.5,4.5 parent: 2 - - uid: 1279 + - uid: 1777 components: - type: Transform - pos: -15.5,-1.5 + pos: -10.5,4.5 parent: 2 - - uid: 1280 + - uid: 3016 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,1.5 + pos: 0.5,32.5 parent: 2 - - uid: 1399 + - uid: 3017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,7.5 + pos: 0.5,30.5 parent: 2 - - uid: 1400 + - uid: 3018 components: - type: Transform - pos: -7.5,11.5 + pos: 0.5,31.5 parent: 2 - - uid: 1424 + - uid: 3778 components: - type: Transform - pos: -12.5,11.5 + rot: 1.5707963267948966 rad + pos: -19.5,14.5 parent: 2 - - uid: 1437 +- proto: TableCarpet + entities: + - uid: 2271 components: - type: Transform - pos: -3.5,13.5 + rot: 3.141592653589793 rad + pos: -9.5,33.5 parent: 2 - - uid: 1444 + - uid: 2484 components: - type: Transform - pos: 0.5,13.5 + rot: 1.5707963267948966 rad + pos: -16.5,26.5 parent: 2 - - uid: 1493 + - uid: 2497 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 + rot: 1.5707963267948966 rad + pos: -16.5,31.5 parent: 2 - - uid: 1751 + - uid: 3195 components: - type: Transform - pos: 9.5,0.5 + rot: 1.5707963267948966 rad + pos: -11.5,19.5 parent: 2 - - uid: 1752 +- proto: TableFancyGreen + entities: + - uid: 1796 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-3.5 + pos: -8.5,26.5 parent: 2 - - uid: 1753 + - uid: 2989 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-3.5 + pos: -9.5,30.5 parent: 2 - - uid: 1754 + - uid: 2990 components: - type: Transform - pos: 14.5,0.5 + pos: -10.5,30.5 parent: 2 - - uid: 1761 + - uid: 2991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-11.5 + pos: -8.5,28.5 parent: 2 - - uid: 1764 + - uid: 2992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-11.5 + pos: -8.5,27.5 parent: 2 - - uid: 3138 + - uid: 2994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,21.5 + pos: -8.5,29.5 parent: 2 - - uid: 3139 + - uid: 2995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,26.5 + pos: -8.5,30.5 parent: 2 - - uid: 3140 + - uid: 2996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,33.5 + pos: -10.5,29.5 parent: 2 - - uid: 3141 + - uid: 2997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,30.5 + pos: -10.5,28.5 parent: 2 - - uid: 3142 + - uid: 2998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,27.5 + pos: -10.5,27.5 parent: 2 - - uid: 3143 + - uid: 2999 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,24.5 + pos: -10.5,26.5 parent: 2 - - uid: 3144 + - uid: 3000 components: - type: Transform - pos: -9.5,32.5 + pos: -9.5,26.5 parent: 2 - - uid: 3145 + - uid: 3186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,26.5 + pos: -15.5,20.5 parent: 2 - - uid: 3146 +- proto: TableGlass + entities: + - uid: 251 components: - type: Transform - pos: -16.5,31.5 + pos: -16.5,-4.5 parent: 2 - - uid: 3147 + - uid: 255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,25.5 + pos: -15.5,-4.5 parent: 2 - - uid: 3148 + - uid: 300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,35.5 + pos: -6.5,0.5 parent: 2 - - uid: 3149 + - uid: 455 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,35.5 + pos: -14.5,-2.5 parent: 2 - - uid: 3150 + - uid: 1153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,19.5 + pos: -6.5,2.5 parent: 2 -- proto: PoweredlightBlue - entities: - - uid: 1982 + - uid: 1154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,15.5 + pos: -7.5,2.5 parent: 2 - - uid: 1983 + - uid: 1177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,15.5 + pos: -6.5,1.5 parent: 2 - - uid: 1984 + - uid: 2054 components: - type: Transform - pos: -10.5,17.5 + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 parent: 2 -- proto: PoweredlightCyan - entities: - - uid: 1757 + - uid: 2420 components: - type: Transform - pos: 7.5,-8.5 + rot: 3.141592653589793 rad + pos: -9.5,29.5 parent: 2 - - uid: 1760 + - uid: 2490 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-10.5 + pos: -9.5,28.5 parent: 2 -- proto: PoweredlightGreen - entities: - - uid: 2538 + - uid: 2518 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,19.5 + pos: -9.5,27.5 parent: 2 - - uid: 2674 + - uid: 4759 components: - type: Transform - pos: -6.5,22.5 - parent: 2 -- proto: PoweredlightOrange + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 4558 + - uid: 4760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 4558 +- proto: TableReinforced entities: - - uid: 1178 + - uid: 684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,10.5 + pos: -11.5,-4.5 parent: 2 - - uid: 1179 + - uid: 695 components: - type: Transform - pos: -24.5,13.5 + pos: -10.5,-4.5 parent: 2 - - uid: 1180 + - uid: 1566 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,7.5 + pos: -1.5,-19.5 parent: 2 -- proto: PoweredlightRed - entities: - - uid: 1758 + - uid: 1574 components: - type: Transform - pos: -6.5,-8.5 + pos: -27.5,3.5 parent: 2 - - uid: 1759 + - uid: 1805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-10.5 + pos: -17.5,21.5 parent: 2 -- proto: PoweredlightSodium - entities: - - uid: 1762 + - uid: 2168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-16.5 + pos: 2.5,-19.5 parent: 2 - - uid: 1763 + - uid: 2193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-16.5 + pos: -12.5,-4.5 parent: 2 -- proto: PoweredSmallLight - entities: - - uid: 769 + - uid: 3212 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,5.5 + pos: -12.5,36.5 parent: 2 - - uid: 1181 + - uid: 3213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,12.5 + pos: -6.5,36.5 parent: 2 - - uid: 1182 + - uid: 3654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,8.5 + pos: -33.5,11.5 parent: 2 - - uid: 1284 + - uid: 3723 components: - type: Transform - pos: -16.5,1.5 + rot: -1.5707963267948966 rad + pos: -7.5,22.5 parent: 2 - - uid: 1288 + - uid: 3767 components: - type: Transform - pos: -11.5,-1.5 + rot: -1.5707963267948966 rad + pos: -6.5,22.5 parent: 2 - - uid: 1292 + - uid: 4032 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-4.5 + rot: -1.5707963267948966 rad + pos: -20.5,7.5 parent: 2 - - uid: 1377 + - uid: 4033 components: - type: Transform - pos: -8.5,7.5 + rot: -1.5707963267948966 rad + pos: -19.5,7.5 parent: 2 - - uid: 1378 + - uid: 4394 components: - type: Transform - pos: -12.5,7.5 - parent: 2 - - uid: 1755 + pos: 4.5,3.5 + parent: 4085 + - uid: 4395 components: - type: Transform - pos: 14.5,2.5 - parent: 2 - - uid: 1756 + pos: 4.5,4.5 + parent: 4085 + - uid: 4396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-1.5 - parent: 2 - - uid: 3136 + pos: 4.5,5.5 + parent: 4085 + - uid: 4397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,16.5 - parent: 2 - - uid: 3137 + pos: -3.5,5.5 + parent: 4085 + - uid: 4398 + components: + - type: Transform + pos: -3.5,6.5 + parent: 4085 + - uid: 4399 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 4085 + - uid: 4761 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,16.5 - parent: 2 -- proto: PrinterDoc - entities: - - uid: 3055 + pos: 5.5,-7.5 + parent: 4558 + - uid: 4762 components: - type: Transform - pos: -14.5,29.5 - parent: 2 -- proto: Protolathe + rot: 1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 4558 +- proto: TableWood entities: - - uid: 1460 + - uid: 1246 components: - type: Transform - pos: -7.5,4.5 + pos: -10.5,33.5 parent: 2 -- proto: Rack - entities: - - uid: 453 + - uid: 1311 components: - type: Transform - pos: -0.5,-20.5 + rot: 1.5707963267948966 rad + pos: 4.5,5.5 parent: 2 - - uid: 1376 + - uid: 1312 components: - type: Transform - pos: -9.5,-7.5 + rot: 1.5707963267948966 rad + pos: 5.5,5.5 parent: 2 - - uid: 1452 + - uid: 1313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,4.5 + rot: 1.5707963267948966 rad + pos: 5.5,4.5 parent: 2 - - uid: 1453 + - uid: 1314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,4.5 + rot: 1.5707963267948966 rad + pos: 5.5,4.5 parent: 2 - - uid: 1529 + - uid: 1315 components: - type: Transform - pos: -7.5,-7.5 + rot: 1.5707963267948966 rad + pos: 5.5,3.5 parent: 2 - - uid: 1530 + - uid: 2064 components: - type: Transform - pos: -8.5,-7.5 + pos: -8.5,33.5 parent: 2 - - uid: 1531 + - uid: 2481 components: - type: Transform - pos: -5.5,-7.5 + rot: 3.141592653589793 rad + pos: -15.5,31.5 parent: 2 - - uid: 1532 + - uid: 2483 components: - type: Transform - pos: -3.5,-7.5 + rot: 3.141592653589793 rad + pos: -17.5,27.5 parent: 2 - - uid: 1533 + - uid: 2485 components: - type: Transform - pos: -4.5,-7.5 + rot: 3.141592653589793 rad + pos: -15.5,26.5 parent: 2 - - uid: 1534 + - uid: 2488 components: - type: Transform - pos: -3.5,-11.5 + rot: 3.141592653589793 rad + pos: -17.5,31.5 parent: 2 - - uid: 1536 + - uid: 2495 components: - type: Transform - pos: -4.5,-11.5 + rot: 3.141592653589793 rad + pos: -17.5,26.5 parent: 2 - - uid: 1537 + - uid: 2523 components: - type: Transform - pos: -7.5,-11.5 + rot: 3.141592653589793 rad + pos: -17.5,30.5 parent: 2 - - uid: 1538 + - uid: 3010 components: - type: Transform - pos: -8.5,-11.5 + pos: 0.5,34.5 parent: 2 - - uid: 1539 + - uid: 3011 components: - type: Transform - pos: -9.5,-11.5 + rot: 1.5707963267948966 rad + pos: -2.5,33.5 parent: 2 - - uid: 1540 + - uid: 3196 components: - type: Transform - pos: -10.5,-10.5 + rot: 1.5707963267948966 rad + pos: -12.5,19.5 parent: 2 - - uid: 1541 + - uid: 3197 components: - type: Transform - pos: -10.5,-8.5 + rot: 1.5707963267948966 rad + pos: -11.5,20.5 parent: 2 - - uid: 1542 + - uid: 3263 components: - type: Transform - pos: -10.5,-9.5 + rot: 3.141592653589793 rad + pos: -6.5,24.5 parent: 2 - - uid: 1543 + - uid: 3517 components: - type: Transform - pos: 4.5,-7.5 + pos: -15.5,-7.5 parent: 2 - - uid: 1544 + - uid: 3640 components: - type: Transform - pos: 6.5,-7.5 + rot: -1.5707963267948966 rad + pos: -8.5,19.5 parent: 2 - - uid: 1545 + - uid: 3642 components: - type: Transform - pos: 5.5,-7.5 + rot: -1.5707963267948966 rad + pos: -7.5,19.5 parent: 2 - - uid: 1546 + - uid: 3985 components: - type: Transform - pos: 8.5,-7.5 + pos: -14.5,-7.5 parent: 2 - - uid: 1547 + - uid: 4003 components: - type: Transform - pos: 9.5,-7.5 + pos: -13.5,-7.5 parent: 2 - - uid: 1548 + - uid: 4004 components: - type: Transform - pos: 10.5,-7.5 + pos: -15.5,-9.5 parent: 2 - - uid: 1549 + - uid: 4005 components: - type: Transform - pos: 11.5,-8.5 + pos: -13.5,-9.5 parent: 2 - - uid: 1550 +- proto: TechnologyDiskRare + entities: + - uid: 3311 components: - type: Transform - pos: 11.5,-10.5 + rot: 3.141592653589793 rad + pos: 14.460411,-7.461219 parent: 2 - - uid: 1551 +- proto: TelecomServerFilled + entities: + - uid: 412 components: - type: Transform - pos: 11.5,-9.5 + pos: -13.5,15.5 parent: 2 - - uid: 1552 +- proto: TelecomServerFilledCommon + entities: + - uid: 4400 components: - type: Transform - pos: 10.5,-11.5 - parent: 2 - - uid: 1553 + pos: 4.5,-7.5 + parent: 4085 + - uid: 4763 components: - type: Transform - pos: 9.5,-11.5 - parent: 2 - - uid: 1554 + pos: 6.5,1.5 + parent: 4558 +- proto: Telecrystal1 + entities: + - uid: 3218 components: - type: Transform - pos: 8.5,-11.5 + rot: 3.141592653589793 rad + pos: -11.293525,19.848444 parent: 2 - - uid: 1555 +- proto: TelescopicShield + entities: + - uid: 972 components: - type: Transform - pos: 6.5,-11.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1556 + - uid: 1025 components: - type: Transform - pos: 5.5,-11.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1557 + - uid: 1202 components: - type: Transform - pos: 4.5,-11.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1558 + - uid: 1205 components: - type: Transform - pos: 2.5,-13.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1559 + - uid: 1462 components: - type: Transform - pos: 2.5,-14.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1560 + - uid: 1487 components: - type: Transform - pos: 2.5,-15.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1561 + - uid: 2049 components: - type: Transform - pos: -1.5,-13.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1562 + - uid: 2291 components: - type: Transform - pos: -1.5,-14.5 + pos: 5.503118,-7.507126 parent: 2 - - uid: 1563 +- proto: Thruster + entities: + - uid: 4401 components: - type: Transform - pos: -1.5,-15.5 - parent: 2 - - uid: 1564 + rot: 3.141592653589793 rad + pos: 4.5,-11.5 + parent: 4085 + - uid: 4402 components: - type: Transform - pos: -1.5,-17.5 - parent: 2 - - uid: 1565 + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 4085 + - uid: 4403 components: - type: Transform - pos: -1.5,-18.5 - parent: 2 - - uid: 1566 + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 4085 + - uid: 4404 components: - type: Transform - pos: -1.5,-19.5 - parent: 2 - - uid: 1570 + rot: 3.141592653589793 rad + pos: 3.5,-11.5 + parent: 4085 + - uid: 4405 components: - type: Transform - pos: 2.5,-19.5 - parent: 2 - - uid: 1571 + rot: 1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 4085 + - uid: 4406 components: - type: Transform - pos: 2.5,-18.5 - parent: 2 - - uid: 1572 + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 4085 + - uid: 4407 components: - type: Transform - pos: 2.5,-17.5 - parent: 2 - - uid: 1650 + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 4085 + - uid: 4408 components: - type: Transform - pos: 1.5,-20.5 - parent: 2 - - uid: 2221 + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 4085 + - uid: 4409 components: - type: Transform - pos: -5.5,-11.5 - parent: 2 - - uid: 3180 + pos: 3.5,8.5 + parent: 4085 + - uid: 4410 components: - type: Transform - pos: -15.5,22.5 - parent: 2 -- proto: Railing - entities: - - uid: 1972 + pos: 4.5,8.5 + parent: 4085 + - uid: 4411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,2.5 - parent: 2 - - uid: 1973 + pos: -3.5,8.5 + parent: 4085 + - uid: 4412 + components: + - type: Transform + pos: -2.5,8.5 + parent: 4085 + - uid: 4764 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,2.5 - parent: 2 - - uid: 1974 + pos: 1.5,-11.5 + parent: 4558 + - uid: 4765 components: - type: Transform - pos: 18.5,-1.5 - parent: 2 - - uid: 1975 + pos: 0.5,-2.5 + parent: 4558 + - uid: 4766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-1.5 - parent: 2 - - uid: 3119 + rot: -1.5707963267948966 rad + pos: 7.5,-11.5 + parent: 4558 + - uid: 4767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,17.5 - parent: 2 - - uid: 3120 + pos: 8.5,-2.5 + parent: 4558 + - uid: 4768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,16.5 - parent: 2 - - uid: 3121 + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 4558 + - uid: 4769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,15.5 - parent: 2 - - uid: 3122 + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 4558 +- proto: ToolboxElectricalFilled + entities: + - uid: 4770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,17.5 - parent: 2 - - uid: 3123 + pos: 6.8933716,0.65265274 + parent: 4558 +- proto: ToyAmongPequeno + entities: + - uid: 3803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,16.5 + pos: -10.755618,44.74511 parent: 2 - - uid: 3124 +- proto: ToyFigurineAtmosTech + entities: + - uid: 3294 components: + - type: MetaData + desc: Фигурка, изображающая CallMeOwO, держащего в руках незажженный сварочный аппарат. + name: фигурка CallMeOwO - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,15.5 + pos: -4.703719,31.21645 parent: 2 -- proto: RandomDrinkGlass +- proto: ToyFigurineBoxer entities: - - uid: 3292 + - uid: 2253 components: - type: Transform - pos: 5.5,4.5 + pos: 2.634953,11.473322 parent: 2 -- proto: RandomFoodMeal +- proto: ToyFigurineCaptain entities: - - uid: 3288 + - uid: 2421 components: + - type: MetaData + desc: Классическая фигурка, одетая в форму капитана по стандартам NanoTrasen! Лицо данной фигурки напоминает лицо капитана под кличкой "Сметана". Идут слухи что этот капитан оплатил факс для данного типа станций + name: фигурка капитана "Сметана" - type: Transform - pos: 4.5,5.5 + pos: -14.472919,-8.515614 parent: 2 -- proto: RandomFoodSingle +- proto: ToyFigurineDetective entities: - - uid: 3287 + - uid: 1986 components: + - type: MetaData + desc: Фигурка, изображающая детектива в его знаковом плаще. На подставке есть гравировка "Валерий Парашутов" + name: фигурка детектива Парашута - type: Transform - pos: 5.5,5.5 + pos: -13.379429,-7.329261 parent: 2 -- proto: RandomPainting +- proto: ToyFigurineHeadOfPersonnel entities: - - uid: 3291 + - uid: 3302 components: + - type: MetaData + desc: Фигурка, изображающая прославленного Geterohromia, как обычно, отсутствующего в своём кабинете. + name: фигурка Geterohromia - type: Transform - pos: -13.5,18.5 + pos: -4.2834625,32.1995 parent: 2 -- proto: RandomPosterLegit +- proto: ToyFigurineMedicalDoctor entities: - - uid: 2526 + - uid: 3299 components: + - type: MetaData + desc: Фигурка, изображающая W1mHack, в халате и со шприцем. + name: фигурка W1mHack - type: Transform - pos: 6.5,2.5 + pos: -4.266219,30.200825 parent: 2 - - uid: 2530 +- proto: ToyIan + entities: + - uid: 3300 components: + - type: MetaData + name: игрушечный Hatiko - type: Transform - pos: 1.5,6.5 + pos: -4.739752,29.062038 parent: 2 - - uid: 3248 +- proto: ToySpawner + entities: + - uid: 1606 components: - type: Transform - pos: 0.5,28.5 + pos: -6.5,-4.5 parent: 2 - - uid: 3249 + - uid: 3282 components: - type: Transform - pos: -3.5,33.5 + pos: -12.5,39.5 parent: 2 - - uid: 3250 + - uid: 3283 components: - type: Transform - pos: -9.5,23.5 + pos: -2.5,34.5 parent: 2 - - uid: 3251 + - uid: 3284 components: - type: Transform - pos: -16.5,25.5 + pos: -5.5,24.5 parent: 2 - - uid: 3252 + - uid: 3285 components: - type: Transform - pos: -16.5,32.5 + pos: -11.5,29.5 parent: 2 - - uid: 3253 + - uid: 3286 components: - type: Transform - pos: 9.5,-4.5 + pos: -7.5,27.5 parent: 2 - - uid: 3254 + - uid: 3955 components: - type: Transform - pos: 15.5,-4.5 + pos: 15.5,-3.5 parent: 2 -- proto: RandomSnacks - entities: - - uid: 3289 + - uid: 3957 components: - type: Transform - pos: -8.5,30.5 + pos: -3.5,5.5 parent: 2 -- proto: RandomVending - entities: - - uid: 3031 + - uid: 3958 components: - type: Transform - pos: 1.5,5.5 + pos: -3.5,13.5 parent: 2 -- proto: RandomVendingDrinks - entities: - - uid: 3030 + - uid: 3959 components: - type: Transform - pos: 2.5,5.5 + pos: -13.5,11.5 parent: 2 - - uid: 3132 + - uid: 3960 components: - type: Transform - pos: 5.5,1.5 + pos: -25.5,9.5 parent: 2 -- proto: RandomVendingSnacks +- proto: TrackingImplanter entities: - - uid: 2669 + - uid: 3994 components: - type: Transform - pos: 0.5,22.5 + pos: -10.470813,-16.20763 parent: 2 - - uid: 2672 + - uid: 3995 components: - type: Transform - pos: 0.5,19.5 + pos: -10.470813,-16.20763 parent: 2 - - uid: 3131 + - uid: 3996 components: - type: Transform - pos: 5.5,2.5 + pos: -10.486438,-16.317005 parent: 2 - - uid: 3133 + - uid: 3997 components: - type: Transform - pos: 0.5,5.5 + pos: -10.486438,-16.317005 parent: 2 -- proto: RCD - entities: - - uid: 1595 + - uid: 3998 components: - type: Transform - pos: -1.4528122,-14.393799 + pos: -10.486438,-16.42638 parent: 2 - - uid: 1596 + - uid: 3999 components: - type: Transform - pos: -1.4528122,-14.393799 + pos: -10.486438,-16.42638 parent: 2 - - uid: 1597 + - uid: 4000 components: - type: Transform - pos: -1.4528122,-14.393799 + pos: -10.486438,-16.535755 parent: 2 - - uid: 1598 + - uid: 4001 components: - type: Transform - pos: -1.4528122,-14.393799 + pos: -10.486438,-16.535755 parent: 2 - - uid: 1599 +- proto: TripleGlassAirlock + entities: + - uid: 1727 components: - type: Transform - pos: -1.4528122,-14.393799 + rot: 3.141592653589793 rad + pos: -1.5,6.5 parent: 2 - - uid: 1600 + - uid: 1729 components: - type: Transform - pos: -1.4528122,-14.393799 + rot: 1.5707963267948966 rad + pos: 6.5,-1.5 parent: 2 - - uid: 1601 + - uid: 2174 components: - type: Transform - pos: -1.4528122,-14.393799 + rot: -1.5707963267948966 rad + pos: -5.5,10.5 parent: 2 - - uid: 1602 +- proto: Truncheon + entities: + - uid: 388 components: - type: Transform - pos: -1.4528122,-14.393799 + pos: 5.436391,-7.5554953 parent: 2 -- proto: RCDAmmo - entities: - - uid: 1573 + - uid: 1035 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 5.436391,-7.5554953 parent: 2 - - uid: 1574 + - uid: 1457 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 5.436391,-7.5554953 parent: 2 - - uid: 1575 + - uid: 1472 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 5.436391,-7.5554953 parent: 2 - - uid: 1577 + - uid: 1495 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 5.436391,-7.5554953 parent: 2 - - uid: 1578 + - uid: 1873 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 5.436391,-7.5554953 parent: 2 - - uid: 1583 + - uid: 2246 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 5.436391,-7.5554953 parent: 2 - - uid: 1584 + - uid: 2293 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 5.436391,-7.5554953 parent: 2 - - uid: 1585 +- proto: TurboItemRecharger + entities: + - uid: 2171 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: -1.5,-19.5 parent: 2 - - uid: 1586 + - uid: 2176 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 2.5,-19.5 parent: 2 - - uid: 1701 + - uid: 2486 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: -17.5,21.5 parent: 2 - - uid: 1702 + - uid: 3156 components: - type: Transform - pos: -1.6559372,-14.565674 + rot: 3.141592653589793 rad + pos: -12.5,36.5 parent: 2 - - uid: 1703 + - uid: 3662 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: -27.5,3.5 parent: 2 - - uid: 1704 +- proto: VendingMachineAmmo + entities: + - uid: 2499 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: -0.5,-20.5 parent: 2 - - uid: 1705 +- proto: VendingMachineBooze + entities: + - uid: 3015 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: 0.5,29.5 parent: 2 - - uid: 1706 +- proto: VendingMachineCart + entities: + - uid: 2190 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: -14.5,24.5 parent: 2 - - uid: 1707 +- proto: VendingMachineCentDrobe + entities: + - uid: 2192 components: - type: Transform - pos: -1.6559372,-14.565674 + pos: -14.5,25.5 parent: 2 -- proto: RCDRecharging +- proto: VendingMachineChemicals entities: - - uid: 1330 + - uid: 1152 components: - type: Transform - pos: -16.46906,9.540833 + pos: -9.5,0.5 parent: 2 -- proto: ReinforcedPlasmaWindow + - uid: 4413 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 4085 +- proto: VendingMachineCigs entities: - - uid: 105 + - uid: 2009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,5.5 + pos: -4.5,2.5 parent: 2 - - uid: 174 + - uid: 3028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,11.5 + pos: 0.5,27.5 parent: 2 - - uid: 572 +- proto: VendingMachineCoffee + entities: + - uid: 2018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,9.5 + pos: -4.5,1.5 parent: 2 - - uid: 686 + - uid: 3029 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,10.5 + pos: 0.5,24.5 parent: 2 - - uid: 1171 +- proto: VendingMachineEngiDrobe + entities: + - uid: 1296 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,11.5 + pos: -17.5,19.5 parent: 2 - - uid: 1172 +- proto: VendingMachineEngivend + entities: + - uid: 979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,10.5 + pos: -19.5,19.5 parent: 2 - - uid: 1173 +- proto: VendingMachineGames + entities: + - uid: 3634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,9.5 + pos: -9.5,22.5 parent: 2 -- proto: ReinforcedWindow +- proto: VendingMachineMedical entities: - - uid: 143 + - uid: 805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 + pos: -10.5,-1.5 parent: 2 - - uid: 478 + - uid: 1847 components: - type: Transform - pos: 4.5,6.5 + pos: -8.5,-4.5 parent: 2 - - uid: 571 +- proto: VendingMachineSec + entities: + - uid: 1630 components: - type: Transform - pos: -9.5,-4.5 + pos: 1.5,-20.5 parent: 2 - - uid: 573 + - uid: 4414 components: - type: Transform - pos: -9.5,-3.5 - parent: 2 - - uid: 1027 + pos: 4.5,6.5 + parent: 4085 + - uid: 4771 components: - type: Transform - pos: -6.5,-0.5 - parent: 2 - - uid: 1028 + pos: 6.5,-7.5 + parent: 4558 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 1970 components: - type: Transform - pos: -5.5,-3.5 + pos: 14.5,2.5 parent: 2 - - uid: 1260 + - uid: 1971 components: - type: Transform - pos: 5.5,6.5 + pos: 18.5,-1.5 parent: 2 - - uid: 1263 + - uid: 2107 components: - type: Transform - pos: 6.5,5.5 + pos: -39.5,10.5 parent: 2 - - uid: 1264 + - uid: 3125 components: - type: Transform - pos: 6.5,4.5 + pos: -2.5,16.5 parent: 2 - - uid: 1730 +- proto: VendingMachineVendomat + entities: + - uid: 3773 components: - type: Transform - pos: 14.5,1.5 + pos: -17.5,20.5 parent: 2 - - uid: 1731 +- proto: VendingMachineWallMedical + entities: + - uid: 4772 components: - type: Transform - pos: 17.5,-1.5 - parent: 2 - - uid: 2410 + pos: 5.5,-2.5 + parent: 4558 +- proto: WallReinforced + entities: + - uid: 4415 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,35.5 - parent: 2 - - uid: 2411 + pos: -4.5,2.5 + parent: 4085 + - uid: 4416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,35.5 - parent: 2 - - uid: 2412 + pos: -3.5,2.5 + parent: 4085 + - uid: 4417 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,33.5 - parent: 2 - - uid: 2413 + pos: -1.5,2.5 + parent: 4085 + - uid: 4418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,32.5 - parent: 2 - - uid: 2414 + pos: -0.5,2.5 + parent: 4085 + - uid: 4419 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,31.5 - parent: 2 - - uid: 2415 + pos: 2.5,3.5 + parent: 4085 + - uid: 4420 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,30.5 - parent: 2 -- proto: ReinforcedWindowDiagonal - entities: - - uid: 1461 + pos: 1.5,2.5 + parent: 4085 + - uid: 4421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,6.5 - parent: 2 -- proto: RiotShield - entities: - - uid: 2171 + pos: 2.5,2.5 + parent: 4085 + - uid: 4422 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 - - uid: 2172 + pos: 4.5,2.5 + parent: 4085 + - uid: 4423 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 - - uid: 2173 + pos: 5.5,2.5 + parent: 4085 + - uid: 4424 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 - - uid: 2174 + pos: 5.5,-1.5 + parent: 4085 + - uid: 4425 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 - - uid: 2175 + pos: 4.5,-1.5 + parent: 4085 + - uid: 4426 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 - - uid: 2176 + pos: 1.5,-1.5 + parent: 4085 + - uid: 4427 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 - - uid: 2177 + pos: -0.5,-3.5 + parent: 4085 + - uid: 4428 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 - - uid: 2178 + pos: -0.5,-1.5 + parent: 4085 + - uid: 4429 components: - type: Transform - pos: 11.357735,-8.435658 - parent: 2 -- proto: RubberStampApproved - entities: - - uid: 586 + pos: -0.5,-2.5 + parent: 4085 + - uid: 4430 components: - type: Transform - pos: -17.714066,27.64357 - parent: 2 - - uid: 609 + pos: -3.5,-1.5 + parent: 4085 + - uid: 4431 components: - type: Transform - pos: -17.69844,30.877945 - parent: 2 -- proto: RubberStampDenied - entities: - - uid: 548 + pos: -4.5,-1.5 + parent: 4085 + - uid: 4432 components: - type: Transform - pos: -17.72969,30.48732 - parent: 2 - - uid: 2437 + pos: 3.5,-6.5 + parent: 4085 + - uid: 4433 components: - type: Transform - pos: -17.72969,27.26857 - parent: 2 -- proto: ScreenTimer - entities: - - uid: 3275 + pos: -0.5,-4.5 + parent: 4085 + - uid: 4434 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,30.5 - parent: 2 - - uid: 3276 + pos: -0.5,-5.5 + parent: 4085 + - uid: 4435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,27.5 - parent: 2 -- proto: SecurityTechFab - entities: - - uid: 1649 + pos: -3.5,-2.5 + parent: 4085 + - uid: 4436 components: - type: Transform - pos: 0.5,-20.5 - parent: 2 -- proto: SheetGlass - entities: - - uid: 1472 + pos: -3.5,-3.5 + parent: 4085 + - uid: 4437 components: - type: Transform - pos: -13.508289,4.479389 - parent: 2 - - uid: 1473 + pos: -3.5,-4.5 + parent: 4085 + - uid: 4438 components: - type: Transform - pos: -13.508289,4.479389 - parent: 2 - - uid: 1474 + pos: -4.5,-5.5 + parent: 4085 + - uid: 4439 components: - type: Transform - pos: -13.508289,4.479389 - parent: 2 - - uid: 2042 + pos: -3.5,-5.5 + parent: 4085 + - uid: 4440 components: - type: Transform - pos: 0.61549497,-20.598545 - parent: 2 - - uid: 2043 + pos: -2.5,-5.5 + parent: 4085 + - uid: 4441 components: - type: Transform - pos: 0.61549497,-20.598545 - parent: 2 - - uid: 2044 + pos: -1.5,-5.5 + parent: 4085 + - uid: 4442 components: - type: Transform - pos: 0.61549497,-20.598545 - parent: 2 - - uid: 2045 + pos: 1.5,-5.5 + parent: 4085 + - uid: 4443 components: - type: Transform - pos: 0.61549497,-20.598545 - parent: 2 -- proto: SheetPlasma - entities: - - uid: 1470 + pos: 2.5,-5.5 + parent: 4085 + - uid: 4444 components: - type: Transform - pos: -12.461414,4.495014 - parent: 2 - - uid: 1520 + pos: 3.5,-5.5 + parent: 4085 + - uid: 4445 components: - type: Transform - pos: -12.472172,4.5146594 - parent: 2 -- proto: SheetPlasteel - entities: - - uid: 1321 + pos: 4.5,-5.5 + parent: 4085 + - uid: 4446 components: - type: Transform - pos: -16.390936,8.618958 - parent: 2 - - uid: 1322 + pos: 5.5,-5.5 + parent: 4085 + - uid: 4447 components: - type: Transform - pos: -16.390936,8.618958 - parent: 2 - - uid: 1323 + pos: 4.5,-2.5 + parent: 4085 + - uid: 4448 components: - type: Transform - pos: -16.390936,8.618958 - parent: 2 -- proto: SheetPlastic - entities: - - uid: 1467 + pos: 4.5,-3.5 + parent: 4085 + - uid: 4449 components: - type: Transform - pos: -13.523914,4.448139 - parent: 2 - - uid: 1468 + pos: 4.5,-4.5 + parent: 4085 + - uid: 4450 components: - type: Transform - pos: -13.523914,4.448139 - parent: 2 - - uid: 1469 + pos: 2.5,4.5 + parent: 4085 + - uid: 4451 components: - type: Transform - pos: -13.523914,4.448139 - parent: 2 - - uid: 2046 + pos: 2.5,5.5 + parent: 4085 + - uid: 4452 components: - type: Transform - pos: 0.63111997,-20.61417 - parent: 2 - - uid: 2047 + pos: 2.5,7.5 + parent: 4085 + - uid: 4453 components: - type: Transform - pos: 0.63111997,-20.61417 - parent: 2 - - uid: 2048 + pos: -1.5,3.5 + parent: 4085 + - uid: 4454 components: - type: Transform - pos: 0.63111997,-20.61417 - parent: 2 - - uid: 2049 + pos: -1.5,4.5 + parent: 4085 + - uid: 4455 components: - type: Transform - pos: 0.63111997,-20.61417 - parent: 2 -- proto: SheetRGlass - entities: - - uid: 1326 + pos: -1.5,5.5 + parent: 4085 + - uid: 4456 components: - type: Transform - pos: -16.453436,8.993958 - parent: 2 - - uid: 1327 + pos: -1.5,7.5 + parent: 4085 + - uid: 4457 components: - type: Transform - pos: -16.453436,8.993958 - parent: 2 - - uid: 1328 + pos: -1.5,6.5 + parent: 4085 + - uid: 4458 components: - type: Transform - pos: -16.453436,8.993958 - parent: 2 - - uid: 1329 + pos: -4.5,3.5 + parent: 4085 + - uid: 4459 components: - type: Transform - pos: -16.453436,8.993958 - parent: 2 -- proto: SheetRPGlass - entities: - - uid: 1465 + pos: -4.5,7.5 + parent: 4085 + - uid: 4460 components: - type: Transform - pos: -13.555164,4.495014 - parent: 2 - - uid: 1466 + pos: -4.5,6.5 + parent: 4085 + - uid: 4461 components: - type: Transform - pos: -13.555164,4.495014 - parent: 2 -- proto: SheetRUGlass - entities: - - uid: 1477 + pos: 5.5,6.5 + parent: 4085 + - uid: 4462 components: - type: Transform - pos: -13.523914,4.448139 - parent: 2 - - uid: 1478 + pos: 5.5,4.5 + parent: 4085 + - uid: 4463 components: - type: Transform - pos: -13.523914,4.448139 - parent: 2 -- proto: SheetSteel - entities: - - uid: 30 + pos: 5.5,3.5 + parent: 4085 + - uid: 4464 components: - type: Transform - pos: -13.492664,4.495014 - parent: 2 - - uid: 1261 + pos: 5.5,7.5 + parent: 4085 + - uid: 4465 components: - type: Transform - pos: -13.492664,4.495014 - parent: 2 - - uid: 1317 + pos: 5.5,5.5 + parent: 4085 + - uid: 4466 components: - type: Transform - pos: -16.453436,8.462708 - parent: 2 - - uid: 1318 + pos: 3.5,7.5 + parent: 4085 + - uid: 4467 components: - type: Transform - pos: -16.453436,8.462708 - parent: 2 - - uid: 1319 + pos: 4.5,7.5 + parent: 4085 + - uid: 4468 components: - type: Transform - pos: -16.453436,8.462708 - parent: 2 - - uid: 1320 + pos: -3.5,7.5 + parent: 4085 + - uid: 4469 components: - type: Transform - pos: -16.453436,8.462708 - parent: 2 - - uid: 1457 + pos: -2.5,7.5 + parent: 4085 + - uid: 4470 components: - type: Transform - pos: -13.492664,4.495014 - parent: 2 - - uid: 1458 + pos: 3.5,-8.5 + parent: 4085 + - uid: 4471 components: - type: Transform - pos: -13.492664,4.495014 - parent: 2 - - uid: 2034 + pos: 3.5,-9.5 + parent: 4085 + - uid: 4472 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 - - uid: 2035 + pos: 3.5,-10.5 + parent: 4085 + - uid: 4473 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 - - uid: 2036 + pos: -2.5,-6.5 + parent: 4085 + - uid: 4474 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 - - uid: 2037 + pos: -2.5,-8.5 + parent: 4085 + - uid: 4475 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 - - uid: 2038 + pos: -2.5,-10.5 + parent: 4085 + - uid: 4476 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 - - uid: 2039 + pos: -2.5,-9.5 + parent: 4085 + - uid: 4477 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 - - uid: 2040 + pos: -1.5,-10.5 + parent: 4085 + - uid: 4478 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 - - uid: 2041 + pos: 5.5,0.5 + parent: 4085 + - uid: 4479 components: - type: Transform - pos: 0.61549497,-20.58292 - parent: 2 -- proto: SheetUranium - entities: - - uid: 1475 + pos: 0.5,-11.5 + parent: 4085 + - uid: 4480 components: - type: Transform - pos: -12.414539,4.510639 - parent: 2 - - uid: 1476 + pos: -1.5,-11.5 + parent: 4085 + - uid: 4481 components: - type: Transform - pos: -12.414539,4.510639 - parent: 2 -- proto: SignalButtonDirectional - entities: - - uid: 1393 + pos: -4.5,0.5 + parent: 4085 + - uid: 4482 components: - - type: MetaData - name: кнопка сигнала (Вход) - type: Transform - pos: -4.5,-14.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1273: - - Pressed: Toggle - 1275: - - Pressed: Toggle - 1274: - - Pressed: Toggle - - uid: 1395 + pos: 2.5,-11.5 + parent: 4085 + - uid: 4483 components: - - type: MetaData - name: кнопка сигнала (Серая) - type: Transform - pos: -5.5,-14.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1193: - - Pressed: Toggle - 1265: - - Pressed: Toggle - 1266: - - Pressed: Toggle - - uid: 1406 + pos: 2.5,-10.5 + parent: 4085 + - uid: 4484 components: - - type: MetaData - name: кнопка сигнала (Красная) - type: Transform - pos: -5.5,-15.5 - parent: 2 - - type: SignalSwitch - state: True - - type: DeviceLinkSource - linkedPorts: - 1285: - - Pressed: Toggle - 1287: - - Pressed: Toggle - 1286: - - Pressed: Toggle - - uid: 1447 + pos: 4.5,-10.5 + parent: 4085 + - uid: 4485 components: - - type: MetaData - name: кнопка сигнала (Синяя) - type: Transform - pos: -4.5,-15.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 1281: - - Pressed: Toggle - 1283: - - Pressed: Toggle - 1282: - - Pressed: Toggle -- proto: SignArmory - entities: - - uid: 1745 + pos: -4.5,-9.5 + parent: 4085 + - uid: 4486 components: - type: Transform - pos: 2.5,-6.5 - parent: 2 -- proto: SignAtmos - entities: - - uid: 724 + pos: -4.5,-10.5 + parent: 4085 + - uid: 4487 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,8.5 - parent: 2 -- proto: SignCryo - entities: - - uid: 2269 + pos: -4.5,-6.5 + parent: 4085 + - uid: 4488 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,19.5 - parent: 2 -- proto: SignEngine - entities: - - uid: 1278 + pos: -4.5,-7.5 + parent: 4085 + - uid: 4489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,12.5 - parent: 2 -- proto: SignEngineering - entities: - - uid: 750 + pos: -4.5,-8.5 + parent: 4085 + - uid: 4490 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,9.5 - parent: 2 -- proto: SignMedical - entities: - - uid: 1518 + pos: 5.5,-6.5 + parent: 4085 + - uid: 4491 components: - type: Transform - pos: -5.5,-4.5 - parent: 2 -- proto: SignMorgue - entities: - - uid: 622 + pos: 5.5,-7.5 + parent: 4085 + - uid: 4492 components: - type: Transform - pos: -11.5,-0.5 - parent: 2 -- proto: SignNanotrasen1 - entities: - - uid: 1159 + pos: 5.5,-8.5 + parent: 4085 + - uid: 4493 components: - type: Transform - pos: -1.5,0.5 - parent: 2 - - uid: 3255 + pos: 5.5,-9.5 + parent: 4085 + - uid: 4494 components: - type: Transform - pos: -11.5,37.5 - parent: 2 -- proto: SignNanotrasen2 - entities: - - uid: 1160 + pos: 5.5,-10.5 + parent: 4085 + - uid: 4495 components: - type: Transform - pos: -0.5,0.5 - parent: 2 - - uid: 3256 + pos: -3.5,-10.5 + parent: 4085 + - uid: 4496 components: - type: Transform - pos: -10.5,37.5 - parent: 2 -- proto: SignNanotrasen3 + pos: 2.5,6.5 + parent: 4085 +- proto: WallReinforcedDiagonal entities: - - uid: 1162 + - uid: 1651 components: - type: Transform - pos: 0.5,0.5 + pos: 2.5,8.5 parent: 2 - - uid: 3257 + - uid: 1980 components: - type: Transform - pos: -9.5,37.5 + rot: 3.141592653589793 rad + pos: -12.5,17.5 parent: 2 -- proto: SignNanotrasen4 - entities: - - uid: 1163 + - uid: 1981 components: - type: Transform - pos: 1.5,0.5 + rot: 1.5707963267948966 rad + pos: -8.5,17.5 parent: 2 - - uid: 2531 + - uid: 2086 components: - type: Transform - pos: -8.5,37.5 + rot: 1.5707963267948966 rad + pos: 2.5,12.5 parent: 2 -- proto: SignNanotrasen5 - entities: - - uid: 1164 + - uid: 3632 components: - type: Transform - pos: 2.5,0.5 + rot: 3.141592653589793 rad + pos: -36.5,7.5 parent: 2 - - uid: 3258 + - uid: 3633 components: - type: Transform - pos: -7.5,37.5 + rot: -1.5707963267948966 rad + pos: -36.5,3.5 parent: 2 -- proto: SignSecureMedRed - entities: - - uid: 1744 + - uid: 4497 components: - type: Transform - pos: -1.5,-6.5 - parent: 2 -- proto: SignSpace - entities: - - uid: 1389 + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 4085 + - uid: 4498 components: - type: Transform - pos: 16.5,2.5 - parent: 2 - - uid: 1390 + pos: -4.5,8.5 + parent: 4085 + - uid: 4499 components: - type: Transform - pos: 18.5,0.5 - parent: 2 -- proto: SignTelecomms + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 4085 + - uid: 4500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,8.5 + parent: 4085 +- proto: WallRiveted entities: - - uid: 409 + - uid: 3 components: - type: Transform - pos: -9.5,12.5 + pos: 8.5,-4.5 parent: 2 -- proto: SmallLight - entities: - - uid: 3032 + - uid: 5 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-14.5 + pos: -5.5,-5.5 parent: 2 -- proto: SmartFridge - entities: - - uid: 1020 + - uid: 7 components: - type: Transform - pos: -7.5,-0.5 + pos: -5.5,-4.5 parent: 2 -- proto: SMESExtended - entities: - - uid: 60 + - uid: 9 components: - type: Transform - pos: -20.5,11.5 + pos: -6.5,3.5 parent: 2 - - uid: 476 + - uid: 10 components: - type: Transform - pos: -20.5,10.5 + pos: -10.5,3.5 parent: 2 - - uid: 687 + - uid: 11 components: - type: Transform - pos: -20.5,9.5 + pos: -7.5,3.5 parent: 2 -- proto: SmokingPipeFilledTobacco - entities: - - uid: 1987 + - uid: 12 components: - - type: MetaData - desc: Для тех кто много работал. - name: перекур - type: Transform - pos: 0.37171316,20.66531 + pos: -9.5,3.5 parent: 2 -- proto: SodaDispenser - entities: - - uid: 3023 + - uid: 13 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,30.5 + pos: -8.5,3.5 parent: 2 -- proto: SpaceCash500 - entities: - - uid: 3247 + - uid: 14 components: - type: Transform - pos: -9.121628,28.142769 + pos: -5.5,2.5 parent: 2 -- proto: SpawnMobCat - entities: - - uid: 3297 + - uid: 15 components: - type: Transform - pos: -7.5,-2.5 + pos: -5.5,3.5 parent: 2 -- proto: SpawnMobCatKitten - entities: - - uid: 3298 + - uid: 16 components: - type: Transform - pos: -11.5,25.5 + pos: -5.5,4.5 parent: 2 -- proto: SpawnMobCleanBot - entities: - - uid: 3293 + - uid: 17 components: - type: Transform - pos: 1.5,1.5 + pos: -5.5,5.5 parent: 2 - - uid: 3295 + - uid: 18 components: - type: Transform - pos: -6.5,27.5 + pos: -5.5,6.5 parent: 2 - - uid: 3296 + - uid: 19 components: - type: Transform - pos: -9.5,10.5 + pos: -4.5,6.5 parent: 2 -- proto: SpawnMobMedibot - entities: - - uid: 3279 + - uid: 20 components: - type: Transform - pos: -7.5,-4.5 + pos: -3.5,6.5 parent: 2 -- proto: StairWood - entities: - - uid: 2438 + - uid: 22 components: - type: Transform - pos: -13.5,33.5 + pos: -6.5,8.5 parent: 2 - - uid: 2529 + - uid: 23 components: - type: Transform - pos: -12.5,33.5 + pos: -5.5,7.5 parent: 2 - - uid: 2532 + - uid: 24 components: - type: Transform - pos: -6.5,33.5 + pos: 0.5,6.5 parent: 2 - - uid: 2533 + - uid: 25 components: - type: Transform - pos: -5.5,33.5 + pos: 1.5,6.5 parent: 2 -- proto: StasisBed - entities: - - uid: 669 + - uid: 26 components: - type: Transform - pos: -6.5,-4.5 + pos: 2.5,6.5 parent: 2 -- proto: SteelBench - entities: - - uid: 2504 + - uid: 27 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,21.5 + pos: 3.5,6.5 parent: 2 - - uid: 3176 + - uid: 33 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,20.5 + pos: 6.5,3.5 parent: 2 -- proto: SubstationExtended - entities: - - uid: 679 + - uid: 34 components: - type: Transform - pos: -18.5,7.5 + pos: 6.5,2.5 parent: 2 -- proto: SubstationWallBasic - entities: - - uid: 135 + - uid: 35 components: - type: Transform - pos: -1.5,-7.5 + pos: 6.5,1.5 parent: 2 -- proto: SuitStorageEVAEmergency - entities: - - uid: 3126 + - uid: 36 components: - type: Transform - pos: 0.5,17.5 + pos: 7.5,-4.5 parent: 2 - - uid: 3127 + - uid: 37 components: - type: Transform - pos: 0.5,16.5 + pos: 9.5,-4.5 parent: 2 - - uid: 3128 + - uid: 38 components: - type: Transform - pos: 0.5,15.5 + pos: 11.5,-4.5 parent: 2 -- proto: SurveillanceCameraCommand - entities: - - uid: 3155 + - uid: 39 components: - type: Transform - pos: -9.5,24.5 + pos: 10.5,-4.5 parent: 2 - - uid: 3159 + - uid: 40 components: - type: Transform - pos: -9.5,13.5 + pos: 12.5,-4.5 parent: 2 - - uid: 3201 + - uid: 41 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,22.5 + pos: 6.5,-4.5 parent: 2 - - uid: 3214 + - uid: 42 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,36.5 + pos: 6.5,-5.5 parent: 2 -- proto: SurveillanceCameraEngineering - entities: - - uid: 1870 + - uid: 43 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,7.5 + pos: 5.5,-5.5 parent: 2 - - uid: 1871 + - uid: 44 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,10.5 + pos: 4.5,-5.5 parent: 2 -- proto: SurveillanceCameraGeneral - entities: - - uid: 1881 + - uid: 45 components: - type: Transform - pos: -2.5,-4.5 + pos: -7.5,12.5 parent: 2 - - uid: 1882 + - uid: 46 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,5.5 + pos: 3.5,-5.5 parent: 2 - - uid: 1883 + - uid: 47 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,0.5 + pos: -12.5,-5.5 parent: 2 - - uid: 1885 + - uid: 48 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,11.5 + pos: -13.5,-5.5 parent: 2 - - uid: 3151 + - uid: 49 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,13.5 + pos: 12.5,2.5 parent: 2 - - uid: 3152 + - uid: 50 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,23.5 + pos: 12.5,3.5 parent: 2 - - uid: 3153 + - uid: 51 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,34.5 + pos: -3.5,-5.5 parent: 2 - - uid: 3157 + - uid: 52 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,22.5 + pos: -4.5,-5.5 parent: 2 -- proto: SurveillanceCameraMedical - entities: - - uid: 1872 + - uid: 53 components: - type: Transform - pos: -13.5,0.5 + pos: -11.5,-5.5 parent: 2 - - uid: 1873 + - uid: 54 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-3.5 + pos: -11.5,3.5 parent: 2 - - uid: 1874 + - uid: 55 components: - type: Transform - pos: -10.5,-4.5 + pos: -12.5,3.5 parent: 2 - - uid: 1875 + - uid: 56 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,2.5 + pos: -13.5,3.5 parent: 2 -- proto: SurveillanceCameraRouterCommand - entities: - - uid: 1977 + - uid: 57 components: - type: Transform - pos: -9.5,14.5 + pos: -14.5,-0.5 parent: 2 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 1979 + - uid: 59 components: - type: Transform - pos: -13.5,14.5 + pos: -13.5,-0.5 parent: 2 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 1976 + - uid: 62 components: - type: Transform - pos: -7.5,14.5 + pos: -10.5,2.5 parent: 2 -- proto: SurveillanceCameraRouterHandheld - entities: - - uid: 1887 + - uid: 63 components: - type: Transform - pos: -9.5,15.5 + pos: -10.5,1.5 parent: 2 -- proto: SurveillanceCameraRouterMedical - entities: - - uid: 1978 + - uid: 64 components: - type: Transform - pos: -11.5,14.5 + pos: -17.5,-1.5 parent: 2 -- proto: SurveillanceCameraRouterSecurity - entities: - - uid: 1894 + - uid: 65 components: - type: Transform - pos: -7.5,15.5 + pos: -10.5,-5.5 parent: 2 -- proto: SurveillanceCameraSecurity - entities: - - uid: 1876 + - uid: 66 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-8.5 + pos: -9.5,-5.5 parent: 2 - - uid: 1877 + - uid: 67 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-8.5 + pos: -8.5,-5.5 parent: 2 - - uid: 1879 + - uid: 68 components: - type: Transform - pos: -1.5,-11.5 + pos: -6.5,-5.5 parent: 2 - - uid: 1888 + - uid: 69 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-14.5 + pos: -7.5,-5.5 parent: 2 - - uid: 1889 + - uid: 70 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-18.5 + pos: -2.5,-5.5 parent: 2 - - uid: 1890 + - uid: 71 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-11.5 + pos: 19.5,0.5 parent: 2 - - uid: 1891 + - uid: 72 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,0.5 + pos: 19.5,-3.5 parent: 2 - - uid: 1892 + - uid: 73 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,10.5 + pos: 7.5,1.5 parent: 2 - - uid: 1893 + - uid: 74 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-5.5 + pos: 8.5,1.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: 9.5,1.5 parent: 2 - - uid: 1895 + - uid: 76 components: - type: Transform - pos: 9.5,2.5 + pos: 10.5,1.5 parent: 2 - - uid: 1896 + - uid: 77 components: - type: Transform - pos: 19.5,1.5 + pos: 12.5,1.5 parent: 2 - - uid: 3158 + - uid: 78 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-16.5 + pos: 16.5,2.5 parent: 2 - - uid: 3160 + - uid: 79 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,19.5 + pos: 11.5,1.5 parent: 2 - - uid: 3161 + - uid: 80 components: - type: Transform - pos: 1.5,36.5 + pos: 18.5,0.5 parent: 2 - - uid: 3162 + - uid: 81 components: - type: Transform - pos: -9.5,39.5 + pos: 16.5,3.5 parent: 2 - - uid: 3163 + - uid: 83 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,32.5 + pos: 16.5,1.5 parent: 2 - - uid: 3164 + - uid: 84 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,20.5 + pos: 17.5,1.5 parent: 2 - - uid: 3274 + - uid: 85 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-23.5 + pos: 17.5,0.5 parent: 2 -- proto: SyringeBicaridine - entities: - - uid: 1248 + - uid: 86 components: - type: Transform - pos: -6.4325695,1.055198 + pos: 18.5,-3.5 parent: 2 -- proto: SyringeEphedrine - entities: - - uid: 779 + - uid: 88 components: - type: Transform - pos: -8.397832,-3.4156141 + pos: 17.5,-3.5 parent: 2 -- proto: Table - entities: - - uid: 3016 + - uid: 89 components: - type: Transform - pos: 0.5,32.5 + pos: 17.5,-4.5 parent: 2 - - uid: 3017 + - uid: 91 components: - type: Transform - pos: 0.5,30.5 + pos: 16.5,-4.5 parent: 2 - - uid: 3018 + - uid: 92 components: - type: Transform - pos: 0.5,31.5 + pos: -12.5,12.5 parent: 2 -- proto: TableCarpet - entities: - - uid: 2271 + - uid: 93 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,33.5 + pos: 15.5,-4.5 parent: 2 - - uid: 2484 + - uid: 94 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,26.5 + pos: 14.5,-4.5 parent: 2 - - uid: 2497 + - uid: 95 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,31.5 + pos: 13.5,-4.5 parent: 2 - - uid: 3195 + - uid: 96 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,19.5 + pos: 19.5,-1.5 parent: 2 -- proto: TableFancyGreen - entities: - - uid: 2989 + - uid: 97 components: - type: Transform - pos: -9.5,30.5 + pos: 14.5,3.5 parent: 2 - - uid: 2990 + - uid: 98 components: - type: Transform - pos: -10.5,30.5 + rot: -1.5707963267948966 rad + pos: -5.5,0.5 parent: 2 - - uid: 2991 + - uid: 99 components: - type: Transform - pos: -8.5,28.5 + pos: -5.5,8.5 parent: 2 - - uid: 2992 + - uid: 100 components: - type: Transform - pos: -8.5,27.5 + pos: -5.5,13.5 parent: 2 - - uid: 2993 + - uid: 101 components: - type: Transform - pos: -8.5,26.5 + pos: -5.5,14.5 parent: 2 - - uid: 2994 + - uid: 102 components: - type: Transform - pos: -8.5,29.5 + pos: -5.5,12.5 parent: 2 - - uid: 2995 + - uid: 103 components: - type: Transform - pos: -8.5,30.5 + pos: -4.5,14.5 parent: 2 - - uid: 2996 + - uid: 106 components: - type: Transform - pos: -10.5,29.5 + pos: -3.5,14.5 parent: 2 - - uid: 2997 + - uid: 108 components: - type: Transform - pos: -10.5,28.5 + pos: 1.5,14.5 parent: 2 - - uid: 2998 + - uid: 109 components: - type: Transform - pos: -10.5,27.5 + pos: 2.5,14.5 parent: 2 - - uid: 2999 + - uid: 110 components: - type: Transform - pos: -10.5,26.5 + pos: 0.5,14.5 parent: 2 - - uid: 3000 + - uid: 111 components: - type: Transform - pos: -9.5,26.5 + pos: 2.5,13.5 parent: 2 - - uid: 3186 + - uid: 116 components: - type: Transform - pos: -15.5,20.5 + pos: 2.5,7.5 parent: 2 -- proto: TableGlass - entities: - - uid: 286 + - uid: 118 components: - type: Transform - pos: -16.5,-4.5 + pos: -5.5,1.5 parent: 2 - - uid: 520 + - uid: 121 components: - type: Transform - pos: -15.5,-4.5 + pos: -7.5,8.5 parent: 2 - - uid: 947 + - uid: 123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-3.5 + pos: -8.5,8.5 parent: 2 - - uid: 1153 + - uid: 125 components: - type: Transform - pos: -6.5,2.5 + pos: -13.5,8.5 parent: 2 - - uid: 1154 + - uid: 126 components: - type: Transform - pos: -7.5,2.5 + pos: -14.5,8.5 parent: 2 - - uid: 1155 + - uid: 127 components: - type: Transform - pos: -6.5,0.5 + pos: -12.5,8.5 parent: 2 - - uid: 1177 + - uid: 128 components: - type: Transform - pos: -6.5,1.5 + pos: -15.5,8.5 parent: 2 - - uid: 2420 + - uid: 130 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,29.5 + pos: -15.5,6.5 parent: 2 - - uid: 2490 + - uid: 131 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,28.5 + pos: -15.5,4.5 parent: 2 - - uid: 2518 + - uid: 132 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,27.5 + pos: -15.5,-0.5 parent: 2 -- proto: TableReinforced - entities: - - uid: 456 + - uid: 133 components: - type: Transform - pos: -16.5,8.5 + pos: -15.5,3.5 parent: 2 - - uid: 684 + - uid: 134 components: - type: Transform - pos: -11.5,-4.5 + pos: -14.5,3.5 parent: 2 - - uid: 695 + - uid: 138 components: - type: Transform - pos: -10.5,-4.5 + rot: 1.5707963267948966 rad + pos: -20.5,24.5 parent: 2 - - uid: 1316 + - uid: 140 components: - type: Transform - pos: -16.5,9.5 + rot: 1.5707963267948966 rad + pos: -19.5,24.5 parent: 2 - - uid: 1454 + - uid: 141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,4.5 + pos: -11.5,-0.5 parent: 2 - - uid: 1455 + - uid: 142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,4.5 + pos: -10.5,0.5 parent: 2 - - uid: 1456 + - uid: 145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,4.5 + pos: -2.5,-6.5 parent: 2 - - uid: 3212 + - uid: 146 components: - type: Transform - pos: -12.5,36.5 + pos: -1.5,-6.5 parent: 2 - - uid: 3213 + - uid: 147 components: - type: Transform - pos: -6.5,36.5 + pos: -1.5,-7.5 parent: 2 -- proto: TableWood - entities: - - uid: 1246 + - uid: 149 components: - type: Transform - pos: -10.5,33.5 + pos: -6.5,12.5 parent: 2 - - uid: 1311 + - uid: 150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,5.5 + pos: -8.5,12.5 parent: 2 - - uid: 1312 + - uid: 151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 + pos: -2.5,-7.5 parent: 2 - - uid: 1313 + - uid: 152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,4.5 + pos: -10.5,-0.5 parent: 2 - - uid: 1314 + - uid: 153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,4.5 + rot: -1.5707963267948966 rad + pos: -11.5,12.5 parent: 2 - - uid: 1315 + - uid: 155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,3.5 + pos: 2.5,-6.5 parent: 2 - - uid: 2064 + - uid: 156 components: - type: Transform - pos: -8.5,33.5 + pos: 2.5,-7.5 parent: 2 - - uid: 2481 + - uid: 157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,31.5 + pos: 3.5,-6.5 parent: 2 - - uid: 2483 + - uid: 158 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,27.5 + pos: 3.5,-7.5 parent: 2 - - uid: 2485 + - uid: 159 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,26.5 + pos: -13.5,12.5 parent: 2 - - uid: 2488 + - uid: 160 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,31.5 + pos: -14.5,12.5 parent: 2 - - uid: 2495 + - uid: 161 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,26.5 + pos: -15.5,12.5 parent: 2 - - uid: 2523 + - uid: 168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,30.5 + pos: -2.5,-11.5 parent: 2 - - uid: 3010 + - uid: 169 components: - type: Transform - pos: 0.5,34.5 + rot: 3.141592653589793 rad + pos: -2.5,-12.5 parent: 2 - - uid: 3011 + - uid: 172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,33.5 + pos: 3.5,-11.5 parent: 2 - - uid: 3196 + - uid: 173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,19.5 + pos: 3.5,-12.5 parent: 2 - - uid: 3197 + - uid: 175 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,20.5 + pos: -17.5,-2.5 parent: 2 - - uid: 3263 + - uid: 176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,24.5 + pos: -6.5,-20.5 parent: 2 -- proto: TechnologyDiskRare - entities: - - uid: 3311 + - uid: 177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.460411,-7.461219 + pos: -4.5,-19.5 parent: 2 -- proto: TelecomServerFilled - entities: - - uid: 412 + - uid: 178 components: - type: Transform - pos: -13.5,15.5 + pos: -7.5,-19.5 parent: 2 -- proto: Telecrystal1 - entities: - - uid: 3218 + - uid: 180 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.293525,19.848444 + pos: -6.5,-18.5 parent: 2 -- proto: TelescopicShield - entities: - - uid: 1667 + - uid: 182 components: - type: Transform - pos: 2.5,-18.5 + pos: 4.5,-6.5 parent: 2 - - uid: 1668 + - uid: 183 components: - type: Transform - pos: 2.5,-18.5 + pos: 5.5,-6.5 parent: 2 - - uid: 1669 + - uid: 184 components: - type: Transform - pos: 2.5,-18.5 + pos: -23.5,20.5 parent: 2 - - uid: 1670 + - uid: 185 components: - type: Transform - pos: 2.5,-18.5 + pos: 6.5,-6.5 parent: 2 - - uid: 1671 + - uid: 186 components: - type: Transform - pos: 2.5,-18.5 + pos: 12.5,-9.5 parent: 2 - - uid: 1672 + - uid: 187 components: - type: Transform - pos: 2.5,-18.5 + pos: 7.5,-6.5 parent: 2 - - uid: 1673 + - uid: 189 components: - type: Transform - pos: 2.5,-18.5 + pos: 7.5,-7.5 parent: 2 - - uid: 1674 + - uid: 191 components: - type: Transform - pos: 2.5,-18.5 + pos: 9.5,-6.5 parent: 2 -- proto: ToyFigurineAtmosTech - entities: - - uid: 3294 + - uid: 193 components: - - type: MetaData - desc: Фигурка, изображающая CallMeOwO, держащего в руках незажженный сварочный аппарат. - name: фигурка CallMeOwO - type: Transform - pos: -4.703719,31.21645 + pos: 10.5,-6.5 parent: 2 -- proto: ToyFigurineBoxer - entities: - - uid: 2253 + - uid: 194 components: - type: Transform - pos: 2.634953,11.473322 + pos: 8.5,-6.5 parent: 2 -- proto: ToyFigurineCaptain - entities: - - uid: 2421 + - uid: 196 components: - - type: MetaData - desc: Классическая фигурка, одетая в форму капитана по стандартам NanoTrasen! Лицо данной фигурки напоминает лицо капитана под кличкой "Сметана". Идут слухи что этот капитан оплатил факс для данного типа станций - name: фигурка капитана "Сметана" - type: Transform - pos: -5.0072765,-14.27198 + pos: 11.5,-6.5 parent: 2 -- proto: ToyFigurineDetective - entities: - - uid: 1986 + - uid: 197 components: - - type: MetaData - desc: Фигурка, изображающая детектива в его знаковом плаще. На подставке есть гравировка "Валерий Парашутов" - name: фигурка детектива Парашута - type: Transform - pos: 0.68421316,20.774685 + pos: 11.5,-7.5 parent: 2 -- proto: ToyFigurineHeadOfPersonnel - entities: - - uid: 3302 + - uid: 198 components: - - type: MetaData - desc: Фигурка, изображающая прославленного Geterohromia, как обычно, отсутствующего в своём кабинете. - name: фигурка Geterohromia - type: Transform - pos: -4.2834625,32.1995 + pos: 11.5,-11.5 parent: 2 -- proto: ToyFigurineMedicalDoctor - entities: - - uid: 3299 + - uid: 200 components: - - type: MetaData - name: фигурка W1mHack - type: Transform - pos: -4.266219,30.200825 + pos: 10.5,-12.5 parent: 2 -- proto: ToyIan - entities: - - uid: 3300 + - uid: 201 components: - - type: MetaData - name: игрушечный Hatiko - type: Transform - pos: -4.625594,29.0602 + pos: 11.5,-12.5 parent: 2 -- proto: ToySpawner - entities: - - uid: 3282 + - uid: 202 components: - type: Transform - pos: -12.5,39.5 + pos: 9.5,-12.5 parent: 2 - - uid: 3283 + - uid: 204 components: - type: Transform - pos: -2.5,34.5 + pos: 8.5,-12.5 parent: 2 - - uid: 3284 + - uid: 205 components: - type: Transform - pos: -5.5,24.5 + pos: 7.5,-11.5 parent: 2 - - uid: 3285 + - uid: 206 components: - type: Transform - pos: -11.5,29.5 + pos: 7.5,-12.5 parent: 2 - - uid: 3286 + - uid: 208 components: - type: Transform - pos: -7.5,27.5 + pos: 6.5,-12.5 parent: 2 -- proto: TripleGlassAirlock - entities: - - uid: 1727 + - uid: 211 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,6.5 + pos: 5.5,-12.5 parent: 2 - - uid: 1728 + - uid: 213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,10.5 + pos: 4.5,-12.5 parent: 2 - - uid: 1729 + - uid: 214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 + pos: 12.5,-6.5 parent: 2 -- proto: Truncheon - entities: - - uid: 1683 + - uid: 215 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: 12.5,-8.5 parent: 2 - - uid: 1708 + - uid: 216 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: 12.5,-7.5 parent: 2 - - uid: 1709 + - uid: 219 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: 7.5,-5.5 parent: 2 - - uid: 1710 + - uid: 220 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: 8.5,-5.5 parent: 2 - - uid: 1711 + - uid: 221 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: 10.5,-5.5 parent: 2 - - uid: 1712 + - uid: 223 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: 9.5,-5.5 parent: 2 - - uid: 1713 + - uid: 224 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: -24.5,23.5 parent: 2 - - uid: 1714 + - uid: 227 components: - type: Transform - pos: 2.4986079,-18.53522 + pos: 12.5,-10.5 parent: 2 -- proto: TurboItemRecharger - entities: - - uid: 3156 + - uid: 228 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,36.5 + pos: 12.5,-11.5 parent: 2 - - uid: 3272 + - uid: 229 components: - type: Transform - pos: -9.5,7.5 + pos: 12.5,-12.5 parent: 2 -- proto: VendingMachineAmmo - entities: - - uid: 3001 + - uid: 242 components: - type: Transform - pos: -1.5,-11.5 - parent: 2 -- proto: VendingMachineBooze - entities: - - uid: 3015 + pos: 12.5,-13.5 + parent: 2 + - uid: 247 components: - type: Transform - pos: 0.5,29.5 + pos: 3.5,-13.5 parent: 2 -- proto: VendingMachineCentDrobe - entities: - - uid: 3203 + - uid: 248 components: - type: Transform - pos: -14.5,24.5 + pos: -2.5,-13.5 parent: 2 -- proto: VendingMachineChemicals - entities: - - uid: 1152 + - uid: 250 components: - type: Transform - pos: -9.5,0.5 + pos: -2.5,-14.5 parent: 2 -- proto: VendingMachineCigs - entities: - - uid: 2009 + - uid: 252 components: - type: Transform - pos: -4.5,2.5 + pos: 3.5,-14.5 parent: 2 - - uid: 3028 + - uid: 259 components: - type: Transform - pos: 0.5,27.5 + pos: 3.5,-20.5 parent: 2 -- proto: VendingMachineCoffee - entities: - - uid: 2018 + - uid: 260 components: - type: Transform - pos: -4.5,1.5 + pos: 3.5,-21.5 parent: 2 - - uid: 3029 + - uid: 261 components: - type: Transform - pos: 0.5,24.5 + pos: 2.5,-21.5 parent: 2 -- proto: VendingMachineEngivend - entities: - - uid: 138 + - uid: 262 components: - type: Transform - pos: -16.5,13.5 + pos: 2.5,-20.5 parent: 2 -- proto: VendingMachineGames - entities: - - uid: 3268 + - uid: 263 components: - type: Transform - pos: -14.5,25.5 + pos: -1.5,-20.5 parent: 2 -- proto: VendingMachineMedical - entities: - - uid: 694 + - uid: 264 components: - type: Transform - pos: -12.5,-4.5 + pos: -1.5,-21.5 parent: 2 - - uid: 934 + - uid: 265 components: - type: Transform - pos: -8.5,-4.5 + pos: -2.5,-20.5 parent: 2 -- proto: VendingMachineSec - entities: - - uid: 287 + - uid: 266 components: - type: Transform - pos: 2.5,-11.5 + pos: -2.5,-21.5 parent: 2 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 1970 + - uid: 268 components: - type: Transform - pos: 14.5,2.5 + pos: -2.5,-19.5 parent: 2 - - uid: 1971 + - uid: 270 components: - type: Transform - pos: 18.5,-1.5 + pos: -2.5,-18.5 parent: 2 - - uid: 3125 + - uid: 271 components: - type: Transform - pos: -2.5,16.5 + pos: -0.5,-21.5 parent: 2 -- proto: VendingMachineYouTool - entities: - - uid: 1310 + - uid: 272 components: - type: Transform - pos: -17.5,13.5 + pos: 0.5,-21.5 parent: 2 -- proto: WallPlastitaniumIndestructible - entities: - - uid: 326 + - uid: 273 components: - type: Transform - pos: -4.5,-13.5 + pos: 1.5,-21.5 parent: 2 - - uid: 383 + - uid: 274 components: - type: Transform - pos: -3.5,-16.5 + pos: 3.5,-19.5 parent: 2 - - uid: 384 + - uid: 276 components: - type: Transform - pos: -3.5,-15.5 + pos: 3.5,-18.5 parent: 2 - - uid: 385 + - uid: 282 components: - type: Transform - pos: -3.5,-14.5 + pos: 0.5,18.5 parent: 2 - - uid: 386 + - uid: 283 components: - type: Transform - pos: -3.5,-13.5 + pos: 3.5,8.5 parent: 2 - - uid: 388 + - uid: 293 components: - type: Transform - pos: -5.5,-13.5 + pos: -9.5,12.5 parent: 2 - - uid: 389 + - uid: 298 components: - type: Transform - pos: -6.5,-13.5 + rot: 1.5707963267948966 rad + pos: -40.5,10.5 parent: 2 - - uid: 1503 + - uid: 305 components: - type: Transform - pos: -4.5,-16.5 + pos: -29.5,16.5 parent: 2 - - uid: 1504 + - uid: 306 components: - type: Transform - pos: -6.5,-16.5 + pos: -29.5,17.5 parent: 2 - - uid: 1505 + - uid: 307 components: - type: Transform - pos: -5.5,-16.5 + pos: -6.5,-7.5 parent: 2 - - uid: 1506 + - uid: 308 components: - type: Transform - pos: -6.5,-15.5 + pos: -29.5,18.5 parent: 2 - - uid: 1507 + - uid: 309 components: - type: Transform - pos: -6.5,-14.5 + pos: -10.5,-7.5 parent: 2 -- proto: WallReinforcedDiagonal - entities: - - uid: 1167 + - uid: 310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,13.5 + pos: -11.5,-7.5 parent: 2 - - uid: 1169 + - uid: 311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,7.5 + pos: -10.5,-6.5 parent: 2 - - uid: 1192 + - uid: 312 components: - type: Transform - pos: -22.5,7.5 + pos: -11.5,-6.5 parent: 2 - - uid: 1651 + - uid: 314 components: - type: Transform - pos: 2.5,8.5 + pos: -10.5,-11.5 parent: 2 - - uid: 1980 + - uid: 315 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,17.5 + pos: -10.5,-12.5 parent: 2 - - uid: 1981 + - uid: 316 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,17.5 + rot: 3.141592653589793 rad + pos: -9.5,-12.5 parent: 2 - - uid: 2086 + - uid: 317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,12.5 + rot: 3.141592653589793 rad + pos: -8.5,-12.5 parent: 2 -- proto: WallRiveted - entities: - - uid: 3 + - uid: 318 components: - type: Transform - pos: 8.5,-4.5 + rot: 3.141592653589793 rad + pos: -7.5,-12.5 parent: 2 - - uid: 5 + - uid: 319 components: - type: Transform - pos: -5.5,-5.5 + rot: 3.141592653589793 rad + pos: -6.5,-12.5 parent: 2 - - uid: 7 + - uid: 320 components: - type: Transform - pos: -5.5,-4.5 + rot: 3.141592653589793 rad + pos: -5.5,-12.5 parent: 2 - - uid: 9 + - uid: 321 components: - type: Transform - pos: -6.5,3.5 + rot: 3.141592653589793 rad + pos: -3.5,-12.5 parent: 2 - - uid: 10 + - uid: 322 components: - type: Transform - pos: -10.5,3.5 + rot: 3.141592653589793 rad + pos: -4.5,-12.5 parent: 2 - - uid: 11 + - uid: 326 components: - type: Transform - pos: -7.5,3.5 + rot: 3.141592653589793 rad + pos: -16.5,-10.5 parent: 2 - - uid: 12 + - uid: 327 components: - type: Transform - pos: -9.5,3.5 + pos: -11.5,-11.5 parent: 2 - - uid: 13 + - uid: 328 components: - type: Transform - pos: -8.5,3.5 + pos: -11.5,-10.5 parent: 2 - - uid: 14 + - uid: 329 components: - type: Transform - pos: -5.5,2.5 + pos: -11.5,-8.5 parent: 2 - - uid: 15 + - uid: 330 components: - type: Transform - pos: -5.5,3.5 + pos: -11.5,-9.5 parent: 2 - - uid: 16 + - uid: 332 components: - type: Transform - pos: -5.5,4.5 + pos: -9.5,-6.5 parent: 2 - - uid: 17 + - uid: 333 components: - type: Transform - pos: -5.5,5.5 + pos: -8.5,-6.5 parent: 2 - - uid: 18 + - uid: 334 components: - type: Transform - pos: -5.5,6.5 + pos: -6.5,-6.5 parent: 2 - - uid: 19 + - uid: 335 components: - type: Transform - pos: -4.5,6.5 + pos: -7.5,-6.5 parent: 2 - - uid: 20 + - uid: 336 components: - type: Transform - pos: -3.5,6.5 + pos: -5.5,-6.5 parent: 2 - - uid: 22 + - uid: 337 components: - type: Transform - pos: -6.5,8.5 + pos: -4.5,-6.5 parent: 2 - - uid: 23 + - uid: 338 components: - type: Transform - pos: -5.5,7.5 + pos: -3.5,-6.5 parent: 2 - - uid: 24 + - uid: 341 components: - type: Transform - pos: 0.5,6.5 + pos: -26.5,12.5 parent: 2 - - uid: 25 + - uid: 343 components: - type: Transform - pos: 1.5,6.5 + rot: -1.5707963267948966 rad + pos: 6.5,0.5 parent: 2 - - uid: 26 + - uid: 344 components: - type: Transform - pos: 2.5,6.5 + pos: 13.5,-5.5 parent: 2 - - uid: 27 + - uid: 345 components: - type: Transform - pos: 3.5,6.5 + pos: 13.5,-6.5 parent: 2 - - uid: 33 + - uid: 346 components: - type: Transform - pos: 6.5,3.5 + pos: 13.5,-8.5 parent: 2 - - uid: 34 + - uid: 347 components: - type: Transform - pos: 6.5,2.5 + pos: 13.5,-9.5 parent: 2 - - uid: 35 + - uid: 348 components: - type: Transform - pos: 6.5,1.5 + pos: 13.5,-7.5 parent: 2 - - uid: 36 + - uid: 349 components: - type: Transform - pos: 7.5,-4.5 + pos: 13.5,-10.5 parent: 2 - - uid: 37 + - uid: 350 components: - type: Transform - pos: 9.5,-4.5 + pos: 13.5,-11.5 parent: 2 - - uid: 38 + - uid: 351 components: - type: Transform - pos: 11.5,-4.5 + pos: 13.5,-12.5 parent: 2 - - uid: 39 + - uid: 352 components: - type: Transform - pos: 10.5,-4.5 + pos: 13.5,-13.5 parent: 2 - - uid: 40 + - uid: 353 components: - type: Transform - pos: 12.5,-4.5 + pos: 11.5,-13.5 parent: 2 - - uid: 41 + - uid: 354 components: - type: Transform - pos: 6.5,-4.5 + pos: 10.5,-13.5 parent: 2 - - uid: 42 + - uid: 355 components: - type: Transform - pos: 6.5,-5.5 + pos: 9.5,-13.5 parent: 2 - - uid: 43 + - uid: 356 components: - type: Transform - pos: 5.5,-5.5 + pos: 8.5,-13.5 parent: 2 - - uid: 44 + - uid: 357 components: - type: Transform - pos: 4.5,-5.5 + pos: 7.5,-13.5 parent: 2 - - uid: 45 + - uid: 358 components: - type: Transform - pos: -7.5,12.5 + pos: 6.5,-13.5 parent: 2 - - uid: 46 + - uid: 359 components: - type: Transform - pos: 3.5,-5.5 + pos: 5.5,-13.5 parent: 2 - - uid: 47 + - uid: 360 components: - type: Transform - pos: -12.5,-5.5 + pos: 4.5,-13.5 parent: 2 - - uid: 48 + - uid: 365 components: - type: Transform - pos: -13.5,-5.5 + pos: 4.5,-19.5 parent: 2 - - uid: 49 + - uid: 367 components: - type: Transform - pos: 12.5,2.5 + pos: 4.5,-20.5 parent: 2 - - uid: 50 + - uid: 368 components: - type: Transform - pos: 12.5,3.5 + pos: 4.5,-21.5 parent: 2 - - uid: 51 + - uid: 369 components: - type: Transform - pos: -3.5,-5.5 + pos: 4.5,-22.5 parent: 2 - - uid: 52 + - uid: 370 components: - type: Transform - pos: -4.5,-5.5 + pos: 3.5,-22.5 parent: 2 - - uid: 53 + - uid: 371 components: - type: Transform - pos: -11.5,-5.5 + pos: 2.5,-22.5 parent: 2 - - uid: 54 + - uid: 372 components: - type: Transform - pos: -11.5,3.5 + pos: 1.5,-22.5 parent: 2 - - uid: 55 + - uid: 373 components: - type: Transform - pos: -12.5,3.5 + pos: -0.5,-22.5 parent: 2 - - uid: 56 + - uid: 374 components: - type: Transform - pos: -13.5,3.5 + pos: 0.5,-22.5 parent: 2 - - uid: 57 + - uid: 375 components: - type: Transform - pos: -14.5,-0.5 + pos: -1.5,-22.5 parent: 2 - - uid: 59 + - uid: 376 components: - type: Transform - pos: -13.5,-0.5 + pos: -2.5,-22.5 parent: 2 - - uid: 62 + - uid: 377 components: - type: Transform - pos: -10.5,2.5 + pos: -3.5,-22.5 parent: 2 - - uid: 63 + - uid: 378 components: - type: Transform - pos: -10.5,1.5 + pos: -3.5,-21.5 parent: 2 - - uid: 64 + - uid: 379 components: - type: Transform - pos: -17.5,-1.5 + pos: -3.5,-20.5 parent: 2 - - uid: 65 + - uid: 391 components: - type: Transform - pos: -10.5,-5.5 + pos: -9.5,-13.5 parent: 2 - - uid: 66 + - uid: 392 components: - type: Transform - pos: -9.5,-5.5 + pos: -10.5,-13.5 parent: 2 - - uid: 67 + - uid: 394 components: - type: Transform - pos: -8.5,-5.5 + pos: -8.5,-13.5 parent: 2 - - uid: 68 + - uid: 395 components: - type: Transform - pos: -6.5,-5.5 + pos: -12.5,-13.5 parent: 2 - - uid: 69 + - uid: 398 components: - type: Transform - pos: -7.5,-5.5 + pos: -12.5,-12.5 parent: 2 - - uid: 70 + - uid: 399 components: - type: Transform - pos: -2.5,-5.5 + pos: -12.5,-11.5 parent: 2 - - uid: 71 + - uid: 400 components: - type: Transform - pos: 19.5,0.5 + pos: -12.5,-10.5 parent: 2 - - uid: 72 + - uid: 401 components: - type: Transform - pos: 19.5,-3.5 + pos: -12.5,-9.5 parent: 2 - - uid: 73 + - uid: 402 components: - type: Transform - pos: 7.5,1.5 + pos: -12.5,-8.5 parent: 2 - - uid: 74 + - uid: 403 components: - type: Transform - pos: 8.5,1.5 + pos: -12.5,-7.5 parent: 2 - - uid: 75 + - uid: 423 components: - type: Transform - pos: 9.5,1.5 + rot: 1.5707963267948966 rad + pos: -36.5,12.5 parent: 2 - - uid: 76 + - uid: 424 components: - type: Transform - pos: 10.5,1.5 + rot: 1.5707963267948966 rad + pos: -37.5,12.5 parent: 2 - - uid: 77 + - uid: 429 components: - type: Transform - pos: 12.5,1.5 + pos: -17.5,-3.5 parent: 2 - - uid: 78 + - uid: 430 components: - type: Transform - pos: 16.5,2.5 + pos: -17.5,-4.5 parent: 2 - - uid: 79 + - uid: 431 components: - type: Transform - pos: 11.5,1.5 + pos: -17.5,-5.5 parent: 2 - - uid: 80 + - uid: 432 components: - type: Transform - pos: 18.5,0.5 + pos: -16.5,-5.5 parent: 2 - - uid: 81 + - uid: 433 components: - type: Transform - pos: 16.5,3.5 + pos: -14.5,-5.5 parent: 2 - - uid: 83 + - uid: 434 components: - type: Transform - pos: 16.5,1.5 + pos: -15.5,-5.5 parent: 2 - - uid: 84 + - uid: 447 components: - type: Transform - pos: 17.5,1.5 + rot: -1.5707963267948966 rad + pos: 6.5,-3.5 parent: 2 - - uid: 85 + - uid: 451 components: - type: Transform - pos: 17.5,0.5 + pos: -16.5,3.5 parent: 2 - - uid: 86 + - uid: 458 components: - type: Transform - pos: 18.5,-3.5 + rot: -1.5707963267948966 rad + pos: -5.5,15.5 parent: 2 - - uid: 88 + - uid: 459 components: - type: Transform - pos: 17.5,-3.5 + rot: -1.5707963267948966 rad + pos: -5.5,16.5 parent: 2 - - uid: 89 + - uid: 460 components: - type: Transform - pos: 17.5,-4.5 + rot: -1.5707963267948966 rad + pos: -5.5,17.5 parent: 2 - - uid: 91 + - uid: 462 components: - type: Transform - pos: 16.5,-4.5 + rot: -1.5707963267948966 rad + pos: -6.5,17.5 parent: 2 - - uid: 92 + - uid: 463 components: - type: Transform - pos: -12.5,12.5 + rot: -1.5707963267948966 rad + pos: -7.5,17.5 parent: 2 - - uid: 93 + - uid: 464 components: - type: Transform - pos: 15.5,-4.5 + rot: 1.5707963267948966 rad + pos: -20.5,1.5 parent: 2 - - uid: 94 + - uid: 465 components: - type: Transform - pos: 14.5,-4.5 + rot: 1.5707963267948966 rad + pos: -26.5,2.5 parent: 2 - - uid: 95 + - uid: 466 components: - type: Transform - pos: 13.5,-4.5 + rot: 1.5707963267948966 rad + pos: -26.5,1.5 parent: 2 - - uid: 96 + - uid: 467 components: - type: Transform - pos: 19.5,-1.5 + rot: 1.5707963267948966 rad + pos: -26.5,0.5 parent: 2 - - uid: 97 + - uid: 468 components: - type: Transform - pos: 14.5,3.5 + rot: 1.5707963267948966 rad + pos: -24.5,0.5 parent: 2 - - uid: 98 + - uid: 469 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,0.5 + pos: -13.5,17.5 parent: 2 - - uid: 99 + - uid: 470 components: - type: Transform - pos: -5.5,8.5 + rot: -1.5707963267948966 rad + pos: -14.5,17.5 parent: 2 - - uid: 100 + - uid: 471 components: - type: Transform - pos: -5.5,13.5 + rot: -1.5707963267948966 rad + pos: -15.5,17.5 parent: 2 - - uid: 101 + - uid: 472 components: - type: Transform - pos: -5.5,14.5 + rot: -1.5707963267948966 rad + pos: -15.5,16.5 parent: 2 - - uid: 102 + - uid: 473 components: - type: Transform - pos: -5.5,12.5 + rot: -1.5707963267948966 rad + pos: -15.5,15.5 parent: 2 - - uid: 103 + - uid: 474 components: - type: Transform - pos: -4.5,14.5 + rot: -1.5707963267948966 rad + pos: -15.5,13.5 parent: 2 - - uid: 106 + - uid: 475 components: - type: Transform - pos: -3.5,14.5 + rot: -1.5707963267948966 rad + pos: -15.5,14.5 parent: 2 - - uid: 108 + - uid: 476 components: - type: Transform - pos: 1.5,14.5 + rot: 1.5707963267948966 rad + pos: -15.5,7.5 parent: 2 - - uid: 109 + - uid: 480 components: - type: Transform - pos: 2.5,14.5 + pos: -16.5,-0.5 parent: 2 - - uid: 110 + - uid: 482 components: - type: Transform - pos: 0.5,14.5 + pos: -17.5,-0.5 parent: 2 - - uid: 111 + - uid: 484 components: - type: Transform - pos: 2.5,13.5 + pos: -17.5,2.5 parent: 2 - - uid: 116 + - uid: 485 components: - type: Transform - pos: 2.5,7.5 + pos: -17.5,0.5 parent: 2 - - uid: 118 + - uid: 489 components: - type: Transform - pos: -5.5,1.5 + pos: -16.5,16.5 parent: 2 - - uid: 121 + - uid: 491 components: - type: Transform - pos: -7.5,8.5 + pos: -16.5,17.5 parent: 2 - - uid: 122 + - uid: 502 components: - type: Transform - pos: -9.5,8.5 + pos: -17.5,3.5 parent: 2 - - uid: 123 + - uid: 506 components: - type: Transform - pos: -8.5,8.5 + pos: -13.5,-1.5 parent: 2 - - uid: 124 + - uid: 507 components: - type: Transform - pos: -11.5,8.5 + pos: -13.5,-2.5 parent: 2 - - uid: 125 + - uid: 508 components: - type: Transform - pos: -13.5,8.5 + pos: -13.5,-4.5 parent: 2 - - uid: 126 + - uid: 561 components: - type: Transform - pos: -14.5,8.5 + pos: -9.5,-0.5 parent: 2 - - uid: 127 + - uid: 571 components: - type: Transform - pos: -12.5,8.5 + rot: 1.5707963267948966 rad + pos: -28.5,1.5 parent: 2 - - uid: 128 + - uid: 604 components: - type: Transform - pos: -15.5,8.5 + rot: 1.5707963267948966 rad + pos: -37.5,7.5 parent: 2 - - uid: 129 + - uid: 669 components: - type: Transform - pos: -15.5,7.5 + rot: 1.5707963267948966 rad + pos: -35.5,8.5 parent: 2 - - uid: 130 + - uid: 685 components: - type: Transform - pos: -15.5,6.5 + pos: -23.5,22.5 parent: 2 - - uid: 131 + - uid: 686 components: - type: Transform - pos: -15.5,4.5 + rot: 1.5707963267948966 rad + pos: -32.5,8.5 parent: 2 - - uid: 132 + - uid: 687 components: - type: Transform - pos: -15.5,-0.5 + rot: 1.5707963267948966 rad + pos: -33.5,8.5 parent: 2 - - uid: 133 + - uid: 691 components: - type: Transform - pos: -15.5,3.5 + pos: -17.5,1.5 parent: 2 - - uid: 134 + - uid: 723 components: - type: Transform - pos: -14.5,3.5 + rot: 1.5707963267948966 rad + pos: -31.5,8.5 parent: 2 - - uid: 137 + - uid: 730 components: - type: Transform - pos: -16.5,15.5 + rot: 1.5707963267948966 rad + pos: -34.5,8.5 parent: 2 - - uid: 139 + - uid: 736 components: - type: Transform - pos: -16.5,14.5 + rot: 1.5707963267948966 rad + pos: -30.5,7.5 parent: 2 - - uid: 140 + - uid: 746 components: - type: Transform - pos: -16.5,7.5 + rot: 1.5707963267948966 rad + pos: -37.5,6.5 parent: 2 - - uid: 141 + - uid: 749 components: - type: Transform - pos: -11.5,-0.5 + rot: 1.5707963267948966 rad + pos: -29.5,1.5 parent: 2 - - uid: 142 + - uid: 784 components: - type: Transform - pos: -10.5,0.5 + rot: 1.5707963267948966 rad + pos: -29.5,8.5 parent: 2 - - uid: 145 + - uid: 785 components: - type: Transform - pos: -2.5,-6.5 + rot: 1.5707963267948966 rad + pos: -30.5,12.5 parent: 2 - - uid: 146 + - uid: 791 components: - type: Transform - pos: -1.5,-6.5 + rot: 1.5707963267948966 rad + pos: -28.5,8.5 parent: 2 - - uid: 147 + - uid: 974 components: - type: Transform - pos: -1.5,-7.5 + pos: -26.5,19.5 parent: 2 - - uid: 149 + - uid: 985 components: - type: Transform - pos: -6.5,12.5 + rot: 3.141592653589793 rad + pos: -17.5,-10.5 parent: 2 - - uid: 150 + - uid: 988 components: - type: Transform - pos: -8.5,12.5 + rot: 3.141592653589793 rad + pos: -17.5,-7.5 parent: 2 - - uid: 151 + - uid: 996 components: - type: Transform - pos: -2.5,-7.5 + pos: -12.5,-16.5 parent: 2 - - uid: 152 + - uid: 997 components: - type: Transform - pos: -10.5,-0.5 + pos: -12.5,-15.5 parent: 2 - - uid: 153 + - uid: 998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,12.5 + rot: 1.5707963267948966 rad + pos: -24.5,8.5 parent: 2 - - uid: 155 + - uid: 999 components: - type: Transform - pos: 2.5,-6.5 + rot: 1.5707963267948966 rad + pos: -26.5,8.5 parent: 2 - - uid: 156 + - uid: 1000 components: - type: Transform - pos: 2.5,-7.5 + pos: -12.5,-14.5 parent: 2 - - uid: 157 + - uid: 1001 components: - type: Transform - pos: 3.5,-6.5 + rot: 1.5707963267948966 rad + pos: -25.5,8.5 parent: 2 - - uid: 158 + - uid: 1002 components: - type: Transform - pos: 3.5,-7.5 + rot: -1.5707963267948966 rad + pos: -24.5,1.5 parent: 2 - - uid: 159 + - uid: 1003 components: - type: Transform - pos: -13.5,12.5 + rot: -1.5707963267948966 rad + pos: -25.5,1.5 parent: 2 - - uid: 160 + - uid: 1004 components: - type: Transform - pos: -14.5,12.5 + rot: 1.5707963267948966 rad + pos: -25.5,0.5 parent: 2 - - uid: 161 + - uid: 1005 components: - type: Transform - pos: -15.5,12.5 + rot: 1.5707963267948966 rad + pos: -26.5,6.5 parent: 2 - - uid: 163 + - uid: 1007 components: - type: Transform - pos: -15.5,11.5 + rot: 1.5707963267948966 rad + pos: -21.5,12.5 parent: 2 - - uid: 165 + - uid: 1011 components: - type: Transform - pos: -15.5,9.5 + rot: 1.5707963267948966 rad + pos: -20.5,25.5 parent: 2 - - uid: 167 + - uid: 1012 components: - type: Transform - pos: -1.5,-12.5 + rot: 1.5707963267948966 rad + pos: -21.5,25.5 parent: 2 - - uid: 168 + - uid: 1014 components: - type: Transform - pos: -2.5,-11.5 + pos: 12.5,-14.5 parent: 2 - - uid: 169 + - uid: 1015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-12.5 + rot: 1.5707963267948966 rad + pos: -16.5,12.5 parent: 2 - - uid: 171 + - uid: 1016 components: - type: Transform - pos: 2.5,-12.5 + pos: 12.5,-15.5 parent: 2 - - uid: 172 + - uid: 1017 components: - type: Transform - pos: 3.5,-11.5 + rot: 1.5707963267948966 rad + pos: -16.5,14.5 parent: 2 - - uid: 173 + - uid: 1018 components: - type: Transform - pos: 3.5,-12.5 + pos: 12.5,-20.5 parent: 2 - - uid: 175 + - uid: 1019 components: - type: Transform - pos: -17.5,-2.5 + pos: 13.5,-19.5 parent: 2 - - uid: 182 + - uid: 1021 components: - type: Transform - pos: 4.5,-6.5 + rot: 1.5707963267948966 rad + pos: -16.5,8.5 parent: 2 - - uid: 183 + - uid: 1022 components: - type: Transform - pos: 5.5,-6.5 + rot: 1.5707963267948966 rad + pos: -16.5,13.5 parent: 2 - - uid: 185 + - uid: 1023 components: - type: Transform - pos: 6.5,-6.5 + pos: 6.5,-19.5 parent: 2 - - uid: 186 + - uid: 1026 components: - type: Transform - pos: 12.5,-9.5 + pos: -11.5,-16.5 parent: 2 - - uid: 187 + - uid: 1031 components: - type: Transform - pos: 7.5,-6.5 + pos: -3.5,-13.5 parent: 2 - - uid: 189 + - uid: 1155 components: - type: Transform - pos: 7.5,-7.5 + pos: -11.5,-14.5 parent: 2 - - uid: 191 + - uid: 1167 components: - type: Transform - pos: 9.5,-6.5 + pos: -11.5,-15.5 parent: 2 - - uid: 193 + - uid: 1184 components: - type: Transform - pos: 10.5,-6.5 + rot: 1.5707963267948966 rad + pos: -27.5,12.5 parent: 2 - - uid: 194 + - uid: 1221 components: - type: Transform - pos: 8.5,-6.5 + pos: -22.5,19.5 parent: 2 - - uid: 196 + - uid: 1235 components: - type: Transform - pos: 11.5,-6.5 + pos: -27.5,20.5 parent: 2 - - uid: 197 + - uid: 1236 components: - type: Transform - pos: 11.5,-7.5 + pos: -25.5,20.5 parent: 2 - - uid: 198 + - uid: 1237 components: - type: Transform - pos: 11.5,-11.5 + pos: -26.5,20.5 parent: 2 - - uid: 200 + - uid: 1242 components: - type: Transform - pos: 10.5,-12.5 + pos: -15.5,-6.5 parent: 2 - - uid: 201 + - uid: 1243 components: - type: Transform - pos: 11.5,-12.5 + pos: -14.5,-6.5 parent: 2 - - uid: 202 + - uid: 1244 components: - type: Transform - pos: 9.5,-12.5 + pos: -16.5,-6.5 parent: 2 - - uid: 204 + - uid: 1249 components: - type: Transform - pos: 8.5,-12.5 + pos: -18.5,-5.5 parent: 2 - - uid: 205 + - uid: 1250 components: - type: Transform - pos: 7.5,-11.5 + pos: -18.5,-3.5 parent: 2 - - uid: 206 + - uid: 1251 components: - type: Transform - pos: 7.5,-12.5 + pos: -18.5,-2.5 parent: 2 - - uid: 208 + - uid: 1252 components: - type: Transform - pos: 6.5,-12.5 + pos: -18.5,-4.5 parent: 2 - - uid: 211 + - uid: 1253 components: - type: Transform - pos: 5.5,-12.5 + pos: -18.5,-1.5 parent: 2 - - uid: 213 + - uid: 1254 components: - type: Transform - pos: 4.5,-12.5 + pos: -18.5,0.5 parent: 2 - - uid: 214 + - uid: 1258 components: - type: Transform - pos: 12.5,-6.5 + pos: -18.5,-0.5 parent: 2 - - uid: 215 + - uid: 1267 components: - type: Transform - pos: 12.5,-8.5 + pos: -28.5,2.5 parent: 2 - - uid: 216 + - uid: 1284 components: - type: Transform - pos: 12.5,-7.5 + rot: 1.5707963267948966 rad + pos: -3.5,21.5 parent: 2 - - uid: 219 + - uid: 1289 components: - type: Transform - pos: 7.5,-5.5 + pos: -20.5,18.5 parent: 2 - - uid: 220 + - uid: 1342 components: - type: Transform - pos: 8.5,-5.5 + rot: 3.141592653589793 rad + pos: -2.5,14.5 parent: 2 - - uid: 221 + - uid: 1345 components: - type: Transform - pos: 10.5,-5.5 + pos: -24.5,16.5 parent: 2 - - uid: 222 + - uid: 1374 components: - type: Transform - pos: 11.5,-5.5 + rot: 1.5707963267948966 rad + pos: -30.5,1.5 parent: 2 - - uid: 223 + - uid: 1375 components: - type: Transform - pos: 9.5,-5.5 + rot: 1.5707963267948966 rad + pos: -31.5,1.5 parent: 2 - - uid: 227 + - uid: 1410 components: - type: Transform - pos: 12.5,-10.5 + rot: 1.5707963267948966 rad + pos: -27.5,1.5 parent: 2 - - uid: 228 + - uid: 1416 components: - type: Transform - pos: 12.5,-11.5 + rot: 1.5707963267948966 rad + pos: -37.5,5.5 parent: 2 - - uid: 229 + - uid: 1419 components: - type: Transform - pos: 12.5,-12.5 + pos: -10.5,18.5 parent: 2 - - uid: 239 + - uid: 1423 components: - type: Transform - pos: 12.5,-5.5 + pos: -9.5,18.5 parent: 2 - - uid: 242 + - uid: 1425 components: - type: Transform - pos: 12.5,-13.5 + pos: -4.5,16.5 parent: 2 - - uid: 247 + - uid: 1427 components: - type: Transform - pos: 3.5,-13.5 + pos: -4.5,15.5 parent: 2 - - uid: 248 + - uid: 1430 components: - type: Transform - pos: -2.5,-13.5 + pos: -16.5,18.5 parent: 2 - - uid: 250 + - uid: 1434 components: - type: Transform - pos: -2.5,-14.5 + pos: -14.5,18.5 parent: 2 - - uid: 251 + - uid: 1435 components: - type: Transform - pos: -2.5,-15.5 + pos: -3.5,17.5 parent: 2 - - uid: 252 + - uid: 1436 components: - type: Transform - pos: 3.5,-14.5 + pos: -13.5,18.5 parent: 2 - - uid: 253 + - uid: 1438 components: - type: Transform - pos: 3.5,-15.5 + pos: -3.5,15.5 parent: 2 - - uid: 255 + - uid: 1439 components: - type: Transform - pos: 3.5,-16.5 + pos: 1.5,16.5 parent: 2 - - uid: 256 + - uid: 1440 components: - type: Transform - pos: 2.5,-16.5 + pos: 1.5,15.5 parent: 2 - - uid: 257 + - uid: 1441 components: - type: Transform - pos: -1.5,-16.5 + rot: 1.5707963267948966 rad + pos: -37.5,4.5 parent: 2 - - uid: 258 + - uid: 1442 components: - type: Transform - pos: -2.5,-16.5 + pos: -3.5,16.5 parent: 2 - - uid: 259 + - uid: 1446 components: - type: Transform - pos: 3.5,-20.5 + pos: 1.5,17.5 parent: 2 - - uid: 260 + - uid: 1448 components: - type: Transform - pos: 3.5,-21.5 + pos: -4.5,17.5 parent: 2 - - uid: 261 + - uid: 1458 components: - type: Transform - pos: 2.5,-21.5 + rot: 1.5707963267948966 rad + pos: -15.5,5.5 parent: 2 - - uid: 262 + - uid: 1463 components: - type: Transform - pos: 2.5,-20.5 + pos: -8.5,18.5 parent: 2 - - uid: 263 + - uid: 1473 components: - type: Transform - pos: -1.5,-20.5 + rot: 3.141592653589793 rad + pos: -22.5,24.5 parent: 2 - - uid: 264 + - uid: 1474 components: - type: Transform - pos: -1.5,-21.5 + rot: 1.5707963267948966 rad + pos: -20.5,17.5 parent: 2 - - uid: 265 + - uid: 1475 components: - type: Transform - pos: -2.5,-20.5 + rot: 3.141592653589793 rad + pos: -17.5,-11.5 parent: 2 - - uid: 266 + - uid: 1477 components: - type: Transform - pos: -2.5,-21.5 + pos: -12.5,-17.5 parent: 2 - - uid: 268 + - uid: 1478 components: - type: Transform - pos: -2.5,-19.5 + rot: 1.5707963267948966 rad + pos: -25.5,12.5 parent: 2 - - uid: 269 + - uid: 1485 components: - type: Transform - pos: -2.5,-17.5 + rot: 3.141592653589793 rad + pos: -16.5,-7.5 parent: 2 - - uid: 270 + - uid: 1491 components: - type: Transform - pos: -2.5,-18.5 + pos: -3.5,-19.5 parent: 2 - - uid: 271 + - uid: 1492 components: - type: Transform - pos: -0.5,-21.5 + rot: 3.141592653589793 rad + pos: -17.5,-9.5 parent: 2 - - uid: 272 + - uid: 1494 components: - type: Transform - pos: 0.5,-21.5 + pos: -15.5,18.5 parent: 2 - - uid: 273 + - uid: 1496 components: - type: Transform - pos: 1.5,-21.5 + pos: -12.5,18.5 parent: 2 - - uid: 274 + - uid: 1497 components: - type: Transform - pos: 3.5,-19.5 + pos: -7.5,18.5 parent: 2 - - uid: 275 + - uid: 1498 components: - type: Transform - pos: 3.5,-17.5 + pos: -25.5,19.5 parent: 2 - - uid: 276 + - uid: 1499 components: - type: Transform - pos: 3.5,-18.5 + pos: -11.5,18.5 parent: 2 - - uid: 282 + - uid: 1500 components: - type: Transform - pos: 0.5,18.5 + rot: -1.5707963267948966 rad + pos: -23.5,1.5 parent: 2 - - uid: 283 + - uid: 1501 components: - type: Transform - pos: 3.5,8.5 + pos: -5.5,18.5 parent: 2 - - uid: 293 + - uid: 1502 components: - type: Transform - pos: -9.5,12.5 + pos: -4.5,18.5 parent: 2 - - uid: 307 + - uid: 1504 components: - type: Transform - pos: -6.5,-7.5 + pos: -11.5,-17.5 parent: 2 - - uid: 309 + - uid: 1505 components: - type: Transform - pos: -10.5,-7.5 + pos: 8.5,-19.5 parent: 2 - - uid: 310 + - uid: 1506 components: - type: Transform - pos: -11.5,-7.5 + pos: 8.5,-20.5 parent: 2 - - uid: 311 + - uid: 1507 components: - type: Transform - pos: -10.5,-6.5 + rot: 1.5707963267948966 rad + pos: -20.5,8.5 parent: 2 - - uid: 312 + - uid: 1509 components: - type: Transform - pos: -11.5,-6.5 + rot: 1.5707963267948966 rad + pos: -20.5,16.5 parent: 2 - - uid: 313 + - uid: 1514 components: - type: Transform - pos: -11.5,-12.5 + pos: 7.5,-20.5 parent: 2 - - uid: 314 + - uid: 1515 components: - type: Transform - pos: -10.5,-11.5 + pos: 6.5,-20.5 parent: 2 - - uid: 315 + - uid: 1516 components: - type: Transform - pos: -10.5,-12.5 + pos: 7.5,-19.5 parent: 2 - - uid: 316 + - uid: 1517 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-12.5 + pos: 5.5,-20.5 parent: 2 - - uid: 317 + - uid: 1519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-12.5 + pos: -3.5,18.5 parent: 2 - - uid: 318 + - uid: 1523 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-12.5 + pos: 11.5,-19.5 parent: 2 - - uid: 319 + - uid: 1524 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-12.5 + pos: 1.5,18.5 parent: 2 - - uid: 320 + - uid: 1525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-12.5 + pos: 5.5,-19.5 parent: 2 - - uid: 321 + - uid: 1527 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-12.5 + rot: 1.5707963267948966 rad + pos: -22.5,8.5 parent: 2 - - uid: 322 + - uid: 1529 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-12.5 + rot: 1.5707963267948966 rad + pos: -23.5,8.5 parent: 2 - - uid: 327 + - uid: 1530 components: - type: Transform - pos: -11.5,-11.5 + rot: 1.5707963267948966 rad + pos: -21.5,8.5 parent: 2 - - uid: 328 + - uid: 1531 components: - type: Transform - pos: -11.5,-10.5 + rot: 1.5707963267948966 rad + pos: -19.5,8.5 parent: 2 - - uid: 329 + - uid: 1532 components: - type: Transform - pos: -11.5,-8.5 + pos: -6.5,-14.5 parent: 2 - - uid: 330 + - uid: 1533 components: - type: Transform - pos: -11.5,-9.5 + rot: 1.5707963267948966 rad + pos: -17.5,8.5 parent: 2 - - uid: 331 + - uid: 1537 components: - type: Transform - pos: -6.5,-11.5 + pos: -4.5,-13.5 parent: 2 - - uid: 332 + - uid: 1539 components: - type: Transform - pos: -9.5,-6.5 + rot: 1.5707963267948966 rad + pos: -26.5,3.5 parent: 2 - - uid: 333 + - uid: 1543 components: - type: Transform - pos: -8.5,-6.5 + rot: 1.5707963267948966 rad + pos: -22.5,25.5 parent: 2 - - uid: 334 + - uid: 1544 components: - type: Transform - pos: -6.5,-6.5 + pos: 12.5,-19.5 parent: 2 - - uid: 335 + - uid: 1546 components: - type: Transform - pos: -7.5,-6.5 + pos: 10.5,-20.5 parent: 2 - - uid: 336 + - uid: 1548 components: - type: Transform - pos: -5.5,-6.5 + pos: -11.5,-19.5 parent: 2 - - uid: 337 + - uid: 1550 components: - type: Transform - pos: -4.5,-6.5 + rot: 1.5707963267948966 rad + pos: -23.5,25.5 parent: 2 - - uid: 338 + - uid: 1557 components: - type: Transform - pos: -3.5,-6.5 + pos: 9.5,-20.5 parent: 2 - - uid: 343 + - uid: 1558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 + pos: 10.5,-19.5 parent: 2 - - uid: 344 + - uid: 1560 components: - type: Transform - pos: 13.5,-5.5 + pos: -5.5,-13.5 parent: 2 - - uid: 345 + - uid: 1575 components: - type: Transform - pos: 13.5,-6.5 + pos: 12.5,-17.5 parent: 2 - - uid: 346 + - uid: 1592 components: - type: Transform - pos: 13.5,-8.5 + pos: -20.5,19.5 parent: 2 - - uid: 347 + - uid: 1610 components: - type: Transform - pos: 13.5,-9.5 + pos: 13.5,-14.5 parent: 2 - - uid: 348 + - uid: 1611 components: - type: Transform - pos: 13.5,-7.5 + rot: 1.5707963267948966 rad + pos: -26.5,5.5 parent: 2 - - uid: 349 + - uid: 1631 components: - type: Transform - pos: 13.5,-10.5 + pos: -28.5,16.5 parent: 2 - - uid: 350 + - uid: 1632 components: - type: Transform - pos: 13.5,-11.5 + pos: -28.5,14.5 parent: 2 - - uid: 351 + - uid: 1633 components: - type: Transform - pos: 13.5,-12.5 + pos: -28.5,18.5 parent: 2 - - uid: 352 + - uid: 1634 components: - type: Transform - pos: 13.5,-13.5 + pos: -28.5,17.5 parent: 2 - - uid: 353 + - uid: 1637 components: - type: Transform - pos: 11.5,-13.5 + pos: -28.5,19.5 parent: 2 - - uid: 354 + - uid: 1638 components: - type: Transform - pos: 10.5,-13.5 + pos: -28.5,15.5 parent: 2 - - uid: 355 + - uid: 1640 components: - type: Transform - pos: 9.5,-13.5 + pos: -2.5,18.5 parent: 2 - - uid: 356 + - uid: 1642 components: - type: Transform - pos: 8.5,-13.5 + pos: -23.5,19.5 parent: 2 - - uid: 357 + - uid: 1655 components: - type: Transform - pos: 7.5,-13.5 + pos: 3.5,10.5 parent: 2 - - uid: 358 + - uid: 1656 components: - type: Transform - pos: 6.5,-13.5 + pos: 3.5,11.5 parent: 2 - - uid: 359 + - uid: 1657 components: - type: Transform - pos: 5.5,-13.5 + pos: 3.5,9.5 parent: 2 - - uid: 360 + - uid: 1675 components: - type: Transform - pos: 4.5,-13.5 + pos: 3.5,7.5 parent: 2 - - uid: 361 + - uid: 1691 components: - type: Transform - pos: 4.5,-14.5 + pos: 11.5,-20.5 parent: 2 - - uid: 362 + - uid: 1692 components: - type: Transform - pos: 4.5,-15.5 + rot: 1.5707963267948966 rad + pos: -24.5,25.5 parent: 2 - - uid: 363 + - uid: 1693 components: - type: Transform - pos: 4.5,-17.5 + pos: 13.5,-20.5 parent: 2 - - uid: 364 + - uid: 1696 components: - type: Transform - pos: 4.5,-16.5 + pos: -24.5,15.5 parent: 2 - - uid: 365 + - uid: 1697 components: - type: Transform - pos: 4.5,-19.5 + pos: -11.5,-18.5 parent: 2 - - uid: 366 + - uid: 1698 components: - type: Transform - pos: 4.5,-18.5 + pos: -11.5,-20.5 parent: 2 - - uid: 367 + - uid: 1699 components: - type: Transform - pos: 4.5,-20.5 + pos: -10.5,-20.5 parent: 2 - - uid: 368 + - uid: 1701 components: - type: Transform - pos: 4.5,-21.5 + pos: -7.5,-20.5 parent: 2 - - uid: 369 + - uid: 1702 components: - type: Transform - pos: 4.5,-22.5 + pos: -10.5,-19.5 parent: 2 - - uid: 370 + - uid: 1703 components: - type: Transform - pos: 3.5,-22.5 + pos: -12.5,-18.5 parent: 2 - - uid: 371 + - uid: 1704 components: - type: Transform - pos: 2.5,-22.5 + pos: -9.5,-19.5 parent: 2 - - uid: 372 + - uid: 1713 components: - type: Transform - pos: 1.5,-22.5 + pos: -9.5,-20.5 parent: 2 - - uid: 373 + - uid: 1714 components: - type: Transform - pos: -0.5,-22.5 + pos: -8.5,-20.5 parent: 2 - - uid: 374 + - uid: 1715 components: - type: Transform - pos: 0.5,-22.5 + pos: -5.5,-20.5 parent: 2 - - uid: 375 + - uid: 1716 components: - type: Transform - pos: -1.5,-22.5 + pos: -4.5,-20.5 parent: 2 - - uid: 376 + - uid: 1776 components: - type: Transform - pos: -2.5,-22.5 + pos: -24.5,19.5 parent: 2 - - uid: 377 + - uid: 1780 components: - type: Transform - pos: -3.5,-22.5 + pos: -27.5,19.5 parent: 2 - - uid: 378 + - uid: 1783 components: - type: Transform - pos: -3.5,-21.5 + rot: 1.5707963267948966 rad + pos: -38.5,8.5 parent: 2 - - uid: 379 + - uid: 1784 components: - type: Transform - pos: -3.5,-20.5 + rot: 1.5707963267948966 rad + pos: -38.5,6.5 parent: 2 - - uid: 380 + - uid: 1785 components: - type: Transform - pos: -3.5,-19.5 + rot: 1.5707963267948966 rad + pos: -38.5,1.5 parent: 2 - - uid: 381 + - uid: 1790 components: - type: Transform - pos: -3.5,-18.5 + rot: 1.5707963267948966 rad + pos: -20.5,0.5 parent: 2 - - uid: 382 + - uid: 1793 components: - type: Transform - pos: -3.5,-17.5 + pos: -6.5,-11.5 parent: 2 - - uid: 390 + - uid: 1794 components: - type: Transform - pos: -7.5,-13.5 + rot: 1.5707963267948966 rad + pos: -3.5,20.5 parent: 2 - - uid: 391 + - uid: 1797 components: - type: Transform - pos: -9.5,-13.5 + rot: 3.141592653589793 rad + pos: -17.5,-8.5 parent: 2 - - uid: 392 + - uid: 1798 components: - type: Transform - pos: -10.5,-13.5 + rot: 3.141592653589793 rad + pos: -13.5,-11.5 parent: 2 - - uid: 393 + - uid: 1802 components: - type: Transform - pos: -11.5,-13.5 + rot: 3.141592653589793 rad + pos: -15.5,-11.5 parent: 2 - - uid: 394 + - uid: 1803 components: - type: Transform - pos: -8.5,-13.5 + rot: 3.141592653589793 rad + pos: -14.5,-11.5 parent: 2 - - uid: 395 + - uid: 1807 components: - type: Transform - pos: -12.5,-13.5 + rot: 1.5707963267948966 rad + pos: -26.5,7.5 parent: 2 - - uid: 398 + - uid: 1816 components: - type: Transform - pos: -12.5,-12.5 + rot: 1.5707963267948966 rad + pos: -29.5,12.5 parent: 2 - - uid: 399 + - uid: 1817 components: - type: Transform - pos: -12.5,-11.5 + rot: 1.5707963267948966 rad + pos: -28.5,12.5 parent: 2 - - uid: 400 + - uid: 1827 components: - type: Transform - pos: -12.5,-10.5 + rot: 1.5707963267948966 rad + pos: -31.5,12.5 parent: 2 - - uid: 401 + - uid: 1845 components: - type: Transform - pos: -12.5,-9.5 + rot: 1.5707963267948966 rad + pos: -30.5,8.5 parent: 2 - - uid: 402 + - uid: 1850 components: - type: Transform - pos: -12.5,-8.5 + pos: -24.5,21.5 parent: 2 - - uid: 403 + - uid: 1851 components: - type: Transform - pos: -12.5,-7.5 + rot: 1.5707963267948966 rad + pos: -39.5,8.5 parent: 2 - - uid: 404 + - uid: 1854 components: - type: Transform - pos: -12.5,-6.5 + rot: 1.5707963267948966 rad + pos: -40.5,12.5 parent: 2 - - uid: 429 + - uid: 1855 components: - type: Transform - pos: -17.5,-3.5 + rot: 1.5707963267948966 rad + pos: -40.5,8.5 parent: 2 - - uid: 430 + - uid: 1878 components: - type: Transform - pos: -17.5,-4.5 + pos: -17.5,-6.5 parent: 2 - - uid: 431 + - uid: 1886 components: - type: Transform - pos: -17.5,-5.5 + pos: -24.5,18.5 parent: 2 - - uid: 432 + - uid: 1898 components: - type: Transform - pos: -16.5,-5.5 + pos: -29.5,13.5 parent: 2 - - uid: 433 + - uid: 1899 components: - type: Transform - pos: -14.5,-5.5 + pos: -29.5,14.5 parent: 2 - - uid: 434 + - uid: 1900 components: - type: Transform - pos: -15.5,-5.5 + pos: -29.5,15.5 parent: 2 - - uid: 447 + - uid: 1910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-3.5 + rot: 3.141592653589793 rad + pos: -16.5,-11.5 parent: 2 - - uid: 451 + - uid: 1911 components: - type: Transform - pos: -16.5,3.5 + pos: -11.5,8.5 parent: 2 - - uid: 454 + - uid: 1914 components: - type: Transform - pos: -16.5,4.5 + pos: -24.5,22.5 parent: 2 - - uid: 455 + - uid: 1985 components: - type: Transform - pos: -16.5,6.5 + pos: -18.5,-6.5 parent: 2 - - uid: 458 + - uid: 2023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,15.5 + pos: 3.5,12.5 parent: 2 - - uid: 459 + - uid: 2024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,16.5 + pos: 3.5,13.5 parent: 2 - - uid: 460 + - uid: 2025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,17.5 + pos: 3.5,14.5 parent: 2 - - uid: 462 + - uid: 2043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,17.5 + rot: 1.5707963267948966 rad + pos: -37.5,2.5 parent: 2 - - uid: 463 + - uid: 2051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,17.5 + pos: -28.5,13.5 parent: 2 - - uid: 469 + - uid: 2060 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,17.5 + pos: -24.5,20.5 parent: 2 - - uid: 470 + - uid: 2065 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,17.5 + pos: -12.5,38.5 parent: 2 - - uid: 471 + - uid: 2066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,17.5 + pos: -19.5,29.5 parent: 2 - - uid: 472 + - uid: 2067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,16.5 + rot: 3.141592653589793 rad + pos: -17.5,32.5 parent: 2 - - uid: 473 + - uid: 2068 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,15.5 + rot: 3.141592653589793 rad + pos: -14.5,-10.5 parent: 2 - - uid: 474 + - uid: 2070 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,13.5 + rot: 3.141592653589793 rad + pos: -16.5,-8.5 parent: 2 - - uid: 475 + - uid: 2081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,14.5 + pos: -5.5,23.5 parent: 2 - - uid: 480 + - uid: 2083 components: - type: Transform - pos: -16.5,-0.5 + rot: 3.141592653589793 rad + pos: -16.5,-9.5 parent: 2 - - uid: 482 + - uid: 2084 components: - type: Transform - pos: -17.5,-0.5 + rot: 3.141592653589793 rad + pos: -12.5,-6.5 parent: 2 - - uid: 483 + - uid: 2095 components: - type: Transform - pos: -17.5,1.5 + rot: 3.141592653589793 rad + pos: -15.5,24.5 parent: 2 - - uid: 484 + - uid: 2105 components: - type: Transform - pos: -17.5,2.5 + rot: 3.141592653589793 rad + pos: -15.5,-10.5 parent: 2 - - uid: 485 + - uid: 2109 components: - type: Transform - pos: -17.5,0.5 + rot: 3.141592653589793 rad + pos: -13.5,-10.5 parent: 2 - - uid: 486 + - uid: 2115 components: - type: Transform - pos: -16.5,2.5 + rot: 1.5707963267948966 rad + pos: -21.5,1.5 parent: 2 - - uid: 487 + - uid: 2116 components: - type: Transform - pos: -15.5,2.5 + rot: 1.5707963267948966 rad + pos: -21.5,0.5 parent: 2 - - uid: 489 + - uid: 2117 components: - type: Transform - pos: -16.5,16.5 + rot: 1.5707963267948966 rad + pos: -22.5,0.5 parent: 2 - - uid: 491 + - uid: 2118 components: - type: Transform - pos: -16.5,17.5 + rot: -1.5707963267948966 rad + pos: -22.5,1.5 parent: 2 - - uid: 502 + - uid: 2122 components: - type: Transform - pos: -17.5,3.5 + rot: 1.5707963267948966 rad + pos: -20.5,14.5 parent: 2 - - uid: 503 + - uid: 2123 components: - type: Transform - pos: -17.5,4.5 + rot: 1.5707963267948966 rad + pos: -23.5,0.5 parent: 2 - - uid: 504 + - uid: 2124 components: - type: Transform - pos: -17.5,5.5 + rot: 1.5707963267948966 rad + pos: -38.5,7.5 parent: 2 - - uid: 505 + - uid: 2125 components: - type: Transform - pos: -17.5,6.5 + rot: 1.5707963267948966 rad + pos: -38.5,4.5 parent: 2 - - uid: 506 + - uid: 2126 components: - type: Transform - pos: -13.5,-1.5 + rot: 1.5707963267948966 rad + pos: -38.5,5.5 parent: 2 - - uid: 507 + - uid: 2138 components: - type: Transform - pos: -13.5,-2.5 + rot: 1.5707963267948966 rad + pos: -19.5,18.5 parent: 2 - - uid: 508 + - uid: 2139 components: - type: Transform - pos: -13.5,-4.5 + rot: 1.5707963267948966 rad + pos: -39.5,12.5 parent: 2 - - uid: 561 + - uid: 2144 components: - type: Transform - pos: -9.5,-0.5 + rot: 1.5707963267948966 rad + pos: -16.5,15.5 parent: 2 - - uid: 578 + - uid: 2145 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,12.5 + pos: 12.5,-18.5 parent: 2 - - uid: 672 + - uid: 2153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,14.5 + rot: 1.5707963267948966 rad + pos: -25.5,6.5 parent: 2 - - uid: 674 + - uid: 2160 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,8.5 + rot: 1.5707963267948966 rad + pos: -37.5,1.5 parent: 2 - - uid: 675 + - uid: 2179 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,14.5 + pos: 1.5,21.5 parent: 2 - - uid: 677 + - uid: 2181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,7.5 + pos: -23.5,23.5 parent: 2 - - uid: 678 + - uid: 2182 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,14.5 + pos: 1.5,19.5 parent: 2 - - uid: 680 + - uid: 2184 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,6.5 + pos: -3.5,28.5 parent: 2 - - uid: 681 + - uid: 2185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,14.5 + pos: -23.5,21.5 parent: 2 - - uid: 682 + - uid: 2189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,14.5 + pos: 1.5,22.5 parent: 2 - - uid: 685 + - uid: 2196 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,6.5 + rot: 1.5707963267948966 rad + pos: -34.5,1.5 parent: 2 - - uid: 688 + - uid: 2197 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,7.5 + rot: -1.5707963267948966 rad + pos: -25.5,3.5 parent: 2 - - uid: 690 + - uid: 2198 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,6.5 + pos: -6.5,-13.5 + parent: 2 + - uid: 2199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,4.5 parent: 2 - - uid: 691 + - uid: 2200 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,6.5 + rot: 1.5707963267948966 rad + pos: -25.5,5.5 parent: 2 - - uid: 692 + - uid: 2201 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,14.5 + rot: -1.5707963267948966 rad + pos: -25.5,2.5 parent: 2 - - uid: 696 + - uid: 2203 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,6.5 + pos: -7.5,-13.5 parent: 2 - - uid: 745 + - uid: 2205 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,14.5 + pos: -25.5,7.5 parent: 2 - - uid: 746 + - uid: 2206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,14.5 + pos: 13.5,-16.5 parent: 2 - - uid: 747 + - uid: 2207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,14.5 + pos: 13.5,-15.5 parent: 2 - - uid: 748 + - uid: 2209 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,14.5 + pos: -36.5,1.5 parent: 2 - - uid: 749 + - uid: 2211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,14.5 + pos: -9.5,8.5 parent: 2 - - uid: 751 + - uid: 2215 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,6.5 + pos: -35.5,1.5 parent: 2 - - uid: 752 + - uid: 2230 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,6.5 + pos: -20.5,12.5 parent: 2 - - uid: 753 + - uid: 2231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,6.5 + pos: 7.5,-14.5 parent: 2 - - uid: 754 + - uid: 2232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,6.5 + pos: 11.5,-14.5 parent: 2 - - uid: 755 + - uid: 2233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,6.5 + pos: 11.5,-18.5 parent: 2 - - uid: 756 + - uid: 2234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,6.5 + pos: 7.5,-18.5 parent: 2 - - uid: 757 + - uid: 2236 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,14.5 + pos: -10.5,-18.5 parent: 2 - - uid: 758 + - uid: 2237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,13.5 + pos: -10.5,-14.5 parent: 2 - - uid: 759 + - uid: 2238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,11.5 + pos: -3.5,22.5 parent: 2 - - uid: 760 + - uid: 2242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,10.5 + pos: -6.5,23.5 parent: 2 - - uid: 761 + - uid: 2249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,12.5 + rot: 3.141592653589793 rad + pos: -24.5,24.5 parent: 2 - - uid: 762 + - uid: 2254 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,9.5 + pos: -32.5,1.5 parent: 2 - - uid: 763 + - uid: 2257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,8.5 + pos: -9.5,23.5 parent: 2 - - uid: 764 + - uid: 2258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,7.5 + rot: -1.5707963267948966 rad + pos: -11.5,38.5 parent: 2 - - uid: 765 + - uid: 2259 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,13.5 + pos: -2.5,35.5 parent: 2 - - uid: 766 + - uid: 2260 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,7.5 + pos: 1.5,35.5 parent: 2 - - uid: 1168 + - uid: 2261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,12.5 + rot: 3.141592653589793 rad + pos: -17.5,18.5 parent: 2 - - uid: 1170 + - uid: 2262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,8.5 + pos: -3.5,35.5 parent: 2 - - uid: 1190 + - uid: 2263 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,7.5 + pos: -16.5,24.5 parent: 2 - - uid: 1191 + - uid: 2267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,1.5 + parent: 2 + - uid: 2270 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,7.5 + pos: -17.5,24.5 parent: 2 - - uid: 1220 + - uid: 2273 components: - type: Transform - pos: -27.5,5.5 + pos: 1.5,24.5 parent: 2 - - uid: 1221 + - uid: 2274 components: - type: Transform - pos: -25.5,5.5 + pos: 1.5,28.5 parent: 2 - - uid: 1222 + - uid: 2275 components: - type: Transform - pos: -24.5,5.5 + pos: 1.5,27.5 parent: 2 - - uid: 1223 + - uid: 2276 components: - type: Transform - pos: -26.5,5.5 + pos: 1.5,25.5 parent: 2 - - uid: 1224 + - uid: 2277 components: - type: Transform - pos: -23.5,5.5 + pos: 1.5,29.5 parent: 2 - - uid: 1225 + - uid: 2280 components: - type: Transform - pos: -22.5,5.5 + pos: 1.5,34.5 parent: 2 - - uid: 1226 + - uid: 2282 components: - type: Transform - pos: -21.5,5.5 + pos: 0.5,35.5 parent: 2 - - uid: 1227 + - uid: 2285 components: - type: Transform - pos: -20.5,5.5 + pos: 1.5,26.5 parent: 2 - - uid: 1228 + - uid: 2286 components: - type: Transform - pos: -19.5,5.5 + pos: 1.5,23.5 parent: 2 - - uid: 1229 + - uid: 2300 components: - type: Transform - pos: -18.5,5.5 + rot: 1.5707963267948966 rad + pos: -38.5,3.5 parent: 2 - - uid: 1230 + - uid: 2302 components: - type: Transform - pos: -27.5,15.5 + rot: 1.5707963267948966 rad + pos: -36.5,2.5 parent: 2 - - uid: 1231 + - uid: 2303 components: - type: Transform - pos: -25.5,15.5 + pos: -7.5,23.5 parent: 2 - - uid: 1232 + - uid: 2304 components: - type: Transform - pos: -26.5,15.5 + rot: 1.5707963267948966 rad + pos: -33.5,2.5 parent: 2 - - uid: 1233 + - uid: 2305 components: - type: Transform - pos: -24.5,15.5 + rot: 1.5707963267948966 rad + pos: -35.5,2.5 parent: 2 - - uid: 1234 + - uid: 2306 components: - type: Transform - pos: -22.5,15.5 + pos: -16.5,22.5 parent: 2 - - uid: 1235 + - uid: 2308 components: - type: Transform - pos: -21.5,15.5 + rot: 1.5707963267948966 rad + pos: -37.5,3.5 parent: 2 - - uid: 1236 + - uid: 2314 components: - type: Transform - pos: -20.5,15.5 + pos: -4.5,23.5 parent: 2 - - uid: 1237 + - uid: 2317 components: - type: Transform - pos: -19.5,15.5 + rot: 1.5707963267948966 rad + pos: -34.5,2.5 parent: 2 - - uid: 1238 + - uid: 2324 components: - type: Transform - pos: -23.5,15.5 + rot: 1.5707963267948966 rad + pos: -38.5,2.5 parent: 2 - - uid: 1239 + - uid: 2331 components: - type: Transform - pos: -17.5,15.5 + pos: -21.5,19.5 parent: 2 - - uid: 1240 + - uid: 2337 components: - type: Transform - pos: -18.5,15.5 + rot: 1.5707963267948966 rad + pos: -37.5,8.5 parent: 2 - - uid: 1241 + - uid: 2340 components: - type: Transform - pos: -13.5,-6.5 + rot: 1.5707963267948966 rad + pos: -36.5,8.5 parent: 2 - - uid: 1242 + - uid: 2343 components: - type: Transform - pos: -15.5,-6.5 + rot: 3.141592653589793 rad + pos: -13.5,-6.5 parent: 2 - - uid: 1243 + - uid: 2344 components: - type: Transform - pos: -14.5,-6.5 + pos: -19.5,2.5 parent: 2 - - uid: 1244 + - uid: 2345 components: - type: Transform - pos: -16.5,-6.5 + pos: 9.5,-19.5 parent: 2 - - uid: 1249 + - uid: 2346 components: - type: Transform - pos: -18.5,-5.5 + pos: 13.5,-18.5 parent: 2 - - uid: 1250 + - uid: 2347 components: - type: Transform - pos: -18.5,-3.5 + rot: 1.5707963267948966 rad + pos: -21.5,24.5 parent: 2 - - uid: 1251 + - uid: 2348 components: - type: Transform - pos: -18.5,-2.5 + pos: -6.5,18.5 parent: 2 - - uid: 1252 + - uid: 2349 components: - type: Transform - pos: -18.5,-4.5 + rot: 1.5707963267948966 rad + pos: -26.5,4.5 parent: 2 - - uid: 1253 + - uid: 2350 components: - type: Transform - pos: -18.5,-1.5 + rot: 1.5707963267948966 rad + pos: -19.5,1.5 parent: 2 - - uid: 1254 + - uid: 2351 components: - type: Transform - pos: -18.5,0.5 + pos: -6.5,-19.5 parent: 2 - - uid: 1255 + - uid: 2353 components: - type: Transform - pos: -18.5,1.5 + pos: -3.5,23.5 parent: 2 - - uid: 1256 + - uid: 2357 components: - type: Transform - pos: -18.5,2.5 + pos: -16.5,19.5 parent: 2 - - uid: 1257 + - uid: 2360 components: - type: Transform - pos: -18.5,3.5 + pos: -3.5,19.5 parent: 2 - - uid: 1258 + - uid: 2361 components: - type: Transform - pos: -18.5,-0.5 + rot: 3.141592653589793 rad + pos: -10.5,21.5 parent: 2 - - uid: 1259 + - uid: 2362 components: - type: Transform - pos: -18.5,4.5 + pos: -18.5,33.5 parent: 2 - - uid: 1342 + - uid: 2363 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,14.5 + pos: -16.5,20.5 parent: 2 - - uid: 1419 + - uid: 2364 components: - type: Transform - pos: -10.5,18.5 + rot: 1.5707963267948966 rad + pos: -19.5,0.5 parent: 2 - - uid: 1423 + - uid: 2365 components: - type: Transform - pos: -9.5,18.5 + pos: -16.5,21.5 parent: 2 - - uid: 1425 + - uid: 2366 components: - type: Transform - pos: -4.5,16.5 + pos: -16.5,23.5 parent: 2 - - uid: 1427 + - uid: 2367 components: - type: Transform - pos: -4.5,15.5 + rot: 3.141592653589793 rad + pos: -10.5,22.5 parent: 2 - - uid: 1430 + - uid: 2368 components: - type: Transform - pos: -16.5,18.5 + pos: -5.5,-19.5 parent: 2 - - uid: 1434 + - uid: 2369 components: - type: Transform - pos: -14.5,18.5 + pos: -8.5,-19.5 parent: 2 - - uid: 1435 + - uid: 2371 components: - type: Transform - pos: -3.5,17.5 + rot: 3.141592653589793 rad + pos: -10.5,19.5 parent: 2 - - uid: 1436 + - uid: 2372 components: - type: Transform - pos: -13.5,18.5 + rot: 1.5707963267948966 rad + pos: -20.5,15.5 parent: 2 - - uid: 1438 + - uid: 2373 components: - type: Transform - pos: -3.5,15.5 + rot: 3.141592653589793 rad + pos: -10.5,20.5 parent: 2 - - uid: 1439 + - uid: 2375 components: - type: Transform - pos: 1.5,16.5 + rot: 3.141592653589793 rad + pos: -23.5,24.5 parent: 2 - - uid: 1440 + - uid: 2376 components: - type: Transform - pos: 1.5,15.5 + pos: -12.5,-19.5 parent: 2 - - uid: 1442 + - uid: 2381 components: - type: Transform - pos: -3.5,16.5 + rot: 1.5707963267948966 rad + pos: -10.5,23.5 parent: 2 - - uid: 1446 + - uid: 2382 components: - type: Transform - pos: 1.5,17.5 + rot: 1.5707963267948966 rad + pos: -11.5,23.5 parent: 2 - - uid: 1448 + - uid: 2383 components: - type: Transform - pos: -4.5,17.5 + rot: 1.5707963267948966 rad + pos: -13.5,23.5 parent: 2 - - uid: 1463 + - uid: 2384 components: - type: Transform - pos: -8.5,18.5 + rot: 3.141592653589793 rad + pos: -14.5,23.5 parent: 2 - - uid: 1494 + - uid: 2385 components: - type: Transform - pos: -15.5,18.5 + rot: 1.5707963267948966 rad + pos: -15.5,23.5 parent: 2 - - uid: 1496 + - uid: 2387 components: - type: Transform - pos: -12.5,18.5 + rot: 3.141592653589793 rad + pos: 1.5,20.5 parent: 2 - - uid: 1497 + - uid: 2388 components: - type: Transform - pos: -7.5,18.5 + rot: 3.141592653589793 rad + pos: -3.5,24.5 parent: 2 - - uid: 1499 + - uid: 2389 components: - type: Transform - pos: -11.5,18.5 + rot: 3.141592653589793 rad + pos: -3.5,27.5 parent: 2 - - uid: 1500 + - uid: 2390 components: - type: Transform - pos: -6.5,18.5 + rot: 3.141592653589793 rad + pos: -2.5,28.5 parent: 2 - - uid: 1501 + - uid: 2391 components: - type: Transform - pos: -5.5,18.5 + rot: 3.141592653589793 rad + pos: 0.5,28.5 parent: 2 - - uid: 1502 + - uid: 2392 components: - type: Transform - pos: -4.5,18.5 + rot: 3.141592653589793 rad + pos: -2.5,23.5 parent: 2 - - uid: 1510 + - uid: 2393 components: - type: Transform - pos: -7.5,-14.5 + rot: 3.141592653589793 rad + pos: 0.5,23.5 parent: 2 - - uid: 1511 + - uid: 2394 components: - type: Transform - pos: -7.5,-16.5 + rot: 3.141592653589793 rad + pos: -3.5,29.5 parent: 2 - - uid: 1512 + - uid: 2395 components: - type: Transform - pos: -7.5,-17.5 + rot: 3.141592653589793 rad + pos: -3.5,30.5 parent: 2 - - uid: 1513 + - uid: 2396 components: - type: Transform - pos: -7.5,-15.5 + rot: 3.141592653589793 rad + pos: -3.5,32.5 parent: 2 - - uid: 1515 + - uid: 2397 components: - type: Transform - pos: -6.5,-17.5 + rot: 3.141592653589793 rad + pos: -3.5,31.5 parent: 2 - - uid: 1516 + - uid: 2398 components: - type: Transform - pos: -4.5,-17.5 + rot: 3.141592653589793 rad + pos: -3.5,34.5 parent: 2 - - uid: 1517 + - uid: 2399 components: - type: Transform - pos: -5.5,-17.5 + rot: 3.141592653589793 rad + pos: -3.5,33.5 parent: 2 - - uid: 1519 + - uid: 2400 components: - type: Transform - pos: -3.5,18.5 + rot: -1.5707963267948966 rad + pos: -10.5,38.5 parent: 2 - - uid: 1524 + - uid: 2401 components: - type: Transform - pos: 1.5,18.5 + rot: -1.5707963267948966 rad + pos: -7.5,38.5 parent: 2 - - uid: 1638 + - uid: 2402 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,16.5 + rot: -1.5707963267948966 rad + pos: -9.5,38.5 parent: 2 - - uid: 1640 + - uid: 2403 components: - type: Transform - pos: -2.5,18.5 + rot: -1.5707963267948966 rad + pos: -8.5,38.5 parent: 2 - - uid: 1655 + - uid: 2408 components: - type: Transform - pos: 3.5,10.5 + rot: 3.141592653589793 rad + pos: -3.5,36.5 parent: 2 - - uid: 1656 + - uid: 2409 components: - type: Transform - pos: 3.5,11.5 + rot: -1.5707963267948966 rad + pos: -13.5,37.5 parent: 2 - - uid: 1657 + - uid: 2423 components: - type: Transform - pos: 3.5,9.5 + pos: -18.5,24.5 parent: 2 - - uid: 1675 + - uid: 2427 components: - type: Transform - pos: 3.5,7.5 + rot: -1.5707963267948966 rad + pos: -4.5,33.5 parent: 2 - - uid: 1778 + - uid: 2434 components: - type: Transform - pos: -8.5,-15.5 + rot: -1.5707963267948966 rad + pos: -4.5,34.5 parent: 2 - - uid: 1779 + - uid: 2435 components: - type: Transform - pos: -8.5,-14.5 + rot: -1.5707963267948966 rad + pos: -4.5,35.5 parent: 2 - - uid: 1780 + - uid: 2436 components: - type: Transform - pos: -8.5,-17.5 + rot: -1.5707963267948966 rad + pos: -4.5,36.5 parent: 2 - - uid: 1783 + - uid: 2439 components: - type: Transform - pos: -8.5,-16.5 + rot: -1.5707963267948966 rad + pos: -13.5,36.5 parent: 2 - - uid: 1878 + - uid: 2441 components: - type: Transform - pos: -17.5,-6.5 + rot: -1.5707963267948966 rad + pos: -12.5,37.5 parent: 2 - - uid: 1985 + - uid: 2442 components: - type: Transform - pos: -18.5,-6.5 + rot: -1.5707963267948966 rad + pos: -10.5,37.5 parent: 2 - - uid: 2023 + - uid: 2443 components: - type: Transform - pos: 3.5,12.5 + rot: -1.5707963267948966 rad + pos: -9.5,37.5 parent: 2 - - uid: 2024 + - uid: 2444 components: - type: Transform - pos: 3.5,13.5 + rot: -1.5707963267948966 rad + pos: -8.5,37.5 parent: 2 - - uid: 2025 + - uid: 2445 components: - type: Transform - pos: 3.5,14.5 + rot: -1.5707963267948966 rad + pos: -11.5,37.5 parent: 2 - - uid: 2065 + - uid: 2446 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,38.5 + pos: -7.5,37.5 parent: 2 - - uid: 2066 + - uid: 2447 components: - type: Transform - pos: -19.5,29.5 + rot: -1.5707963267948966 rad + pos: -6.5,37.5 parent: 2 - - uid: 2067 + - uid: 2448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,32.5 + rot: -1.5707963267948966 rad + pos: -5.5,37.5 parent: 2 - - uid: 2081 + - uid: 2449 components: - type: Transform - pos: -5.5,23.5 + rot: -1.5707963267948966 rad + pos: -4.5,37.5 parent: 2 - - uid: 2084 + - uid: 2450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,20.5 + rot: -1.5707963267948966 rad + pos: -5.5,36.5 parent: 2 - - uid: 2087 + - uid: 2451 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,19.5 + rot: -1.5707963267948966 rad + pos: -14.5,36.5 parent: 2 - - uid: 2091 + - uid: 2452 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,23.5 + rot: -1.5707963267948966 rad + pos: -14.5,35.5 parent: 2 - - uid: 2095 + - uid: 2453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,24.5 + rot: -1.5707963267948966 rad + pos: -14.5,33.5 parent: 2 - - uid: 2101 + - uid: 2454 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,21.5 + rot: -1.5707963267948966 rad + pos: -14.5,34.5 parent: 2 - - uid: 2102 + - uid: 2455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,17.5 + rot: -1.5707963267948966 rad + pos: -6.5,38.5 parent: 2 - - uid: 2179 + - uid: 2456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,21.5 + rot: -1.5707963267948966 rad + pos: -5.5,38.5 parent: 2 - - uid: 2181 + - uid: 2457 components: - type: Transform - pos: -8.5,23.5 + pos: -19.5,30.5 parent: 2 - - uid: 2182 + - uid: 2458 components: - type: Transform - pos: 1.5,19.5 + pos: -19.5,28.5 parent: 2 - - uid: 2184 + - uid: 2460 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,28.5 + pos: -17.5,25.5 parent: 2 - - uid: 2189 + - uid: 2461 components: - type: Transform - pos: 1.5,22.5 + pos: -19.5,31.5 parent: 2 - - uid: 2238 + - uid: 2462 components: - type: Transform - pos: -3.5,22.5 + pos: -19.5,32.5 parent: 2 - - uid: 2242 + - uid: 2463 components: - type: Transform - pos: -6.5,23.5 + pos: -19.5,27.5 parent: 2 - - uid: 2257 + - uid: 2464 components: - type: Transform - pos: -9.5,23.5 + rot: -1.5707963267948966 rad + pos: -15.5,32.5 parent: 2 - - uid: 2258 + - uid: 2465 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,38.5 + pos: -15.5,25.5 parent: 2 - - uid: 2259 + - uid: 2466 components: - type: Transform - pos: -2.5,35.5 + rot: -1.5707963267948966 rad + pos: -16.5,25.5 parent: 2 - - uid: 2260 + - uid: 2467 components: - type: Transform - pos: 1.5,35.5 + rot: -1.5707963267948966 rad + pos: -16.5,32.5 parent: 2 - - uid: 2261 + - uid: 2470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,18.5 + pos: -19.5,26.5 parent: 2 - - uid: 2262 + - uid: 2471 components: - type: Transform - pos: -3.5,35.5 + rot: 3.141592653589793 rad + pos: -16.5,33.5 parent: 2 - - uid: 2263 + - uid: 2473 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,24.5 + pos: -15.5,33.5 parent: 2 - - uid: 2270 + - uid: 2474 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,24.5 + pos: -17.5,33.5 parent: 2 - - uid: 2273 + - uid: 2477 components: - type: Transform - pos: 1.5,24.5 + rot: 1.5707963267948966 rad + pos: -20.5,13.5 parent: 2 - - uid: 2274 + - uid: 2536 components: - type: Transform - pos: 1.5,28.5 + pos: -19.5,25.5 parent: 2 - - uid: 2275 + - uid: 2540 components: - type: Transform - pos: 1.5,27.5 + pos: -18.5,32.5 parent: 2 - - uid: 2276 + - uid: 2541 components: - type: Transform - pos: 1.5,25.5 + pos: -18.5,30.5 parent: 2 - - uid: 2277 + - uid: 2542 components: - type: Transform - pos: 1.5,29.5 + pos: -18.5,31.5 parent: 2 - - uid: 2280 + - uid: 2543 components: - type: Transform - pos: 1.5,34.5 + pos: -18.5,28.5 parent: 2 - - uid: 2282 + - uid: 2544 components: - type: Transform - pos: 0.5,35.5 + pos: -18.5,29.5 parent: 2 - - uid: 2285 + - uid: 2545 components: - type: Transform - pos: 1.5,26.5 + pos: -18.5,27.5 parent: 2 - - uid: 2286 + - uid: 2546 components: - type: Transform - pos: 1.5,23.5 + pos: -18.5,26.5 parent: 2 - - uid: 2303 + - uid: 2547 components: - type: Transform - pos: -7.5,23.5 + pos: -18.5,25.5 parent: 2 - - uid: 2306 + - uid: 2558 components: - type: Transform - pos: -16.5,22.5 + pos: -29.5,20.5 parent: 2 - - uid: 2313 + - uid: 2559 components: - type: Transform - pos: -9.5,22.5 + rot: -1.5707963267948966 rad + pos: -15.5,11.5 parent: 2 - - uid: 2314 + - uid: 2560 components: - type: Transform - pos: -4.5,23.5 + pos: -29.5,19.5 parent: 2 - - uid: 2353 + - uid: 2602 components: - type: Transform - pos: -3.5,23.5 + pos: -22.5,12.5 parent: 2 - - uid: 2357 + - uid: 2612 components: - type: Transform - pos: -16.5,19.5 + rot: 1.5707963267948966 rad + pos: -15.5,34.5 parent: 2 - - uid: 2360 + - uid: 2613 components: - type: Transform - pos: -3.5,19.5 + rot: 1.5707963267948966 rad + pos: -15.5,36.5 parent: 2 - - uid: 2361 + - uid: 2614 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,21.5 + rot: 1.5707963267948966 rad + pos: -15.5,35.5 parent: 2 - - uid: 2362 + - uid: 2615 components: - type: Transform - pos: -18.5,33.5 + rot: 1.5707963267948966 rad + pos: -14.5,37.5 parent: 2 - - uid: 2363 + - uid: 2616 components: - type: Transform - pos: -16.5,20.5 + rot: 1.5707963267948966 rad + pos: -13.5,38.5 parent: 2 - - uid: 2364 + - uid: 2774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,22.5 + rot: 1.5707963267948966 rad + pos: -38.5,12.5 parent: 2 - - uid: 2365 + - uid: 2880 components: - type: Transform - pos: -16.5,21.5 + pos: -23.5,12.5 parent: 2 - - uid: 2366 + - uid: 3152 components: - type: Transform - pos: -16.5,23.5 + rot: -1.5707963267948966 rad + pos: -15.5,9.5 parent: 2 - - uid: 2367 + - uid: 3155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,22.5 + pos: -28.5,20.5 parent: 2 - - uid: 2368 + - uid: 3201 components: - type: Transform - pos: -9.5,19.5 + pos: 12.5,-16.5 parent: 2 - - uid: 2371 + - uid: 3203 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,19.5 + pos: 13.5,-17.5 parent: 2 - - uid: 2373 + - uid: 3385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,20.5 + pos: -27.5,2.5 parent: 2 - - uid: 2381 + - uid: 3386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,23.5 + pos: -29.5,2.5 parent: 2 - - uid: 2382 + - uid: 3401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,23.5 + pos: -31.5,2.5 parent: 2 - - uid: 2383 + - uid: 3655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,23.5 + pos: -30.5,2.5 parent: 2 - - uid: 2384 + - uid: 3656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,23.5 + pos: -32.5,2.5 parent: 2 - - uid: 2385 + - uid: 3943 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,23.5 + pos: -11.5,-13.5 parent: 2 - - uid: 2387 + - uid: 3944 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,20.5 + rot: 1.5707963267948966 rad + pos: -11.5,-12.5 parent: 2 - - uid: 2388 +- proto: WallShuttle + entities: + - uid: 4773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,24.5 - parent: 2 - - uid: 2389 + rot: 1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 4558 + - uid: 4774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,27.5 - parent: 2 - - uid: 2390 + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 4558 + - uid: 4775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 4558 + - uid: 4776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,28.5 - parent: 2 - - uid: 2391 + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 4558 + - uid: 4777 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,28.5 - parent: 2 - - uid: 2392 + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 4558 + - uid: 4778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,23.5 - parent: 2 - - uid: 2393 + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 4558 + - uid: 4779 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,23.5 - parent: 2 - - uid: 2394 + pos: 8.5,0.5 + parent: 4558 + - uid: 4780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,29.5 - parent: 2 - - uid: 2395 + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 4558 + - uid: 4781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,30.5 - parent: 2 - - uid: 2396 + pos: 0.5,1.5 + parent: 4558 + - uid: 4782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,32.5 - parent: 2 - - uid: 2397 + pos: 1.5,2.5 + parent: 4558 + - uid: 4783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,31.5 - parent: 2 - - uid: 2398 + pos: 7.5,2.5 + parent: 4558 + - uid: 4784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,34.5 - parent: 2 - - uid: 2399 + pos: 8.5,1.5 + parent: 4558 + - uid: 4785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,33.5 - parent: 2 - - uid: 2400 + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 4558 + - uid: 4786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,38.5 - parent: 2 - - uid: 2401 + rot: 1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 4558 + - uid: 4787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,38.5 - parent: 2 - - uid: 2402 + pos: 7.5,-1.5 + parent: 4558 + - uid: 4788 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,38.5 - parent: 2 - - uid: 2403 + pos: 7.5,-2.5 + parent: 4558 + - uid: 4789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,38.5 - parent: 2 - - uid: 2408 + pos: 7.5,-3.5 + parent: 4558 + - uid: 4790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,36.5 - parent: 2 - - uid: 2409 + pos: 7.5,-4.5 + parent: 4558 + - uid: 4791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,37.5 - parent: 2 - - uid: 2423 + pos: 7.5,-5.5 + parent: 4558 + - uid: 4792 components: - type: Transform - pos: -18.5,24.5 - parent: 2 - - uid: 2427 + pos: 7.5,-6.5 + parent: 4558 + - uid: 4793 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,33.5 - parent: 2 - - uid: 2434 + pos: 6.5,2.5 + parent: 4558 + - uid: 4794 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,34.5 - parent: 2 - - uid: 2435 + pos: 2.5,2.5 + parent: 4558 + - uid: 4795 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,35.5 - parent: 2 - - uid: 2436 + pos: 3.5,1.5 + parent: 4558 + - uid: 4796 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,36.5 - parent: 2 - - uid: 2439 + pos: 5.5,1.5 + parent: 4558 + - uid: 4797 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,36.5 - parent: 2 - - uid: 2441 + pos: 3.5,-0.5 + parent: 4558 + - uid: 4798 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,37.5 - parent: 2 - - uid: 2442 + pos: 5.5,-0.5 + parent: 4558 + - uid: 4799 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,37.5 - parent: 2 - - uid: 2443 + pos: 5.5,0.5 + parent: 4558 + - uid: 4800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,37.5 - parent: 2 - - uid: 2444 + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 4558 + - uid: 4801 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,37.5 - parent: 2 - - uid: 2445 + pos: 1.5,-10.5 + parent: 4558 + - uid: 4802 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,37.5 - parent: 2 - - uid: 2446 + pos: 2.5,-10.5 + parent: 4558 + - uid: 4803 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,37.5 - parent: 2 - - uid: 2447 + pos: 4.5,-10.5 + parent: 4558 + - uid: 4804 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,37.5 - parent: 2 - - uid: 2448 + pos: 6.5,-10.5 + parent: 4558 + - uid: 4805 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,37.5 - parent: 2 - - uid: 2449 + pos: 7.5,-10.5 + parent: 4558 + - uid: 4806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,37.5 - parent: 2 - - uid: 2450 + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 4558 + - uid: 4807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,36.5 - parent: 2 - - uid: 2451 + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 4558 + - uid: 4808 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,36.5 - parent: 2 - - uid: 2452 + rot: 3.141592653589793 rad + pos: 2.5,-11.5 + parent: 4558 + - uid: 4809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,35.5 - parent: 2 - - uid: 2453 + pos: 7.5,-7.5 + parent: 4558 + - uid: 4810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,33.5 - parent: 2 - - uid: 2454 + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 4558 + - uid: 4811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,34.5 - parent: 2 - - uid: 2455 + rot: 1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 4558 + - uid: 4812 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,38.5 - parent: 2 - - uid: 2456 + pos: 5.5,-6.5 + parent: 4558 + - uid: 4813 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,38.5 - parent: 2 - - uid: 2457 + pos: 6.5,-6.5 + parent: 4558 + - uid: 4814 components: - type: Transform - pos: -19.5,30.5 - parent: 2 - - uid: 2458 + pos: 1.5,-7.5 + parent: 4558 + - uid: 4815 components: - type: Transform - pos: -19.5,28.5 - parent: 2 - - uid: 2460 + rot: 1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 4558 + - uid: 4816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,25.5 - parent: 2 - - uid: 2461 + rot: 1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 4558 + - uid: 4817 components: - type: Transform - pos: -19.5,31.5 - parent: 2 - - uid: 2462 + rot: 1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 4558 + - uid: 4818 components: - type: Transform - pos: -19.5,32.5 - parent: 2 - - uid: 2463 + rot: 1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 4558 + - uid: 4819 components: - type: Transform - pos: -19.5,27.5 - parent: 2 - - uid: 2464 + rot: 1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 4558 + - uid: 4820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,32.5 - parent: 2 - - uid: 2465 + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 4558 + - uid: 4821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,25.5 - parent: 2 - - uid: 2466 + rot: 1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 4558 + - uid: 4822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,25.5 - parent: 2 - - uid: 2467 + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 4558 + - uid: 4823 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,32.5 - parent: 2 - - uid: 2470 - components: - - type: Transform - pos: -19.5,26.5 - parent: 2 - - uid: 2471 + pos: 4.5,-12.5 + parent: 4558 + - uid: 4824 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,33.5 - parent: 2 - - uid: 2473 + pos: 3.5,0.5 + parent: 4558 +- proto: WallShuttleDiagonal + entities: + - uid: 4825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,33.5 - parent: 2 - - uid: 2474 + pos: 0.5,-4.5 + parent: 4558 + - uid: 4826 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,33.5 - parent: 2 - - uid: 2536 - components: - - type: Transform - pos: -19.5,25.5 - parent: 2 - - uid: 2540 + pos: 8.5,-3.5 + parent: 4558 + - uid: 4827 components: - type: Transform - pos: -18.5,32.5 - parent: 2 - - uid: 2541 + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 4558 + - uid: 4828 components: - type: Transform - pos: -18.5,30.5 - parent: 2 - - uid: 2542 + rot: 1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 4558 + - uid: 4829 components: - type: Transform - pos: -18.5,31.5 - parent: 2 - - uid: 2543 + pos: 0.5,2.5 + parent: 4558 + - uid: 4830 components: - type: Transform - pos: -18.5,28.5 - parent: 2 - - uid: 2544 + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 4558 + - uid: 4831 components: - type: Transform - pos: -18.5,29.5 - parent: 2 - - uid: 2545 + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 4558 + - uid: 4832 components: - type: Transform - pos: -18.5,27.5 - parent: 2 - - uid: 2546 + rot: 3.141592653589793 rad + pos: 8.5,-0.5 + parent: 4558 + - uid: 4833 components: - type: Transform - pos: -18.5,26.5 - parent: 2 - - uid: 2547 + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 4558 + - uid: 4834 components: - type: Transform - pos: -18.5,25.5 - parent: 2 - - uid: 2612 + pos: 0.5,-7.5 + parent: 4558 + - uid: 4835 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,34.5 - parent: 2 - - uid: 2613 + pos: 2.5,-12.5 + parent: 4558 + - uid: 4836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,36.5 - parent: 2 - - uid: 2614 + rot: 3.141592653589793 rad + pos: 6.5,-12.5 + parent: 4558 + - uid: 4837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,35.5 - parent: 2 - - uid: 2615 + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 4558 + - uid: 4838 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,37.5 - parent: 2 - - uid: 2616 + rot: 3.141592653589793 rad + pos: 8.5,-10.5 + parent: 4558 + - uid: 4839 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,38.5 - parent: 2 + pos: 0.5,-10.5 + parent: 4558 + - uid: 4840 + components: + - type: Transform + pos: 5.5,2.5 + parent: 4558 - proto: WallWeaponCapacitorRecharger entities: - uid: 1305 @@ -20245,11 +30496,6 @@ entities: - type: Transform pos: -10.5,-11.5 parent: 2 - - uid: 1307 - components: - - type: Transform - pos: -9.5,19.5 - parent: 2 - uid: 1880 components: - type: Transform @@ -20260,17 +30506,47 @@ entities: - type: Transform pos: 11.5,-11.5 parent: 2 -- proto: WardrobeWhite + - uid: 4006 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 4007 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + pos: 2.5,5.5 + parent: 4085 + - uid: 4502 + components: + - type: Transform + pos: -1.5,5.5 + parent: 4085 + - uid: 4841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 4558 +- proto: WarningN2 entities: - - uid: 323 + - uid: 4015 components: - type: Transform - pos: -14.5,-4.5 + rot: -1.5707963267948966 rad + pos: -21.5,1.5 parent: 2 - - uid: 629 +- proto: WarningO2 + entities: + - uid: 4014 components: - type: Transform - pos: -13.5,0.5 + rot: -1.5707963267948966 rad + pos: -20.5,1.5 parent: 2 - proto: WarpPoint entities: @@ -20290,6 +30566,11 @@ entities: parent: 2 - proto: WaterCooler entities: + - uid: 1932 + components: + - type: Transform + pos: -2.5,31.5 + parent: 2 - uid: 3056 components: - type: Transform @@ -20297,447 +30578,631 @@ entities: parent: 2 - proto: WeaponAMS-42 entities: - - uid: 2328 + - uid: 671 components: - type: Transform - pos: -9.488314,-11.359745 + pos: -9.4547205,-18.335909 parent: 2 - - uid: 2329 + - uid: 726 components: - type: Transform - pos: -9.488314,-11.359745 + pos: -9.4547205,-18.439974 parent: 2 - - uid: 2330 + - uid: 751 components: - type: Transform - pos: -9.488314,-11.561134 + pos: -9.4547205,-18.52917 parent: 2 - - uid: 2331 + - uid: 1559 components: - type: Transform - pos: -9.488314,-11.561134 + pos: -9.4547205,-18.633234 parent: 2 -- proto: WeaponDisablerSMG +- proto: WeaponCapacitorRecharger entities: - - uid: 2096 + - uid: 4503 components: - type: Transform - pos: 6.519909,-11.361109 - parent: 2 - - uid: 2099 + pos: 4.5,3.5 + parent: 4085 + - uid: 4842 components: - type: Transform - pos: 6.519909,-11.451386 - parent: 2 - - uid: 2100 + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 4558 +- proto: WeaponDisablerSMG + entities: + - uid: 1871 components: - type: Transform - pos: 6.519909,-11.506942 + pos: -7.460491,-11.569026 parent: 2 - - uid: 2103 + - uid: 1915 components: - type: Transform - pos: 6.519909,-11.583331 + pos: -7.460491,-11.494695 parent: 2 -- proto: WeaponEnergyGun - entities: - - uid: 2056 + - uid: 2229 components: - type: Transform - pos: 11.526374,-9.25463 + pos: -7.445629,-11.390632 parent: 2 - - uid: 2057 + - uid: 2386 components: - type: Transform - pos: 11.526374,-9.25463 + pos: -7.460491,-11.687956 parent: 2 - - uid: 2058 +- proto: WeaponEnergyGunMini + entities: + - uid: 763 components: - type: Transform - pos: 11.526374,-9.47338 - parent: 2 - - uid: 2059 + pos: -3.6546164,-11.628491 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 1433 components: - type: Transform - pos: 11.526374,-9.47338 + rot: 3.141592653589793 rad + pos: -3.2830667,-11.702823 parent: 2 -- proto: WeaponEnergyGunMini - entities: - - uid: 2109 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 2047 components: - type: Transform - pos: 10.501245,-11.3602295 + rot: 3.141592653589793 rad + pos: -3.2979288,-11.583892 parent: 2 - - uid: 2111 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 2313 components: - type: Transform - pos: 10.501245,-11.478285 + pos: -3.6397552,-11.464963 parent: 2 - - uid: 2113 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler +- proto: WeaponEnergyGunPistolSecurity + entities: + - uid: 313 components: - type: Transform - pos: 10.501245,-11.5893955 - parent: 2 - - uid: 2115 + pos: -3.5392246,-7.6390343 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 3956 + components: + - type: Transform + pos: -3.5003014,-7.5140343 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 3961 + components: + - type: Transform + pos: -3.5003014,-7.4046593 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 3965 + components: + - type: Transform + pos: -3.5003014,-7.2796593 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler +- proto: WeaponEnergyGunTactical + entities: + - uid: 3947 + components: + - type: Transform + pos: -10.467243,-9.55116 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 3951 + components: + - type: Transform + pos: -10.482868,-9.660535 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 3952 + components: + - type: Transform + pos: -10.467243,-9.30116 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler + - uid: 3953 + components: + - type: Transform + pos: -10.467243,-9.410535 + parent: 2 + - type: EnergyGunFireModes + currentFireMode: + state: disabler + name: energy-gun-disable + shotType: Hitscan + fireCost: 50 + hitscanProto: BulletDisabler + projectileProto: null + - type: Item + heldPrefix: disabler + - type: HitscanBatteryAmmoProvider + fireCost: 50 + proto: BulletDisabler +- proto: WeaponIONRifle + entities: + - uid: 1876 components: - type: Transform - pos: 10.501245,-11.686618 + pos: 5.523327,-18.379812 parent: 2 -- proto: WeaponEnergyGunPistol - entities: - - uid: 2077 + - uid: 4551 components: - type: Transform - pos: 10.526651,-7.419976 + pos: 5.5165977,-18.537968 parent: 2 - - uid: 2078 +- proto: WeaponMachineGunMG42 + entities: + - uid: 4545 components: - type: Transform - pos: 10.526651,-7.489421 + pos: 4.5434403,-18.262585 parent: 2 - - uid: 2079 +- proto: WeaponMechCombatIon + entities: + - uid: 1650 components: - type: Transform - pos: 10.526651,-7.582013 + pos: 10.45003,-14.198927 parent: 2 -- proto: WeaponMachineGunMG42 +- proto: WeaponMechCombatVindictor entities: - - uid: 2211 + - uid: 452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.712932,-8.9193735 + pos: 10.887492,-14.586508 parent: 2 - proto: WeaponPistolG22 entities: - - uid: 2022 + - uid: 1688 components: - type: Transform - pos: 8.491956,-11.321853 + pos: -5.5269566,-11.43523 parent: 2 - - uid: 2117 + - uid: 1689 components: - type: Transform - pos: 8.507581,-11.399978 + pos: -5.5269566,-11.569026 parent: 2 - - uid: 2119 + - uid: 1690 components: - type: Transform - pos: 8.523206,-11.478103 + pos: -5.5269566,-11.494695 parent: 2 - - uid: 2121 + - uid: 2143 components: - type: Transform - pos: 8.538831,-11.571853 + pos: -5.5269566,-11.628491 parent: 2 - proto: WeaponPistolN1984 entities: - - uid: 2196 + - uid: 516 components: - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - - uid: 2287 + - uid: 517 components: - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - - uid: 2288 + - uid: 627 components: - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - - uid: 2289 + - uid: 727 components: - - type: MetaData - name: N220 - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - - uid: 2290 + - uid: 731 components: - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - - uid: 2291 + - uid: 732 components: - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - - uid: 2292 + - uid: 734 components: - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - - uid: 2293 + - uid: 809 components: + - type: MetaData + name: N220 - type: Transform - pos: -5.4871264,-11.409097 + pos: -5.5162916,-18.439974 parent: 2 - proto: WeaponPistolVP78 entities: - - uid: 2231 + - uid: 625 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - - uid: 2294 + - uid: 672 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - - uid: 2295 + - uid: 720 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - - uid: 2296 + - uid: 721 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - - uid: 2297 + - uid: 729 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - - uid: 2298 + - uid: 735 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - - uid: 2299 + - uid: 750 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - - uid: 2300 + - uid: 752 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5218487,-11.693819 + pos: -5.4717054,-18.707563 parent: 2 - proto: WeaponPulseCarbine entities: - - uid: 2233 + - uid: 578 components: - type: Transform - pos: -3.4747362,-7.464363 + pos: -3.4951782,-14.471251 parent: 2 - - uid: 2235 + - uid: 678 components: - type: Transform - pos: -3.4747362,-7.573738 + pos: -3.4951782,-14.27799 parent: 2 - - uid: 2236 + - uid: 1223 components: - type: Transform - pos: -3.4747362,-7.354988 + pos: -3.4951782,-14.471251 parent: 2 - - uid: 2237 + - uid: 1466 components: - type: Transform - pos: -3.4747362,-7.354988 + pos: -3.4951782,-14.634779 parent: 2 - - uid: 2239 + - uid: 2161 components: - type: Transform - pos: -3.4747362,-7.464363 + pos: -3.4951782,-14.27799 parent: 2 - - uid: 2241 + - uid: 2338 components: - type: Transform - pos: -3.4747362,-7.573738 + pos: -3.4951782,-14.634779 parent: 2 - proto: WeaponPulsePistol entities: - - uid: 2197 - components: - - type: Transform - pos: -3.529479,-11.295962 - parent: 2 - - uid: 2199 + - uid: 573 components: - type: Transform - pos: -3.529479,-11.295962 + rot: 3.141592653589793 rad + pos: -3.376165,-18.707563 parent: 2 - - uid: 2245 + - uid: 674 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.451354,-11.592837 + pos: -3.376165,-18.707563 parent: 2 - - uid: 2247 + - uid: 675 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.451354,-11.592837 + pos: -3.376165,-18.707563 parent: 2 - - uid: 2248 + - uid: 677 components: - type: Transform - pos: -3.529479,-11.295962 + pos: -3.5842323,-18.41024 parent: 2 - - uid: 2254 + - uid: 680 components: - type: Transform - pos: -3.529479,-11.295962 + pos: -3.5842323,-18.41024 parent: 2 - - uid: 2255 + - uid: 690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.451354,-11.592837 + pos: -3.5842323,-18.41024 parent: 2 - - uid: 2256 + - uid: 743 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.451354,-11.592837 + pos: -3.376165,-18.707563 parent: 2 -- proto: WeaponRifleBR64 - entities: - - uid: 2212 + - uid: 747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.353557,-8.9662485 + pos: -3.5842323,-18.41024 parent: 2 -- proto: WeaponRifleFamas +- proto: WeaponRifleBR64 entities: - - uid: 2068 - components: - - type: Transform - pos: 8.633894,-7.37735 - parent: 2 - - uid: 2080 - components: - - type: Transform - pos: 8.633894,-7.31485 - parent: 2 - - uid: 2082 + - uid: 3909 components: - type: Transform - pos: 8.633894,-7.455475 + pos: 5.070202,-14.333563 parent: 2 - - uid: 2083 + - uid: 4550 components: - type: Transform - pos: 8.649519,-7.517975 + pos: 5.0634727,-14.522343 parent: 2 -- proto: WeaponShotgunPaladin12 +- proto: WeaponRifleFamas entities: - - uid: 2183 + - uid: 1872 components: - type: Transform - pos: -8.978481,-7.307852 + pos: -5.4626055,-7.4003925 parent: 2 - - uid: 2185 + - uid: 1874 components: - type: Transform - pos: -8.978481,-7.391185 + pos: -5.4774675,-7.3111954 parent: 2 - - uid: 2186 + - uid: 2883 components: - type: Transform - pos: -8.978481,-7.453685 + pos: -5.4626055,-7.5936537 parent: 2 - - uid: 2188 + - uid: 2890 components: - type: Transform - pos: -8.978481,-7.5231295 + pos: -5.4626055,-7.5044565 parent: 2 - proto: WeaponShotgunSPAS12 entities: - - uid: 2051 + - uid: 297 components: - type: Transform - pos: 5.067795,-7.330475 + pos: -8.967407,-7.3665543 parent: 2 - - uid: 2052 + - uid: 299 components: - type: Transform - pos: 5.067795,-7.43985 + pos: -8.967407,-7.6638784 parent: 2 - - uid: 2053 + - uid: 303 components: - type: Transform - pos: 5.067795,-7.517975 + pos: -8.967407,-7.515216 parent: 2 - - uid: 2054 + - uid: 304 components: - type: Transform - pos: 5.067795,-7.62735 + pos: -8.952545,-7.2327585 parent: 2 - proto: WeaponShotgunZauer entities: - - uid: 2219 + - uid: 1449 components: - type: Transform - pos: -5.427861,-7.3454914 + pos: -5.338066,-14.590179 parent: 2 - - uid: 2220 + - uid: 2128 components: - type: Transform - pos: -5.427861,-7.5329914 + pos: -5.352927,-14.352322 parent: 2 - proto: WeaponSubMachineGunP90 entities: - - uid: 2336 + - uid: 647 components: - type: Transform - pos: -7.495164,-11.239546 + pos: -7.418627,-18.425106 parent: 2 - - uid: 2338 + - uid: 725 components: - type: Transform - pos: -7.495164,-11.364546 + pos: -7.418627,-18.321043 parent: 2 - - uid: 2340 + - uid: 781 components: - type: Transform - pos: -7.495164,-11.473921 + pos: -7.433489,-18.618368 parent: 2 - - uid: 2341 + - uid: 1844 components: - type: Transform - pos: -7.495164,-11.473921 + pos: -7.418627,-18.514303 parent: 2 - proto: WeaponSubMachineGunSkorpion entities: - - uid: 341 + - uid: 1668 components: - type: Transform - pos: 4.508894,-11.31485 + pos: -9.473131,-11.574663 parent: 2 - - uid: 2104 + - uid: 2507 components: - type: Transform - pos: 4.571394,-11.4711 + pos: -9.473131,-11.426001 parent: 2 - - uid: 2106 + - uid: 2538 components: - type: Transform - pos: 4.555769,-11.4086 + pos: -9.473131,-11.515198 parent: 2 - - uid: 2107 + - uid: 2557 components: - type: Transform - pos: 4.524519,-11.361725 + pos: -9.473131,-11.351669 parent: 2 - proto: WeaponTurretNanoTrasen entities: - - uid: 1418 + - uid: 1192 components: - type: Transform - pos: -8.5,-22.5 + rot: -1.5707963267948966 rad + pos: 2.5,-12.5 parent: 2 - uid: 1429 components: @@ -20761,109 +31226,216 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-5.5 parent: 2 - - uid: 1767 + - uid: 1826 components: - type: Transform - pos: 0.5,-9.5 + pos: 18.5,-9.5 parent: 2 - - uid: 1813 + - uid: 2167 components: - type: Transform - pos: 9.5,-18.5 + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 parent: 2 - - uid: 1815 + - uid: 2895 components: - type: Transform - pos: -17.5,-11.5 + pos: -19.5,37.5 parent: 2 - - uid: 1816 + - uid: 2975 components: - type: Transform - pos: -23.5,0.5 + rot: 3.141592653589793 rad + pos: -9.5,43.5 parent: 2 - - uid: 1817 + - uid: 2976 components: - type: Transform - pos: -33.5,10.5 + rot: 3.141592653589793 rad + pos: 4.5,38.5 parent: 2 - - uid: 1826 + - uid: 2977 components: - type: Transform - pos: 18.5,-9.5 + rot: 3.141592653589793 rad + pos: 6.5,19.5 parent: 2 - - uid: 2502 + - uid: 3891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,20.5 + pos: -17.5,-16.5 parent: 2 - - uid: 2895 + - uid: 3892 components: - type: Transform - pos: -19.5,37.5 + pos: -27.5,28.5 parent: 2 - - uid: 2975 + - uid: 3896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,43.5 + pos: -34.5,17.5 parent: 2 - - uid: 2976 + - uid: 3898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,38.5 + pos: -37.5,-3.5 parent: 2 - - uid: 2977 + - uid: 3899 + components: + - type: Transform + pos: -40.5,6.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 3905 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 4085 + - uid: 4505 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 4085 + - uid: 4506 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,19.5 + pos: 4.5,0.5 + parent: 4085 + - uid: 4507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 4085 + - uid: 4508 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 4085 + - uid: 4843 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 4558 + - uid: 4844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 4558 + - uid: 4845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,3.5 + parent: 4558 + - uid: 4846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 4558 + - uid: 4847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-12.5 + parent: 4558 +- proto: WeaponXM1014 + entities: + - uid: 3979 + components: + - type: Transform + pos: -8.910518,-14.294565 parent: 2 -- proto: WelderIndustrialAdvanced + - uid: 3980 + components: + - type: Transform + pos: -8.910518,-14.49769 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: -8.910518,-14.388315 + parent: 2 + - uid: 3982 + components: + - type: Transform + pos: -8.910518,-14.607065 + parent: 2 +- proto: WelderExperimental entities: - - uid: 1603 + - uid: 1619 components: - type: Transform - pos: -1.5,-15.5 + pos: 10.653155,-18.386427 parent: 2 - - uid: 1604 + - uid: 1654 components: - type: Transform - pos: -1.5,-15.5 + pos: 10.496905,-18.542677 parent: 2 - - uid: 1605 +- proto: WelderIndustrialAdvanced + entities: + - uid: 1271 components: - type: Transform - pos: -1.5,-15.5 + pos: 9.491165,-11.489595 parent: 2 - - uid: 1606 + - uid: 1273 components: - type: Transform - pos: -1.5,-15.5 + pos: 9.491165,-11.489595 parent: 2 - - uid: 1607 + - uid: 2987 components: - type: Transform - pos: -1.5,-15.5 + pos: 9.491165,-11.22397 parent: 2 - - uid: 1608 + - uid: 2993 components: - type: Transform - pos: -1.5,-15.5 + pos: 9.491165,-11.38022 parent: 2 - - uid: 1609 + - uid: 3001 components: - type: Transform - pos: -1.5,-15.5 + pos: 9.491165,-11.38022 parent: 2 - - uid: 1610 + - uid: 3924 components: - type: Transform - pos: -1.5,-15.5 + pos: 9.491165,-11.22397 parent: 2 - proto: WindoorSecureCentralCommandLocked entities: + - uid: 1337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,15.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,15.5 + parent: 2 - uid: 2679 components: - type: Transform @@ -20896,6 +31468,12 @@ entities: - type: Transform pos: -5.5,34.5 parent: 2 + - uid: 3721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,5.5 + parent: 2 - proto: WindoorSecureChemistryLocked entities: - uid: 1058 @@ -20904,6 +31482,42 @@ entities: rot: 3.141592653589793 rad pos: -7.5,-0.5 parent: 2 +- proto: WindoorSecureExternalLocked + entities: + - uid: 4509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 4085 + - uid: 4510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 4085 + - uid: 4511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 4085 + - uid: 4512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 4085 + - uid: 4513 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 4085 + - uid: 4514 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 4085 - proto: WindoorSecureMedicalLocked entities: - uid: 1080 @@ -20949,6 +31563,30 @@ entities: parent: 2 - proto: WindowReinforcedDirectional entities: + - uid: 90 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,7.5 + parent: 2 + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,15.5 + parent: 2 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,15.5 + parent: 2 + - uid: 530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,4.5 + parent: 2 - uid: 539 components: - type: Transform @@ -20960,6 +31598,12 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,33.5 parent: 2 + - uid: 1830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,15.5 + parent: 2 - uid: 2011 components: - type: Transform @@ -20995,22 +31639,22 @@ entities: rot: 3.141592653589793 rad pos: 1.5,12.5 parent: 2 - - uid: 2019 + - uid: 2021 components: - type: Transform - rot: -1.5707963267948966 rad pos: 1.5,8.5 parent: 2 - - uid: 2020 + - uid: 2121 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,12.5 + pos: -23.5,6.5 parent: 2 - - uid: 2021 + - uid: 2157 components: - type: Transform - pos: 1.5,8.5 + rot: 3.141592653589793 rad + pos: -25.5,15.5 parent: 2 - uid: 2264 components: @@ -21107,4 +31751,34 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,33.5 parent: 2 + - uid: 3278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 2 + - uid: 3280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,12.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 4085 +- proto: Wrench + entities: + - uid: 4516 + components: + - type: Transform + pos: -3.6784964,-8.057649 + parent: 4085 + - uid: 4848 + components: + - type: Transform + pos: 2.598732,0.8006773 + parent: 4558 ... diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 0ebb20b9294..5f8acda31b6 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -786,6 +786,25 @@ - LogProbeCartridge - AstroNavCartridge +- type: entity + parent: CentcomPDA + id: CentcomOperatorPDA + name: CentComm PDA + description: Light green sign of walking bureaucracy. + components: + - type: Pda + id: CentcomOperatorIDCard + state: pda-centcom + penSlot: + startingItem: PenCentcom + whitelist: + tags: + - Write + - type: PdaBorderColor + borderColor: "#00842e" + - type: Icon + state: pda-centcom + - type: entity parent: CentcomPDA id: AdminPDA diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 965fe275306..003fc7b37bd 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -473,6 +473,20 @@ - type: PresetIdCard job: CentCommOfficial # Sunrise-Edit +- type: entity # Sunrise-Start + parent: IDCardStandard + id: CentcomOperatorIDCard + name: command operator ID card + components: + - type: Sprite + layers: + - state: centcom + - state: idcentcom + - type: Item + heldPrefix: blue + - type: PresetIdCard + job: CentCommOperator # Sunrise-end + - type: entity parent: IDCardStandard id: ERTLeaderIDCard diff --git a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml index 93dba01af31..dcd9f81d141 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml @@ -626,7 +626,7 @@ damage: types: Blunt: 30 - Structural: 180 + Structural: 190 - type: MovementSpeedModifier baseWalkSpeed: 2 baseSprintSpeed: 3.5 @@ -834,7 +834,7 @@ damage: types: Blunt: 35 - Structural: 200 + Structural: 250 - type: MovementSpeedModifier baseWalkSpeed: 2.4 baseSprintSpeed: 3.6 @@ -917,7 +917,7 @@ damage: types: Blunt: 55 - Structural: 350 + Structural: 370 - type: MovementSpeedModifier baseWalkSpeed: 1 baseSprintSpeed: 1.5 @@ -995,7 +995,7 @@ damage: types: Blunt: 60 - Structural: 460 + Structural: 400 - type: MovementSpeedModifier baseWalkSpeed: 2.2 baseSprintSpeed: 3 @@ -1157,10 +1157,10 @@ damage: types: Blunt: 50 - Structural: 380 + Structural: 360 - type: MovementSpeedModifier baseWalkSpeed: 2 - baseSprintSpeed: 2.8 + baseSprintSpeed: 2.6 - type: Damageable damageModifierSet: MediumArmorSyndi - type: CanMoveInAir @@ -1233,10 +1233,10 @@ damage: types: Blunt: 60 - Structural: 450 + Structural: 390 - type: MovementSpeedModifier baseWalkSpeed: 1 - baseSprintSpeed: 1.5 + baseSprintSpeed: 1.6 - type: Damageable damageModifierSet: HeavyArmorSyndi - type: CanMoveInAir diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml index ab84da904fb..af8674ac2a6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml @@ -70,7 +70,7 @@ - type: Projectile damage: types: - Blunt: 5 #Sunrise-Start + Blunt: 4 #Sunrise-Start Heat: 3 #Sunrise-End - type: IgnitionSource ignited: true diff --git a/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml b/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml index 8475aacfa1b..23d89d8ef80 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml @@ -42,6 +42,11 @@ Telecrystal: 2 categories: - UplinkAmmo + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkMagazineShotgun @@ -91,6 +96,11 @@ Telecrystal: 4 categories: - UplinkAmmo + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink # For the LMG - type: listing @@ -123,6 +133,11 @@ Telecrystal: 6 categories: - UplinkAmmo + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing id: UplinkMagazineLightRifleBoxUranium @@ -134,6 +149,11 @@ Telecrystal: 8 categories: - UplinkAmmo + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink - type: listing @@ -294,9 +314,9 @@ productEntity: CrateAmmokitBundle discountCategory: usualDiscounts discountDownTo: - Telecrystal: 90 + Telecrystal: 50 cost: - Telecrystal: 120 + Telecrystal: 100 categories: - UplinkAmmo conditions: @@ -511,9 +531,9 @@ icon: { sprite: _Sunrise/Objects/Weapons/Guns/LMGs/DL6902.rsi, state: icon } discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 20 + Telecrystal: 15 cost: - Telecrystal: 40 + Telecrystal: 35 categories: - UplinkWeaponry conditions: @@ -808,9 +828,9 @@ productEntity: ExpCollarsKit discountCategory: usualDiscounts discountDownTo: - Telecrystal: 5 + Telecrystal: 4 cost: - Telecrystal: 10 + Telecrystal: 8 categories: - UplinkExplosives conditions: @@ -863,9 +883,9 @@ productEntity: CrateCybersunRoverBundle discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 35 + Telecrystal: 40 cost: - Telecrystal: 70 + Telecrystal: 80 categories: - UplinkMechs conditions: @@ -884,9 +904,9 @@ productEntity: CrateCybersunMaulerBundle discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 40 + Telecrystal: 50 cost: - Telecrystal: 85 + Telecrystal: 100 categories: - UplinkMechs conditions: diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml index 59315833bdc..439fbf60e68 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml @@ -405,8 +405,8 @@ id: PelletShotgunIncendiarySpread damage: types: - Blunt: 5 - Heat: 2 + Blunt: 3 + Heat: 3 collisionMask: BulletImpassable reflective: NonEnergy bulletTracer: diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_operator.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_operator.yml index dcc00fec8ac..10f5d876b98 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_operator.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_operator.yml @@ -28,7 +28,7 @@ eyes: ClothingEyesGlassesSunglasses gloves: ClothingHandsGlovesColorBlack outerClothing: ClothingOuterArmorBasic - id: CentcomPDA + id: CentcomOperatorPDA ears: ClothingHeadsetCentCom belt: WeaponPistolN1984 storage: From 7ffdb76b4b1e05c19c779117c80b751885ddd10b Mon Sep 17 00:00:00 2001 From: GayBot Date: Mon, 16 Dec 2024 18:34:55 +0300 Subject: [PATCH 32/50] Automatic changelog update --- Resources/Changelog/ChangelogSunrise.yml | 53 ++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 4f3ee3052d7..c7e2a3fd6aa 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -8198,3 +8198,56 @@ type: Fix id: 574 time: '2024-12-16T15:37:28.339501+00:00' +- author: Parashut + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0430 \u043A\u043E\ + \u043B\u043B\u0438\u0437\u0438\u044F \u0432\u0441\u0435\u0445 \u0442\u0443\u0440\ + \u0435\u043B\u0435\u0439." + type: Fix + id: 575 + time: '2024-12-16T15:38:14.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/864 +- author: KaiserMaus + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0431\u0440\u043E\ + \u043D\u044F \u041E\u0411\u0420 \"\u0410\u043C\u0431\u0435\u0440\" \u0434\u043B\ + \u044F \u0432\u0441\u0435\u0439 \u043A\u043E\u043C\u0430\u043D\u0434\u044B." + type: Add + - message: "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u043E \u0441\u0442\u0430\u0440\ + \u0442\u043E\u0432\u043E\u0435 \u0441\u043D\u0430\u0440\u044F\u0436\u0435\u043D\ + \u0438\u0435 \u041E\u0411\u0420." + type: Tweak + - message: "NanoTrasen \u043D\u0430\u0447\u0430\u043B\u0438 \u044D\u043A\u043E\u043D\ + \u043E\u043C\u0438\u0442\u044C \u043D\u0430 \u0431\u0440\u043E\u043D\u0435 SWAT." + type: Tweak + id: 576 + time: '2024-12-16T15:38:23.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/859 +- author: KaiserMaus + changes: + - message: "\u041E\u043F\u0435\u0440\u0430\u0442\u043E\u0440 \u0426\u041A \u0442\ + \u0435\u043F\u0435\u0440\u044C \u0438\u043C\u0435\u0435\u0442 \u043A\u0430\u0440\ + \u0442\u0443 \u041E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0430 \u0426\u041A\ + ." + type: Fix + id: 577 + time: '2024-12-16T15:38:38.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/846 +- author: Focstor + changes: + - message: "\u041F\u0440\u0438 \u043F\u0435\u0440\u0435\u0440\u0430\u0431\u043E\u0442\ + \u043A\u0435 \u0441\u0442\u0430\u043B\u0438 \u0432\u043D\u043E\u0432\u044C \u043C\ + \u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0441\ + \u0432\u0438\u043D\u0435\u0446." + type: Tweak + - message: "\u0423\u0441\u043B\u043E\u0436\u043D\u0451\u043D \u0440\u0435\u0446\u0435\ + \u043F\u0442 \u0440\u0435\u0430\u0433\u0435\u043D\u0442\u0430 \"\u0443\u0434\ + \u0430\u0440 \u0431\u0438\u043F\u0441\u043A\u0438\"." + type: Tweak + - message: "\u0414\u0435\u0431\u0430\u0444\u0444 \"\u0443\u0434\u0430\u0440 \u0431\ + \u0438\u043F\u0441\u043A\u0438\" (\u0448\u0430\u043D\u0441 \u0441\u0442\u0430\ + \u043D\u0430) 100% -> 60%." + type: Fix + id: 578 + time: '2024-12-16T15:38:01.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/868 From 540f264f4a00b6dd1f70f9513d4f686821d45afc Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 18:37:43 +0300 Subject: [PATCH 33/50] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D1=80=D0=B5?= =?UTF-8?q?=D0=B2=D0=BE=D0=BB=D1=8E=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GameTicking/Rules/RevolutionaryRuleSystem.cs | 1 + Resources/Changelog/ChangelogSunrise.yml | 16 ++++++++++++++++ Resources/Prototypes/GameRules/roundstart.yml | 2 -- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs index a313b78eaf1..7b20498ca2d 100644 --- a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs @@ -136,6 +136,7 @@ private void OnPostFlash(EntityUid uid, HeadRevolutionaryComponent comp, ref Aft if (HasComp(ev.Target) || HasComp(ev.Target) || + HasComp(ev.Target) || !HasComp(ev.Target) && !alwaysConvertible || !_mobState.IsAlive(ev.Target) || diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 60d46e3451b..4f3ee3052d7 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -8182,3 +8182,19 @@ type: Fix id: 573 time: '2024-12-15T20:26:00.755934+00:00' +- author: VigersRay + changes: + - message: "\u041A\u043E\u043C\u043C\u0430\u043D\u0434\u043D\u044B\u0439 \u0441\u043E\ + \u0441\u0442\u0430\u0432 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0441\u0442\ + \u0430\u0442\u044C \u0433\u043B\u0430\u0432\u0430\u043C\u0438 \u0440\u0435\u0432\ + \u043E\u043B\u044E\u0446\u0438\u0438." + type: Fix + - message: "\u041A\u043E\u043C\u043C\u0430\u043D\u0434\u043D\u044B\u0439 \u0441\u043E\ + \u0441\u0442\u0430\u0432 \u043D\u0435\u043B\u044C\u0437\u044F \u043A\u043E\u043D\ + \u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u0440\ + \u0435\u0432\u043E\u043B\u044E\u0446\u0438\u043E\u043D\u0435\u0440\u0430 \u0434\ + \u0430\u0436\u0435 \u0431\u0435\u0437 \u0438\u043C\u043F\u043B\u0430\u043D\u0442\ + \u0430 \u0449\u0438\u0442\u0430 \u0440\u0430\u0437\u0443\u043C\u0430." + type: Fix + id: 574 + time: '2024-12-16T15:37:28.339501+00:00' diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index 43bc4ef22a1..df290599940 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -235,8 +235,6 @@ definitions: - prefRoles: [ HeadRev ] max: 3 - pickCommandStaff: true # Sunrise-Edit - maxCommandStaff: 3 # Sunrise-Edit playerRatio: 15 briefing: text: head-rev-role-greeting From 47bcf567cbde073bf8fea33a4e5bf0c7d518bd40 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 18:45:03 +0300 Subject: [PATCH 34/50] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=8F=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=82=D0=B5=D1=80?= =?UTF-8?q?=D0=BC=D0=B8=D0=BD=D0=B0=D1=82=D0=BE=D1=80=D0=BE=D0=B2,=20?= =?UTF-8?q?=D0=B4=D0=B2=D0=BE=D0=B9=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2,=20?= =?UTF-8?q?=D0=B1=D0=B5=D0=B3=D0=BB=D0=B5=D1=86=D0=BE=D0=B2=20=D0=B8=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D1=83=D0=BC=D0=BD=D0=BE=D0=B9=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=D0=B7=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Changelog/ChangelogSunrise.yml | 11 +++++++++++ Resources/Prototypes/GameRules/events.yml | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 4f3ee3052d7..73f738f1fb3 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -8198,3 +8198,14 @@ type: Fix id: 574 time: '2024-12-16T15:37:28.339501+00:00' +- author: VigersRay + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E \u043F\u043E\ + \u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u0442\u0435\u0440\u043C\u0438\u043D\ + \u0430\u0442\u043E\u0440\u043E\u0432, \u0434\u0432\u043E\u0439\u043D\u0438\u043A\ + \u043E\u0432, \u0431\u0435\u0433\u043B\u0435\u0446\u043E\u0432 \u0438 \u0440\ + \u0430\u0437\u0443\u043C\u043D\u043E\u0439 \u0431\u043E\u043B\u0435\u0437\u043D\ + \u0438." + type: Fix + id: 575 + time: '2024-12-16T15:44:52.230092+00:00' diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 4721c9fd0cf..e0a3e9001eb 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -38,6 +38,10 @@ - id: ZombieOutbreak - id: LoneOpsSpawn - id: DerelictCyborgSpawn + - id: DiseaseSpawn + - id: FugitiveSpawn + - id: EvilTwinSpawn + - id: TerminatorSpawn - type: entity id: BaseStationEvent @@ -504,7 +508,6 @@ fallbackRoles: [ Traitor ] min: 5 # Sunrise-Edit max: 10 # Sunrise-Edit - pickCommandStaff: false # Sunrise-Edit playerRatio: 10 blacklist: components: From fe73c05fb968f1d0a8cc3f90986d05e82185bfd4 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 18:58:37 +0300 Subject: [PATCH 35/50] =?UTF-8?q?=D0=A3=D0=BC=D0=B5=D0=BD=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=87=D0=B0=D1=81=D1=82=D0=BE=D1=82=D1=83=20?= =?UTF-8?q?=D1=81=D0=BE=D0=B1=D1=8B=D1=82=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/GameRules/roundstart.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index df290599940..22362cf803b 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -333,6 +333,12 @@ parent: BaseGameRule components: - type: BasicStationEventScheduler + # Sunrise-Start + minimumTimeUntilFirstEvent: 480 # 8 mins + minMaxEventTiming: + min: 360 # 6 mins + max: 720 # 12 mins + # Sunrise-End scheduledGameRules: !type:NestedSelector tableId: BasicGameRulesTable From 17e3ef32b7755a8c205cd6877b67c1c36d304d66 Mon Sep 17 00:00:00 2001 From: Vexerot <71985089+Vexerot@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:27:40 -0800 Subject: [PATCH 36/50] Add Explosion Resistance to SecBelts (#33253) Added explosion resistance to secbelt --- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index c1631537022..621f30dbb35 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -456,7 +456,7 @@ - type: Appearance - type: entity - parent: [ClothingBeltStorageBase, BaseRestrictedContraband] + parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseRestrictedContraband] id: ClothingBeltSecurity name: security belt description: Can hold security gear like handcuffs and flashes. @@ -465,6 +465,8 @@ sprite: Clothing/Belt/security.rsi - type: Clothing sprite: Clothing/Belt/security.rsi + - type: ExplosionResistance + damageCoefficient: 0.9 - type: Storage whitelist: tags: From 74f873a9f736f12ea7d85ecbd266aea6b450ddbc Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 16:28:47 +0000 Subject: [PATCH 37/50] 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 f6f71220ff8..06fce125606 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: slarticodefast - changes: - - message: Fixed energy sword visuals. - type: Fix - id: 7216 - time: '2024-08-26T13:00:52.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31478 - author: CuteBoi changes: - message: Replaced small fans on most shuttles with directional fans. @@ -3925,3 +3918,11 @@ id: 7715 time: '2024-12-16T15:33:32.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32755 +- author: Vexerot + changes: + - message: Security Belts and Security Carriers now provide 10% reduced explosion + damage to contents. + type: Tweak + id: 7716 + time: '2024-12-16T16:27:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33253 From 4b9162983244fcf4355d46a8e56b7610de9d3b11 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 20:06:22 +0300 Subject: [PATCH 38/50] =?UTF-8?q?=D0=92=D0=B8=D0=B3=D0=B5=D1=80=D1=81=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D1=83=D0=BC=D0=B5=D0=B5=D1=82=20=D0=B2=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D1=81=D1=82=D1=83=D1=8E=20=D0=BB=D0=BE=D0=B3=D0=B8?= =?UTF-8?q?=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/Antag/AntagSelectionSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Antag/AntagSelectionSystem.cs b/Content.Server/Antag/AntagSelectionSystem.cs index 8761523ce1b..3f2817a4cdc 100644 --- a/Content.Server/Antag/AntagSelectionSystem.cs +++ b/Content.Server/Antag/AntagSelectionSystem.cs @@ -290,7 +290,7 @@ public void ChooseAntags(Entity ent, // Sunrise-Start if (_jobs.IsCommandStaff(session)) { - if (def.PickCommandStaff) + if (!def.PickCommandStaff) continue; var selectedCommandStaff = 0; From bc9a64378554e43c60c0e3121226936609104703 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 20:10:05 +0300 Subject: [PATCH 39/50] =?UTF-8?q?=D0=90=D0=B4=D1=8E=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D1=82=20=D0=BD=D0=B5=20=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D1=8C=20=D0=B2=D0=BE=D1=80=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_Sunrise/Roles/Jobs/{Adjutant => Command}/adjutant.yml | 6 ++++++ .../Roles/Jobs/Command/nanotrasen_representative.yml | 3 +++ 2 files changed, 9 insertions(+) rename Resources/Prototypes/_Sunrise/Roles/Jobs/{Adjutant => Command}/adjutant.yml (88%) diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Command/adjutant.yml similarity index 88% rename from Resources/Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml rename to Resources/Prototypes/_Sunrise/Roles/Jobs/Command/adjutant.yml index b3bad3622a2..539e1b913a3 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Command/adjutant.yml @@ -34,6 +34,12 @@ - Cargo - Medical - Barber + special: + - !type:AddImplantSpecial + implants: [MindShieldImplant] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: AdjutantGear diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Command/nanotrasen_representative.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Command/nanotrasen_representative.yml index 0b6f46661cb..5da9bbb9535 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/Command/nanotrasen_representative.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Command/nanotrasen_representative.yml @@ -43,6 +43,9 @@ special: - !type:AddImplantSpecial implants: [MindShieldImplant] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: NanoTrasenRepresentativeGear From 2ccd4713885b0cb04d24ba84ce9c88bf3d67bdb6 Mon Sep 17 00:00:00 2001 From: Intoxicating-Innocence <188202277+Intoxicating-Innocence@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:17:06 +1100 Subject: [PATCH 40/50] Chem master UI (#33328) * chemmaster buffer has colors now * I have saved chemists everywhere * implimented panelcontainers instead of labels, slight visual rework * added UI changes to input buffer * fixed some unsightly indentation on brackets and removed redundant minheight specification from verticalstretch elements * Formatting and code cleanup * pills still not rendering correctly * more tinkering, entities finally display correctly * entities display correctly, pill fields default to max now * fixed stripes * fixed excess pillCount bug * removed cache, fixed tab swapping --------- Co-authored-by: Saphire --- .../Chemistry/UI/ChemMasterWindow.xaml.cs | 285 ++++++++++-------- 1 file changed, 161 insertions(+), 124 deletions(-) diff --git a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs index 5eace08a7fd..20c61f10cb8 100644 --- a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs +++ b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml.cs @@ -12,6 +12,7 @@ using System.Linq; using System.Numerics; using Content.Shared.FixedPoint; +using Robust.Client.Graphics; using static Robust.Client.UserInterface.Controls.BoxContainer; namespace Content.Client.Chemistry.UI @@ -90,10 +91,40 @@ public ChemMasterWindow() private ReagentButton MakeReagentButton(string text, ChemMasterReagentAmount amount, ReagentId id, bool isBuffer, string styleClass) { - var button = new ReagentButton(text, amount, id, isBuffer, styleClass); - button.OnPressed += args - => OnReagentButtonPressed?.Invoke(args, button); - return button; + var reagentTransferButton = new ReagentButton(text, amount, id, isBuffer, styleClass); + reagentTransferButton.OnPressed += args + => OnReagentButtonPressed?.Invoke(args, reagentTransferButton); + return reagentTransferButton; + } + /// + /// Conditionally generates a set of reagent buttons based on the supplied boolean argument. + /// This was moved outside of BuildReagentRow to facilitate conditional logic, stops indentation depth getting out of hand as well. + /// + private List CreateReagentTransferButtons(ReagentId reagent, bool isBuffer, bool addReagentButtons) + { + if (!addReagentButtons) + return new List(); // Return an empty list if reagentTransferButton creation is disabled. + + var buttonConfigs = new (string text, ChemMasterReagentAmount amount, string styleClass)[] + { + ("1", ChemMasterReagentAmount.U1, StyleBase.ButtonOpenBoth), + ("5", ChemMasterReagentAmount.U5, StyleBase.ButtonOpenBoth), + ("10", ChemMasterReagentAmount.U10, StyleBase.ButtonOpenBoth), + ("25", ChemMasterReagentAmount.U25, StyleBase.ButtonOpenBoth), + ("50", ChemMasterReagentAmount.U50, StyleBase.ButtonOpenBoth), + ("100", ChemMasterReagentAmount.U100, StyleBase.ButtonOpenBoth), + (Loc.GetString("chem-master-window-buffer-all-amount"), ChemMasterReagentAmount.All, StyleBase.ButtonOpenLeft), + }; + + var buttons = new List(); + + foreach (var (text, amount, styleClass) in buttonConfigs) + { + var reagentTransferButton = MakeReagentButton(text, amount, reagent, isBuffer, styleClass); + buttons.Add(reagentTransferButton); + } + + return buttons; } /// @@ -102,25 +133,36 @@ private ReagentButton MakeReagentButton(string text, ChemMasterReagentAmount amo /// State data sent by the server. public void UpdateState(BoundUserInterfaceState state) { - var castState = (ChemMasterBoundUserInterfaceState) state; + var castState = (ChemMasterBoundUserInterfaceState)state; + if (castState.UpdateLabel) LabelLine = GenerateLabel(castState); - UpdatePanelInfo(castState); - - var output = castState.OutputContainerInfo; + // Ensure the Panel Info is updated, including UI elements for Buffer Volume, Output Container and so on + UpdatePanelInfo(castState); + BufferCurrentVolume.Text = $" {castState.BufferCurrentVolume?.Int() ?? 0}u"; - + InputEjectButton.Disabled = castState.InputContainerInfo is null; - OutputEjectButton.Disabled = output is null; - CreateBottleButton.Disabled = output?.Reagents == null; - CreatePillButton.Disabled = output?.Entities == null; - + OutputEjectButton.Disabled = castState.OutputContainerInfo is null; + CreateBottleButton.Disabled = castState.OutputContainerInfo?.Reagents == null; + CreatePillButton.Disabled = castState.OutputContainerInfo?.Entities == null; + + UpdateDosageFields(castState); + } + + //assign default values for pill and bottle fields. + private void UpdateDosageFields(ChemMasterBoundUserInterfaceState castState) + { + var output = castState.OutputContainerInfo; var remainingCapacity = output is null ? 0 : (output.MaxVolume - output.CurrentVolume).Int(); var holdsReagents = output?.Reagents != null; var pillNumberMax = holdsReagents ? 0 : remainingCapacity; var bottleAmountMax = holdsReagents ? remainingCapacity : 0; + var bufferVolume = castState.BufferCurrentVolume?.Int() ?? 0; + PillDosage.Value = (int)Math.Min(bufferVolume, castState.PillDosageLimit); + PillTypeButtons[castState.SelectedPillType].Pressed = true; PillNumber.IsValid = x => x >= 0 && x <= pillNumberMax; PillDosage.IsValid = x => x > 0 && x <= castState.PillDosageLimit; @@ -130,8 +172,19 @@ public void UpdateState(BoundUserInterfaceState state) PillNumber.Value = pillNumberMax; if (BottleDosage.Value > bottleAmountMax) BottleDosage.Value = bottleAmountMax; - } + // Avoid division by zero + if (PillDosage.Value > 0) + { + PillNumber.Value = Math.Min(bufferVolume / PillDosage.Value, pillNumberMax); + } + else + { + PillNumber.Value = 0; + } + + BottleDosage.Value = Math.Min(bottleAmountMax, bufferVolume); + } /// /// Generate a product label based on reagents in the buffer. /// @@ -178,46 +231,23 @@ private void UpdatePanelInfo(ChemMasterBoundUserInterfaceState state) var bufferVol = new Label { Text = $"{state.BufferCurrentVolume}u", - StyleClasses = {StyleNano.StyleClassLabelSecondaryColor} + StyleClasses = { StyleNano.StyleClassLabelSecondaryColor } }; bufferHBox.AddChild(bufferVol); + // initialises rowCount to allow for striped rows + + var rowCount = 0; foreach (var (reagent, quantity) in state.BufferReagents) { - // Try to get the prototype for the given reagent. This gives us its name. - _prototypeManager.TryIndex(reagent.Prototype, out ReagentPrototype? proto); + var reagentId = reagent; + _prototypeManager.TryIndex(reagentId.Prototype, out ReagentPrototype? proto); var name = proto?.LocalizedName ?? Loc.GetString("chem-master-window-unknown-reagent-text"); - - if (proto != null) - { - BufferInfo.Children.Add(new BoxContainer - { - Orientation = LayoutOrientation.Horizontal, - Children = - { - new Label {Text = $"{name}: "}, - new Label - { - Text = $"{quantity}u", - StyleClasses = {StyleNano.StyleClassLabelSecondaryColor} - }, - - // Padding - new Control {HorizontalExpand = true}, - - MakeReagentButton("1", ChemMasterReagentAmount.U1, reagent, true, StyleBase.ButtonOpenRight), - MakeReagentButton("5", ChemMasterReagentAmount.U5, reagent, true, StyleBase.ButtonOpenBoth), - MakeReagentButton("10", ChemMasterReagentAmount.U10, reagent, true, StyleBase.ButtonOpenBoth), - MakeReagentButton("25", ChemMasterReagentAmount.U25, reagent, true, StyleBase.ButtonOpenBoth), - MakeReagentButton("50", ChemMasterReagentAmount.U50, reagent, true, StyleBase.ButtonOpenBoth), - MakeReagentButton("100", ChemMasterReagentAmount.U100, reagent, true, StyleBase.ButtonOpenBoth), - MakeReagentButton(Loc.GetString("chem-master-window-buffer-all-amount"), ChemMasterReagentAmount.All, reagent, true, StyleBase.ButtonOpenLeft), - } - }); - } + var reagentColor = proto?.SubstanceColor ?? default(Color); + BufferInfo.Children.Add(BuildReagentRow(reagentColor, rowCount++, name, reagentId, quantity, true, true)); } } - + private void BuildContainerUI(Control control, ContainerInfo? info, bool addReagentButtons) { control.Children.Clear(); @@ -228,104 +258,111 @@ private void BuildContainerUI(Control control, ContainerInfo? info, bool addReag { Text = Loc.GetString("chem-master-window-no-container-loaded-text") }); + return; } - else + + // Name of the container and its fill status (Ex: 44/100u) + control.Children.Add(new BoxContainer { - // Name of the container and its fill status (Ex: 44/100u) - control.Children.Add(new BoxContainer + Orientation = LayoutOrientation.Horizontal, + Children = { - Orientation = LayoutOrientation.Horizontal, - Children = + new Label { Text = $"{info.DisplayName}: " }, + new Label { - new Label {Text = $"{info.DisplayName}: "}, - new Label - { - Text = $"{info.CurrentVolume}/{info.MaxVolume}", - StyleClasses = {StyleNano.StyleClassLabelSecondaryColor} - } + Text = $"{info.CurrentVolume}/{info.MaxVolume}", + StyleClasses = { StyleNano.StyleClassLabelSecondaryColor } } - }); - - IEnumerable<(string Name, ReagentId Id, FixedPoint2 Quantity)> contents; + } + }); + // Initialises rowCount to allow for striped rows + var rowCount = 0; - if (info.Entities != null) + // Handle entities if they are not null + if (info.Entities != null) + { + foreach (var (id, quantity) in info.Entities.Select(x => (x.Id, x.Quantity))) { - contents = info.Entities.Select(x => (x.Id, default(ReagentId), x.Quantity)); + control.Children.Add(BuildReagentRow(default(Color), rowCount++, id, default(ReagentId), quantity, false, addReagentButtons)); } - else if (info.Reagents != null) - { - contents = info.Reagents.Select(x => - { - _prototypeManager.TryIndex(x.Reagent.Prototype, out ReagentPrototype? proto); - var name = proto?.LocalizedName - ?? Loc.GetString("chem-master-window-unknown-reagent-text"); + } - return (name, Id: x.Reagent, x.Quantity); - }) - .OrderBy(r => r.Item1); - } - else + // Handle reagents if they are not null + if (info.Reagents != null) + { + foreach (var reagent in info.Reagents) { - return; + _prototypeManager.TryIndex(reagent.Reagent.Prototype, out ReagentPrototype? proto); + var name = proto?.LocalizedName ?? Loc.GetString("chem-master-window-unknown-reagent-text"); + var reagentColor = proto?.SubstanceColor ?? default(Color); + + control.Children.Add(BuildReagentRow(reagentColor, rowCount++, name, reagent.Reagent, reagent.Quantity, false, addReagentButtons)); } - - - foreach (var (name, id, quantity) in contents) + } + } + /// + /// Take reagent/entity data and present rows, labels, and buttons appropriately. todo sprites? + /// + private Control BuildReagentRow(Color reagentColor, int rowCount, string name, ReagentId reagent, FixedPoint2 quantity, bool isBuffer, bool addReagentButtons) + { + //Colors rows and sets fallback for reagentcolor to the same as background, this will hide colorPanel for entities hopefully + var rowColor1 = Color.FromHex("#1B1B1E"); + var rowColor2 = Color.FromHex("#202025"); + var currentRowColor = (rowCount % 2 == 1) ? rowColor1 : rowColor2; + if ((reagentColor == default(Color))|(!addReagentButtons)) + { + reagentColor = currentRowColor; + } + //this calls the separated button builder, and stores the return to render after labels + var reagentButtonConstructors = CreateReagentTransferButtons(reagent, isBuffer, addReagentButtons); + + // Create the row layout with the color panel + var rowContainer = new BoxContainer + { + Orientation = LayoutOrientation.Horizontal, + Children = { - var inner = new BoxContainer + new Label { Text = $"{name}: " }, + new Label { - Orientation = LayoutOrientation.Horizontal, - Children = - { - new Label { Text = $"{name}: " }, - new Label - { - Text = $"{quantity}u", - StyleClasses = { StyleNano.StyleClassLabelSecondaryColor }, - } - } - }; - - if (addReagentButtons) + Text = $"{quantity}u", + StyleClasses = { StyleNano.StyleClassLabelSecondaryColor } + }, + + // Padding + new Control { HorizontalExpand = true }, + // Colored panels for reagents + new PanelContainer { - var cs = inner.Children; - - // Padding - cs.Add(new Control { HorizontalExpand = true }); - - cs.Add(MakeReagentButton( - "1", ChemMasterReagentAmount.U1, id, false, StyleBase.ButtonOpenRight)); - cs.Add(MakeReagentButton( - "5", ChemMasterReagentAmount.U5, id, false, StyleBase.ButtonOpenBoth)); - cs.Add(MakeReagentButton( - "10", ChemMasterReagentAmount.U10, id, false, StyleBase.ButtonOpenBoth)); - cs.Add(MakeReagentButton( - "25", ChemMasterReagentAmount.U25, id, false, StyleBase.ButtonOpenBoth)); - cs.Add(MakeReagentButton( - "50", ChemMasterReagentAmount.U50, id, false, StyleBase.ButtonOpenBoth)); - cs.Add(MakeReagentButton( - "100", ChemMasterReagentAmount.U100, id, false, StyleBase.ButtonOpenBoth)); - cs.Add(MakeReagentButton( - Loc.GetString("chem-master-window-buffer-all-amount"), - ChemMasterReagentAmount.All, id, false, StyleBase.ButtonOpenLeft)); + Name = "colorPanel", + VerticalExpand = true, + MinWidth = 4, + PanelOverride = new StyleBoxFlat + { + BackgroundColor = reagentColor + }, + Margin = new Thickness(0, 1) } - - control.Children.Add(inner); } + }; - } - } - - public String LabelLine - { - get + // Add the reagent buttons after the color panel + foreach (var reagentTransferButton in reagentButtonConstructors) { - return LabelLineEdit.Text; + rowContainer.AddChild(reagentTransferButton); } - set + //Apply panencontainer to allow for striped rows + return new PanelContainer { - LabelLineEdit.Text = value; - } + PanelOverride = new StyleBoxFlat(currentRowColor), + Children = { rowContainer } + }; + } + + public string LabelLine + { + get => LabelLineEdit.Text; + set => LabelLineEdit.Text = value; } } From db69ae67fe6689f890a5054cabfb4e0ee82c029c Mon Sep 17 00:00:00 2001 From: goet <6637097+goet@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:53:38 +0100 Subject: [PATCH 41/50] Spaceshroom grilling (#31872) * make spaceshroom cookable on grill * remove microwave recipe --- .../Entities/Objects/Misc/spaceshroom.yml | 25 +++++++++++++++++++ .../Construction/Graphs/food/spaceshroom.yml | 16 ++++++++++++ .../Recipes/Cooking/meal_recipes.yml | 8 ------ 3 files changed, 41 insertions(+), 8 deletions(-) create mode 100644 Resources/Prototypes/Recipes/Construction/Graphs/food/spaceshroom.yml diff --git a/Resources/Prototypes/Entities/Objects/Misc/spaceshroom.yml b/Resources/Prototypes/Entities/Objects/Misc/spaceshroom.yml index 91c90d1ce96..c6d27dba67d 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/spaceshroom.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/spaceshroom.yml @@ -76,6 +76,28 @@ weightedRandomId: RandomFillSpaceshroom - type: StaticPrice price: 20 + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.25,-0.25,0.25,0.25" + density: 1 + mask: + - ItemMask + restitution: 0.3 + friction: 0.2 + - type: Construction + graph: CookedSpaceshroom + node: start + defaultTarget: cooked spaceshroom + - type: AtmosExposed + - type: Temperature + currentTemperature: 290 + - type: InternalTemperature + thickness: 0.02 + area: 0.02 + conductivity: 0.43 - type: weightedRandomFillSolution id: RandomFillSpaceshroom @@ -126,3 +148,6 @@ - type: Produce - type: StaticPrice price: 40 + - type: Construction + graph: CookedSpaceshroom + node: cooked spaceshroom diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/food/spaceshroom.yml b/Resources/Prototypes/Recipes/Construction/Graphs/food/spaceshroom.yml new file mode 100644 index 00000000000..ffef9f159ca --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/food/spaceshroom.yml @@ -0,0 +1,16 @@ +- type: constructionGraph + id: CookedSpaceshroom + start: start + graph: + + - node: start + edges: + - to: cooked spaceshroom + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg + steps: + - minTemperature: 375 # little bit above boiling, shrooms need to lose all moisture to be good + + - node: cooked spaceshroom + entity: FoodSpaceshroomCooked diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 5dc7f81ac22..1ec6fc7233f 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1939,14 +1939,6 @@ FoodChevreSlice: 1 FoodBreadBaguetteSlice: 1 -- type: microwaveMealRecipe - id: RecipeCookedSpaceshroom - name: cooked spaceshroom recipe - result: FoodSpaceshroomCooked - time: 5 - solids: - FoodSpaceshroom: 1 - - type: microwaveMealRecipe id: RecipeCannabisButter name: cannabis butter recipe From 001b0edc7eaed80fcc3530c624641c939ab5f963 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 17:54:45 +0000 Subject: [PATCH 42/50] 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 06fce125606..d8730a94324 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: CuteBoi - changes: - - message: Replaced small fans on most shuttles with directional fans. - type: Fix - id: 7217 - time: '2024-08-26T22:24:22.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31495 - author: 12rabbits changes: - message: The guidebook now remembers where you left off when re-opened. @@ -3926,3 +3919,10 @@ id: 7716 time: '2024-12-16T16:27:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33253 +- author: goet + changes: + - message: Spaceshrooms can now be cooked on the electric grill. + type: Tweak + id: 7717 + time: '2024-12-16T17:53:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/31872 From 2340dabe4b83a26d99ae909eb6d58e0a7c301674 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 21:43:30 +0300 Subject: [PATCH 43/50] =?UTF-8?q?=D0=91=D0=BB=D1=8F=20=D0=B5=D1=89=D0=B5?= =?UTF-8?q?=20=D1=80=D0=B0=D0=B7=20=D0=B3=D0=BE=D0=B2=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/Antag/AntagSelectionSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Antag/AntagSelectionSystem.cs b/Content.Server/Antag/AntagSelectionSystem.cs index 3f2817a4cdc..94e44e452fd 100644 --- a/Content.Server/Antag/AntagSelectionSystem.cs +++ b/Content.Server/Antag/AntagSelectionSystem.cs @@ -164,7 +164,7 @@ private void OnSpawnComplete(PlayerSpawnCompleteEvent args) // Sunrise-Start if (_jobs.IsCommandStaff(args.Player)) { - if (def.Value.PickCommandStaff) + if (!def.Value.PickCommandStaff) continue; var selectedCommandStaff = 0; From 74e9576e663435b933e07f92f3340ef449bd344c Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:52:09 -0800 Subject: [PATCH 44/50] Figures can now be activated remotely (#32769) * First commit * I'm silly * weh * will this work? * Better design * Fixes! * rider :( * L rider --- .../Chat/SpeakOnTriggerComponent.cs | 17 +++ Content.Server/Chat/SpeakOnUseComponent.cs | 18 ---- .../Chat/Systems/SpeakOnTriggerSystem.cs | 42 ++++++++ .../Chat/Systems/SpeakOnUseSystem.cs | 42 -------- .../Entities/Objects/Fun/figurines.yml | 100 ++++++++++-------- 5 files changed, 114 insertions(+), 105 deletions(-) create mode 100644 Content.Server/Chat/SpeakOnTriggerComponent.cs delete mode 100644 Content.Server/Chat/SpeakOnUseComponent.cs create mode 100644 Content.Server/Chat/Systems/SpeakOnTriggerSystem.cs delete mode 100644 Content.Server/Chat/Systems/SpeakOnUseSystem.cs diff --git a/Content.Server/Chat/SpeakOnTriggerComponent.cs b/Content.Server/Chat/SpeakOnTriggerComponent.cs new file mode 100644 index 00000000000..d879cbf1bf0 --- /dev/null +++ b/Content.Server/Chat/SpeakOnTriggerComponent.cs @@ -0,0 +1,17 @@ +using Content.Shared.Dataset; +using Robust.Shared.Prototypes; + +namespace Content.Server.Chat; + +/// +/// Makes the entity speak when triggered. If the item has UseDelay component, the system will respect that cooldown. +/// +[RegisterComponent] +public sealed partial class SpeakOnTriggerComponent : Component +{ + /// + /// The identifier for the dataset prototype containing messages to be spoken by this entity. + /// + [DataField(required: true)] + public ProtoId Pack = string.Empty; +} diff --git a/Content.Server/Chat/SpeakOnUseComponent.cs b/Content.Server/Chat/SpeakOnUseComponent.cs deleted file mode 100644 index f8953aebefe..00000000000 --- a/Content.Server/Chat/SpeakOnUseComponent.cs +++ /dev/null @@ -1,18 +0,0 @@ -using Content.Shared.Dataset; -using Robust.Shared.Prototypes; - -namespace Content.Server.Chat; - -/// -/// Entity will say the things when activated -/// -[RegisterComponent] -public sealed partial class SpeakOnUseComponent : Component -{ - /// - /// The identifier for the dataset prototype containing messages to be spoken by this entity. - /// - [DataField(required: true)] - public ProtoId Pack { get; private set; } - -} diff --git a/Content.Server/Chat/Systems/SpeakOnTriggerSystem.cs b/Content.Server/Chat/Systems/SpeakOnTriggerSystem.cs new file mode 100644 index 00000000000..d8800a85087 --- /dev/null +++ b/Content.Server/Chat/Systems/SpeakOnTriggerSystem.cs @@ -0,0 +1,42 @@ +using Content.Server.Explosion.EntitySystems; +using Content.Shared.Timing; +using Robust.Shared.Prototypes; +using Robust.Shared.Random; + +namespace Content.Server.Chat.Systems; + +public sealed class SpeakOnTriggerSystem : EntitySystem +{ + [Dependency] private readonly UseDelaySystem _useDelay = default!; + [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly ChatSystem _chat = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnTrigger); + } + + private void OnTrigger(Entity ent, ref TriggerEvent args) + { + TrySpeak(ent); + args.Handled = true; + } + + private void TrySpeak(Entity ent) + { + // If it doesn't have the use delay component, still send the message. + if (TryComp(ent.Owner, out var useDelay) && _useDelay.IsDelayed((ent.Owner, useDelay))) + return; + + if (!_prototypeManager.TryIndex(ent.Comp.Pack, out var messagePack)) + return; + + var message = Loc.GetString(_random.Pick(messagePack.Values)); + _chat.TrySendInGameICMessage(ent.Owner, message, InGameICChatType.Speak, true); + + if (useDelay != null) + _useDelay.TryResetDelay((ent.Owner, useDelay)); + } +} diff --git a/Content.Server/Chat/Systems/SpeakOnUseSystem.cs b/Content.Server/Chat/Systems/SpeakOnUseSystem.cs deleted file mode 100644 index addec79e410..00000000000 --- a/Content.Server/Chat/Systems/SpeakOnUseSystem.cs +++ /dev/null @@ -1,42 +0,0 @@ -using Content.Server.Chat; -using Content.Shared.Dataset; -using Content.Shared.Interaction.Events; -using Content.Shared.Timing; -using Robust.Shared.Prototypes; -using Robust.Shared.Random; - -namespace Content.Server.Chat.Systems; - -/// -/// Handles the speech on activating an entity -/// -public sealed partial class SpeakOnUIClosedSystem : EntitySystem -{ - [Dependency] private readonly UseDelaySystem _useDelay = default!; - [Dependency] private readonly IRobustRandom _random = default!; - [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - [Dependency] private readonly ChatSystem _chat = default!; - - public override void Initialize() - { - base.Initialize(); - SubscribeLocalEvent(OnUseInHand); - } - - public void OnUseInHand(EntityUid uid, SpeakOnUseComponent? component, UseInHandEvent args) - { - if (!Resolve(uid, ref component)) - return; - - // Yes it won't work without UseDelayComponent, but we don't want any kind of spam - if (!TryComp(uid, out UseDelayComponent? useDelay) || _useDelay.IsDelayed((uid, useDelay))) - return; - - if (!_prototypeManager.TryIndex(component.Pack, out var messagePack)) - return; - - var message = Loc.GetString(_random.Pick(messagePack.Values)); - _chat.TrySendInGameICMessage(uid, message, InGameICChatType.Speak, true); - _useDelay.TryResetDelay((uid, useDelay)); - } -} diff --git a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml index 5f962b90c87..1431c8eaf2c 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml @@ -19,8 +19,18 @@ - Figurine - type: UseDelay delay: 10 + - type: TriggerOnActivate + - type: TriggerOnSignal - type: Speech speechSounds: Pai # it just sounds better + - type: DeviceNetwork + deviceNetId: Wireless + receiveFrequencyId: BasicDevice + - type: WirelessNetworkConnection + range: 200 + - type: DeviceLinkSink + ports: + - Trigger - type: entity parent: BaseFigurine @@ -30,7 +40,7 @@ components: - type: Sprite state: hop - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesHoP - type: entity @@ -41,7 +51,7 @@ components: - type: Sprite state: passenger - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesPassenger - type: entity @@ -52,7 +62,7 @@ components: - type: Sprite state: passenger_greytide - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesGreytider - type: entity @@ -63,7 +73,7 @@ components: - type: Sprite state: clown - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesClown - type: entity @@ -74,7 +84,7 @@ components: - type: Sprite state: holoclown - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesHoloClown - type: entity @@ -85,7 +95,7 @@ components: - type: Sprite state: mime - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesMime - type: entity @@ -96,7 +106,7 @@ components: - type: Sprite state: musician - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesMusician - type: entity @@ -107,7 +117,7 @@ components: - type: Sprite state: boxer - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesBoxer - type: entity @@ -118,7 +128,7 @@ components: - type: Sprite state: captain - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesCaptain - type: entity @@ -129,7 +139,7 @@ components: - type: Sprite state: hos - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesHoS - type: entity @@ -140,7 +150,7 @@ components: - type: Sprite state: warden - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesWarden - type: entity @@ -151,7 +161,7 @@ components: - type: Sprite state: detective - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesDetective - type: entity @@ -162,7 +172,7 @@ components: - type: Sprite state: security - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesSecurity - type: entity @@ -173,7 +183,7 @@ components: - type: Sprite state: lawyer - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesLawyer - type: entity @@ -184,7 +194,7 @@ components: - type: Sprite state: cargotech - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesCargoTech - type: entity @@ -195,7 +205,7 @@ components: - type: Sprite state: salvage - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesSalvage - type: entity @@ -206,7 +216,7 @@ components: - type: Sprite state: qm - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesQM - type: entity @@ -217,7 +227,7 @@ components: - type: Sprite state: ce - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesCE - type: entity @@ -228,7 +238,7 @@ components: - type: Sprite state: engineer - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesEngineer - type: entity @@ -239,7 +249,7 @@ components: - type: Sprite state: atmos - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesAtmosTech - type: entity @@ -250,7 +260,7 @@ components: - type: Sprite state: rd - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesRD - type: entity @@ -261,7 +271,7 @@ components: - type: Sprite state: scientist - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesScientist - type: entity @@ -272,7 +282,7 @@ components: - type: Sprite state: cmo - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesCMO - type: entity @@ -283,7 +293,7 @@ components: - type: Sprite state: chemist - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesChemist - type: entity @@ -294,7 +304,7 @@ components: - type: Sprite state: paramedic - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesParamedic - type: entity @@ -305,7 +315,7 @@ components: - type: Sprite state: medical - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesDoctor - type: entity @@ -316,7 +326,7 @@ components: - type: Sprite state: librarian - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesLibrarian - type: entity @@ -327,7 +337,7 @@ components: - type: Sprite state: chaplain - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesChaplain - type: entity @@ -338,7 +348,7 @@ components: - type: Sprite state: chef - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesChef - type: entity @@ -349,7 +359,7 @@ components: - type: Sprite state: bartender - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesBartender - type: entity @@ -360,7 +370,7 @@ components: - type: Sprite state: botanist - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesBotanist - type: entity @@ -371,7 +381,7 @@ components: - type: Sprite state: janitor - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesJanitor - type: entity @@ -382,7 +392,7 @@ components: - type: Sprite state: nukie - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesNukie - type: entity @@ -393,7 +403,7 @@ components: - type: Sprite state: nukie_elite - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesNukieElite - type: entity @@ -404,7 +414,7 @@ components: - type: Sprite state: nukie_commander - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesNukieCommander - type: entity @@ -415,7 +425,7 @@ components: - type: Sprite state: footsoldier - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesFootsoldier - type: entity @@ -426,7 +436,7 @@ components: - type: Sprite state: wizard - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesWizard - type: entity @@ -437,7 +447,7 @@ components: - type: Sprite state: wizard_fake - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesWizard #Nonhuman Figurines @@ -450,7 +460,7 @@ components: - type: Sprite state: spacedragon - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesSpaceDragon - type: entity @@ -461,7 +471,7 @@ components: - type: Sprite state: queen - # - type: SpeakOnUse # TODO add something + # - type: SpeakOnTrigger # TODO add something # pack: FigurinesQueen - type: entity @@ -472,7 +482,7 @@ components: - type: Sprite state: ratking - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesRatKing - type: entity @@ -483,7 +493,7 @@ components: - type: Sprite state: ratservant - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesRatServant - type: entity @@ -494,7 +504,7 @@ components: - type: Sprite state: mouse - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesMouse - type: entity @@ -505,7 +515,7 @@ components: - type: Sprite state: slime - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesSlime - type: entity @@ -516,7 +526,7 @@ components: - type: Sprite state: hamlet - - type: SpeakOnUse + - type: SpeakOnTrigger pack: FigurinesHamlet #TODO: Convert these to the new figurine sprite template and rename their sprite name. From 9eda08cd120d4c770ce6a82cf839c2cf2fd3cfa7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 18:53:16 +0000 Subject: [PATCH 45/50] 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 d8730a94324..68a29c3b1cc 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: 12rabbits - changes: - - message: The guidebook now remembers where you left off when re-opened. - type: Tweak - id: 7218 - time: '2024-08-26T23:06:54.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31375 - author: Dimastra changes: - message: Fixed meat kudzu not dealing damage. @@ -3926,3 +3919,10 @@ id: 7717 time: '2024-12-16T17:53:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/31872 +- author: Beck Thompson + changes: + - message: Figures can now be activated with signals! + type: Add + id: 7718 + time: '2024-12-16T18:52:09.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32769 From af7e552d3c139eabc3a150e6098938c559e37734 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:20:36 +0300 Subject: [PATCH 46/50] Flora clean up (#33839) * first migrate * clean up prototypes * Update polymorph.yml * Update flora.yml * and this one * and this one x2 * and this one x3 * Update migration.yml --- .../Prototypes/Catalog/Fills/Crates/cargo.yml | 5 +- .../Markers/Spawners/Random/flora.yml | 34 +- .../Markers/Spawners/Random/mineshaft.yml | 14 +- .../Markers/Spawners/Random/shadowkudzu.yml | 12 +- .../Entities/Objects/Decoration/flora.yml | 429 +++++------------- .../Entities/Objects/Misc/kudzu.yml | 12 +- Resources/Prototypes/Polymorphs/polymorph.yml | 2 +- .../Prototypes/Procedural/biome_templates.yml | 50 +- .../Prototypes/Procedural/dungeon_configs.yml | 7 +- Resources/ServerInfo/Guidebook/Mobs/Diona.xml | 2 +- .../Decoration/Flora/flora_trees.rsi/icon.png | Bin 4850 -> 0 bytes .../Flora/flora_trees.rsi/meta.json | 3 - Resources/migration.yml | 50 ++ 13 files changed, 187 insertions(+), 433 deletions(-) delete mode 100644 Resources/Textures/Objects/Decoration/Flora/flora_trees.rsi/icon.png diff --git a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml index 0ce625876f1..469c24ab97f 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/cargo.yml @@ -342,7 +342,10 @@ - id: Lamp prob: 0.01 orGroup: Useful - - id: FloraTreeLarge05 + - id: FloraTreeLarge + prob: 0.01 + orGroup: Useful + - id: LightTree #Funny mobs maybe prob: 0.01 orGroup: Useful #notuseful diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/flora.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/flora.yml index 9abd35a920b..416833538a3 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/flora.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/flora.yml @@ -7,36 +7,14 @@ layers: - state: red - sprite: Objects/Decoration/Flora/flora_trees.rsi - state: icon + state: tree01 - type: RandomSpawner prototypes: - - FloraTreeLarge01 - - FloraTreeLarge02 - - FloraTreeLarge03 - - FloraTreeLarge04 - - FloraTreeLarge05 - - FloraTreeLarge06 - - FloraTreeConifer01 - - FloraTreeConifer02 - - FloraTreeConifer03 - - FloraTreeSnow01 - - FloraTreeSnow02 - - FloraTreeSnow03 - - FloraTreeSnow04 - - FloraTreeSnow05 - - FloraTreeSnow06 - - FloraTree01 - - FloraTree02 - - FloraTree03 - - FloraTree04 - - FloraTree05 - - FloraTree06 + - FloraTreeLarge + - FloraTreeConifer + - FloraTreeSnow + - FloraTree chance: 0.95 rarePrototypes: - - ShadowTree01 - - ShadowTree02 - - ShadowTree03 - - ShadowTree04 - - ShadowTree05 - - ShadowTree06 + - ShadowTree rareChance: 0.05 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/mineshaft.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/mineshaft.yml index 8d1b36c022b..34e6212dae2 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/mineshaft.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/mineshaft.yml @@ -63,12 +63,7 @@ - type: RandomSpawner offset: 0.3 prototypes: - - FloraStalagmite1 - - FloraStalagmite2 - - FloraStalagmite3 - - FloraStalagmite4 - - FloraStalagmite5 - - FloraStalagmite6 + - FloraStalagmite chance: 0.9 - type: entity @@ -84,10 +79,5 @@ - type: RandomSpawner offset: 0.3 prototypes: - - FloraGreyStalagmite1 - - FloraGreyStalagmite2 - - FloraGreyStalagmite3 - - FloraGreyStalagmite4 - - FloraGreyStalagmite5 - - FloraGreyStalagmite6 + - FloraGreyStalagmite chance: 0.9 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/shadowkudzu.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/shadowkudzu.yml index 95a24157f98..bb799580955 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/shadowkudzu.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/shadowkudzu.yml @@ -14,12 +14,12 @@ - CrystalPink - CrystalPink - ShadowPortal - - ShadowTree01 - - ShadowTree02 - - ShadowTree03 - - ShadowTree04 - - ShadowTree05 - - ShadowTree06 + - ShadowTree #TODO: transform into EntityTable with weight + - ShadowTree + - ShadowTree + - ShadowTree + - ShadowTree + - ShadowTree rareChance: 0.05 rarePrototypes: - MobCatShadow diff --git a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml index 31bc24cca63..cdbf73a29b0 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml @@ -147,30 +147,24 @@ - type: entity parent: BaseRock - id: FloraRockSolid01 + id: FloraRockSolid components: - type: Sprite - state: rocksolid01 - -- type: entity - parent: BaseRock - id: FloraRockSolid02 - components: - - type: Sprite - state: rocksolid02 - -- type: entity - parent: BaseRock - id: FloraRockSolid03 - components: - - type: Sprite - state: rocksolid03 + layers: + - state: rocksolid01 + map: ["random"] + - type: RandomSprite + available: + - random: + rocksolid01: "" + rocksolid02: "" + rocksolid03: "" - type: entity name: stalagmite description: Natural stone spikes. parent: BaseRock - id: FloraStalagmite1 + id: FloraStalagmite components: - type: Destructible thresholds: @@ -185,192 +179,75 @@ collection: GlassBreak - type: Sprite sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: stalagmite1 + layers: + - state: stalagmite1 + map: ["random"] + - type: RandomSprite + available: + - random: + stalagmite1: "" + stalagmite2: "" + stalagmite3: "" + stalagmite4: "" + stalagmite5: "" + stalagmite6: "" - type: entity - parent: FloraStalagmite1 - id: FloraStalagmite2 + parent: FloraStalagmite + id: FloraGreyStalagmite components: - type: Sprite sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: stalagmite2 - -- type: entity - parent: FloraStalagmite1 - id: FloraStalagmite3 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: stalagmite3 - -- type: entity - parent: FloraStalagmite1 - id: FloraStalagmite4 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: stalagmite4 - -- type: entity - parent: FloraStalagmite1 - id: FloraStalagmite5 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: stalagmite5 - -- type: entity - parent: FloraStalagmite1 - id: FloraStalagmite6 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: stalagmite6 - -- type: entity - parent: FloraStalagmite1 - id: FloraGreyStalagmite1 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: grey_stalagmite1 - -- type: entity - parent: FloraGreyStalagmite1 - id: FloraGreyStalagmite2 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: grey_stalagmite2 - -- type: entity - parent: FloraGreyStalagmite1 - id: FloraGreyStalagmite3 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: grey_stalagmite3 - -- type: entity - parent: FloraGreyStalagmite1 - id: FloraGreyStalagmite4 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: grey_stalagmite4 - -- type: entity - parent: FloraGreyStalagmite1 - id: FloraGreyStalagmite5 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: grey_stalagmite5 - -- type: entity - parent: FloraGreyStalagmite1 - id: FloraGreyStalagmite6 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi - state: grey_stalagmite6 - - -- type: entity - parent: BaseTree - id: FloraTree01 - name: tree - components: - - type: Sprite - state: tree01 - -- type: entity - parent: BaseTree - id: FloraTree02 - name: tree - components: - - type: Sprite - state: tree02 - -- type: entity - parent: BaseTree - id: FloraTree03 - name: tree - components: - - type: Sprite - state: tree03 + layers: + - state: grey_stalagmite1 + map: ["random"] + - type: RandomSprite + available: + - random: + grey_stalagmite1: "" + grey_stalagmite2: "" + grey_stalagmite3: "" + grey_stalagmite4: "" + grey_stalagmite5: "" + grey_stalagmite6: "" - type: entity parent: BaseTree - id: FloraTree04 + id: FloraTree name: tree components: - type: Sprite - state: tree04 - -- type: entity - parent: BaseTree - id: FloraTree05 - name: tree - components: - - type: Sprite - state: tree05 - -- type: entity - parent: BaseTree - id: FloraTree06 - name: tree - components: - - type: Sprite - state: tree06 - -- type: entity - parent: BaseTreeSnow - id: FloraTreeSnow01 - name: snowy tree - components: - - type: Sprite - state: treesnow01 + layers: + - state: tree01 + map: ["random"] + - type: RandomSprite + available: + - random: + tree01: "" + tree02: "" + tree03: "" + tree04: "" + tree05: "" + tree06: "" - type: entity parent: BaseTreeSnow - id: FloraTreeSnow02 + id: FloraTreeSnow name: snowy tree components: - type: Sprite - state: treesnow02 - -- type: entity - parent: BaseTreeSnow - id: FloraTreeSnow03 - name: snowy tree - components: - - type: Sprite - state: treesnow03 - -- type: entity - parent: BaseTreeSnow - id: FloraTreeSnow04 - name: snowy tree - components: - - type: Sprite - state: treesnow04 - -- type: entity - parent: BaseTreeSnow - id: FloraTreeSnow05 - name: snowy tree - components: - - type: Sprite - state: treesnow05 - -- type: entity - parent: BaseTreeSnow - id: FloraTreeSnow06 - name: snowy tree - components: - - type: Sprite - state: treesnow06 + layers: + - state: treesnow01 + map: ["random"] + - type: RandomSprite + available: + - random: + treesnow01: "" + treesnow02: "" + treesnow03: "" + treesnow04: "" + treesnow05: "" + treesnow06: "" - type: entity parent: BaseTreeSnow @@ -382,75 +259,38 @@ - type: entity parent: BaseTreeLarge - id: FloraTreeLarge01 - name: large tree - components: - - type: Sprite - state: treelarge01 - -- type: entity - parent: BaseTreeLarge - id: FloraTreeLarge02 - name: large tree - components: - - type: Sprite - state: treelarge02 - -- type: entity - parent: BaseTreeLarge - id: FloraTreeLarge03 - name: large tree - components: - - type: Sprite - state: treelarge03 - -- type: entity - parent: BaseTreeLarge - id: FloraTreeLarge04 - name: large tree - components: - - type: Sprite - state: treelarge04 - -- type: entity - parent: BaseTreeLarge - id: FloraTreeLarge05 - name: large tree - components: - - type: Sprite - state: treelarge05 - -- type: entity - parent: BaseTreeLarge - id: FloraTreeLarge06 + id: FloraTreeLarge name: large tree components: - type: Sprite - state: treelarge06 - -- type: entity - parent: BaseTreeConifer - id: FloraTreeConifer01 - name: snowy conifer - components: - - type: Sprite - state: treeconifer01 + layers: + - state: treelarge01 + map: ["random"] + - type: RandomSprite + available: + - random: + treelarge01: "" + treelarge02: "" + treelarge03: "" + treelarge04: "" + treelarge05: "" + treelarge06: "" - type: entity parent: BaseTreeConifer - id: FloraTreeConifer02 + id: FloraTreeConifer name: snowy conifer components: - type: Sprite - state: treeconifer02 - -- type: entity - parent: BaseTreeConifer - id: FloraTreeConifer03 - name: snowy conifer - components: - - type: Sprite - state: treeconifer03 + layers: + - state: treeconifer01 + map: ["random"] + - type: RandomSprite + available: + - random: + treeconifer01: "" + treeconifer02: "" + treeconifer03: "" - type: entity parent: BaseTreeConifer @@ -517,53 +357,17 @@ state: treestumpconifer - type: entity - parent: FloraTree01 - id: ShadowTree01 + parent: FloraTree + id: ShadowTree name: dark wood description: The leaves are whispering about you. components: - type: Sprite sprite: Objects/Decoration/Flora/flora_shadow_trees.rsi - state: tree01 - -- type: entity - parent: ShadowTree01 - id: ShadowTree02 - components: - - type: Sprite - state: tree02 - -- type: entity - parent: ShadowTree01 - id: ShadowTree03 - components: - - type: Sprite - state: tree03 - -- type: entity - parent: ShadowTree01 - id: ShadowTree04 - components: - - type: Sprite - state: tree04 - -- type: entity - parent: ShadowTree01 - id: ShadowTree05 - components: - - type: Sprite - state: tree05 - -- type: entity - parent: ShadowTree01 - id: ShadowTree06 - components: - - type: Sprite - state: tree06 - type: entity parent: BaseTree - id: LightTree01 + id: LightTree name: glowing tree description: A marvelous tree filled with strange energy. components: @@ -573,7 +377,18 @@ color: "#6270bb" - type: Sprite sprite: Objects/Decoration/Flora/flora_treeslight.rsi - state: tree01 + layers: + - state: tree01 + map: ["random"] + - type: RandomSprite + available: + - random: + tree01: "" + tree02: "" + tree03: "" + tree04: "" + tree05: "" + tree06: "" - type: Destructible thresholds: - trigger: @@ -603,44 +418,4 @@ spawn: MobLuminousObject: min: 0 - max: 1 - -- type: entity - parent: LightTree01 - id: LightTree02 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_treeslight.rsi - state: tree02 - -- type: entity - parent: LightTree01 - id: LightTree03 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_treeslight.rsi - state: tree03 - -- type: entity - parent: LightTree01 - id: LightTree04 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_treeslight.rsi - state: tree04 - -- type: entity - parent: LightTree01 - id: LightTree05 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_treeslight.rsi - state: tree05 - -- type: entity - parent: LightTree01 - id: LightTree06 - components: - - type: Sprite - sprite: Objects/Decoration/Flora/flora_treeslight.rsi - state: tree06 + max: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml index e6b81e7ce40..21b710a6180 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml @@ -134,12 +134,12 @@ offset: 0.2 chance: 0.05 prototypes: - - LightTree01 - - LightTree02 - - LightTree03 - - LightTree04 - - LightTree05 - - LightTree06 + - LightTree #TODO: transform into EntityTable with weight + - LightTree + - LightTree + - LightTree + - LightTree + - LightTree - CrystalCyan rarePrototypes: - AnomalyFloraBulb diff --git a/Resources/Prototypes/Polymorphs/polymorph.yml b/Resources/Prototypes/Polymorphs/polymorph.yml index fe28287cb09..745e032e7de 100644 --- a/Resources/Prototypes/Polymorphs/polymorph.yml +++ b/Resources/Prototypes/Polymorphs/polymorph.yml @@ -109,7 +109,7 @@ - type: polymorph id: TreeMorph configuration: - entity: FloraTree01 + entity: FloraTree forced: true transferName: true revertOnDeath: true diff --git a/Resources/Prototypes/Procedural/biome_templates.yml b/Resources/Prototypes/Procedural/biome_templates.yml index 88979316443..588d95f40da 100644 --- a/Resources/Prototypes/Procedural/biome_templates.yml +++ b/Resources/Prototypes/Procedural/biome_templates.yml @@ -46,9 +46,7 @@ allowedTiles: - FloorAsteroidSand entities: - - FloraRockSolid01 - - FloraRockSolid02 - - FloraRockSolid03 + - FloraRockSolid # Large rock areas - !type:BiomeEntityLayer threshold: -0.20 @@ -135,18 +133,8 @@ allowedTiles: - FloorPlanetGrass entities: - - FloraTree01 - - FloraTree02 - - FloraTree03 - - FloraTree04 - - FloraTree05 - - FloraTree06 - - FloraTreeLarge01 - - FloraTreeLarge02 - - FloraTreeLarge03 - - FloraTreeLarge04 - - FloraTreeLarge05 - - FloraTreeLarge06 + - FloraTree + - FloraTreeLarge # Rock formations - !type:BiomeEntityLayer allowedTiles: @@ -261,9 +249,7 @@ allowedTiles: - FloorBasalt entities: - - FloraRockSolid01 - - FloraRockSolid02 - - FloraRockSolid03 + - FloraRockSolid - !type:BiomeEntityLayer threshold: 0.2 noise: @@ -384,12 +370,7 @@ allowedTiles: - FloorSnow entities: - - FloraTreeSnow01 - - FloraTreeSnow02 - - FloraTreeSnow03 - - FloraTreeSnow04 - - FloraTreeSnow05 - - FloraTreeSnow06 + - FloraTreeSnow # Rock formations - !type:BiomeEntityLayer allowedTiles: @@ -479,12 +460,7 @@ allowedTiles: - FloorChromite entities: - - ShadowTree01 - - ShadowTree02 - - ShadowTree03 - - ShadowTree04 - - ShadowTree05 - - ShadowTree06 + - ShadowTree # Rock formations - !type:BiomeEntityLayer threshold: -0.2 @@ -548,12 +524,7 @@ allowedTiles: - FloorAsteroidSand entities: - - FloraStalagmite1 - - FloraStalagmite2 - - FloraStalagmite3 - - FloraStalagmite4 - - FloraStalagmite5 - - FloraStalagmite6 + - FloraStalagmite - !type:BiomeEntityLayer threshold: -0.5 invert: true @@ -601,12 +572,7 @@ allowedTiles: - FloorAsteroidSand entities: - - FloraStalagmite1 - - FloraStalagmite2 - - FloraStalagmite3 - - FloraStalagmite4 - - FloraStalagmite5 - - FloraStalagmite6 + - FloraStalagmite - !type:BiomeEntityLayer threshold: -0.6 invert: true diff --git a/Resources/Prototypes/Procedural/dungeon_configs.yml b/Resources/Prototypes/Procedural/dungeon_configs.yml index d75581bbc2b..c296aafad64 100644 --- a/Resources/Prototypes/Procedural/dungeon_configs.yml +++ b/Resources/Prototypes/Procedural/dungeon_configs.yml @@ -102,12 +102,7 @@ - !type:CorridorClutterDunGen contents: - - id: FloraStalagmite1 - - id: FloraStalagmite2 - - id: FloraStalagmite3 - - id: FloraStalagmite4 - - id: FloraStalagmite5 - - id: FloraStalagmite6 + - id: FloraStalagmite - !type:BoundaryWallDunGen diff --git a/Resources/ServerInfo/Guidebook/Mobs/Diona.xml b/Resources/ServerInfo/Guidebook/Mobs/Diona.xml index eedf23b14f2..6c9e4ba2080 100644 --- a/Resources/ServerInfo/Guidebook/Mobs/Diona.xml +++ b/Resources/ServerInfo/Guidebook/Mobs/Diona.xml @@ -16,7 +16,7 @@ ## Make Like A Tree And Leave - + Being exposed to too much Robust Harvest will cause a Diona to grow out of control, turning into an immobile tree (dropping all their equipment). Cutting down the tree will "restore" the Diona to their mobile state. diff --git a/Resources/Textures/Objects/Decoration/Flora/flora_trees.rsi/icon.png b/Resources/Textures/Objects/Decoration/Flora/flora_trees.rsi/icon.png deleted file mode 100644 index 41499b67b3d75dc598afc0e8dda7d55b7ddfca9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4850 zcmVP@9qQPrp|jX+9KP?9E)lEg+?18Y+oZ~TYt{LaiX^Um=Y z?6NcCxI7Z<{NJ7TdC&8{=RN0m&^<=2cuYXecuYXecuYXecuYXecuYXecuYXe*i{6) z_3PJrzx~Z$_qcBnY9-)N4930M<{9koIW+jKBcV0|9%L{XcQZp?_|;i|Z}=?GZLe+k zo(DavZq!Bqh8l^C7Ls6%Sws%TZ?pzoZ*I-syL`3lkMk^!={{YrXK~*Z1`*W$8pH9&(J5wcOnUu6JWj58_b;3z9q%p$MJ@)Yvq4> zc+47qC!y`l@SmIKRl67$q0rTNjz2_Y^6lT=e{rh_KiFA z?7)V2p{z>MCK7eOplzPabF<%BHfqg+ie$vfP$*ZDF&BBRV7=RBReFvHy?dwY zhQ{}%*LH5)cO%V4Or#0k=YM*(_wJvnBcT=oQbW3pnU4*qwslBaZhpAtj-C5XcHU*0 zuV-QG<@MOus|)v|{rGz^`o#2Jf2_IRxy5Y3BsH4G}|ITE|BI@ z$u)0uuzY>dd-L5pu|d7jr(>^gy8GVH7#wh%eM^SL;MjnxQg(9RUFDb2wE5&^Z8OKH zhZE0M>#)a_N+J`W{qbUITnjuNofjGMcC`)>q~kne>_B|)8?T<})sYdEN`MS5AQw6= z;~zhEG|h%ExX8iS7@t-WqwBR@z|fKyk>R&pCNUi6I@=mD{daC*cHKYMw~UCJS5KYn zy?^Dy-H`?1Q8GBdxN}MNLgo>Y~r1{#IbIo?-<^Dei8>14`gs_ zTs)kBYlEvuvB4N`m*LsQ_-V^=1Mcq^|GB$j0GS1tyPJHGAw;W@{@AH4QbuMQGQAs`H9XzRe<uU|)VkA+N8VHJbw#{bPZqKZ^#_+J;&pbba42^dSB61*! zA2t?9jzAqPp%Ma=Sw?>&r7w;TR<*3{4#uAZaH3Zo9jC0SOYq{AgQO9d# zB_c8IG0VX1s|1lrH~GSlH}Z+|An6xi;KP$AVY_y8#$d{y0hp;nv<^C8uo#F z!lbe`{)m_(u8}KWgSQU9o*TC)b0n?Oj+i7!MKPPR1I31KlG+Uh9vN@=2L}F;XT|H;*TSDk(sHYu{pwap3HrHKmAtt{p5-K48 zowqr=HN40`pS3-903t>m11EU9a(kObV*G)Dy?(pd8g)bW*S+yaM`BsR*orGkgKZ|p zC#~SqOSjzj-+VGH`~g)@-JR?mR$YEfpe6eV5`luL&P%h89zN`5Zr=3g z(0`ybvfEkl#_o2P-LZ%O*BXef&Au1o+te0_2(Fz-ynkuAn~M{6>_GBYX79K(0w^({ z*%(hXny?ya_iZeYAr3{`7dismauk;N>4q<$itY0qBl=F?x3O_hO4B*^FR^Laz7r)sYeA)TnXKhtV@!(vpV2&jJ%kETtf zQljD=5E+B*Y@73QW)KIdnrKa>BWTN!%nb}?5?EBSE(@g*z@T^30(#2#ks@n+b&_o7 z$i@j<^9K-d?d=&~L*lp!b*hkpt|?tinDc5)5J{k(9-H#dZM4?h{Jn2B#3ubtep}ha zxzY$A@bXEv!nQg`>H}c#us-9Flo70FV|>kMU|-}+qkd{J#9biGf*TKSPJkWnwPUz|(g34b3ciX1dU?E&Yc%ad9xWo3T56jXGBDVUjQ?;+ zvl?G?jlRE%%*Ud%7@(%F*5CtTL`LiRrW-RIp4`la!|`>t6hX#9#^Zl%a$KeE<;8C5 z%@30_tMRlruJx^C0Xd30f`Ds@3vW)p(wjKEuk>l{eJ3E*XqTVC0K&{hx-4>(y;zX7 zgp$K>!0p?&-RS73yWQ#d(nOJ@aqeK$9_7($ae(VrRIqijf_dZ{dPczjIAoBH9DYf(`bx%&!!p* z0eHW#Xk;WtcFsx_Ed*kyGYt<#z3b^Ae-6*zzb~HjWv4}kv-fsn3(#x^zf+JRsvcvv z>76RoR2s>)l`#=EKi~0n8wkMo$PWbA>4x;SZD)@$1QCSMtpv^8SoP&?JRidYDxZ6% zv(_iW`$=Q2c-_LIqOTI9ECpEO+igja9Ragt0(m^=Da0L(A~V+=Ydz^c`2DO~T3YhP z=M$*Tr1a8u_MT`q{Wa=TY1>LrTmX!{|G=rSv>d%*ZGp?yE%ei7eI|k`Zi>5?A3i?7o(efkY zL@#;lT=d`j@wL)-jIVk;1_l@oW2ykAUNzTX42>BRi~+MLnvqvSj2#W*87kn}6*yMY zb=)rK*f2*mnVUp0@sEFqJzhlg3w>(=4_kg@<%!mC;n}l2)#EX6lG^n|f-0YSHqWD; zgnWbpFJSF%JbDHRA|m}=$^H60;Swl2FZDtz``+2>@!$+WUL^E;%1U1dc-ZnIn^Djj z-Z~erhz!>WCky9#@?Jf|_A3a?R;y(^;)pUPdoI*?5Bx)GCKTZG29vY-Gi!xC6+I!k=X)t*k~J5YYRoy~p_33xi%&Z?T_n=5HWG#yBC z<&BV)MnI9?TG;dsZCCf+R#RmdO346E92po+%NrW=wS?(YV*y8gl9wKNxLwYqYN;mj z0%bZPp{&_*rHu!K3+%Mk3xxSLDW?8rgla;}4F$GNkAVn^6RkME&lxi*8EiHpCeP=7 zjEtUZ)XslL)Qb++8(0!tN$5KPT1x77lF=u?OD+C4aFAA)U45A zKT*qNGvgp+_Ih%2!5ku6%dvAvA68A(J;2WQv2&HQuZ0`HlTg8$vC;@o_TYEsvnh#o zIwG*;0_AOuX`gTI^1qg%C8lYM@b=C+XBz2ZG)rUvjIUN8O=rjv61)U;vikw! zy>?Jv69N1+#`u6S2wl6Y|5^%0Wo1j)BEm%wtS!Kh8q;N4#uq7^<5>`+1svf_iS@Po z5U0hJe_czz4?-AcP#SB=DjSs&@WDr)_)J6lWFA(FfwB~|-%1R!A_L3#Y@_$clFmt{ zG{ILRaavmt%8#HS&`yQZ5<%q>#LFw)JN3QexzQ!RpgWm7g%{f)Mh(ORCQ}XH8}j>B zk|4pZf>-arE*$6k<^7sKfbr!7RsYqL$_d!Nf5Lxae6$yX*z6-sLGNYvVAN4Jni7!C zfa|z)1*KYmq6z(i(2$mJ44qAjX{1h3^`ES%lmPqE?z4$_Al_}PIw~!cQMFvPu@vv) z@lUKa{ds0X5O9$w^8Ki__AlZ{N9s(2t zFg^qck~Z6`wXF^Lk@OHFNXq00b)a$y(o5r^3W(#bndbL+KiLuin`{U}23d+x`L z?+pKlZS@uW-*~v67UNE9BO>ZdWY|lg;X(Kt)H>=wWdsyyGV^(|5v-Q4-CX->CN(mU z^njzSLw|+@wmC*E2l-iAFYXaXhCh>Ro(@i3wmT|4yBbj2UrkikA0%^f&e-#j%v?h6 zwTJ?5w=zR)AQmtOh=Lo}M%$N+(H{g6;)&R-Z%_s5Ai%$TIB7QohNXpQo~VpXE8x=? z;gW#NpEMwlB4?+Z+bRj^Zz+R3=utX&iBE#1HLm^vdA__Fs2pyVSZsY#T z!Dr>DyCasqxH?4@=H;~+-J)&+EH0aA Date: Mon, 16 Dec 2024 22:23:31 +0300 Subject: [PATCH 47/50] Christmas anomaly (#33889) * santa anomaly * Update anomaly.yml * injection * Update anomaly.yml * Update Resources/Locale/en-US/anomaly/inner_anomaly.ftl Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> * Update Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/meta.json Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> * Update Resources/Textures/Structures/Specific/Anomalies/santa_anom.rsi/meta.json Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> --------- Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> --- .../Locale/en-US/anomaly/inner_anomaly.ftl | 1 + .../Markers/Spawners/Random/anomaly.yml | 2 + .../Structures/Specific/Anomaly/anomalies.yml | 48 ++++++++++++++++++ .../Specific/Anomaly/anomaly_injections.yml | 31 ++++++++++- .../Specific/Anomaly/anomaly_injectors.yml | 27 +++++++++- .../Structures/Specific/Anomaly/cores.yml | 26 ++++++++++ .../Anomalies/Cores/santa_core.rsi/core.png | Bin 0 -> 195 bytes .../Anomalies/Cores/santa_core.rsi/meta.json | 25 +++++++++ .../Anomalies/Cores/santa_core.rsi/pulse.png | Bin 0 -> 679 bytes .../Anomalies/inner_anom_layer.rsi/meta.json | 13 +++++ .../Anomalies/inner_anom_layer.rsi/santa.png | Bin 0 -> 494 bytes .../Anomalies/santa_anom.rsi/anom.png | Bin 0 -> 829 bytes .../Anomalies/santa_anom.rsi/meta.json | 33 ++++++++++++ .../Anomalies/santa_anom.rsi/pulse.png | Bin 0 -> 651 bytes 14 files changed, 204 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/core.png create mode 100644 Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/meta.json create mode 100644 Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/pulse.png create mode 100644 Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/santa.png create mode 100644 Resources/Textures/Structures/Specific/Anomalies/santa_anom.rsi/anom.png create mode 100644 Resources/Textures/Structures/Specific/Anomalies/santa_anom.rsi/meta.json create mode 100644 Resources/Textures/Structures/Specific/Anomalies/santa_anom.rsi/pulse.png diff --git a/Resources/Locale/en-US/anomaly/inner_anomaly.ftl b/Resources/Locale/en-US/anomaly/inner_anomaly.ftl index e55c4391e30..f5e8140c5ee 100644 --- a/Resources/Locale/en-US/anomaly/inner_anomaly.ftl +++ b/Resources/Locale/en-US/anomaly/inner_anomaly.ftl @@ -8,6 +8,7 @@ inner-anomaly-start-message-flesh = Your body is growing frantically. You became inner-anomaly-start-message-grav = Everything becames unnaturally heavy and light at the same time... You became the host of a gravity anomaly. inner-anomaly-start-message-tech = Your head is buzzing with the amount of chaotic information! You became the host of a tech anomaly. inner-anomaly-start-message-rock = The crystals are growing through your bones! You became the host of a rock anomaly. +inner-anomaly-start-message-santa = You're becoming obsessed with the Christmas spirit! You became the host of a Christmas anomaly. inner-anomaly-end-message = The abnormal activity within you disappears without a trace.... diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml index 4697606af9f..ef89ed9a169 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/anomaly.yml @@ -22,6 +22,7 @@ - AnomalyFlora - AnomalyShadow - AnomalyTech + - AnomalySanta #Remove in 2025 rareChance: 0.3 rarePrototypes: - RandomAnomalyInjectorSpawner @@ -66,5 +67,6 @@ - AnomalyTrapGravity - AnomalyTrapTech - AnomalyTrapRock + - AnomalyTrapSanta # Remove in 2025 chance: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml index f675b2d2c81..f111d6b1826 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml @@ -936,3 +936,51 @@ - type: Tag tags: - HideContextMenu + +- type: entity + id: AnomalySanta + parent: BaseAnomaly + suffix: Santa + components: + - type: Sprite + drawdepth: Mobs + sprite: Structures/Specific/Anomalies/santa_anom.rsi + layers: + - state: anom + map: ["enum.AnomalyVisualLayers.Base"] + - state: pulse + map: ["enum.AnomalyVisualLayers.Animated"] + visible: false + - type: PointLight + radius: 8.0 + energy: 8.5 + color: "#db8127" + - type: Anomaly + animationTime: 6 + offset: 0, 0 + corePrototype: AnomalyCoreSanta + coreInertPrototype: AnomalyCoreSantaInert + minPulseLength: 60 + maxPulseLength: 120 + - type: EntitySpawnAnomaly + entries: + - settings: + spawnOnPulse: true + minAmount: 2 + maxAmount: 5 + maxRange: 5 + spawns: + - PresentRandomUnsafe + - PresentRandom + - PresentRandomCoal + - PresentRandomCash + - ClothingHeadHatSantahat + - FoodCakeChristmasSlice + - settings: + spawnOnSuperCritical: true + minAmount: 10 + maxAmount: 20 + maxRange: 6 + spawns: + - PresentRandomInsane + \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injections.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injections.yml index f1e535f15b4..2b10aa1f768 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injections.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injections.yml @@ -350,4 +350,33 @@ spawns: - MobSpawnCrabSilver - MobSpawnCrabIron - - MobSpawnCrabQuartz \ No newline at end of file + - MobSpawnCrabQuartz + +- type: entity + parent: AnomalyInjectionBase + id: AnomalyInjectionSanta + categories: [ HideSpawnMenu ] + components: + - type: PointLight + color: "#db8127" + - type: EntitySpawnAnomaly + entries: + - settings: + spawnOnPulse: true + minAmount: 1 + maxAmount: 3 + maxRange: 5 + spawns: + - PresentRandomUnsafe + - PresentRandom + - PresentRandomCoal + - PresentRandomCash + - ClothingHeadHatSantahat + - FoodCakeChristmasSlice + - settings: + spawnOnSuperCritical: true + minAmount: 5 + maxAmount: 10 + maxRange: 6 + spawns: + - PresentRandomInsane \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml index 24a76dfb62e..d643bcb028f 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml @@ -317,4 +317,29 @@ speciesSprites: Vox: sprite: Structures/Specific/Anomalies/inner_anom_layer.rsi - state: rock_VOX \ No newline at end of file + state: rock_VOX + +- type: entity + parent: BaseAnomalyInjector + id: AnomalyTrapSanta + suffix: Santa + components: + - type: Sprite + layers: + - state: pink + - sprite: Structures/Specific/Anomalies/santa_anom.rsi + state: pulse + - sprite: Mobs/Species/Human/parts.rsi + state: full + - type: InnerBodyAnomalyInjector + injectionComponents: + - type: Anomaly + deleteEntity: false + maxPointsPerSecond: 100 + corePrototype: AnomalyCoreSanta + - type: InnerBodyAnomaly + injectionProto: AnomalyInjectionSanta + startMessage: inner-anomaly-start-message-santa + fallbackSprite: + sprite: Structures/Specific/Anomalies/inner_anom_layer.rsi + state: santa \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml index 568a133749e..45a5a6d4d6a 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Anomaly/cores.yml @@ -184,6 +184,19 @@ color: "#56c1e8" castShadows: false +- type: entity + parent: BaseAnomalyCore + id: AnomalyCoreSanta + suffix: Santa + components: + - type: Sprite + sprite: Structures/Specific/Anomalies/Cores/santa_core.rsi + - type: PointLight + radius: 1.5 + energy: 2.0 + color: "#fc0303" + castShadows: false + # Inert cores - type: entity @@ -346,3 +359,16 @@ energy: 2.0 color: "#56c1e8" castShadows: false + +- type: entity + parent: BaseAnomalyInertCore + id: AnomalyCoreSantaInert + suffix: Santa, Inert + components: + - type: Sprite + sprite: Structures/Specific/Anomalies/Cores/santa_core.rsi + - type: PointLight + radius: 1.5 + energy: 2.0 + color: "#fc0303" + castShadows: false diff --git a/Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/core.png b/Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/core.png new file mode 100644 index 0000000000000000000000000000000000000000..a97b408596a701b05a6a8b599813d2f43d6dfbe9 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}wVp1HArY-_ zFKy&%P>^7Gpgrqt;GL>zalh|3wPj?l72j~wLuJWf)ff9*1OB{sU=$RbxIg;_x3$10 z+vk66FZ9g1xsjD2;e`1a28Q6ECu^teeZZyYu5)O?e1!^muS8qR$$A^q>Jz$OPny&J t#OD{kP3yTg6J{}m7x=E|=%_ixY4%RMCOLfKI-o-sJYD@<);T3K0RZbNOSAw0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/meta.json b/Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/meta.json new file mode 100644 index 00000000000..1263862f7c8 --- /dev/null +++ b/Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Created by Jaraten (github) for ss14 at https://github.com/space-wizards/space-station-14/pull/33889", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "core" + }, + { + "name": "pulse", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +} diff --git a/Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/pulse.png b/Resources/Textures/Structures/Specific/Anomalies/Cores/santa_core.rsi/pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..be15a90357945332830de0a7d1308affc88868c8 GIT binary patch literal 679 zcmV;Y0$BZtP)Px%VM#Ha_j+^SOhrw=SrQ( zrmg$-!zp(_IXQq2ctB*+|Gg3i6sFHZaMzy3{TofdBEZovfZ-LcnkP?__6&sCr%nH+ zDX4N&L0m)-bCBGIdztxi%NMkx^YiK*a7Q4sdQ2VO*dVSBA_uJS^*xc~f9xxXq@xpFSo}n?V#62RLeupS=&TZIS-QY7aP6 zS$vaj2Od169p8Ov4}(1+?*y!rzx7Pl&H!-Jvh>^Zwbyje?LT|YMfWm!FO7({nip>` z*97Rx2$_w}0m526`DHf6y_w*vIezgW6z0_G_>UeFDTN#NVLZa?cHrtK7ZltRtZs~*d@RWkDpNSf8 z_I@00E6bl_a3UDr5P>B8^bHM@c1&zo;pK$rh!8>uA%qY@2qDBye*jrZ5dZOtE9U?J N002ovPDHLkV1nP9KFt6C literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/meta.json b/Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/meta.json index 4e069d0cd90..4aa15c86cd8 100644 --- a/Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/meta.json +++ b/Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/meta.json @@ -443,6 +443,19 @@ ] ] }, + { + "name": "santa", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, { "name": "shadow", "directions": 4, diff --git a/Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/santa.png b/Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/santa.png new file mode 100644 index 0000000000000000000000000000000000000000..4652438404097e9d27a9123251a5e0b2f75c570a GIT binary patch literal 494 zcmVPx$s7XXYRCt{2+dWRhKoExEFNiV=dzrSnrSR_mNg!$%-}c*gJ)1B>(^b0001_qLgeY+1PQ+mMysXfIo}a0Z8>a zdz`O|X0kEu`9+>55$9ytLbe@WnYBe-_)5uIW0F{dAEsQ0tufsVKS{!I#Ewsr?mQ(R ziC6phlvjD)E+uYU<~^X zu7Px%_en%SRCt{2nlX;sFc3w*g0zbOsa%;zmriwVkQ?kC(R-3b)Ui%sP?f4JvIo!> zG9!i>ij+*wFbh4vFl~}FkWu2(6JX_{N)_~Aq=={ncMol z2kXn#%;rJT0JVni!6uzLZmn1V@HxdmuQe3V0DuA-;|M@|00XW@$x99d+<0Umx zSM#-H(adY%pVfZBKvS(Si=qfo@Mr6YUL3P{n)zmw^!C z^8wFVBe#J)h|dRPx%MM*?KRCt{2nmbO!Fc5|(he@%NADzoIEx0ssKV1qDwSjlB*vB*Ezo zg8*mK@zDm91mi+NfaDDLnjgLzDFKoV&_+UlWCPv_18w^r7KHbsBHDn3bCY!>jf4Qn z8L%NtpoDG-op;Vt3lQ3c1{?5`0Qir@t830f3cC#+kPsl6&?SIB8eKb_5nw3d6#z~O zKEAwj$?uUl0vrV5XWs&IiXPbfj-R9CRo?@(03nhMs40FJUptMt1t8xCP_A1E0kUra zOcJRev8l&JsQ}p-5Nd){!4d+X9)dLio^t^*a0`H%0VP3d3m(HQ0O}zqS@0Nc0g?>} z1>!C^1g8L~8K6-#fQ$gq29#`DxzQ4!(P%UpyH4;`XW?{M3X`Y9>iz%=ND0u6$74T8 z9Zzdxb_uBa10G)J6DUF5A8_%+kN}h&W~loEG#w)9{s0RO5p{onrb9%E=;`n$(C@}d zx54WE0O|y=sQUu|Y&b+D`~fB%A_LS0jS$f_DP>TIA!X2r&HyQcLJoC*fR;m~Huf;S z${%3CAyNvtKY%-d+`Ux&0Tvu0Cj0?f4iNwY{s0ROk&>9C{s4&tFsSYO;{s5^2 lFmT2+>kzSI&}cMvm~Wa_<+zDO4~zf+002ovPDHLkV1f-51kV5f literal 0 HcmV?d00001 From f4765260cb2c60611cbec22df82131aa9b98c9c2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 16 Dec 2024 19:24:38 +0000 Subject: [PATCH 48/50] 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 68a29c3b1cc..dd4ae126556 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Dimastra - changes: - - message: Fixed meat kudzu not dealing damage. - type: Fix - id: 7219 - time: '2024-08-27T00:30:42.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31494 - author: JIPDawg changes: - message: Gas miners are now indestructible, can be pulled and only anchored. @@ -3926,3 +3919,12 @@ id: 7718 time: '2024-12-16T18:52:09.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32769 +- author: TheShuEd + changes: + - message: Christmas anomaly added + type: Add + - message: Christmas anomaly infection added + type: Add + id: 7719 + time: '2024-12-16T19:23:32.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33889 From b4bcbc3a26782a7d9dbeb9f53fde00b12dce8d57 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 16 Dec 2024 23:53:03 +0300 Subject: [PATCH 49/50] =?UTF-8?q?=D0=97=D0=B8=D0=BC=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B0=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_sunrise/holiday/greet/holiday-greet.ftl | 1 + Resources/Prototypes/_Sunrise/holidays.yml | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/holiday/greet/holiday-greet.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/holiday/greet/holiday-greet.ftl index fb6e9878e77..0e74a83a81f 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/holiday/greet/holiday-greet.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/holiday/greet/holiday-greet.ftl @@ -1,3 +1,4 @@ holiday-name-vigers-ray-birthday = дня рождения VigersRay holiday-custom-vigers-ray-birthday = Сегодня день рождения у Великого и Ужасного VigersRay! paper-text-vigers-ray-birthday = [color=red][head=3]VigersRay приглашает вас на свой день рождения![/head][/color] +holiday-name-winter-presents = зимние подарки diff --git a/Resources/Prototypes/_Sunrise/holidays.yml b/Resources/Prototypes/_Sunrise/holidays.yml index 017cbc0c79c..484dfec52d3 100644 --- a/Resources/Prototypes/_Sunrise/holidays.yml +++ b/Resources/Prototypes/_Sunrise/holidays.yml @@ -44,7 +44,7 @@ !type:Custom text: holiday-custom-helloween greetColor: orange - + - type: holidayGiveawayItem id: HelloweenGiveawayCandle holiday: Helloween @@ -54,4 +54,19 @@ - type: holidayGiveawayItem id: HelloweenGiveawayCandyBucket holiday: Helloween - prototype: CandyBucket \ No newline at end of file + prototype: CandyBucket + +# Winter presents + +- type: holiday + id: WinterPresents + name: holiday-name-winter-presents + beginDay: 10 + beginMonth: December + endDay: 2 + endMonth: January + +- type: holidayGiveawayItem + id: WinterPresentsGiveawayPresent + holiday: WinterPresents + prototype: PresentRandom From 48ea3a1c53d715162d167402f3b883c754184361 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Tue, 17 Dec 2024 00:29:44 +0300 Subject: [PATCH 50/50] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_Sunrise/Procedural/biome_templates.yml | 25 +++---------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/Resources/Prototypes/_Sunrise/Procedural/biome_templates.yml b/Resources/Prototypes/_Sunrise/Procedural/biome_templates.yml index 42d6547bf64..86230b55f08 100644 --- a/Resources/Prototypes/_Sunrise/Procedural/biome_templates.yml +++ b/Resources/Prototypes/_Sunrise/Procedural/biome_templates.yml @@ -10,9 +10,7 @@ allowedTiles: - FloorAsteroidSand entities: - - FloraRockSolid01 - - FloraRockSolid02 - - FloraRockSolid03 + - FloraRockSolid - !type:BiomeDummyLayer id: Loot # Fill layer @@ -83,18 +81,8 @@ allowedTiles: - FloorPlanetGrass entities: - - FloraTree01 - - FloraTree02 - - FloraTree03 - - FloraTree04 - - FloraTree05 - - FloraTree06 - - FloraTreeLarge01 - - FloraTreeLarge02 - - FloraTreeLarge03 - - FloraTreeLarge04 - - FloraTreeLarge05 - - FloraTreeLarge06 + - FloraTree + - FloraTreeLarge # Water - !type:BiomeEntityLayer allowedTiles: @@ -230,12 +218,7 @@ allowedTiles: - FloorSnow entities: - - FloraTreeSnow01 - - FloraTreeSnow02 - - FloraTreeSnow03 - - FloraTreeSnow04 - - FloraTreeSnow05 - - FloraTreeSnow06 + - FloraTreeSnow # Ice tiles - !type:BiomeTileLayer tile: FloorIce