From cbc2e87647612c342da6d7136842c9ac8bda0da3 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:04:30 +0200 Subject: [PATCH 01/25] =?UTF-8?q?=D0=BF=D0=B8=D1=80=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Rules/Components/PiratesRuleComponent.cs | 27 + .../GameTicking/Rules/PiratesRuleSystem.cs | 128 + .../ADT/Ghost/Roles/ghost-role-component.ftl | 7 + .../game-presets/preset-pirates.ftl | 7 + .../Catalog/store/uplink-catalog.ftl | 66 + .../Entities/Objects/Specific/pirate.ftl | 10 + .../Machines/Computers/computers.ftl | 3 + .../ghost/roles/ghost-role-component.ftl | 4 +- Resources/Locale/ru-RU/store/currency.ftl | 2 + Resources/Maps/ADTMaps/Shuttles/pirate.yml | 5459 +++++++++++++++++ .../Prototypes/ADT/Catalog/pirate_catalog.yml | 244 + .../Entities/Markers/Spawners/ghost_roles.yml | 56 + .../ADT/Entities/Mobs/Player/humanoid.yml | 43 + .../ADT/Entities/Objects/Specific/piastra.yml | 57 + .../Objects/Specific/pirate_store.yml | 35 + .../Machines/Computers/computers.yml | 36 + Resources/Prototypes/ADT/GameRules/events.yml | 14 +- .../ADT/Roles/Jobs/Fun/misc_startinggear.yml | 50 + Resources/Prototypes/ADT/Stacks/misc.yml | 6 + Resources/Prototypes/ADT/Store/categories.yml | 4 + .../Objects/Specific/piastra.rsi/meta.json | 22 + .../Specific/piastra.rsi/piastra_0.png | Bin 0 -> 226 bytes .../Specific/piastra.rsi/piastra_1.png | Bin 0 -> 226 bytes .../Specific/piastra.rsi/piastra_10.png | Bin 0 -> 378 bytes .../Specific/piastra.rsi/piastra_2.png | Bin 0 -> 246 bytes .../Specific/piastra.rsi/piastra_3.png | Bin 0 -> 247 bytes .../Specific/piastra.rsi/piastra_4.png | Bin 0 -> 248 bytes .../Specific/piastra.rsi/piastra_5.png | Bin 0 -> 249 bytes .../Specific/piastra.rsi/piastra_6.png | Bin 0 -> 286 bytes .../Specific/piastra.rsi/piastra_7.png | Bin 0 -> 322 bytes .../Specific/piastra.rsi/piastra_8.png | Bin 0 -> 353 bytes .../Specific/piastra.rsi/piastra_9.png | Bin 0 -> 371 bytes .../Specific/yarrostore.rsi/icon.png | Bin 0 -> 949 bytes .../Specific/yarrostore.rsi/meta.json | 14 + 34 files changed, 6290 insertions(+), 4 deletions(-) create mode 100644 Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs create mode 100644 Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs create mode 100644 Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl create mode 100644 Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Specific/pirate.ftl create mode 100644 Resources/Maps/ADTMaps/Shuttles/pirate.yml create mode 100644 Resources/Prototypes/ADT/Catalog/pirate_catalog.yml create mode 100644 Resources/Prototypes/ADT/Entities/Markers/Spawners/ghost_roles.yml create mode 100644 Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml create mode 100644 Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/meta.json create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_0.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_1.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_10.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_2.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_3.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_4.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_5.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_6.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_7.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_8.png create mode 100644 Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_9.png create mode 100644 Resources/Textures/ADT/Structures/Specific/yarrostore.rsi/icon.png create mode 100644 Resources/Textures/ADT/Structures/Specific/yarrostore.rsi/meta.json diff --git a/Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs b/Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs new file mode 100644 index 00000000000..afe96ee9537 --- /dev/null +++ b/Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs @@ -0,0 +1,27 @@ +using Robust.Shared.Audio; + +namespace Content.Server.GameTicking.Rules.Components; + +[RegisterComponent, Access(typeof(PiratesRuleSystem))] +public sealed partial class PiratesRuleComponent : Component +{ + [ViewVariables] + public List Pirates = new(); + [ViewVariables] + public EntityUid PirateShip = EntityUid.Invalid; + [ViewVariables] + public HashSet InitialItems = new(); + [ViewVariables] + public double InitialShipValue; + + /// + /// Path to antagonist alert sound. + /// + [DataField("pirateAlertSound")] + public SoundSpecifier PirateAlertSound = new SoundPathSpecifier( + "/Audio/Ambience/Antag/pirate_start.ogg", + AudioParams.Default.WithVolume(4)); + + [DataField] + public string PiratesShuttlePath = "Maps/ADTMaps/Shuttles/pirate.yml"; +} diff --git a/Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs b/Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs new file mode 100644 index 00000000000..59ce8600ad4 --- /dev/null +++ b/Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs @@ -0,0 +1,128 @@ +using System.Linq; +using System.Numerics; +using Content.Server.Administration.Commands; +using Content.Server.Cargo.Systems; +using Content.Server.Chat.Managers; +using Content.Server.GameTicking.Rules.Components; +using Content.Server.Preferences.Managers; +using Content.Server.Spawners.Components; +using Content.Server.Station.Components; +using Content.Server.Station.Systems; +using Content.Shared.CCVar; +using Content.Shared.Humanoid; +using Content.Shared.Humanoid.Prototypes; +using Content.Shared.Mind; +using Content.Shared.NPC.Prototypes; +using Content.Shared.NPC.Systems; +using Content.Shared.Preferences; +using Content.Shared.Roles; +using Robust.Server.GameObjects; +using Robust.Server.Maps; +using Robust.Server.Player; +using Robust.Shared.Audio; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Configuration; +using Robust.Shared.Enums; +using Robust.Shared.Map; +using Robust.Shared.Map.Components; +using Content.Server.GameTicking.Rules; +using Robust.Shared.Prototypes; +using Robust.Shared.Random; +using Robust.Shared.Utility; +using Content.Shared.GameTicking.Components; +using Content.Server.StationEvents.Components; + +namespace Content.Server.GameTicking.Rules; + +/// +/// This handles the Pirates minor antag, which is designed to coincide with other modes on occasion. +/// +public sealed class PiratesRuleSystem : GameRuleSystem +{ + [Dependency] private readonly IMapManager _mapManager = default!; + [Dependency] private readonly PricingSystem _pricingSystem = default!; + [Dependency] private readonly MapLoaderSystem _map = default!; + + + /// + public override void Initialize() + { + base.Initialize(); + + } + + protected override void Started(EntityUid uid, PiratesRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args) + { + base.Started(uid, component, gameRule, args); + + var shuttleMap = _mapManager.CreateMap(); + var options = new MapLoadOptions + { + LoadMap = true, + }; + + if (!_map.TryLoad(shuttleMap, component.PiratesShuttlePath, out var shuttle, options)) + return; + component.PirateShip = shuttle[0]; + + component.InitialShipValue = _pricingSystem.AppraiseGrid(component.PirateShip, uid => + { + component.InitialItems.Add(uid); + return true; + }); + + } + protected override void AppendRoundEndText(EntityUid uid, PiratesRuleComponent component, GameRuleComponent gameRule, ref RoundEndTextAppendEvent args) + { + if (Deleted(component.PirateShip)) + { + // Major loss, the ship somehow got annihilated. + args.AddLine(Loc.GetString("pirates-no-ship")); + } + else + { + List<(double, EntityUid)> mostValuableThefts = new(); + var comp1 = component; + var finalValue = _pricingSystem.AppraiseGrid(component.PirateShip, uid => + { + foreach (var mindId in component.Pirates) + { + if (TryComp(mindId, out MindComponent? mind) && mind.CurrentEntity == uid) + return false; // Don't appraise the pirates twice, we count them in separately. + } + + return true; + }, (uid, price) => + { + if (comp1.InitialItems.Contains(uid)) + return; + mostValuableThefts.Add((price, uid)); + mostValuableThefts.Sort((i1, i2) => i2.Item1.CompareTo(i1.Item1)); + if (mostValuableThefts.Count > 5) + mostValuableThefts.Pop(); + }); + + foreach (var mindId in component.Pirates) + { + if (TryComp(mindId, out MindComponent? mind) && mind.CurrentEntity is not null) + finalValue += _pricingSystem.GetPrice(mind.CurrentEntity.Value); + } + + var score = finalValue - component.InitialShipValue; + + args.AddLine(Loc.GetString("pirates-final-score", ("score", $"{score:F2}"))); + args.AddLine(Loc.GetString("pirates-final-score-2", ("finalPrice", $"{finalValue:F2}"))); + + args.AddLine(""); + args.AddLine(Loc.GetString("pirates-most-valuable")); + + foreach (var (price, obj) in mostValuableThefts) + { + args.AddLine(Loc.GetString("pirates-stolen-item-entry", ("entity", obj), ("credits", $"{price:F2}"))); + } + + if (mostValuableThefts.Count == 0) + args.AddLine(Loc.GetString("pirates-stole-nothing")); + } + } +} diff --git a/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl b/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl index 34abe03e6b9..8de339dd51a 100644 --- a/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl +++ b/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl @@ -7,3 +7,10 @@ ghost-role-information-carpcat-rules = Вы [bold]должны слушаться и помогать[/bold] ядерным оперативникам в выполнении своей задачи и кусать наглых сотрудников станции. ghost-role-information-mini-spider-name = Паучок ghost-role-information-mini-spider-description = Маленький паучок, почему бы вам не отправиться на охоту за очередной мышкой? +ghost-role-information-pirate-rules = Вы [color=red]НЕ[/color] помните свою прошлую жизнь. Сделайте все, чтобы наполнить трюм золотом, начиная с торговли и заканчивая кровавой бойней. Слушайтесь своего капитана и делайте все, чтобы спасти ему жизнь. +ghost-role-information-captain-pirate-name = Капитан пиратов +ghost-role-information-captain-pirate-description = Вы - Капитан судна космических Пиратов! Предводите бандой головорезов, и заберите у космических крыс то, что они так не хотят вам отдавать! Ну или банально не сыграйте в ящик. +ghost-role-information-captain-pirate-rules = Вы [color=red]НЕ[/color] помните свою прошлую жизнь. Сделайте все, чтобы наполнить трюм золотом, начиная с торговли и заканчивая кровавой бойней. Веди свою команду, мой друг, ЙАРРР! +ghost-role-information-pirate-firstmate-name = Юнга +ghost-role-information-pirate-firstmate-description = Вы - Юнга на судне космических Пиратов. Ваша задача выполнять все отвратительные на ваш взгляд приказы Пиратов и Капитана, стараясь не сойти с ума на дне кружки Грога. +ghost-role-information-pirate-firstmate-rules = Вы [color=red]НЕ[/color] помните свою прошлую жизнь. Сделайте все, чтобы наполнить трюм золотом, начиная с торговли и заканчивая кровавой бойней. Слушайтесь своего капитана или [color=red]станьте[/color] новым. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl b/Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl new file mode 100644 index 00000000000..1120d366def --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl @@ -0,0 +1,7 @@ +pirates-no-ship = При неизвестных обстоятельствах корабль пиратов был полностью уничтожен. +pirates-final-score = Пираты успешно украли товара на {$score} космобаксов. +pirates-final-score-2 = Безделушек, в общей сложности на {$finalPrice} космобаксов. +pirates-most-valuable = Самыми ценными украденными вещами были: +pirates-stolen-item-entry = {$entity} с ценой ({$credits} космобаксов) +pirates-stole-nothing = - Пираты украли абсолютно ничего.[color=red][bold] Стыд и позор.[/bold][/color] +roles-antag-pirate-objective = Украдите все ценное с этого одурманенного большого корабля... э-э... станции. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl index 75669c1c7d0..4c5d7eec290 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl @@ -89,3 +89,69 @@ uplink-blackmail-bundle-desc = Набор для относительно эфф uplink-syndicate-helmet-name = шлем спецназа uplink-syndicate-helmet-desc = Очень прочный шлем, широко используемый военизированными организациями. Его украшает ужасный узор из красных и чёрных полос. Да прибудет с вами робаст + +uplink-pirate-cannonball-name = пушечное ядро +uplink-pirate-cannonball-desc = Обычное пушечное ядро. + +uplink-pirate-grapeshot-name = картечь +uplink-pirate-grapeshot-desc = Картечьное ядро для пушки. + +uplink-pirate-sawn-name = обез +uplink-pirate-sawn-desc = Против всякой шелупони. Использует патроны калибра .50 ружейный. + +uplink-pirate-revolver-name = пиратский револьвер +uplink-pirate-revolver-desc = Странный дульнозарядный револьвер, который использовали пираты. Использует патроны калибра .45 магнум. + +uplink-pirate-hand-cannon-name = пиратская пушка +uplink-pirate-hand-cannon-desc = Кабум! + +uplink-pirate-outer-armor-podwars-name = броня Броненосец II +uplink-pirate-outer-armor-podwars-desc = Переделанный бронескафандр Броненосец II, реликвия войн подов. + +uplink-pirate-helmet-armor-podwars-name = шлем Броненосец II +uplink-pirate-helmet-armor-podwars-desc = Переделанный шлем Броненосец II, реликвия войн подов. + +uplink-pirate-outer-armor-captain-name = куртка капитана +uplink-pirate-outer-armor-captain-desc = Капитанская торжественная куртка, инкрустированная золотом. + +uplink-pirate-ion-rifle-name = ионная винтовка +uplink-pirate-ion-rifle-desc = Ионно-электрическая разрушительная винтовка, специально разработана против мехов и боргов. + +uplink-pirate-svalinn-name = лазерный пистолет Свалинн +uplink-pirate-svalinn-desc = Дешёвый и широко распространённый лазерный пистолет. + +uplink-pirate-laser-name = старомодный лазерный бластер +uplink-pirate-laser-desc = Оружие, использующее свет, усиленный излучением радиации. + +uplink-pirate-cutter-name = улучшенный плазменный резак +uplink-pirate-cutter-desc = Инструмент шахтеров, предназначенный для расчистки горных пород. Обладает усовершенствованной батареей и усиленной концентрирующей линзой. + +uplink-pirate-microreactor-name = микрореакторная батарея +uplink-pirate-microreactor-desc = Стандартизированный перезаряжаемый микрореактор. Имеет пониженную ёмкость, но медленно заряжается сама по себе. + +uplink-pirate-pirate-name = костлявый пират +uplink-pirate-pirate-desc = Лучший помошник любого капитана - скелет без шкафа! + +uplink-pirate-cannon-name = пушка пиратского корабля +uplink-pirate-cannon-desc = Кабум! + +uplink-pirate-granade-name = разрывная граната +uplink-pirate-granade-desc = Граната, создающая небольшой но разрушительный взрыв. + +uplink-pirate-emp-granade-name = ЭМИ граната +uplink-pirate-emp-granade-desc = Граната, предназначенная для поражения электрических систем. + +uplink-pirate-milk-name = молоко +uplink-pirate-milk-desc = Пей молоко - кости будут крепче стали! + +uplink-pirate-cow-name = корова +uplink-pirate-cow-desc = Бесконечный источник молока. + +uplink-pirate-bullet-proof-name = пуленепробиваемый жилет +uplink-pirate-bullet-proof-desc = Тяжёлый бронежилет типа III, способный защитить владельца от традиционного метательного оружия и взрывчатки в незначительной степени. + +uplink-pirate-bullet-magnum-name = спидлодер .44 магнум +uplink-pirate-bullet-magnum-desc = Идеален к твоему револьверу! + +uplink-pirate-lethal-shot-name = раздатчик ружейных патронов +uplink-pirate-lethal-shot-desc = Полная коробка летальных ружейных патронов. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Specific/pirate.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Specific/pirate.ftl new file mode 100644 index 00000000000..98a0a9793a3 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Specific/pirate.ftl @@ -0,0 +1,10 @@ +ent-ADTPiratePiastr1 = пиастр + .desc = Самая ЯРРРР валюта! + .suffix = 1 + +ent-ADTPiratePiastr1000 = пиастр + .desc = Самая ЯРРРР валюта! + .suffix = 1000 + +ent-ADTBasePirateStore = магазин "Портовая крыса" + .desc = Лавка портовой крысы. Все необходимые для грабежа и налётов товары, высшего качества и свежести, украденные прямо из космических портов всех мегакорпораций! \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Structures/Machines/Computers/computers.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Structures/Machines/Computers/computers.ftl index 3736af98439..f0e849ab54b 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Structures/Machines/Computers/computers.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Structures/Machines/Computers/computers.ftl @@ -7,3 +7,6 @@ ent-ADTComputerShuttleSalvage = консоль управления утилиз ent-ADTComputerSecShuttle = консоль управления шаттлом службы безопасности .desc = Используется для пилотирования шаттлом службы безопасности. + +ent-ADTComputerPalletConsolePirate = пиратская консоль продаж + .desc = Продаёт за пиастры. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl index 992297aeff6..d1bfd551cfd 100644 --- a/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/ru-RU/ghost/roles/ghost-role-component.ftl @@ -217,8 +217,8 @@ ghost-role-information-blackmarketeer-name = Торговец чёрного р ghost-role-information-blackmarketeer-description = Заключайте сделки или беритесь за непосильную работу, чтобы к концу смены собрать самые интересные предметы. ghost-role-information-cossack-name = Древний путешественник ghost-role-information-cossack-description = Из истории, потерянной во времени, вы попадаете в наш век. -ghost-role-information-pirate-name = Космический пират -ghost-role-information-pirate-description = Агх, дружище! Собирайте крутые трофеи, но старайтесь избегать службы безопасности и утилизаторов! +ghost-role-information-pirate-name = Пират +ghost-role-information-pirate-description = Вы - Архаичный Пират. Постарайтесь собрать как можно больше блестящих побрякушек! ghost-role-information-pirate-captain-name = Капитан космических пиратов ghost-role-information-pirate-captain-description = Агх, дружище! Ты здесь главный, и тебе нужно разработать план, как заполучить эту сочную добычу с помощью крючка или мошенничества. Только постарайтесь избегать службы безопасности и утилизаторов! ghost-role-information-disaster-victim-name = Жертва катастрофы diff --git a/Resources/Locale/ru-RU/store/currency.ftl b/Resources/Locale/ru-RU/store/currency.ftl index 62ad9412cae..9826d0c6591 100644 --- a/Resources/Locale/ru-RU/store/currency.ftl +++ b/Resources/Locale/ru-RU/store/currency.ftl @@ -13,3 +13,5 @@ store-currency-display-stolen-essence = Украденная эссенция store-currency-display-wizcoin = Маг₭øин™ store-currency-display-tradeunit = ЕТ + +store-currency-display-piastr = Пиастр \ No newline at end of file diff --git a/Resources/Maps/ADTMaps/Shuttles/pirate.yml b/Resources/Maps/ADTMaps/Shuttles/pirate.yml new file mode 100644 index 00000000000..ae3b46032c9 --- /dev/null +++ b/Resources/Maps/ADTMaps/Shuttles/pirate.yml @@ -0,0 +1,5459 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 29: FloorDark + 34: FloorDarkMono + 57: FloorHullReinforced + 64: FloorMetalDiamond + 77: FloorReinforced + 80: FloorShowroom + 89: FloorSteel + 96: FloorSteelDirty + 104: FloorTechMaint + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: Весёлый Роджер - ROM-1650 + - type: Transform + pos: 2.2710133,-2.4148211 + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAQAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAOQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 121: -4,-4 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 81: -9,-1 + 82: -8,-1 + 83: -7,-6 + 92: -9,-5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 5: 1,1 + 6: 1,1 + 7: 2,1 + 16: 3,9 + 17: 3,9 + 18: 3,8 + 19: 1,5 + 20: 2,4 + 21: 1,6 + 22: 0,6 + 23: -1,6 + 24: -1,7 + 25: -2,6 + 26: -1,6 + 27: -7,6 + 28: -6,6 + 29: -10,5 + 30: -9,8 + 31: -8,8 + 32: -5,9 + 33: -5,10 + 34: -3,9 + 35: -3,7 + 36: -3,7 + 37: -3,8 + 38: -2,9 + 39: -5,6 + 69: -1,0 + 70: -1,1 + 71: -5,0 + 133: 6,7 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 136: 7,6 + 137: 7,5 + 138: 6,6 + 139: 7,7 + 140: 4,3 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 84: -10,-1 + 85: -7,-3 + 86: -6,-3 + 90: 1,7 + 91: 3,6 + 94: -9,-3 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 2: -7,3 + 3: -7,3 + 4: -8,3 + 9: 1,2 + 10: 1,3 + 11: 2,1 + 12: -9,3 + 13: -9,2 + 14: 2,4 + 15: -8,4 + 56: -10,6 + 57: -9,6 + 58: -3,6 + 59: -4,7 + 60: -2,7 + 61: -3,4 + 62: 3,6 + 63: 4,5 + 64: 1,7 + 65: -2,9 + 66: 4,6 + 67: 4,7 + 68: 3,6 + 111: -3,3 + 112: -2,2 + 113: -2,2 + 114: -2,2 + 115: -4,0 + 118: -9,1 + 119: -9,-1 + 120: -9,-1 + 134: 6,5 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 77: -9,1 + 78: -8,1 + 79: -7,-2 + 80: -7,-1 + 93: -9,-4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 0: -7,2 + 1: -9,3 + 8: 2,2 + 40: -4,6 + 41: -5,7 + 42: -2,7 + 43: 2,5 + 44: 3,5 + 45: 2,3 + 46: -9,5 + 47: -8,4 + 48: -8,5 + 49: -7,5 + 50: -7,8 + 51: -8,6 + 52: -8,7 + 53: -4,9 + 54: -3,9 + 55: -2,10 + 72: -5,0 + 73: -2,0 + 74: -3,0 + 75: -1,2 + 76: -1,2 + 116: -3,4 + 117: 2,6 + 135: 6,6 + - node: + color: '#FFFFFF0C' + id: MiniTileOverlay + decals: + 122: -3,10 + 123: -3,9 + 124: -3,7 + 125: -3,6 + 126: -4,6 + 127: -5,6 + 128: -2,6 + 129: -1,6 + 130: -4,10 + 131: -5,10 + - node: + cleanable: True + color: '#FF7F8206' + id: MonoOverlay + decals: + 150: -3,12 + 151: -4,11 + 152: -2,11 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale + decals: + 99: -4,3 + 100: -2,2 + 101: -3,2 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale180 + decals: + 97: -4,3 + 98: -3,3 + 102: -4,2 + 103: -3,2 + 108: -2,1 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale270 + decals: + 95: -2,3 + 96: -3,3 + 104: -2,2 + 105: -3,2 + 109: -4,1 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale90 + decals: + 106: -2,3 + 107: -3,1 + 110: -4,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: WarnLineW + decals: + 145: -5,10 + 146: -4,10 + 147: -3,10 + 148: -2,10 + 149: -1,10 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarningLine + decals: + 87: -9,1 + 88: -9,2 + 89: -9,3 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-1: + 0: 65535 + -1,-3: + 0: 65506 + -1,-1: + 0: 65535 + -1,-2: + 0: 65535 + -2,1: + 0: 65535 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -1,3: + 0: 53247 + 0,-3: + 0: 65520 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-3: + 0: 13072 + 1,-2: + 0: 13107 + 1,-1: + 0: 30583 + 1: 34944 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 0,0: + 0: 65535 + 1,3: + 0: 4369 + 1,0: + 0: 30583 + 1: 34952 + 1,1: + 0: 30583 + 1: 34952 + 1,2: + 0: 4919 + 1: 8 + 0,4: + 0: 127 + -1,4: + 0: 140 + -2,0: + 0: 65535 + -3,0: + 0: 65535 + -3,1: + 0: 65535 + -3,2: + 0: 65535 + -2,2: + 0: 65535 + -2,3: + 0: 207 + -3,-1: + 0: 65535 + -3,-3: + 0: 8192 + -3,-2: + 0: 61154 + -2,-3: + 0: 4368 + -2,-2: + 0: 65531 + -3,3: + 0: 14 + 2,0: + 1: 4369 + 2,1: + 1: 4369 + 2,2: + 1: 1 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding + - uid: 5 + components: + - type: MetaData + name: Map Entity + - type: Transform + pos: -2.2710133,2.4148211 + parent: 1 + - type: Map + mapPaused: True + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: LoadedMap + - uid: 273 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + mapPaused: True + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree +- proto: ADTBasePirateStore + entities: + - uid: 325 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 +- proto: ADTBigThruster + entities: + - uid: 755 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 +- proto: ADTComputerPalletConsolePirate + entities: + - uid: 296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,7.5 + parent: 1 +- proto: ADTDrinkRumCanister + entities: + - uid: 280 + components: + - type: Transform + pos: -2.6371663,-3.3285227 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: -2.1996663,-3.2972727 + parent: 1 + - uid: 829 + components: + - type: Transform + pos: -2.1996663,-3.0785227 + parent: 1 + - uid: 830 + components: + - type: Transform + pos: -2.7152913,-3.2035227 + parent: 1 +- proto: ADTPiratePiastr1 + entities: + - uid: 326 + components: + - type: Transform + pos: -1.562177,7.4368854 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: -1.749677,7.416052 + parent: 1 + - uid: 836 + components: + - type: Transform + pos: -1.3885658,7.4368854 + parent: 1 + - uid: 850 + components: + - type: Transform + pos: -1.2635658,7.4299407 + parent: 1 +- proto: ADTSpawnPointPirate + entities: + - uid: 552 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 +- proto: AirlockExternalGlassShuttleSyndicateLocked + entities: + - uid: 2 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,15.5 + parent: 1 +- proto: AirlockExternalGlassSyndicateLocked + entities: + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 1 + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,2.5 + parent: 1 +- proto: AirlockExternalShuttleSyndicateLocked + entities: + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,2.5 + parent: 1 +- proto: AirlockSyndicateGlassLocked + entities: + - uid: 8 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,8.5 + parent: 1 + - uid: 10 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,4.5 + parent: 1 + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 1 +- proto: AirlockSyndicateLocked + entities: + - uid: 15 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 1 + - uid: 17 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 1 + - uid: 18 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,10.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,7.5 + parent: 1 + - uid: 20 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 21 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 +- proto: AppraisalTool + entities: + - uid: 25 + components: + - type: Transform + pos: -7.2760534,-3.5222044 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -0.67882204,3.741016 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 27 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,2.5 + parent: 1 + - uid: 772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,15.5 + parent: 1 +- proto: Bed + entities: + - uid: 29 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 +- proto: BedsheetBlack + entities: + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,9.5 + parent: 1 +- proto: BlastDoor + entities: + - uid: 837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,12.5 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,13.5 + parent: 1 + - uid: 840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 1 + - uid: 841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,13.5 + parent: 1 + - uid: 842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,13.5 + parent: 1 + - uid: 843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,12.5 + parent: 1 +- proto: BoozeDispenser + entities: + - uid: 33 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-3.5 + parent: 1 + - type: ContainerContainer + containers: + ReagentDispenser-beaker: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + beakerSlot: !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: BoxLethalshot + entities: + - uid: 34 + components: + - type: Transform + pos: -3.7207985,4.558691 + parent: 1 + - uid: 834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.3602343,4.6600113 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 35 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -7.5,7.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 848 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 849 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 +- proto: CableHV + entities: + - uid: 166 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 +- proto: CableMV + entities: + - uid: 204 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: CannonBall + entities: + - uid: 7 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.2001762,1.3120778 + parent: 1 + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.4675255,5.777094 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4814262,3.2339528 + parent: 1 + - uid: 314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.2314262,3.5308278 + parent: 1 + - uid: 466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.1845512,3.2495778 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.7783012,1.5308278 + parent: 1 + - uid: 468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.7314262,1.7652028 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.7939262,1.2808278 + parent: 1 + - uid: 537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.1706505,5.761469 + parent: 1 + - uid: 545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.1533012,3.7964528 + parent: 1 + - uid: 571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4814262,1.5308278 + parent: 1 + - uid: 572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4814262,1.7339528 + parent: 1 + - uid: 573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.2001762,1.7495778 + parent: 1 + - uid: 574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4814262,1.3120778 + parent: 1 + - uid: 741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.2001762,1.5464528 + parent: 1 + - uid: 781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4658012,3.5152028 + parent: 1 + - uid: 782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.4658012,3.7652028 + parent: 1 + - uid: 783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.7626762,3.2808278 + parent: 1 + - uid: 784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.7626762,3.5620778 + parent: 1 + - uid: 785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.7626762,3.8120778 + parent: 1 + - uid: 786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.7019005,5.761469 + parent: 1 + - uid: 787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.7175255,5.558344 + parent: 1 + - uid: 788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.4987755,5.527094 + parent: 1 + - uid: 789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.2175255,5.558344 + parent: 1 + - uid: 790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.2019005,5.308344 + parent: 1 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.4519005,5.245844 + parent: 1 + - uid: 792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.7800255,5.277094 + parent: 1 + - uid: 793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.7487755,7.2458444 + parent: 1 + - uid: 794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5144005,7.2614694 + parent: 1 + - uid: 795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.1394005,7.2302194 + parent: 1 + - uid: 796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.2019005,7.4958444 + parent: 1 + - uid: 797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5144005,7.4958444 + parent: 1 + - uid: 798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.7644005,7.5270944 + parent: 1 + - uid: 799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.8425255,7.7770944 + parent: 1 + - uid: 800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.6081505,7.8552194 + parent: 1 + - uid: 801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.2175255,7.7927194 + parent: 1 +- proto: CannonBallGrapeshot + entities: + - uid: 822 + components: + - type: Transform + pos: -4.3437567,0.5638933 + parent: 1 +- proto: CargoPalletSell + entities: + - uid: 306 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 604 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 +- proto: CarpetBlack + entities: + - uid: 236 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -9.5,10.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,14.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 814 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 815 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 818 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 819 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 820 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 821 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 +- proto: Chair + entities: + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,9.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 1 + - uid: 275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,11.5 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 277 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 +- proto: ClothingHeadHatPirate + entities: + - uid: 281 + components: + - type: Transform + pos: -6.554,8.790821 + parent: 1 +- proto: ClothingHeadHatWelding + entities: + - uid: 283 + components: + - type: Transform + pos: -6.50084,2.62934 + parent: 1 + - type: Physics + canCollide: False +- proto: ClothingHeadHelmetPodWars + entities: + - uid: 284 + components: + - type: Transform + pos: -4.5001793,0.72629523 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -4.7293463,0.43462825 + parent: 1 +- proto: ClothingMaskBreath + entities: + - uid: 286 + components: + - type: Transform + pos: 1.4823287,2.5088873 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 1.6489947,2.6338873 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 1.2739947,2.6963873 + parent: 1 +- proto: ClothingNeckCloakPirateCap + entities: + - uid: 289 + components: + - type: Transform + pos: -6.52275,8.478321 + parent: 1 +- proto: ClothingOuterArmorBasic + entities: + - uid: 290 + components: + - type: Transform + pos: -0.4558921,0.70815384 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -0.5808921,0.52065384 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: -0.5965171,0.39565372 + parent: 1 +- proto: ClothingOuterArmorPodWars + entities: + - uid: 293 + components: + - type: Transform + pos: -4.6251793,0.7317376 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: -4.6876793,0.56995964 + parent: 1 +- proto: ClothingOuterCoatPirate + entities: + - uid: 295 + components: + - type: Transform + pos: -6.27275,8.540821 + parent: 1 +- proto: ClothingShoesBootsMag + entities: + - uid: 297 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 +- proto: CombatKnife + entities: + - uid: 831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.29733467,3.7473145 + parent: 1 +- proto: ComputerIFFSyndicate + entities: + - uid: 307 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 308 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 +- proto: ComputerShuttle + entities: + - uid: 309 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 +- proto: CratePirateChest + entities: + - uid: 310 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 +- proto: CratePirateChestCaptain + entities: + - uid: 311 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 +- proto: CratePrivateSecure + entities: + - uid: 312 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 +- proto: CrowbarRed + entities: + - uid: 313 + components: + - type: Transform + pos: -8.437552,-4.4587874 + parent: 1 + - type: Physics + canCollide: False +- proto: Cutlass + entities: + - uid: 551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5033512,1.5052595 + parent: 1 + - uid: 566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.4877262,1.5208845 + parent: 1 +- proto: DrinkGlass + entities: + - uid: 316 + components: + - type: Transform + pos: -7.3675203,-2.6619558 + parent: 1 + - type: Physics + canCollide: False + - uid: 317 + components: + - type: Transform + pos: -7.4925203,-2.2557058 + parent: 1 + - type: Physics + canCollide: False + - uid: 318 + components: + - type: Transform + pos: -7.2581453,-1.2869558 + parent: 1 + - type: Physics + canCollide: False +- proto: DrinkGrogGlass + entities: + - uid: 319 + components: + - type: Transform + pos: -7.611698,-3.9578404 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: -7.580448,-1.5984654 + parent: 1 +- proto: DrinkMilkCarton + entities: + - uid: 809 + components: + - type: Transform + pos: -7.75758,-1.32165 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: -7.304455,-1.587275 + parent: 1 + - uid: 811 + components: + - type: Transform + pos: -7.710705,-4.3529 + parent: 1 +- proto: DrinkOatMilkCarton + entities: + - uid: 315 + components: + - type: Transform + pos: -9.63258,-2.6029 + parent: 1 + - uid: 321 + components: + - type: Transform + pos: -9.38258,-2.587275 + parent: 1 + - uid: 323 + components: + - type: Transform + pos: -9.75758,-2.38415 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: -9.41383,-2.274775 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: -9.679455,-2.00915 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: -9.398205,-1.931025 + parent: 1 +- proto: DrinkSoyMilkCarton + entities: + - uid: 805 + components: + - type: Transform + pos: -9.710705,-1.6654 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: -9.38258,-1.618525 + parent: 1 + - uid: 807 + components: + - type: Transform + pos: -9.710705,-1.4779 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: -9.35133,-1.368525 + parent: 1 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 322 + components: + - type: Transform + pos: -7.6487703,-3.1932058 + parent: 1 + - type: Physics + canCollide: False +- proto: FaxMachineSyndie + entities: + - uid: 324 + components: + - type: Transform + pos: -9.5,10.5 + parent: 1 + - type: FaxMachine + name: pirate fax +- proto: Fireplace + entities: + - uid: 327 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 +- proto: GasMixerFlipped + entities: + - uid: 328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 +- proto: GasPassiveVent + entities: + - uid: 329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-7.5 + parent: 1 + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,10.5 + parent: 1 +- proto: GasPipeBend + entities: + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-2.5 + parent: 1 + - uid: 339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,8.5 + parent: 1 +- proto: GasPipeFourway + entities: + - uid: 341 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 1 + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 1 + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 + - uid: 350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-0.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,0.5 + parent: 1 + - uid: 353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,1.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,6.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 1 + - uid: 360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - uid: 361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,6.5 + parent: 1 + - uid: 362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 1 + - uid: 368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 1 + - uid: 369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 1 + - uid: 374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,8.5 + parent: 1 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 1 + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 1 + - uid: 377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 1 + - uid: 382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 1 + - uid: 383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 1 + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 1 + - uid: 386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,7.5 + parent: 1 + - uid: 387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,10.5 + parent: 1 + - uid: 388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 1 + - uid: 389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 1 + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,10.5 + parent: 1 + - uid: 391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,10.5 + parent: 1 + - uid: 392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,10.5 + parent: 1 + - uid: 393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 1 + - uid: 394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,6.5 + parent: 1 + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,6.5 + parent: 1 + - uid: 396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,6.5 + parent: 1 + - uid: 398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 1 + - uid: 401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - uid: 402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 1 + - uid: 403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 +- proto: GasPort + entities: + - uid: 405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - uid: 406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 1 +- proto: GasPressurePump + entities: + - uid: 407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 +- proto: GasVentPump + entities: + - uid: 410 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 + - uid: 412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,7.5 + parent: 1 + - uid: 413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 1 + - uid: 414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,2.5 + parent: 1 + - uid: 415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 1 + - uid: 416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,8.5 + parent: 1 + - uid: 420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 1 + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1 +- proto: GasVentScrubber + entities: + - uid: 422 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,10.5 + parent: 1 + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 1 +- proto: GeneratorBasic15kW + entities: + - uid: 426 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 429 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 430 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 +- proto: Grille + entities: + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,7.5 + parent: 1 + - uid: 431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,3.5 + parent: 1 + - uid: 435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: -10.5,8.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: -10.5,10.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: -10.5,9.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,13.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,1.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,14.5 + parent: 1 + - uid: 450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,14.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,13.5 + parent: 1 + - uid: 452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,14.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,1.5 + parent: 1 + - uid: 462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 456 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,14.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 460 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 +- proto: Lighter + entities: + - uid: 463 + components: + - type: Transform + pos: -7.3640995,-4.4362655 + parent: 1 + - type: Physics + canCollide: False +- proto: MagazineBoxAntiMateriel + entities: + - uid: 464 + components: + - type: Transform + pos: -4.7390633,3.4536512 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: -4.7821093,3.633038 + parent: 1 +- proto: MagazineBoxMagnum + entities: + - uid: 465 + components: + - type: Transform + pos: -4.394046,3.4745688 + parent: 1 + - uid: 777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5827484,1.4896345 + parent: 1 +- proto: Multitool + entities: + - uid: 827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5681195,3.5301657 + parent: 1 +- proto: NitrogenCanister + entities: + - uid: 469 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 470 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 +- proto: PaintingSkeletonBoof + entities: + - uid: 817 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 +- proto: PaperBin5 + entities: + - uid: 475 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 +- proto: Pen + entities: + - uid: 476 + components: + - type: Transform + pos: -8.966801,10.694164 + parent: 1 +- proto: PirateFlag + entities: + - uid: 538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,4.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 6.5,8.5 + parent: 1 +- proto: PirateHandyFlag + entities: + - uid: 823 + components: + - type: Transform + pos: -0.4531319,12.288076 + parent: 1 +- proto: PlasmaCanister + entities: + - uid: 590 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 1 + - uid: 802 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 +- proto: PosterContrabandRevolt + entities: + - uid: 477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 +- proto: PosterContrabandRevolver + entities: + - uid: 478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,5.5 + parent: 1 + - uid: 507 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 +- proto: PosterContrabandSmoke + entities: + - uid: 480 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 1 +- proto: PosterLegitUeNo + entities: + - uid: 482 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,9.5 + parent: 1 + - uid: 484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,5.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 487 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 490 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - uid: 492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,3.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 498 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,6.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 502 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 503 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 505 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,5.5 + parent: 1 + - uid: 508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 + - uid: 825 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 1 +- proto: Rack + entities: + - uid: 30 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 1 + - uid: 479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,1.5 + parent: 1 + - uid: 509 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,5.5 + parent: 1 +- proto: Railing + entities: + - uid: 549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,1.5 + parent: 1 + - uid: 588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 +- proto: RailingCorner + entities: + - uid: 278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1 + - uid: 589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,6.5 + parent: 1 +- proto: RandomPosterContraband + entities: + - uid: 511 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 514 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 1 + - uid: 516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,13.5 + parent: 1 + - uid: 517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,11.5 + parent: 1 + - uid: 520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,13.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,12.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,10.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,12.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 1 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,13.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,8.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 1 + - uid: 530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,13.5 + parent: 1 + - uid: 531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,9.5 + parent: 1 + - uid: 532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,12.5 + parent: 1 + - uid: 533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,14.5 + parent: 1 + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,1.5 + parent: 1 + - uid: 535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,3.5 + parent: 1 + - uid: 536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,3.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,5.5 + parent: 1 + - uid: 760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,7.5 + parent: 1 +- proto: ReinforcedPlasmaWindowDiagonal + entities: + - uid: 540 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,14.5 + parent: 1 + - uid: 542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 +- proto: RemoteSignaller + entities: + - uid: 513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.2515817,5.4493027 + parent: 1 +- proto: ShuttleGunPirateCannon + entities: + - uid: 14 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,2.5 + parent: 1 + - uid: 627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1 +- proto: SignalButton + entities: + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,10.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 843: + - Pressed: Toggle + 842: + - Pressed: Toggle + 841: + - Pressed: Toggle + 838: + - Pressed: Toggle + 839: + - Pressed: Toggle + 840: + - Pressed: Toggle + 837: + - Pressed: Toggle + - uid: 720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,0.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 14: + - Pressed: Trigger + - uid: 824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 627: + - Pressed: Trigger +- proto: SinkWide + entities: + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-4.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 548 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 +- proto: ADTSpawnPointLostCaptainPirate + entities: + - uid: 558 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 +- proto: ADTSpawnPointLostFirstmate + entities: + - uid: 554 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 +- proto: SpeedLoaderMagnum + entities: + - uid: 778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.3796234,1.3958845 + parent: 1 + - uid: 779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.6764984,1.5677595 + parent: 1 +- proto: SpeedLoaderMagnumEmpty + entities: + - uid: 780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.4421234,1.4583845 + parent: 1 +- proto: StairStageWhite + entities: + - uid: 28 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - uid: 544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,7.5 + parent: 1 +- proto: StoolBar + entities: + - uid: 559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-3.5 + parent: 1 + - uid: 560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 + parent: 1 + - uid: 561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 1 +- proto: StorageCanister + entities: + - uid: 563 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 564 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 +- proto: SyndicatePersonalAI + entities: + - uid: 575 + components: + - type: Transform + pos: -4.477404,12.530636 + parent: 1 +- proto: Table + entities: + - uid: 282 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,12.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 597 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 599 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 +- proto: TableWood + entities: + - uid: 601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 1 + - uid: 602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 1 + - uid: 603 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 +- proto: Thruster + entities: + - uid: 605 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 1 + - uid: 607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-6.5 + parent: 1 + - uid: 608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,9.5 + parent: 1 + - uid: 609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-6.5 + parent: 1 + - uid: 610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-6.5 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,6.5 + parent: 1 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-1.5 + parent: 1 + - uid: 614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 1 + - type: Thruster + enabled: False + - uid: 748 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1 +- proto: ToolboxElectricalTurret + entities: + - uid: 615 + components: + - type: MetaData + name: turret box + - type: Transform + pos: -1.4007742,4.714716 + parent: 1 + - uid: 616 + components: + - type: MetaData + name: turret box + - type: Transform + pos: -1.6820242,4.308466 + parent: 1 +- proto: VendingMachineCigs + entities: + - uid: 617 + components: + - type: MetaData + name: cigarette machine + - type: Transform + pos: -6.5,-5.5 + parent: 1 +- proto: VendingMachineSovietSoda + entities: + - uid: 618 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 619 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 620 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 +- proto: VendingMachineYouTool + entities: + - uid: 621 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,4.5 + parent: 1 + - uid: 623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 1 + - uid: 624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 1 + - uid: 625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,8.5 + parent: 1 + - uid: 626 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 628 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 631 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 + - uid: 636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,1.5 + parent: 1 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 1 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 1 + - uid: 642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 1 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1 + - uid: 646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 1 + - uid: 651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,4.5 + parent: 1 + - uid: 652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,5.5 + parent: 1 + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,2.5 + parent: 1 + - uid: 655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1 + - uid: 656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,4.5 + parent: 1 + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 + - uid: 659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 1 + - uid: 660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 1 + - uid: 661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,9.5 + parent: 1 + - uid: 664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 1 + - uid: 666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 + - uid: 667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 1 + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 1 + - uid: 669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 + - uid: 670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,11.5 + parent: 1 + - uid: 671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-5.5 + parent: 1 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,4.5 + parent: 1 + - uid: 673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,11.5 + parent: 1 + - uid: 674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 1 + - uid: 676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - uid: 677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 + - uid: 678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,11.5 + parent: 1 + - uid: 680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,11.5 + parent: 1 + - uid: 682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 1 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-4.5 + parent: 1 + - uid: 686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - uid: 687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 1 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 1 + - uid: 689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,8.5 + parent: 1 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-5.5 + parent: 1 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 1 + - uid: 699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 1 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 1 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,8.5 + parent: 1 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - uid: 704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,5.5 + parent: 1 + - uid: 705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 1 + - uid: 706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,4.5 + parent: 1 + - uid: 707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,7.5 + parent: 1 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,8.5 + parent: 1 + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,11.5 + parent: 1 + - uid: 710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,11.5 + parent: 1 + - uid: 711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,8.5 + parent: 1 + - uid: 712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 1 + - uid: 713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,8.5 + parent: 1 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - uid: 718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,4.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 1 + - uid: 722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,8.5 + parent: 1 + - uid: 723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,8.5 + parent: 1 + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 1 + - uid: 725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 1 + - uid: 726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 1 + - uid: 727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,6.5 + parent: 1 + - uid: 729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,7.5 + parent: 1 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-4.5 + parent: 1 + - uid: 731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-3.5 + parent: 1 + - uid: 732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,7.5 + parent: 1 + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,10.5 + parent: 1 + - uid: 738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1 + - uid: 739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,15.5 + parent: 1 + - uid: 740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-2.5 + parent: 1 + - uid: 742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 1 + - uid: 743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-0.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 835 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 844 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,8.5 + parent: 1 + - uid: 745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 1 + - uid: 747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-2.5 + parent: 1 + - uid: 749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,12.5 + parent: 1 + - uid: 750 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1 + - uid: 751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: -11.5,7.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,5.5 + parent: 1 + - uid: 756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,0.5 + parent: 1 + - uid: 757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-6.5 + parent: 1 + - uid: 758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,0.5 + parent: 1 + - uid: 759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 773 + components: + - type: Transform + pos: -9.5,12.5 + parent: 1 + - uid: 774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,10.5 + parent: 1 + - uid: 845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-9.5 + parent: 1 + - uid: 846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-9.5 + parent: 1 +- proto: WaterTankFull + entities: + - uid: 761 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 762 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 +- proto: WeaponLaserGun + entities: + - uid: 763 + components: + - type: Transform + pos: -8.532435,10.5924015 + parent: 1 +- proto: WeaponMakeshiftLaser + entities: + - uid: 764 + components: + - type: Transform + pos: -4.4356194,4.035976 + parent: 1 + - uid: 765 + components: + - type: Transform + pos: -4.3887444,4.004726 + parent: 1 +- proto: WeaponPistolFlintlock + entities: + - uid: 776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.6727343,2.5274413 + parent: 1 + - uid: 832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.4383593,2.5118163 + parent: 1 + - uid: 833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.2664843,2.5743163 + parent: 1 +- proto: WeaponRevolverPirate + entities: + - uid: 553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.49379778,2.5208845 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.49379778,2.5208845 + parent: 1 + - uid: 766 + components: + - type: Transform + pos: -4.5137444,4.332851 + parent: 1 +- proto: WeaponShotgunBlunderbuss + entities: + - uid: 767 + components: + - type: Transform + pos: -4.4981194,4.692226 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: -4.5263147,4.6892104 + parent: 1 +- proto: WelderMini + entities: + - uid: 769 + components: + - type: Transform + pos: -6.391465,2.47309 + parent: 1 + - type: Physics + canCollide: False +- proto: WeldingFuelTankFull + entities: + - uid: 770 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 +- proto: Wrench + entities: + - uid: 771 + components: + - type: Transform + pos: 2.4808617,-4.4780817 + parent: 1 + - type: Physics + canCollide: False +... diff --git a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml new file mode 100644 index 00000000000..5fa22d2d087 --- /dev/null +++ b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml @@ -0,0 +1,244 @@ +#UplinkWeaponry + +- type: listing + id: ADTPirateCannonBall + name: uplink-pirate-cannonball-name + description: uplink-pirate-cannonball-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Projectiles/projectiles2.rsi, state: ball } + productEntity: CannonBall + cost: + Piastr: 100 + categories: + - ADTPirate + + +- type: listing + id: ADTPirateGrapeshot + name: uplink-pirate-grapeshot-name + description: uplink-pirate-grapeshot-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Explosives/explosives.rsi, state: grapeshot } + productEntity: CannonBallGrapeshot + cost: + Piastr: 120 + categories: + - ADTPirate + +- type: listing + id: ADTPirateSawn + name: uplink-pirate-sawn-name + description: uplink-pirate-sawn-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi, state: icon } + productEntity: WeaponShotgunSawn + cost: + Piastr: 1200 + categories: + - ADTPirate + +- type: listing + id: ADTRevolverPirate + name: uplink-pirate-revolver-name + description: uplink-pirate-revolver-desc + icon: { sprite: /Textures/ADT/Objects/Weapons/Guns/Revolvers/pirate_revolver.rsi, state: icon } + productEntity: WeaponRevolverPirate + cost: + Piastr: 1000 + categories: + - ADTPirate + +- type: listing + id: ADTPirateHandcannon + name: uplink-pirate-hand-cannon-name + description: uplink-pirate-hand-cannon-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Launchers/pirate_cannon.rsi, state: icon } + productEntity: WeaponLauncherPirateCannon + cost: + Piastr: 2000 + categories: + - ADTPirate + +- type: listing + id: ADTPirateOuterArmorPodWars + name: uplink-pirate-outer-armor-podwars-name + description: uplink-pirate-outer-armor-podwars-desc + icon: { sprite: /Textures/Clothing/OuterClothing/Armor/podwars_armor.rsi, state: icon } + productEntity: ClothingOuterArmorPodWars + cost: + Piastr: 2000 + categories: + - ADTPirate + +- type: listing + id: ADTPirateHelmetArmorPodWars + name: uplink-pirate-helmet-armor-podwars-name + description: uplink-pirate-helmet-armor-podwars-desc + icon: { sprite: /Textures/Clothing/Head/Helmets/podwars_helmet.rsi, state: icon } + productEntity: ClothingHelmetArmorPodWars + cost: + Piastr: 1500 + categories: + - ADTPirate + +- type: listing + id: ADTPirateOuterCoatCaptain + name: uplink-pirate-outer-armor-captain-name + description: uplink-pirate-outer-armor-captain-desc + icon: { sprite: /Textures/Corvax/Clothing/OuterClothing/Coats/captain.rsi, state: icon } + productEntity: ClothingOuterCoatCaptain + cost: + Piastr: 2500 + categories: + - ADTPirate + +- type: listing + id: ADTPirateSvalinn + name: uplink-pirate-svalinn-name + description: uplink-pirate-svalinn-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Battery/svalinn.rsi, state: icon } + productEntity: WeaponLaserSvalinn + cost: + Piastr: 1000 + categories: + - ADTPirate + +- type: listing + id: ADTPirateLaser + name: uplink-pirate-laser-name + description: uplink-pirate-laser-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Battery/laser_retro.rsi, state: icon } + productEntity: WeaponLaserGun + cost: + Piastr: 1900 + categories: + - ADTPirate + +- type: listing + id: ADTPirateCutter + name: uplink-pirate-cutter-name + description: uplink-pirate-cutter-desc + icon: { sprite: /Textures/ADT/Objects/Weapons/Guns/Battery/cutteradv.rsi, state: icon } + productEntity: ADTWeaponCutterAdv + cost: + Piastr: 2500 + categories: + - ADTPirate + +- type: listing + id: ADTPirateMicrireactor + name: uplink-pirate-microreactor-name + description: uplink-pirate-microreactor-desc + icon: { sprite: /Textures/Objects/Power/power_cells.rsi, state: microreactor } + productEntity: PowerCellMicroreactor + cost: + Piastr: 3000 + categories: + - ADTPirate + +- type: listing + id: ADTPiratePirate + name: uplink-pirate-pirate-name + description: uplink-pirate-pirate-desc + icon: { sprite: /Textures/Mobs/Species/Skeleton/parts.rsi, state: skull_icon } + productEntity: ADTMobSkeletonPirate + cost: + Piastr: 6000 + categories: + - ADTPirate + +- type: listing + id: ADTPirateCannon + name: uplink-pirate-cannon-name + description: uplink-pirate-cannon-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Shuttles/pirate_cannon.rsi, state: base } + productEntity: ShuttleGunPirateCannon + cost: + Piastr: 4500 + categories: + - ADTPirate + +- type: listing + id: ADTPirateExGrenade + name: uplink-pirate-granade-name + description: uplink-pirate-granade-desc + icon: { sprite: /Textures/Objects/Weapons/Grenades/grenade.rsi, state: icon } + productEntity: ExGrenade + cost: + Piastr: 500 + categories: + - ADTPirate + +- type: listing + id: ADTPirateEmpGrenade + name: uplink-pirate-emp-granade-name + description: uplink-pirate-emp-granade-desc + icon: { sprite: /Textures/Objects/Weapons/Grenades/empgrenade.rsi, state: icon } + productEntity: EmpGrenade + cost: + Piastr: 500 + categories: + - ADTPirate + +- type: listing + id: ADTPirateMilk + name: uplink-pirate-milk-name + description: uplink-pirate-milk-desc + icon: { sprite: /Textures/Objects/Consumable/Drinks/glass_white.rsi, state: icon } + productEntity: DrinkMilkCarton + cost: + Piastr: 500 + categories: + - ADTPirate + +- type: listing + id: ADTPirateCow + name: uplink-pirate-cow-name + description: uplink-pirate-cow-desc + icon: { sprite: /Textures/Mobs/Animals/cow.rsi, state: cow } + productEntity: MobCow + cost: + Piastr: 7000 + categories: + - ADTPirate + +- type: listing + id: ADTPirateBolletProof + name: uplink-pirate-bullet-proof-name + description: uplink-pirate-bullet-proof-desc + icon: { sprite: /Textures/Clothing/OuterClothing/Armor/bulletproof.rsi, state: icon } + productEntity: ClothingOuterArmorBulletproof + cost: + Piastr: 4000 + categories: + - ADTPirate + +- type: listing + id: ADTPirateBolletProof + name: uplink-pirate-bullet-magnum-name + description: uplink-pirate-bullet-magnum-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: base } + productEntity: SpeedLoaderMagnum + cost: + Piastr: 300 + categories: + - ADTPirate + +- type: listing + id: ADTPirateSpeedLoader + name: uplink-pirate-bullet-magnum-name + description: uplink-pirate-bullet-magnum-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: base } + productEntity: SpeedLoaderMagnum + cost: + Piastr: 300 + categories: + - ADTPirate + +- type: listing + id: ADTPirateLethalShot + name: uplink-pirate-lethal-shot-name + description: uplink-pirate-lethal-shot-desc + icon: { sprite: /Textures/Objects/Storage/boxes.rsi, state: shelllethal } + productEntity: BoxLethalshot + cost: + Piastr: 300 + categories: + - ADTPirate \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/ADT/Entities/Markers/Spawners/ghost_roles.yml new file mode 100644 index 00000000000..e7ca1771e57 --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Markers/Spawners/ghost_roles.yml @@ -0,0 +1,56 @@ +- type: entity + id: ADTSpawnPointPirate + name: pirate spawn point + suffix: pirate + parent: BaseAntagSpawner + components: + - type: GhostRole + name: ghost-role-information-pirate-name + description: ghost-role-information-pirate-description + rules: ghost-role-information-pirate-rules + - type: GhostRoleMobSpawner + prototype: ADTMobSkeletonPirate + - type: Sprite + sprite: Markers/jobs.rsi + layers: + - state: green + - sprite: Mobs/Species/Skeleton/parts.rsi + state: skull_icon + +- type: entity + id: ADTSpawnPointLostCaptainPirate + name: pirate capitan spawn point + suffix: pirate + parent: BaseAntagSpawner + components: + - type: GhostRole + name: ghost-role-information-captain-pirate-name + description: ghost-role-information-captain-pirate-description + rules: ghost-role-information-captain-pirate-rules + - type: GhostRoleMobSpawner + prototype: ADTMobSkeletonCaptainPirate + - type: Sprite + sprite: Markers/jobs.rsi + layers: + - state: green + - sprite: Mobs/Species/Skeleton/parts.rsi + state: skull_icon + +- type: entity + id: ADTSpawnPointLostFirstmate + name: pirate firstmate spawn point + suffix: pirate + parent: BaseAntagSpawner + components: + - type: GhostRole + name: ghost-role-information-pirate-firstmate-name + description: ghost-role-information-pirate-firstmate-description + rules: ghost-role-information-pirate-firstmate-rules + - type: GhostRoleMobSpawner + prototype: ADTMobSkeletonFirstmatePirate + - type: Sprite + sprite: Markers/jobs.rsi + layers: + - state: green + - sprite: Mobs/Species/Skeleton/parts.rsi + state: skull_icon \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/ADT/Entities/Mobs/Player/humanoid.yml index 8a3192bb247..39c4167d235 100644 --- a/Resources/Prototypes/ADT/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/ADT/Entities/Mobs/Player/humanoid.yml @@ -661,3 +661,46 @@ factions: - SpaceSecFaction - Passive # Костыль + +- type: entity + name: Pirate + parent: MobSkeletonPerson + id: ADTMobSkeletonPirate + components: + - type: NpcFactionMember + factions: + - Syndicate + - type: RandomHumanoidAppearance + randomizeName: true + - type: Loadout + prototypes: [ADTPirateGear] + - type: GhostRole + name: ghost-role-information-pirate-name + description: ghost-role-information-pirate-description + rules: ghost-role-information-pirate-rules + +- type: entity + name: Pirate Captain + parent: MobSkeletonPerson + id: ADTMobSkeletonCaptainPirate + components: + - type: NpcFactionMember + factions: + - Syndicate + - type: RandomHumanoidAppearance + randomizeName: true + - type: Loadout + prototypes: [ADTPirateCaptainGear] + +- type: entity + name: Firstmate Pirate + parent: MobSkeletonPerson + id: ADTMobSkeletonFirstmatePirate + components: + - type: NpcFactionMember + factions: + - Syndicate + - type: RandomHumanoidAppearance + randomizeName: true + - type: Loadout + prototypes: [ADTPirateFirstmateGear] \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml b/Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml new file mode 100644 index 00000000000..8f6c6c9c430 --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml @@ -0,0 +1,57 @@ +- type: entity + name: piastr + parent: BaseItem + id: ADTPiratePiastr1 + description: The most YARRRR currency! + components: + - type: Sprite + sprite: ADT/Objects/Specific/piastra.rsi + state: piastra_1 + layers: + - state: piastra_1 + map: ["base"] + - type: Item + size: Tiny + - type: Appearance + - type: Stack + stackType: ADTPiastra + baseLayer: base + count: 1 + layerStates: + - piastra_0 + - piastra_1 + - piastra_2 + - piastra_3 + - piastra_4 + - piastra_5 + - piastra_6 + - piastra_7 + - piastra_8 + - piastra_9 + - piastra_10 + - type: Currency + price: + Piastr: 1 + +- type: entity + name: piastr + parent: ADTPiratePiastr1 + id: ADTPiratePiastr1000 + description: The most YARRRR currency! + components: + - type: Stack + stackType: ADTPiastra + baseLayer: base + count: 1000 + layerStates: + - piastra_0 + - piastra_1 + - piastra_2 + - piastra_3 + - piastra_4 + - piastra_5 + - piastra_6 + - piastra_7 + - piastra_8 + - piastra_9 + - piastra_10 \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml b/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml new file mode 100644 index 00000000000..4109546a2c1 --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml @@ -0,0 +1,35 @@ +- type: currency + id: Piastr + displayName: store-currency-display-piastr + cash: + 1: ADTPiratePiastr1 + canWithdraw: true + +- type: entity + parent: [BaseStructure, ADTStorePresetPirate] + id: ADTBasePirateStore + name: pirate store + description: blahblah + components: + - type: Sprite + sprite: ADT/Structures/Specific/yarrostore.rsi + layers: + - state: icon + - type: UserInterface + interfaces: + enum.StoreUiKey.Key: + type: StoreBoundUserInterface + - type: ActivatableUI + key: enum.StoreUiKey.Key + - type: Store + +- type: entity + id: ADTStorePresetPirate + abstract: true + components: + - type: Store + name: store-ui-default-title + categories: + - ADTPirate + currencyWhitelist: + - Piastr \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/ADT/Entities/Structures/Machines/Computers/computers.yml index fb410eaf54b..65f1578c921 100644 --- a/Resources/Prototypes/ADT/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/ADT/Entities/Structures/Machines/Computers/computers.yml @@ -123,3 +123,39 @@ color: "#43ccb5" - type: Computer board: ADTSecShuttleConsoleCircuitboard + +- type: entity + id: ADTComputerPalletConsolePirate + parent: BaseComputerAiAccess + name: pirate sale computer + description: Used to sell goods loaded onto cargo pallets. + components: + - type: Sprite + layers: + - map: ["computerLayerBody"] + state: computer + - map: ["computerLayerKeyboard"] + state: generic_keyboard + - map: ["computerLayerScreen"] + state: request + - map: ["computerLayerKeys"] + state: tech_key + - map: [ "enum.WiresVisualLayers.MaintenancePanel" ] + state: generic_panel_open + - type: Anchorable + flags: + - Anchorable + - type: CargoPalletConsole + cashType: ADTPiastra + - type: ActivatableUI + key: enum.CargoPalletConsoleUiKey.Sale + - type: UserInterface + interfaces: + enum.CargoPalletConsoleUiKey.Sale: + type: CargoPalletConsoleBoundUserInterface + enum.WiresUiKey.Key: + type: WiresBoundUserInterface + - type: PointLight + radius: 1.5 + energy: 1.6 + color: "#b89f25" \ No newline at end of file diff --git a/Resources/Prototypes/ADT/GameRules/events.yml b/Resources/Prototypes/ADT/GameRules/events.yml index 1554caffbaf..5ad136225b6 100644 --- a/Resources/Prototypes/ADT/GameRules/events.yml +++ b/Resources/Prototypes/ADT/GameRules/events.yml @@ -12,7 +12,17 @@ duration: 60 - type: VentCrittersRule entries: -# ADT tweak start Разные пауки - id: ADTMobMiniSpider prob: 0.01 -# ADT tweak end Разные пауки + +- type: entity + id: Pirates + parent: BaseGameRule + components: + - type: StationEvent + earliestStart: 30 + weight: 5 + minimumPlayers: 10 + reoccurrenceDelay: 30 + duration: 1 + - type: PiratesRule \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml index 8097f8c346d..4bb06dfbb22 100644 --- a/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml @@ -3,3 +3,53 @@ id: MobGhostGear equipment: id: ADTGhostPDA + +#Pierates + +- type: startingGear + id: ADTPirateGear + equipment: + jumpsuit: ClothingUniformJumpsuitPirate + back: ClothingBackpackSatchel + head: ClothingHeadBandBlack + shoes: ClothingShoesBootsLaceup + id: PiratePDA + ears: ClothingHeadsetFreelance + belt: ClothingBeltUtility + pocket1: AppraisalTool + innerClothingSkirt: ClothingUniformJumpsuitPirate + satchel: ClothingBackpackSatchel + duffelbag: ClothingBackpackSatchel + +- type: startingGear + id: ADTPirateCaptainGear + equipment: + jumpsuit: ClothingUniformJumpsuitPirate + back: ClothingBackpackSatchel + head: ClothingHeadHatPirate + shoes: ClothingShoesBootsLaceup + id: PiratePDA + ears: ClothingHeadsetAltFreelancer + belt: ClothingBeltUtility + pocket1: AppraisalTool + pocket2: EnergyCutlass + outerClothing: ClothingOuterCoatPirate + innerClothingSkirt: ClothingUniformJumpskirtColorLightBrown + satchel: ClothingBackpackSatchel + duffelbag: ClothingBackpackSatchel + +- type: startingGear + id: ADTPirateFirstmateGear + equipment: + jumpsuit: ClothingUniformJumpsuitPirate + back: ClothingBackpackSatchel + head: ClothingHeadHatPirateTricord + shoes: ClothingShoesBootsLaceup + id: PiratePDA + ears: ClothingHeadsetFreelance + belt: ClothingBeltUtility + pocket1: AppraisalTool + outerClothing: ClothingOuterCoatGentle + innerClothingSkirt: ClothingUniformJumpsuitPirate + satchel: ClothingBackpackSatchel + duffelbag: ClothingBackpackSatchel \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Stacks/misc.yml b/Resources/Prototypes/ADT/Stacks/misc.yml index d2689def56e..c9141a5d4d6 100644 --- a/Resources/Prototypes/ADT/Stacks/misc.yml +++ b/Resources/Prototypes/ADT/Stacks/misc.yml @@ -6,3 +6,9 @@ maxCount: 1 # itemSize: 1 +- type: stack + id: ADTPiastra + name: piastr + icon: { sprite: ADT/Objects/Specific/piastra.rsi, state: piastra_1 } + spawn: ADTPiratePiastr1 + maxCount: 9000 \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Store/categories.yml b/Resources/Prototypes/ADT/Store/categories.yml index aa8afce3f82..386af6a6f07 100644 --- a/Resources/Prototypes/ADT/Store/categories.yml +++ b/Resources/Prototypes/ADT/Store/categories.yml @@ -12,3 +12,7 @@ - type: storeCategory id: ChangelingAbilities name: store-category-abilities + +- type: storeCategory + id: ADTPirate + name: store-category-wearables diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/meta.json b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/meta.json new file mode 100644 index 00000000000..40e7af79ac5 --- /dev/null +++ b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by ratyyy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { "name": "piastra_0" }, + { "name": "piastra_1" }, + { "name": "piastra_2" }, + { "name": "piastra_3" }, + { "name": "piastra_4" }, + { "name": "piastra_5" }, + { "name": "piastra_6" }, + { "name": "piastra_7" }, + { "name": "piastra_8" }, + { "name": "piastra_9" }, + { "name": "piastra_10" } + ] +} diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_0.png b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fc70280299a2568ed3f0a04adf6ec281c07b4ed7 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}b39!fLn2y} z6C_v{Cy4Yk1sZU%Nf=C8y)pmMoc|~OEczp|>5P(h@cko}|JR-=m7Hf&eewVhC@8C* zD|quHb(73Nr#@y0An2RBhbP^>>Q7fpvc!xN7fW8BDrK{bG_;8K3+s7!ZR+b3%Z4`^ z4%;sry*y7*Fz!y+3~9Tn_hx8c>%ovNJ3&);zKF;3ZF> PI~hD({an^LB{Ts58roUX literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_1.png b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fc70280299a2568ed3f0a04adf6ec281c07b4ed7 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}b39!fLn2y} z6C_v{Cy4Yk1sZU%Nf=C8y)pmMoc|~OEczp|>5P(h@cko}|JR-=m7Hf&eewVhC@8C* zD|quHb(73Nr#@y0An2RBhbP^>>Q7fpvc!xN7fW8BDrK{bG_;8K3+s7!ZR+b3%Z4`^ z4%;sry*y7*Fz!y+3~9Tn_hx8c>%ovNJ3&);zKF;3ZF> PI~hD({an^LB{Ts58roUX literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_10.png b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_10.png new file mode 100644 index 0000000000000000000000000000000000000000..39e75b90853a3b177955c4a24a14a14ff7002fca GIT binary patch literal 378 zcmV-=0fqjFP)Px$G)Y83R9J=WR=6|Fb> zdh$BP&-nrX7!3zVjwh0c7m5G?NRFr5xhN|t4f>R#Jk4O4#_evI2J$o`2_Qc~`-6Vq zA&$c5JVBmj@B8bLgW1W0Fq7dWCBV1-zwA)O7O1FY37q3t@I4ybO2&;i?Z?mB2XkE5`6c>kzb z2jVE?&W6kZp#YK9yslWmjT3(0VY^$=1gH{H@APrEBySA`!n&U%O|9YMb7%AcJ60>>blb(p4{|i0|80R!nR~} z{mD-`#EN7N071c{FFp=`B6awHOW(5S@O8!~PIevqS+psMXZyMs_0xbP0l+XkKv_)dj literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_3.png b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_3.png new file mode 100644 index 0000000000000000000000000000000000000000..d585ec539c45cb701b3a15eabab0e2bcfb2fbbb7 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}8$DedLn2y} z6C_v{Cy4YkF|zeM$$B%};<>%iehvFpoy{jMT`?~_SFc?h+opa#&d2}=PIz=0%UD;= z)N$W1;V}an8(Ukly8hvt{c`)2u1m0~6`9=KRW#SpFO28h^vR;hJ4&BgMe-?Fb6wCa z`M4#WgY(m3e~~*t6$g)Ap7-$L<8Yp$O-VdJ%}F;l|5dPb>uo!5pq=3+>&026v;Qf# lGwfu&r~!3cpuqzMhS!pQR%QCH<|{Ln2y} z6C_v{Cy4MEB&dWZ-#=pcf8tNqpPDH%U8gPE*IE28dgf~*o62vK8iByk&1=rX8z)bv zST?oFup0n@jCG~txw6dEa>Y<@P5{m@JxH0n~hW-dpyQhFK;oZq5l0oEzROsyMsL_y0ua phC7QYM0%P64Y=G6YDg3?FwBciDE86n{Q-16gQu&X%Q~loCIGFHWRm~@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_5.png b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_5.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba415aabc44777dcea027d4278cb4ace81ff4f0 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}n>}3|Ln2y} z6C_v{Cp0iB@09wjcJ62Y8U0iKil=opnSAw~^ZEX%nCTBsZl2Bq0!BfPc#iwUsht+o zd1BGf*x2~+#>vwK-xeQVf5Nn_u~Wu(`?{F)36n*eKR-=5Dv=kv({CE{i9V(h?pT|* zl1@#3UI?>-R1|#Nl3wxUhiLPhH4=w`nkByF*n9K^E><*vwK-xeQVf5Nn_u~Wu(`?{F)36n*eKR-=5Dv=kv({CE{i9V(h?pT|* zl1@#3UI?>-R1|#Nl3wxUhiLPhH4=w`nkByF*n9K^E><*e7%WR!ZU#2+PMB=H;uQlM+ndbhTV*{>fd*V| cjG>GS(#3PrjAV~&2l|o0)78&qol`;+025tumH+?% literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_7.png b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_7.png new file mode 100644 index 0000000000000000000000000000000000000000..fd549e743b87be0834e4e73e85924d24d117dbef GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e>`0rLn2z= zPTR=U6d=*sf6-XN#fq!xtYbG2H2>gW%XQl8{@|Umi?g@4clU!e3Km%`KZVRRm2~9} zP5Z5T&-%}Q+d1>A*EKkNNLShRLB!3szMi9Im3U|g*W$F@k&k~?F*AgnW__fx)a8sM zBZGi?=61c+vvQjygF{j*LtNi|Tcx!4M3EPRZPUZXX}O1r=VrPEq*&_Qc8RFmXP9qh*QP0?DfM%GWO1897cto)sK5CpYQOuqWg`F#IW%=CvRH&5pQ0i&QtJjeaw)J_ZP zJh5nKY;1gZ^=Gd4;!#}oShfK+vwgOZ#ZF=?Mf-8 zEUQ^6>HeEGEu7V-c6i=fc1fU_e9M8Rojf%!#GkoeZhulhedN)EjAMrj-rQ$tN(;2* zoiNM##JZkqYi@s$w`A%16f9vJ)ct>P``n7DfUg;$~g^lgo+M0 tH>~1INH{RhY(?&I4Nypk1c)*)=zKbTbEAUL2Vj^nc)I$ztaD0e0s!LPl$!tm literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_9.png b/Resources/Textures/ADT/Objects/Specific/piastra.rsi/piastra_9.png new file mode 100644 index 0000000000000000000000000000000000000000..5065cf01420c0804ecb0579b246667bb14e2b590 GIT binary patch literal 371 zcmV-(0gV2MP)Px$ElET{R9J=Wmaz(gP!xuLqh~OPbPR%;gBBMT7l-H(3fcmDj)JzJ9w8c9T3T9y z<^;h}BgmJqA(We`mwSk6xc}r8?zz9;Irm3EO6tc_s2k^tbz@Tq` zrv<+2!L$qnVFX=M5rh#A`y-{4B=C6xqWM5FFdj|gECJv3&}_FLnh&HFG~2Bdc|syF zB$^Lg19?cxW*~VFJoAA!8>KBMid+D1!IK;;dONrT@{l@{p|aWTVwS+5Z!3AT!6Q&= zfJF_wBF+1%qS;ukW;6qALDo=FK}tSwuVEH-*_EOsB>9J=NFs)%q@<+&LJwb5>t_-K R%|HME002ovPDHLkV1jgkm^=Ug literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Structures/Specific/yarrostore.rsi/icon.png b/Resources/Textures/ADT/Structures/Specific/yarrostore.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..80c1604a8f9bcfe04e2bbf0cabf421a7bf1b5100 GIT binary patch literal 949 zcmV;m14{gfP)Px&Z%IT!R9J=0l}~6BTNK8BBf9X#$WxPOS}`s(R+$ECD!2*ON})t>^`IM}6drw> zrU*r=h$6UASCZ6CH@2Xl_yP(YnCX?DJ z_-$tHnRCzg-81K$D`A1ksv4oacRjcvS@|y(E3JrQ(F?jQ(ulBIh+&}0su~fCUO-h< z0MhAC`ZurF%jq-cY!hLc0gWu3{>19lPCK{?6Hr-IBR)(Ip{i=u$usd`dWg!Z8evBk z3^P#o_X(PhH2@H8Y1i$I4Ym6BJ9lm^mD^l^s;X2Us-2z}P)Oi4& zJs+@z9AL#lL)U{FQg3e$Uayz2@iftvcAQQp(Ux|`#?y?Ar|IqOS^gr_IzW5g>*%tB zF9)Wl(B{C4{yvI}T#SsS*d^}+mS-U4AQ%kl6L6E)CyeZNAnzQ|P+a6&P8{06I_2p&asaQc!`p&A&3HpY2bM4%p#9HHAzWYrRKr)%s z_mq~F(%;_?z{`6F0f@E6`T9Pf`?NlJmcy6R1x6SdO#yKE?l)vv*2yJlE}kSwB$G*G zS;ph>P!fKawLf&gZ5q2E0UBgkF33+4ar3_omc9iEC@ymG*YR{*`{3(I^ZUyeCEi} zwOQY;Uit`t%jeK-DdjURpTpGO<#W*eXwt9?3^Sli%@P6z-pq3LVjq$E3SdE7y_wD4 z^mA?GAM!a+rWW|;6QJR?G7QQ(uJ`=^)3Od2&bP(TKZJQ3nhNNCGzq}#SA&fH8{o># zDcZUnY~A8B^nd$KF|=pKGJUmp`hC^6Z08Z8nK3gM)B4y zKE3!dYXHcqg Date: Fri, 29 Nov 2024 20:53:45 +0200 Subject: [PATCH 02/25] Update uplink-catalog.ftl --- .../ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl index 4c5d7eec290..398ab5723c9 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl @@ -96,7 +96,7 @@ uplink-pirate-cannonball-desc = Обычное пушечное ядро. uplink-pirate-grapeshot-name = картечь uplink-pirate-grapeshot-desc = Картечьное ядро для пушки. -uplink-pirate-sawn-name = обез +uplink-pirate-sawn-name = обрез uplink-pirate-sawn-desc = Против всякой шелупони. Использует патроны калибра .50 ружейный. uplink-pirate-revolver-name = пиратский револьвер @@ -130,7 +130,7 @@ uplink-pirate-microreactor-name = микрореакторная батарея uplink-pirate-microreactor-desc = Стандартизированный перезаряжаемый микрореактор. Имеет пониженную ёмкость, но медленно заряжается сама по себе. uplink-pirate-pirate-name = костлявый пират -uplink-pirate-pirate-desc = Лучший помошник любого капитана - скелет без шкафа! +uplink-pirate-pirate-desc = Лучший помощник любого капитана - скелет без шкафа! uplink-pirate-cannon-name = пушка пиратского корабля uplink-pirate-cannon-desc = Кабум! @@ -154,4 +154,4 @@ uplink-pirate-bullet-magnum-name = спидлодер .44 магнум uplink-pirate-bullet-magnum-desc = Идеален к твоему револьверу! uplink-pirate-lethal-shot-name = раздатчик ружейных патронов -uplink-pirate-lethal-shot-desc = Полная коробка летальных ружейных патронов. \ No newline at end of file +uplink-pirate-lethal-shot-desc = Полная коробка летальных ружейных патронов. From 0d1a84ea41161839cd223eecd8256c969762fa7a Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:59:17 +0200 Subject: [PATCH 03/25] Update pirate_catalog.yml --- Resources/Prototypes/ADT/Catalog/pirate_catalog.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml index 5fa22d2d087..c17298542d8 100644 --- a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml +++ b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml @@ -200,7 +200,7 @@ - ADTPirate - type: listing - id: ADTPirateBolletProof + id: ADTPirateBulletProof name: uplink-pirate-bullet-proof-name description: uplink-pirate-bullet-proof-desc icon: { sprite: /Textures/Clothing/OuterClothing/Armor/bulletproof.rsi, state: icon } @@ -211,7 +211,7 @@ - ADTPirate - type: listing - id: ADTPirateBolletProof + id: ADTPirateMagnum name: uplink-pirate-bullet-magnum-name description: uplink-pirate-bullet-magnum-desc icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: base } @@ -241,4 +241,4 @@ cost: Piastr: 300 categories: - - ADTPirate \ No newline at end of file + - ADTPirate From 5dc944c2f5c60cb1577d715f39a4fba0953f6d3f Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:05:40 +0200 Subject: [PATCH 04/25] Update misc_startinggear.yml --- .../Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml index 4bb06dfbb22..1556831a494 100644 --- a/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/ADT/Roles/Jobs/Fun/misc_startinggear.yml @@ -17,9 +17,6 @@ ears: ClothingHeadsetFreelance belt: ClothingBeltUtility pocket1: AppraisalTool - innerClothingSkirt: ClothingUniformJumpsuitPirate - satchel: ClothingBackpackSatchel - duffelbag: ClothingBackpackSatchel - type: startingGear id: ADTPirateCaptainGear @@ -34,9 +31,6 @@ pocket1: AppraisalTool pocket2: EnergyCutlass outerClothing: ClothingOuterCoatPirate - innerClothingSkirt: ClothingUniformJumpskirtColorLightBrown - satchel: ClothingBackpackSatchel - duffelbag: ClothingBackpackSatchel - type: startingGear id: ADTPirateFirstmateGear @@ -50,6 +44,3 @@ belt: ClothingBeltUtility pocket1: AppraisalTool outerClothing: ClothingOuterCoatGentle - innerClothingSkirt: ClothingUniformJumpsuitPirate - satchel: ClothingBackpackSatchel - duffelbag: ClothingBackpackSatchel \ No newline at end of file From 9433da69bcc549c694197d6bdb9057ee7ef1f446 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:13:31 +0200 Subject: [PATCH 05/25] Update pirate_catalog.yml --- Resources/Prototypes/ADT/Catalog/pirate_catalog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml index c17298542d8..a122671b71e 100644 --- a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml +++ b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml @@ -72,7 +72,7 @@ name: uplink-pirate-helmet-armor-podwars-name description: uplink-pirate-helmet-armor-podwars-desc icon: { sprite: /Textures/Clothing/Head/Helmets/podwars_helmet.rsi, state: icon } - productEntity: ClothingHelmetArmorPodWars + productEntity: ClothingHeadHelmetPodWars cost: Piastr: 1500 categories: From 85f8e1e591b9f643501748c10e403429858938e7 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:59:21 +0200 Subject: [PATCH 06/25] Update events.yml --- Resources/Prototypes/ADT/GameRules/events.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/ADT/GameRules/events.yml b/Resources/Prototypes/ADT/GameRules/events.yml index 5ad136225b6..dec18c57e72 100644 --- a/Resources/Prototypes/ADT/GameRules/events.yml +++ b/Resources/Prototypes/ADT/GameRules/events.yml @@ -22,7 +22,7 @@ - type: StationEvent earliestStart: 30 weight: 5 - minimumPlayers: 10 + minimumPlayers: 20 reoccurrenceDelay: 30 duration: 1 - - type: PiratesRule \ No newline at end of file + - type: PiratesRule From e4cc6e1ccfe442877f8f07e31fd735a9a9334efe Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:51:43 +0200 Subject: [PATCH 07/25] =?UTF-8?q?=D1=87=D0=B8=D0=BD=D0=B8=D0=BC=20=D0=B2?= =?UTF-8?q?=D1=81=D1=8F=D0=BA=D0=BE=D0=B5=20=D0=B8=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D1=8F=D0=B5=D0=BC=20=D0=BF=D0=B8=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20=D0=BA=20=D0=BD=D0=B8=D0=BD=D0=B4=D0=B7?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ru-RU/ADT/communications/terror.ftl | 1 + Resources/Locale/ru-RU/ADT/store/currency.ftl | 1 + .../Prototypes/ADT/Catalog/pirate_catalog.yml | 44 +++++++++---------- .../ADT/Entities/Objects/Specific/piastra.yml | 6 +-- .../Objects/Specific/pirate_store.yml | 6 +-- Resources/Prototypes/ADT/Stacks/misc.yml | 2 +- Resources/Prototypes/ADT/Threats/threats.yml | 4 ++ Resources/Prototypes/threats.yml | 1 + 8 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 Resources/Locale/ru-RU/ADT/communications/terror.ftl create mode 100644 Resources/Locale/ru-RU/ADT/store/currency.ftl create mode 100644 Resources/Prototypes/ADT/Threats/threats.yml diff --git a/Resources/Locale/ru-RU/ADT/communications/terror.ftl b/Resources/Locale/ru-RU/ADT/communications/terror.ftl new file mode 100644 index 00000000000..55321b4b990 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/communications/terror.ftl @@ -0,0 +1 @@ +terror-pirate = Внимание экипажу, похоже, что кто-то с вашей станции неожиданно вышел на связь с пиратским флотом в ближнем космосе. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ADT/store/currency.ftl b/Resources/Locale/ru-RU/ADT/store/currency.ftl new file mode 100644 index 00000000000..c9d8e8fe59c --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/store/currency.ftl @@ -0,0 +1 @@ +store-currency-display-Piastre = Пиастр \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml index a122671b71e..81ebc7d3a81 100644 --- a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml +++ b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml @@ -7,7 +7,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Projectiles/projectiles2.rsi, state: ball } productEntity: CannonBall cost: - Piastr: 100 + Piastre: 100 categories: - ADTPirate @@ -19,7 +19,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Explosives/explosives.rsi, state: grapeshot } productEntity: CannonBallGrapeshot cost: - Piastr: 120 + Piastre: 120 categories: - ADTPirate @@ -30,7 +30,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi, state: icon } productEntity: WeaponShotgunSawn cost: - Piastr: 1200 + Piastre: 1200 categories: - ADTPirate @@ -41,7 +41,7 @@ icon: { sprite: /Textures/ADT/Objects/Weapons/Guns/Revolvers/pirate_revolver.rsi, state: icon } productEntity: WeaponRevolverPirate cost: - Piastr: 1000 + Piastre: 1000 categories: - ADTPirate @@ -52,7 +52,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Launchers/pirate_cannon.rsi, state: icon } productEntity: WeaponLauncherPirateCannon cost: - Piastr: 2000 + Piastre: 2000 categories: - ADTPirate @@ -63,7 +63,7 @@ icon: { sprite: /Textures/Clothing/OuterClothing/Armor/podwars_armor.rsi, state: icon } productEntity: ClothingOuterArmorPodWars cost: - Piastr: 2000 + Piastre: 2000 categories: - ADTPirate @@ -74,7 +74,7 @@ icon: { sprite: /Textures/Clothing/Head/Helmets/podwars_helmet.rsi, state: icon } productEntity: ClothingHeadHelmetPodWars cost: - Piastr: 1500 + Piastre: 1500 categories: - ADTPirate @@ -85,7 +85,7 @@ icon: { sprite: /Textures/Corvax/Clothing/OuterClothing/Coats/captain.rsi, state: icon } productEntity: ClothingOuterCoatCaptain cost: - Piastr: 2500 + Piastre: 2500 categories: - ADTPirate @@ -96,7 +96,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Battery/svalinn.rsi, state: icon } productEntity: WeaponLaserSvalinn cost: - Piastr: 1000 + Piastre: 1000 categories: - ADTPirate @@ -107,7 +107,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Battery/laser_retro.rsi, state: icon } productEntity: WeaponLaserGun cost: - Piastr: 1900 + Piastre: 1900 categories: - ADTPirate @@ -118,7 +118,7 @@ icon: { sprite: /Textures/ADT/Objects/Weapons/Guns/Battery/cutteradv.rsi, state: icon } productEntity: ADTWeaponCutterAdv cost: - Piastr: 2500 + Piastre: 2500 categories: - ADTPirate @@ -129,7 +129,7 @@ icon: { sprite: /Textures/Objects/Power/power_cells.rsi, state: microreactor } productEntity: PowerCellMicroreactor cost: - Piastr: 3000 + Piastre: 3000 categories: - ADTPirate @@ -140,7 +140,7 @@ icon: { sprite: /Textures/Mobs/Species/Skeleton/parts.rsi, state: skull_icon } productEntity: ADTMobSkeletonPirate cost: - Piastr: 6000 + Piastre: 6000 categories: - ADTPirate @@ -151,7 +151,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Shuttles/pirate_cannon.rsi, state: base } productEntity: ShuttleGunPirateCannon cost: - Piastr: 4500 + Piastre: 4500 categories: - ADTPirate @@ -162,7 +162,7 @@ icon: { sprite: /Textures/Objects/Weapons/Grenades/grenade.rsi, state: icon } productEntity: ExGrenade cost: - Piastr: 500 + Piastre: 500 categories: - ADTPirate @@ -173,7 +173,7 @@ icon: { sprite: /Textures/Objects/Weapons/Grenades/empgrenade.rsi, state: icon } productEntity: EmpGrenade cost: - Piastr: 500 + Piastre: 500 categories: - ADTPirate @@ -184,7 +184,7 @@ icon: { sprite: /Textures/Objects/Consumable/Drinks/glass_white.rsi, state: icon } productEntity: DrinkMilkCarton cost: - Piastr: 500 + Piastre: 500 categories: - ADTPirate @@ -195,7 +195,7 @@ icon: { sprite: /Textures/Mobs/Animals/cow.rsi, state: cow } productEntity: MobCow cost: - Piastr: 7000 + Piastre: 7000 categories: - ADTPirate @@ -206,7 +206,7 @@ icon: { sprite: /Textures/Clothing/OuterClothing/Armor/bulletproof.rsi, state: icon } productEntity: ClothingOuterArmorBulletproof cost: - Piastr: 4000 + Piastre: 4000 categories: - ADTPirate @@ -217,7 +217,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: base } productEntity: SpeedLoaderMagnum cost: - Piastr: 300 + Piastre: 300 categories: - ADTPirate @@ -228,7 +228,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: base } productEntity: SpeedLoaderMagnum cost: - Piastr: 300 + Piastre: 300 categories: - ADTPirate @@ -239,6 +239,6 @@ icon: { sprite: /Textures/Objects/Storage/boxes.rsi, state: shelllethal } productEntity: BoxLethalshot cost: - Piastr: 300 + Piastre: 300 categories: - ADTPirate diff --git a/Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml b/Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml index 8f6c6c9c430..d0c08dbf034 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Specific/piastra.yml @@ -1,5 +1,5 @@ - type: entity - name: piastr + name: Piastre parent: BaseItem id: ADTPiratePiastr1 description: The most YARRRR currency! @@ -31,10 +31,10 @@ - piastra_10 - type: Currency price: - Piastr: 1 + Piastre: 1 - type: entity - name: piastr + name: Piastre parent: ADTPiratePiastr1 id: ADTPiratePiastr1000 description: The most YARRRR currency! diff --git a/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml b/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml index 4109546a2c1..b0e232e62b4 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml @@ -1,6 +1,6 @@ - type: currency - id: Piastr - displayName: store-currency-display-piastr + id: Piastre + displayName: store-currency-display-Piastre cash: 1: ADTPiratePiastr1 canWithdraw: true @@ -32,4 +32,4 @@ categories: - ADTPirate currencyWhitelist: - - Piastr \ No newline at end of file + - Piastre \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Stacks/misc.yml b/Resources/Prototypes/ADT/Stacks/misc.yml index c9141a5d4d6..ad4f207b5d9 100644 --- a/Resources/Prototypes/ADT/Stacks/misc.yml +++ b/Resources/Prototypes/ADT/Stacks/misc.yml @@ -8,7 +8,7 @@ - type: stack id: ADTPiastra - name: piastr + name: Piastre icon: { sprite: ADT/Objects/Specific/piastra.rsi, state: piastra_1 } spawn: ADTPiratePiastr1 maxCount: 9000 \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Threats/threats.yml b/Resources/Prototypes/ADT/Threats/threats.yml new file mode 100644 index 00000000000..47321a34deb --- /dev/null +++ b/Resources/Prototypes/ADT/Threats/threats.yml @@ -0,0 +1,4 @@ +- type: ninjaHackingThreat + id: Pirate + announcement: terror-pirate + rule: Pirate1 \ No newline at end of file diff --git a/Resources/Prototypes/threats.yml b/Resources/Prototypes/threats.yml index ba4a2f4e439..d13bfcff826 100644 --- a/Resources/Prototypes/threats.yml +++ b/Resources/Prototypes/threats.yml @@ -4,6 +4,7 @@ weights: Dragon: 1 Revenant: 1 + Pirate: 1 # ADT pirates - type: ninjaHackingThreat id: Dragon From 3c3dadc729b946e8a14a8abe86afb32d12e56f6d Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:23:21 +0200 Subject: [PATCH 08/25] Update uplink-catalog.ftl --- .../ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl index 398ab5723c9..5fd36ef5d17 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl @@ -94,7 +94,7 @@ uplink-pirate-cannonball-name = пушечное ядро uplink-pirate-cannonball-desc = Обычное пушечное ядро. uplink-pirate-grapeshot-name = картечь -uplink-pirate-grapeshot-desc = Картечьное ядро для пушки. +uplink-pirate-grapeshot-desc = Картечное ядро для пушки. uplink-pirate-sawn-name = обрез uplink-pirate-sawn-desc = Против всякой шелупони. Использует патроны калибра .50 ружейный. From eb89064686277bf50e038c9203595212372fabfa Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:59:54 +0200 Subject: [PATCH 09/25] Update ghost-role-component.ftl --- .../Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl b/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl index 8de339dd51a..ab784de175e 100644 --- a/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl +++ b/Resources/Locale/ru-RU/ADT/Ghost/Roles/ghost-role-component.ftl @@ -9,8 +9,8 @@ ghost-role-information-mini-spider-name = Паучок ghost-role-information-mini-spider-description = Маленький паучок, почему бы вам не отправиться на охоту за очередной мышкой? ghost-role-information-pirate-rules = Вы [color=red]НЕ[/color] помните свою прошлую жизнь. Сделайте все, чтобы наполнить трюм золотом, начиная с торговли и заканчивая кровавой бойней. Слушайтесь своего капитана и делайте все, чтобы спасти ему жизнь. ghost-role-information-captain-pirate-name = Капитан пиратов -ghost-role-information-captain-pirate-description = Вы - Капитан судна космических Пиратов! Предводите бандой головорезов, и заберите у космических крыс то, что они так не хотят вам отдавать! Ну или банально не сыграйте в ящик. +ghost-role-information-captain-pirate-description = Вы - Капитан судна космических Пиратов! Руководите бандой головорезов, и заберите у космических крыс то, что они так не хотят вам отдавать! Ну или банально не сыграйте в ящик. ghost-role-information-captain-pirate-rules = Вы [color=red]НЕ[/color] помните свою прошлую жизнь. Сделайте все, чтобы наполнить трюм золотом, начиная с торговли и заканчивая кровавой бойней. Веди свою команду, мой друг, ЙАРРР! ghost-role-information-pirate-firstmate-name = Юнга ghost-role-information-pirate-firstmate-description = Вы - Юнга на судне космических Пиратов. Ваша задача выполнять все отвратительные на ваш взгляд приказы Пиратов и Капитана, стараясь не сойти с ума на дне кружки Грога. -ghost-role-information-pirate-firstmate-rules = Вы [color=red]НЕ[/color] помните свою прошлую жизнь. Сделайте все, чтобы наполнить трюм золотом, начиная с торговли и заканчивая кровавой бойней. Слушайтесь своего капитана или [color=red]станьте[/color] новым. \ No newline at end of file +ghost-role-information-pirate-firstmate-rules = Вы [color=red]НЕ[/color] помните свою прошлую жизнь. Сделайте все, чтобы наполнить трюм золотом, начиная с торговли и заканчивая кровавой бойней. Слушайтесь своего капитана или [color=red]станьте[/color] новым. From 69f7b5bcf8d0f1d86333534d5cb67c4d13a63858 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:46:04 +0200 Subject: [PATCH 10/25] Update pirate_catalog.yml --- Resources/Prototypes/ADT/Catalog/pirate_catalog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml index a122671b71e..2f10c9a0367 100644 --- a/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml +++ b/Resources/Prototypes/ADT/Catalog/pirate_catalog.yml @@ -123,7 +123,7 @@ - ADTPirate - type: listing - id: ADTPirateMicrireactor + id: ADTPirateMicroreactor name: uplink-pirate-microreactor-name description: uplink-pirate-microreactor-desc icon: { sprite: /Textures/Objects/Power/power_cells.rsi, state: microreactor } From 93f8f2f0b66f47a802cf7bc1170873d48717e8a6 Mon Sep 17 00:00:00 2001 From: Jungar <145219878+jungarikjan@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:33:40 +0300 Subject: [PATCH 11/25] mini locale grammar fix --- .../ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl b/Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl index 1120d366def..ad55fdc2a75 100644 --- a/Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl +++ b/Resources/Locale/ru-RU/ADT/game-ticking/game-presets/preset-pirates.ftl @@ -2,6 +2,6 @@ pirates-no-ship = При неизвестных обстоятельствах pirates-final-score = Пираты успешно украли товара на {$score} космобаксов. pirates-final-score-2 = Безделушек, в общей сложности на {$finalPrice} космобаксов. pirates-most-valuable = Самыми ценными украденными вещами были: -pirates-stolen-item-entry = {$entity} с ценой ({$credits} космобаксов) -pirates-stole-nothing = - Пираты украли абсолютно ничего.[color=red][bold] Стыд и позор.[/bold][/color] -roles-antag-pirate-objective = Украдите все ценное с этого одурманенного большого корабля... э-э... станции. \ No newline at end of file +pirates-stolen-item-entry = {$entity} с ценой в ({$credits} космобаксов) +pirates-stole-nothing = - Пираты украли абсолютно ничего. [color=red][bold]Стыд и позор.[/bold][/color] +roles-antag-pirate-objective = Украдите все ценное с этого одурманенного большого корабля... э-э... станции. From 6c8b000954d51de87dfbf8ab0e632a13366a68a1 Mon Sep 17 00:00:00 2001 From: Jungar <145219878+jungarikjan@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:35:54 +0300 Subject: [PATCH 12/25] mini locale grammar fix 2 --- .../ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl index 5fd36ef5d17..8ac25011bdb 100644 --- a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/store/uplink-catalog.ftl @@ -151,7 +151,7 @@ uplink-pirate-bullet-proof-name = пуленепробиваемый жилет uplink-pirate-bullet-proof-desc = Тяжёлый бронежилет типа III, способный защитить владельца от традиционного метательного оружия и взрывчатки в незначительной степени. uplink-pirate-bullet-magnum-name = спидлодер .44 магнум -uplink-pirate-bullet-magnum-desc = Идеален к твоему револьверу! +uplink-pirate-bullet-magnum-desc = Идеален для твоему револьверу! uplink-pirate-lethal-shot-name = раздатчик ружейных патронов uplink-pirate-lethal-shot-desc = Полная коробка летальных ружейных патронов. From a7cd225d391b57941a20e8a597e7e1040b64ddd0 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:49:44 +0200 Subject: [PATCH 13/25] Update threats.yml --- Resources/Prototypes/ADT/Threats/threats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/ADT/Threats/threats.yml b/Resources/Prototypes/ADT/Threats/threats.yml index 47321a34deb..f3f4c8041f8 100644 --- a/Resources/Prototypes/ADT/Threats/threats.yml +++ b/Resources/Prototypes/ADT/Threats/threats.yml @@ -1,4 +1,4 @@ - type: ninjaHackingThreat id: Pirate announcement: terror-pirate - rule: Pirate1 \ No newline at end of file + rule: Pirate From cfd2a87252f3a661683de8be95ef50707d2514cc Mon Sep 17 00:00:00 2001 From: Jungar <145219878+jungarikjan@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:51:31 +0300 Subject: [PATCH 14/25] mini locale fix 3 --- Resources/Locale/ru-RU/ADT/communications/terror.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/ru-RU/ADT/communications/terror.ftl b/Resources/Locale/ru-RU/ADT/communications/terror.ftl index 55321b4b990..12891422a2f 100644 --- a/Resources/Locale/ru-RU/ADT/communications/terror.ftl +++ b/Resources/Locale/ru-RU/ADT/communications/terror.ftl @@ -1 +1 @@ -terror-pirate = Внимание экипажу, похоже, что кто-то с вашей станции неожиданно вышел на связь с пиратским флотом в ближнем космосе. \ No newline at end of file +terror-pirate = Внимание экипажу! Похоже, кто-то со станции неожиданно вышел на связь с пиратским флотом в ближнем космосе. From f7941e4199b98393635ac3f180a1300ab381a07c Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:06:53 +0200 Subject: [PATCH 15/25] Update events.yml --- Resources/Prototypes/ADT/GameRules/events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/ADT/GameRules/events.yml b/Resources/Prototypes/ADT/GameRules/events.yml index dec18c57e72..7172a77bcaf 100644 --- a/Resources/Prototypes/ADT/GameRules/events.yml +++ b/Resources/Prototypes/ADT/GameRules/events.yml @@ -22,7 +22,7 @@ - type: StationEvent earliestStart: 30 weight: 5 - minimumPlayers: 20 + minimumPlayers: 30 reoccurrenceDelay: 30 duration: 1 - type: PiratesRule From f9f212ed89aa6d89026d8d786246ee6ebac595e3 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:49:14 +0200 Subject: [PATCH 16/25] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D1=8B,=20=D0=BE?= =?UTF-8?q?=D0=BF=D1=8F=D1=82=D1=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ADT/Entities/Objects/Specific/pirate_store.yml | 7 ------- Resources/Prototypes/ADT/Store/currency.yml | 7 +++++++ Resources/Prototypes/ADT/Threats/threats.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml b/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml index b0e232e62b4..4a57694bc4d 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Specific/pirate_store.yml @@ -1,10 +1,3 @@ -- type: currency - id: Piastre - displayName: store-currency-display-Piastre - cash: - 1: ADTPiratePiastr1 - canWithdraw: true - - type: entity parent: [BaseStructure, ADTStorePresetPirate] id: ADTBasePirateStore diff --git a/Resources/Prototypes/ADT/Store/currency.yml b/Resources/Prototypes/ADT/Store/currency.yml index 4c5f0b30ef2..bbfada62919 100644 --- a/Resources/Prototypes/ADT/Store/currency.yml +++ b/Resources/Prototypes/ADT/Store/currency.yml @@ -9,3 +9,10 @@ id: EvolutionPoints displayName: store-currency-display-evolution-points canWithdraw: false + +- type: currency + id: Piastre + displayName: store-currency-display-Piastre + cash: + 1: ADTPiratePiastr1 + canWithdraw: true \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Threats/threats.yml b/Resources/Prototypes/ADT/Threats/threats.yml index f3f4c8041f8..384cba6392d 100644 --- a/Resources/Prototypes/ADT/Threats/threats.yml +++ b/Resources/Prototypes/ADT/Threats/threats.yml @@ -1,4 +1,4 @@ - type: ninjaHackingThreat id: Pirate announcement: terror-pirate - rule: Pirate + rule: Pirates From 4289d1f236f89866cd224b6a7f82c1b7f549b0de Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:31:33 +0200 Subject: [PATCH 17/25] Update currency.ftl --- Resources/Locale/ru-RU/store/currency.ftl | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Locale/ru-RU/store/currency.ftl b/Resources/Locale/ru-RU/store/currency.ftl index 9826d0c6591..62ad9412cae 100644 --- a/Resources/Locale/ru-RU/store/currency.ftl +++ b/Resources/Locale/ru-RU/store/currency.ftl @@ -13,5 +13,3 @@ store-currency-display-stolen-essence = Украденная эссенция store-currency-display-wizcoin = Маг₭øин™ store-currency-display-tradeunit = ЕТ - -store-currency-display-piastr = Пиастр \ No newline at end of file From 14ac9a80b02266e2f94b506e4caea9700fab1fac Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:42:44 +0200 Subject: [PATCH 18/25] =?UTF-8?q?=D0=BD=D0=B5=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/ADT/Stacks/misc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/ADT/Stacks/misc.yml b/Resources/Prototypes/ADT/Stacks/misc.yml index fbc84f92e7f..4fd175327d3 100644 --- a/Resources/Prototypes/ADT/Stacks/misc.yml +++ b/Resources/Prototypes/ADT/Stacks/misc.yml @@ -12,6 +12,7 @@ icon: { sprite: ADT/Objects/Specific/piastra.rsi, state: piastra_1 } spawn: ADTPiratePiastr1 +- type: stack id: ADTPaper name: paper icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } From a5fc24c37ef658396dc77d0148710277648c2e15 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:38:42 +0200 Subject: [PATCH 19/25] =?UTF-8?q?=D0=B8=20=D1=87=D1=82=D0=BE=20=D0=B5?= =?UTF-8?q?=D0=BC=D1=83=20=D0=BD=D0=B5=20=D1=82=D0=B0=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GameTicking/Rules/PiratesRuleSystem.cs | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs b/Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs index 59ce8600ad4..d5a9b698700 100644 --- a/Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs +++ b/Content.Server/ADT/GameTicking/Rules/PiratesRuleSystem.cs @@ -1,36 +1,11 @@ -using System.Linq; -using System.Numerics; -using Content.Server.Administration.Commands; using Content.Server.Cargo.Systems; -using Content.Server.Chat.Managers; using Content.Server.GameTicking.Rules.Components; -using Content.Server.Preferences.Managers; -using Content.Server.Spawners.Components; -using Content.Server.Station.Components; -using Content.Server.Station.Systems; -using Content.Shared.CCVar; -using Content.Shared.Humanoid; -using Content.Shared.Humanoid.Prototypes; using Content.Shared.Mind; -using Content.Shared.NPC.Prototypes; -using Content.Shared.NPC.Systems; -using Content.Shared.Preferences; -using Content.Shared.Roles; using Robust.Server.GameObjects; using Robust.Server.Maps; -using Robust.Server.Player; -using Robust.Shared.Audio; -using Robust.Shared.Audio.Systems; -using Robust.Shared.Configuration; -using Robust.Shared.Enums; using Robust.Shared.Map; -using Robust.Shared.Map.Components; -using Content.Server.GameTicking.Rules; -using Robust.Shared.Prototypes; -using Robust.Shared.Random; using Robust.Shared.Utility; using Content.Shared.GameTicking.Components; -using Content.Server.StationEvents.Components; namespace Content.Server.GameTicking.Rules; @@ -56,10 +31,7 @@ protected override void Started(EntityUid uid, PiratesRuleComponent component, G base.Started(uid, component, gameRule, args); var shuttleMap = _mapManager.CreateMap(); - var options = new MapLoadOptions - { - LoadMap = true, - }; + var options = new MapLoadOptions { LoadMap = true }; if (!_map.TryLoad(shuttleMap, component.PiratesShuttlePath, out var shuttle, options)) return; From b7157a63430ce6fdb88abda3c156fd673a3e66d1 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:54:01 +0200 Subject: [PATCH 20/25] =?UTF-8?q?=D0=B0=20=D0=B5=D1=81=D0=BB=D0=B8=20?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.IntegrationTests/Tests/PostMapInitTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 7d30fa34066..0d28f95797f 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -41,6 +41,7 @@ public sealed class PostMapInitTest "/Maps/Shuttles/cargo.yml", "/Maps/Shuttles/emergency.yml", "/Maps/Shuttles/infiltrator.yml", + "Maps/ADTMaps/Shuttles/pirate.yml" //ADT edit }; private static readonly string[] GameMaps = From fb08887985f4ecba0a0db8ccacc12325fea4913f Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:16:37 +0200 Subject: [PATCH 21/25] =?UTF-8?q?=D0=B0=20=D0=B5=D1=81=D0=BB=D0=B8=20?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.IntegrationTests/Tests/PostMapInitTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 0d28f95797f..2164590a505 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -41,7 +41,7 @@ public sealed class PostMapInitTest "/Maps/Shuttles/cargo.yml", "/Maps/Shuttles/emergency.yml", "/Maps/Shuttles/infiltrator.yml", - "Maps/ADTMaps/Shuttles/pirate.yml" //ADT edit + "/Maps/ADTMaps/Shuttles/pirate.yml" //ADT edit }; private static readonly string[] GameMaps = From 3726c38d1be02c73084016e1c0de61c0e37519e3 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:26:32 +0200 Subject: [PATCH 22/25] Update PostMapInitTest.cs --- Content.IntegrationTests/Tests/PostMapInitTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 675fc178454..1b115413f32 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -41,9 +41,9 @@ public sealed class PostMapInitTest "/Maps/Shuttles/cargo.yml", "/Maps/Shuttles/emergency.yml", "/Maps/Shuttles/infiltrator.yml", - "/Maps/ADTMaps/Shuttles/pirate.yml" //ADT edit + "/Maps/ADTMaps/Shuttles/pirate.yml", //ADT edit // ADT-New-Year-Start - "/Maps/ADTMaps/ADTStations/NewYear/adt_centcom.yml", + "/Maps/ADTMaps/ADTStations/NewYear/adt_centcom.yml" // ADT-New-Year-End }; From 28c09f51057701149c4b6b7c8b4e1b38cf9a3dd0 Mon Sep 17 00:00:00 2001 From: RevengenRat <138193222+Ratyyy@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:53:40 +0200 Subject: [PATCH 23/25] =?UTF-8?q?=D1=87=D1=82=D0=BE=20=D0=B5=D1=81=D0=BB?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs b/Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs index afe96ee9537..c04bc48fab3 100644 --- a/Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs +++ b/Content.Server/ADT/GameTicking/Rules/Components/PiratesRuleComponent.cs @@ -23,5 +23,5 @@ public sealed partial class PiratesRuleComponent : Component AudioParams.Default.WithVolume(4)); [DataField] - public string PiratesShuttlePath = "Maps/ADTMaps/Shuttles/pirate.yml"; + public string PiratesShuttlePath = "Maps/ADTMaps/Shuttles/ERT_base.yml"; } From e41e298d1cb36cf888da89a99830b8d95d072eaa Mon Sep 17 00:00:00 2001 From: Eugeny Date: Sun, 29 Dec 2024 06:34:49 +0400 Subject: [PATCH 24/25] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=BE=D1=87=D0=B8=D0=BD=D0=BA=D0=B8=20=D1=88?= =?UTF-8?q?=D0=B0=D1=82=D1=82=D0=BB=D0=B0=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Maps/ADTMaps/Shuttles/pirate.yml | 110 ++++++++++----------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/Resources/Maps/ADTMaps/Shuttles/pirate.yml b/Resources/Maps/ADTMaps/Shuttles/pirate.yml index ae3b46032c9..d6e95860268 100644 --- a/Resources/Maps/ADTMaps/Shuttles/pirate.yml +++ b/Resources/Maps/ADTMaps/Shuttles/pirate.yml @@ -3637,7 +3637,7 @@ entities: - uid: 485 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: 3.5,5.5 parent: 1 - uid: 486 @@ -3645,162 +3645,162 @@ entities: - type: Transform pos: 0.5,-1.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 487 components: - type: Transform pos: -2.5,-1.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 488 components: - type: Transform - rot: 1.5707963267948966 rad + # rot: 1.5707963267948966 rad pos: -9.5,-0.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 489 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: -7.5,-4.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 490 components: - type: Transform pos: -10.5,3.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 491 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: 7.5,1.5 parent: 1 - uid: 492 components: - type: Transform - rot: 1.5707963267948966 rad + # rot: 1.5707963267948966 rad pos: -8.5,3.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 493 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: -4.5,9.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 494 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: -0.5,9.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 495 components: - type: Transform - rot: 1.5707963267948966 rad + # rot: 1.5707963267948966 rad pos: -4.5,2.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 496 components: - type: Transform - rot: -1.5707963267948966 rad + # rot: -1.5707963267948966 rad pos: -0.5,2.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 497 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: -2.5,0.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 498 components: - type: Transform pos: 2.5,7.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 499 components: - type: Transform - rot: -1.5707963267948966 rad + # rot: -1.5707963267948966 rad pos: 3.5,11.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 500 components: - type: Transform - rot: 1.5707963267948966 rad + # rot: 1.5707963267948966 rad pos: -9.5,6.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 501 components: - type: Transform - rot: -1.5707963267948966 rad + # rot: -1.5707963267948966 rad pos: -6.5,5.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 502 components: - type: Transform pos: -4.5,7.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 503 components: - type: Transform pos: -0.5,7.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 504 components: - type: Transform - rot: -1.5707963267948966 rad + # rot: -1.5707963267948966 rad pos: -6.5,9.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 505 components: - type: Transform pos: -8.5,10.5 parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 + # - type: ApcPowerReceiver + # powerLoad: 0 - uid: 506 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: 6.5,5.5 parent: 1 - uid: 508 components: - type: Transform - rot: 1.5707963267948966 rad + # rot: 1.5707963267948966 rad pos: 1.5,1.5 parent: 1 - uid: 825 @@ -3811,7 +3811,7 @@ entities: - uid: 826 components: - type: Transform - rot: 3.141592653589793 rad + # rot: 3.141592653589793 rad pos: 6.5,1.5 parent: 1 - proto: Rack From 46dd99f7d358f3fe628fcc411809c725bd2c01d2 Mon Sep 17 00:00:00 2001 From: Eugeny Date: Mon, 30 Dec 2024 07:54:11 +0400 Subject: [PATCH 25/25] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BF=D0=B8?= =?UTF-8?q?=D1=80=D0=B0=D1=82=D1=81=D0=BA=D0=BE=D0=B3=D0=BE=20=D1=88=D0=B0?= =?UTF-8?q?=D1=82=D1=82=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Maps/ADTMaps/Shuttles/pirate.yml | 6694 +++++++++----------- 1 file changed, 3061 insertions(+), 3633 deletions(-) diff --git a/Resources/Maps/ADTMaps/Shuttles/pirate.yml b/Resources/Maps/ADTMaps/Shuttles/pirate.yml index d6e95860268..942d2c9c026 100644 --- a/Resources/Maps/ADTMaps/Shuttles/pirate.yml +++ b/Resources/Maps/ADTMaps/Shuttles/pirate.yml @@ -3,46 +3,57 @@ meta: postmapinit: false tilemap: 0: Space - 14: FloorBar - 29: FloorDark - 34: FloorDarkMono - 57: FloorHullReinforced - 64: FloorMetalDiamond - 77: FloorReinforced - 80: FloorShowroom - 89: FloorSteel - 96: FloorSteelDirty - 104: FloorTechMaint - 118: FloorWood - 120: Lattice - 121: Plating + 8: ADTLatticeLeftLower + 9: ADTLatticeLeftUpper + 10: ADTLatticeRightLower + 11: ADTLatticeRightUpper + 6: FloorBar + 46: FloorDark + 2: FloorDarkMono + 77: FloorHullReinforced + 7: FloorMetalDiamond + 4: FloorReinforced + 1: FloorSteel + 3: FloorSteelMono + 133: FloorTechMaint + 5: FloorWood + 168: Lattice + 169: Plating entities: - proto: "" entities: - - uid: 1 + - uid: 2 components: - type: MetaData - name: Весёлый Роджер - ROM-1650 + name: Весёлый Роджер - RUM-1608 - type: Transform - pos: 2.2710133,-2.4148211 + pos: -0.484375,-0.59375 parent: invalid - type: MapGrid chunks: - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAQAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAOQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 0,0: ind: 0,0 - tiles: eQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAaAAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAAqAAAAAAAqAAAAAAACwAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: qQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAABAAAAAAABAAAAAAAqQAAAAAAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAABAAAAAAABAAAAAAAqQAAAAAAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAqQAAAAAAqQAAAAAAhQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAqQAAAAAALgAAAAAAqQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAALgAAAAAALgAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAqQAAAAAALgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAALgAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAqQAAAAAALgAAAAAAqQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAALgAAAAAALgAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAAAqQAAAAAAqQAAAAAALgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAAqQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAALgAAAAAALgAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAALgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAALgAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAALgAAAAAALgAAAAAAqQAAAAAALgAAAAAAqQAAAAAALgAAAAAAAQAAAAAAAQAAAAAALgAAAAAALgAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAAqQAAAAAALgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAAqQAAAAAAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAwAAAAAALgAAAAAAqQAAAAAAqAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAALgAAAAAALgAAAAAAqAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAqQAAAAAABQAAAAAABQAAAAAABQAAAAAABgAAAAAAhQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAABQAAAAAABQAAAAAABQAAAAAABgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAQAAAAAAqQAAAAAAAQAAAAAAqQAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAQAAAAAAqQAAAAAAAQAAAAAAqQAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAQAAAAAAqQAAAAAAAQAAAAAAqQAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAAqQAAAAAAqQAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAAqQAAAAAABwAAAAAAAQAAAAAAAQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAAqQAAAAAAqQAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAAqQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqQAAAAAABQAAAAAABQAAAAAABQAAAAAABQAAAAAALgAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAALgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAqAAAAAAAqAAAAAAACwAAAAAAqAAAAAAALgAAAAAALgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAqAAAAAAAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqAAAAAAAqAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhQAAAAAAhQAAAAAAhQAAAAAAhQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhQAAAAAAhQAAAAAAhQAAAAAAhQAAAAAAqQAAAAAAqQAAAAAAhQAAAAAAhQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqAAAAAAAqAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAqAAAAAAAqAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAAqQAAAAAAqQAAAAAAqQAAAAAABgAAAAAAqQAAAAAAqQAAAAAAhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAABQAAAAAABQAAAAAABQAAAAAABgAAAAAAqQAAAAAATQAAAAAAhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqQAAAAAABQAAAAAABQAAAAAABQAAAAAABgAAAAAAqQAAAAAAqQAAAAAATQAAAAAA version: 6 - type: Broadphase - type: Physics @@ -53,6 +64,13 @@ entities: bodyType: Dynamic - type: Fixtures fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: IFF + color: '#FFC000FF' + flags: Hide - type: Gravity gravityShakeSound: !type:SoundPathSpecifier path: /Audio/Effects/alert.ogg @@ -61,313 +79,274 @@ entities: version: 2 nodes: - node: - cleanable: True color: '#FFFFFFFF' - id: Dirt + id: CheckerNESW decals: - 121: -4,-4 + 2: 1,-10 + 3: -1,-12 - node: color: '#FFFFFFFF' - id: DirtHeavy + id: CheckerNWSE decals: - 81: -9,-1 - 82: -8,-1 - 83: -7,-6 - 92: -9,-5 + 1: -1,-10 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 5: 1,1 - 6: 1,1 - 7: 2,1 - 16: 3,9 - 17: 3,9 - 18: 3,8 - 19: 1,5 - 20: 2,4 - 21: 1,6 - 22: 0,6 - 23: -1,6 - 24: -1,7 - 25: -2,6 - 26: -1,6 - 27: -7,6 - 28: -6,6 - 29: -10,5 - 30: -9,8 - 31: -8,8 - 32: -5,9 - 33: -5,10 - 34: -3,9 - 35: -3,7 - 36: -3,7 - 37: -3,8 - 38: -2,9 - 39: -5,6 - 69: -1,0 - 70: -1,1 - 71: -5,0 - 133: 6,7 + 18: -2,-3 + 19: -1,-4 + 20: 1,-3 + 21: 0,-4 + 22: 2,-4 + 23: -2,-7 + 24: 0,-6 + 25: 0,-7 + 26: 2,-7 + 27: -1,-6 + 28: 6,-4 + 29: 6,-4 + 33: 9,-8 + 34: 8,-8 + 44: 7,-6 + 45: 6,-6 + 46: 1,-6 + 47: 1,-7 + 74: 8,-12 + 75: 9,-10 + 76: 3,-18 + 77: -1,-18 + 78: 3,-19 + 79: 2,-18 + 80: 1,-18 + 81: 0,-19 + 93: -5,-14 + 102: -4,-17 + 103: -4,-18 + 104: -6,-12 + 105: -6,-10 + 114: -5,-8 + 120: -1,-13 + 123: 2,-9 + 124: -1,-11 + 125: -1,-10 + 127: 0,-10 + 128: -1,-12 + 129: -8,-15 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 136: 7,6 - 137: 7,5 - 138: 6,6 - 139: 7,7 - 140: 4,3 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 84: -10,-1 - 85: -7,-3 - 86: -6,-3 - 90: 1,7 - 91: 3,6 - 94: -9,-3 + 35: 7,-8 + 36: 5,-7 + 37: 6,-6 + 38: 4,-8 + 52: -1,-3 + 53: 0,-3 + 54: -1,-7 + 55: 4,-8 + 56: 6,-10 + 57: 7,-10 + 58: 9,-11 + 59: 9,-12 + 60: 9,-10 + 61: 10,-11 + 62: 6,-12 + 63: 7,-12 + 64: 4,-12 + 65: 4,-11 + 73: 8,-12 + 82: 0,-18 + 83: -1,-19 + 84: 2,-19 + 85: 2,-19 + 86: 1,-18 + 87: 6,-18 + 88: 7,-18 + 89: 6,-18 + 95: -6,-14 + 96: -4,-14 + 106: -6,-11 + 107: -6,-10 + 116: -2,-2 + 121: 0,-9 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 2: -7,3 - 3: -7,3 - 4: -8,3 - 9: 1,2 - 10: 1,3 - 11: 2,1 - 12: -9,3 - 13: -9,2 - 14: 2,4 - 15: -8,4 - 56: -10,6 - 57: -9,6 - 58: -3,6 - 59: -4,7 - 60: -2,7 - 61: -3,4 - 62: 3,6 - 63: 4,5 - 64: 1,7 - 65: -2,9 - 66: 4,6 - 67: 4,7 - 68: 3,6 - 111: -3,3 - 112: -2,2 - 113: -2,2 - 114: -2,2 - 115: -4,0 - 118: -9,1 - 119: -9,-1 - 120: -9,-1 - 134: 6,5 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 77: -9,1 - 78: -8,1 - 79: -7,-2 - 80: -7,-1 - 93: -9,-4 + 32: 9,-6 + 39: 4,-8 + 40: 6,-6 + 41: 7,-6 + 42: 6,-8 + 43: 6,-8 + 97: -6,-14 + 98: -4,-14 + 99: -4,-15 + 100: -4,-17 + 101: -4,-18 + 108: -6,-12 + 109: -4,-11 + 110: -4,-10 + 126: 1,-11 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 0: -7,2 - 1: -9,3 - 8: 2,2 - 40: -4,6 - 41: -5,7 - 42: -2,7 - 43: 2,5 - 44: 3,5 - 45: 2,3 - 46: -9,5 - 47: -8,4 - 48: -8,5 - 49: -7,5 - 50: -7,8 - 51: -8,6 - 52: -8,7 - 53: -4,9 - 54: -3,9 - 55: -2,10 - 72: -5,0 - 73: -2,0 - 74: -3,0 - 75: -1,2 - 76: -1,2 - 116: -3,4 - 117: 2,6 - 135: 6,6 - - node: - color: '#FFFFFF0C' - id: MiniTileOverlay - decals: - 122: -3,10 - 123: -3,9 - 124: -3,7 - 125: -3,6 - 126: -4,6 - 127: -5,6 - 128: -2,6 - 129: -1,6 - 130: -4,10 - 131: -5,10 + 30: 4,-6 + 31: 9,-7 + 48: -1,-7 + 49: 0,-3 + 50: 1,-4 + 51: -1,-3 + 66: 6,-10 + 67: 7,-10 + 68: 8,-11 + 69: 9,-11 + 70: 9,-11 + 71: 9,-10 + 72: 9,-12 + 90: 0,-18 + 91: -1,-18 + 92: -4,-16 + 94: -6,-14 + 111: -6,-11 + 112: -5,-8 + 113: -4,-8 + 115: -4,-8 + 117: -2,-2 + 118: 0,-3 + 119: 1,-12 + 122: 1,-9 - node: - cleanable: True - color: '#FF7F8206' - id: MonoOverlay + color: '#FFFFFFFF' + id: HalfTileOverlayGreyscale180 decals: - 150: -3,12 - 151: -4,11 - 152: -2,11 + 4: 0,-10 - node: color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale + id: HalfTileOverlayGreyscale270 decals: - 99: -4,3 - 100: -2,2 - 101: -3,2 + 10: 0,-11 + 11: 1,-11 - node: color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale180 + id: MarkupSquareQuater decals: - 97: -4,3 - 98: -3,3 - 102: -4,2 - 103: -3,2 - 108: -2,1 + 5: 1,-12 - node: color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale270 + id: QuarterTileOverlayGreyscale180 decals: - 95: -2,3 - 96: -3,3 - 104: -2,2 - 105: -3,2 - 109: -4,1 + 7: 1,-12 + 8: -1,-11 + 9: 0,-11 - node: color: '#FFFFFFFF' id: QuarterTileOverlayGreyscale90 decals: - 106: -2,3 - 107: -3,1 - 110: -4,1 + 6: 0,-12 - node: cleanable: True color: '#FFFFFFFF' - id: WarnLineW + id: Rust decals: - 145: -5,10 - 146: -4,10 - 147: -3,10 - 148: -2,10 - 149: -1,10 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - decals: - 87: -9,1 - 88: -9,2 - 89: -9,3 + 12: 0,-2 + 13: -1,-1 + 14: 1,-1 + 15: -1,-2 + 16: 0,-1 + 17: 1,-2 - type: GridAtmosphere version: 2 data: tiles: - -2,-1: - 0: 65535 - -1,-3: - 0: 65506 - -1,-1: - 0: 65535 - -1,-2: - 0: 65535 - -2,1: - 0: 65535 + 0,0: + 0: 1 + 1: 62 + 0,-1: + 0: 30583 + 1: 32768 -1,0: - 0: 65535 - -1,1: - 0: 65535 - -1,2: - 0: 65535 - -1,3: - 0: 53247 - 0,-3: + 1: 142 + 1,0: + 0: 1092 + 1,-1: + 0: 17477 + 1: 256 + 0,-4: + 0: 28927 + 0,-5: 0: 65520 + -1,-4: + 0: 49631 + 0,-3: + 0: 30583 + -1,-3: + 0: 52701 0,-2: - 0: 65535 - 0,-1: - 0: 65535 + 0: 6129 + -1,-2: + 0: 7409 + -1,-1: + 0: 52477 + 1: 12288 + 1,-4: + 0: 11187 1,-3: - 0: 13072 + 0: 12287 1,-2: - 0: 13107 - 1,-1: - 0: 30583 - 1: 34944 - 0,1: - 0: 65535 - 0,2: - 0: 65535 - 0,3: - 0: 65535 - 0,0: - 0: 65535 - 1,3: - 0: 4369 - 1,0: - 0: 30583 - 1: 34952 - 1,1: - 0: 30583 - 1: 34952 - 1,2: - 0: 4919 + 0: 24575 + 1,-5: + 0: 65328 1: 8 - 0,4: - 0: 127 - -1,4: - 0: 140 - -2,0: - 0: 65535 - -3,0: - 0: 65535 - -3,1: - 0: 65535 - -3,2: - 0: 65535 - -2,2: - 0: 65535 - -2,3: - 0: 207 - -3,-1: - 0: 65535 + 2,-4: + 0: 272 + 1: 33860 + 2,-3: + 0: 1911 + 2,-2: + 0: 1911 + 1: 32768 + 2,-1: + 1: 17 + 2,-5: + 0: 4352 + 1: 3 + -3,-4: + 1: 34952 -3,-3: - 0: 8192 - -3,-2: - 0: 61154 + 0: 128 + 1: 32768 -2,-3: - 0: 4368 + 0: 36349 + -3,-2: + 1: 34952 + -3,-1: + 1: 2184 + -2,-4: + 0: 36590 -2,-2: - 0: 65531 - -3,3: - 0: 14 - 2,0: - 1: 4369 - 2,1: - 1: 4369 - 2,2: - 1: 1 + 0: 59630 + -2,-1: + 0: 238 + 1: 57344 + -2,-5: + 0: 60928 + 1: 7 + -1,-5: + 0: 56784 + 0,-6: + 1: 28672 + -1,-6: + 1: 36864 + 1,-6: + 1: 24576 + -2,-6: + 1: 32768 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -393,7 +372,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -416,5044 +395,4493 @@ entities: - 0 - 0 chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GravityShake - shakeTimes: 10 - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding - - uid: 5 - components: - - type: MetaData - name: Map Entity - - type: Transform - pos: -2.2710133,2.4148211 - parent: 1 - - type: Map - mapPaused: True - - type: PhysicsMap - - type: GridTree - - type: MovedGrids - - type: Broadphase - - type: OccluderTree - - type: LoadedMap - - uid: 273 - components: - - type: MetaData - name: Map Entity - - type: Transform - - type: Map - mapPaused: True - - type: PhysicsMap - - type: GridTree - - type: MovedGrids - - type: Broadphase - - type: OccluderTree + - type: RadiationGridResistance - proto: ADTBasePirateStore entities: - - uid: 325 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1 -- proto: ADTBigThruster - entities: - - uid: 755 + - uid: 234 components: - type: Transform - pos: -2.5,-7.5 - parent: 1 + pos: -0.5,-12.5 + parent: 2 - proto: ADTComputerPalletConsolePirate entities: - - uid: 296 + - uid: 233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,7.5 - parent: 1 + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 2 - proto: ADTDrinkRumCanister entities: - - uid: 280 - components: - - type: Transform - pos: -2.6371663,-3.3285227 - parent: 1 - - uid: 828 - components: - - type: Transform - pos: -2.1996663,-3.2972727 - parent: 1 - - uid: 829 - components: - - type: Transform - pos: -2.1996663,-3.0785227 - parent: 1 - - uid: 830 - components: - - type: Transform - pos: -2.7152913,-3.2035227 - parent: 1 -- proto: ADTPiratePiastr1 - entities: - - uid: 326 + - uid: 373 components: - type: Transform - pos: -1.562177,7.4368854 - parent: 1 - - uid: 591 + pos: 1.8769671,-16.547262 + parent: 2 + - uid: 374 components: - type: Transform - pos: -1.749677,7.416052 - parent: 1 - - uid: 836 + pos: 1.3769671,-16.531637 + parent: 2 + - uid: 375 components: - type: Transform - pos: -1.3885658,7.4368854 - parent: 1 - - uid: 850 + pos: 1.8144671,-16.234762 + parent: 2 + - uid: 376 components: - type: Transform - pos: -1.2635658,7.4299407 - parent: 1 -- proto: ADTSpawnPointPirate + pos: 1.3457171,-16.203512 + parent: 2 +- proto: ADTFoodTinCondensedMilk entities: - - uid: 552 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 556 + - uid: 342 components: - type: Transform - pos: -8.5,-2.5 - parent: 1 - - uid: 557 + pos: -6.566634,-14.640817 + parent: 2 + - uid: 343 components: - type: Transform - pos: 2.5,2.5 - parent: 1 + pos: -6.191634,-14.843942 + parent: 2 - proto: AirlockExternalGlassShuttleSyndicateLocked entities: - - uid: 2 + - uid: 200 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,15.5 - parent: 1 -- proto: AirlockExternalGlassSyndicateLocked + pos: 6.5,2.5 + parent: 2 +- proto: AirlockExternalShuttleSyndicateLocked entities: - - uid: 3 + - uid: 201 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,8.5 - parent: 1 - - uid: 4 + pos: -8.5,-10.5 + parent: 2 +- proto: AirlockExternalSyndicateLocked + entities: + - uid: 202 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,2.5 - parent: 1 -- proto: AirlockExternalShuttleSyndicateLocked - entities: - - uid: 6 + pos: -6.5,-10.5 + parent: 2 + - uid: 203 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,2.5 - parent: 1 + pos: 6.5,-4.5 + parent: 2 - proto: AirlockSyndicateGlassLocked entities: - - uid: 8 + - uid: 211 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,0.5 - parent: 1 - - uid: 9 + pos: 5.5,-8.5 + parent: 2 + - uid: 212 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,8.5 - parent: 1 - - uid: 10 + pos: 0.5,-7.5 + parent: 2 + - uid: 213 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,6.5 - parent: 1 - - uid: 11 + pos: 0.5,-4.5 + parent: 2 + - uid: 214 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,4.5 - parent: 1 - - uid: 12 + pos: -2.5,-6.5 + parent: 2 + - uid: 215 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,4.5 - parent: 1 - - uid: 13 + pos: -4.5,-8.5 + parent: 2 + - uid: 216 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,6.5 - parent: 1 -- proto: AirlockSyndicateLocked - entities: - - uid: 15 + pos: -4.5,-12.5 + parent: 2 + - uid: 252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 1 - - uid: 16 + pos: 3.5,-6.5 + parent: 2 +- proto: AirlockSyndicateLocked + entities: + - uid: 206 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,8.5 - parent: 1 - - uid: 17 + pos: 4.5,-4.5 + parent: 2 + - uid: 207 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,5.5 - parent: 1 - - uid: 18 + pos: -2.5,-2.5 + parent: 2 + - uid: 208 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,10.5 - parent: 1 - - uid: 19 + pos: -4.5,-5.5 + parent: 2 + - uid: 209 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,7.5 - parent: 1 - - uid: 20 + pos: -2.5,-15.5 + parent: 2 + - uid: 210 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 1 + pos: 5.5,-12.5 + parent: 2 + - type: Door + secondsUntilStateChange: -84.0904 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True - proto: APCBasic entities: - - uid: 21 + - uid: 262 components: - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 22 + pos: 2.5,-7.5 + parent: 2 + - uid: 328 components: - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 23 + pos: -6.5,-12.5 + parent: 2 + - uid: 369 components: - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 24 + pos: 3.5,-13.5 + parent: 2 + - uid: 442 components: - type: Transform - pos: 0.5,-0.5 - parent: 1 + pos: 7.5,-4.5 + parent: 2 - proto: AppraisalTool entities: - - uid: 25 + - uid: 353 components: - type: Transform - pos: -7.2760534,-3.5222044 - parent: 1 - - uid: 26 + pos: -4.301009,-16.640816 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: 2.3286917,-9.215547 + parent: 2 + - uid: 515 components: - type: Transform - pos: -0.67882204,3.741016 - parent: 1 + pos: 2.3755667,-9.496797 + parent: 2 - proto: AtmosDeviceFanDirectional entities: - - uid: 27 + - uid: 198 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,2.5 - parent: 1 - - uid: 772 + pos: -8.5,-10.5 + parent: 2 + - uid: 199 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,15.5 - parent: 1 + pos: 6.5,2.5 + parent: 2 - proto: Bed entities: - - uid: 29 + - uid: 307 components: - type: Transform - pos: -9.5,9.5 - parent: 1 + pos: -6.5,-3.5 + parent: 2 - proto: BedsheetBlack entities: - - uid: 31 + - uid: 309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,9.5 - parent: 1 -- proto: BlastDoor + pos: -6.5,-3.5 + parent: 2 +- proto: BoozeDispenser entities: - - uid: 837 + - uid: 338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,12.5 - parent: 1 - - uid: 838 + rot: 1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 2 +- proto: BoxLethalshot + entities: + - uid: 292 components: - type: Transform - pos: -2.5,14.5 - parent: 1 - - uid: 839 + pos: -0.6657052,-8.212123 + parent: 2 + - uid: 293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,13.5 - parent: 1 - - uid: 840 + pos: -0.5875802,-8.383998 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,13.5 - parent: 1 - - uid: 841 + pos: 6.5,-3.5 + parent: 2 + - uid: 587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,13.5 - parent: 1 - - uid: 842 + pos: 6.5,-4.5 + parent: 2 + - uid: 588 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,13.5 - parent: 1 - - uid: 843 + pos: 7.5,-4.5 + parent: 2 + - uid: 589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,12.5 - parent: 1 -- proto: BoozeDispenser - entities: - - uid: 33 + pos: 6.5,-1.5 + parent: 2 + - uid: 590 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-3.5 - parent: 1 - - type: ContainerContainer - containers: - ReagentDispenser-beaker: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - beakerSlot: !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: BoxLethalshot - entities: - - uid: 34 + pos: 6.5,-0.5 + parent: 2 + - uid: 591 components: - type: Transform - pos: -3.7207985,4.558691 - parent: 1 - - uid: 834 + pos: 6.5,0.5 + parent: 2 + - uid: 592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.3602343,4.6600113 - parent: 1 -- proto: CableApcExtension - entities: - - uid: 35 + pos: 6.5,1.5 + parent: 2 + - uid: 593 components: - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 36 + pos: 6.5,-2.5 + parent: 2 + - uid: 594 components: - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 37 + pos: 7.5,-5.5 + parent: 2 + - uid: 595 components: - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 38 + pos: 7.5,-6.5 + parent: 2 + - uid: 596 components: - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 39 + pos: 8.5,-6.5 + parent: 2 + - uid: 597 components: - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 40 + pos: 9.5,-6.5 + parent: 2 + - uid: 598 components: - type: Transform - pos: -2.5,4.5 - parent: 1 - - uid: 41 + pos: 6.5,-6.5 + parent: 2 + - uid: 599 components: - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 42 + pos: 4.5,-6.5 + parent: 2 + - uid: 600 components: - type: Transform - pos: -2.5,2.5 - parent: 1 - - uid: 43 + pos: 5.5,-6.5 + parent: 2 + - uid: 601 components: - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 44 + pos: 2.5,-7.5 + parent: 2 + - uid: 602 components: - type: Transform - pos: -2.5,0.5 - parent: 1 - - uid: 45 + pos: 2.5,-8.5 + parent: 2 + - uid: 603 components: - type: Transform - pos: -3.5,2.5 - parent: 1 - - uid: 46 + pos: 0.5,-8.5 + parent: 2 + - uid: 604 components: - type: Transform - pos: -1.5,2.5 - parent: 1 - - uid: 47 + pos: 1.5,-8.5 + parent: 2 + - uid: 605 components: - type: Transform - pos: -4.5,2.5 - parent: 1 - - uid: 48 + pos: 0.5,-9.5 + parent: 2 + - uid: 606 components: - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 49 + pos: 0.5,-11.5 + parent: 2 + - uid: 607 components: - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 50 + pos: 0.5,-10.5 + parent: 2 + - uid: 608 components: - type: Transform - pos: 4.5,7.5 - parent: 1 - - uid: 51 + pos: 2.5,-6.5 + parent: 2 + - uid: 609 components: - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 52 + pos: 2.5,-4.5 + parent: 2 + - uid: 610 components: - type: Transform - pos: 3.5,6.5 - parent: 1 - - uid: 53 + pos: 2.5,-5.5 + parent: 2 + - uid: 611 components: - type: Transform - pos: 3.5,8.5 - parent: 1 - - uid: 54 + pos: 2.5,-3.5 + parent: 2 + - uid: 612 components: - type: Transform - pos: 3.5,9.5 - parent: 1 - - uid: 55 + pos: 1.5,-3.5 + parent: 2 + - uid: 613 components: - type: Transform - pos: 3.5,10.5 - parent: 1 - - uid: 56 + pos: 0.5,-3.5 + parent: 2 + - uid: 614 components: - type: Transform - pos: 3.5,11.5 - parent: 1 - - uid: 57 + pos: 0.5,-2.5 + parent: 2 + - uid: 615 components: - type: Transform - pos: 3.5,12.5 - parent: 1 - - uid: 58 + pos: 0.5,-1.5 + parent: 2 + - uid: 616 components: - type: Transform - pos: 3.5,13.5 - parent: 1 - - uid: 59 + pos: 1.5,-6.5 + parent: 2 + - uid: 617 components: - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 60 + pos: -0.5,-6.5 + parent: 2 + - uid: 618 components: - type: Transform - pos: 2.5,6.5 - parent: 1 - - uid: 61 + pos: -1.5,-6.5 + parent: 2 + - uid: 619 components: - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 62 + pos: 0.5,-6.5 + parent: 2 + - uid: 620 components: - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 63 + pos: -2.5,-6.5 + parent: 2 + - uid: 621 components: - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 64 + pos: -3.5,-6.5 + parent: 2 + - uid: 622 components: - type: Transform - pos: 3.5,2.5 - parent: 1 - - uid: 65 + pos: -4.5,-6.5 + parent: 2 + - uid: 623 components: - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 66 + pos: -5.5,-6.5 + parent: 2 + - uid: 624 components: - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 67 + pos: -6.5,-6.5 + parent: 2 + - uid: 625 components: - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 68 + pos: -4.5,-5.5 + parent: 2 + - uid: 626 components: - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 69 + pos: -4.5,-4.5 + parent: 2 + - uid: 627 components: - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 70 + pos: -4.5,-2.5 + parent: 2 + - uid: 628 components: - type: Transform - pos: -3.5,6.5 - parent: 1 - - uid: 71 + pos: -4.5,-3.5 + parent: 2 + - uid: 629 components: - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 72 + pos: -7.5,-10.5 + parent: 2 + - uid: 630 components: - type: Transform - pos: -2.5,7.5 - parent: 1 - - uid: 73 + pos: -5.5,-10.5 + parent: 2 + - uid: 631 components: - type: Transform - pos: -2.5,8.5 - parent: 1 - - uid: 74 + pos: -4.5,-10.5 + parent: 2 + - uid: 632 components: - type: Transform - pos: -2.5,9.5 - parent: 1 - - uid: 75 + pos: -6.5,-10.5 + parent: 2 + - uid: 633 components: - type: Transform - pos: -2.5,10.5 - parent: 1 - - uid: 76 + pos: -6.5,-12.5 + parent: 2 + - uid: 634 components: - type: Transform - pos: -2.5,11.5 - parent: 1 - - uid: 77 + pos: -6.5,-13.5 + parent: 2 + - uid: 635 components: - type: Transform - pos: -3.5,9.5 - parent: 1 - - uid: 78 + pos: -5.5,-13.5 + parent: 2 + - uid: 636 components: - type: Transform - pos: -4.5,9.5 - parent: 1 - - uid: 79 + pos: -4.5,-13.5 + parent: 2 + - uid: 637 components: - type: Transform - pos: -1.5,9.5 - parent: 1 - - uid: 80 + pos: -4.5,-12.5 + parent: 2 + - uid: 638 components: - type: Transform - pos: -0.5,9.5 - parent: 1 - - uid: 81 + pos: -4.5,-11.5 + parent: 2 + - uid: 639 components: - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 82 + pos: -4.5,-14.5 + parent: 2 + - uid: 640 components: - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 83 + pos: -4.5,-15.5 + parent: 2 + - uid: 641 components: - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 84 + pos: -4.5,-16.5 + parent: 2 + - uid: 642 components: - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 85 + pos: -4.5,-17.5 + parent: 2 + - uid: 643 components: - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 86 + pos: 3.5,-13.5 + parent: 2 + - uid: 644 components: - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 87 + pos: 3.5,-15.5 + parent: 2 + - uid: 645 components: - type: Transform - pos: 2.5,-0.5 - parent: 1 - - uid: 88 + pos: 3.5,-16.5 + parent: 2 + - uid: 646 components: - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 89 + pos: 3.5,-17.5 + parent: 2 + - uid: 647 components: - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 90 + pos: 3.5,-14.5 + parent: 2 + - uid: 648 components: - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 91 + pos: 2.5,-17.5 + parent: 2 + - uid: 649 components: - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 92 + pos: 0.5,-17.5 + parent: 2 + - uid: 650 components: - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 93 + pos: -0.5,-17.5 + parent: 2 + - uid: 651 components: - type: Transform - pos: 0.5,-3.5 - parent: 1 - - uid: 94 + pos: -1.5,-17.5 + parent: 2 + - uid: 652 components: - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 95 + pos: 1.5,-17.5 + parent: 2 + - uid: 653 components: - type: Transform - pos: 0.5,-4.5 - parent: 1 - - uid: 96 + pos: 4.5,-17.5 + parent: 2 + - uid: 654 components: - type: Transform - pos: 0.5,-5.5 - parent: 1 - - uid: 97 + pos: 6.5,-17.5 + parent: 2 + - uid: 655 components: - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 98 + pos: 7.5,-17.5 + parent: 2 + - uid: 656 components: - type: Transform - pos: -1.5,-5.5 - parent: 1 - - uid: 99 + pos: 5.5,-17.5 + parent: 2 + - uid: 657 components: - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 100 + pos: 4.5,-13.5 + parent: 2 + - uid: 658 components: - type: Transform - pos: -3.5,-5.5 - parent: 1 - - uid: 101 + pos: 5.5,-13.5 + parent: 2 + - uid: 659 components: - type: Transform - pos: -4.5,-5.5 - parent: 1 - - uid: 102 + pos: 5.5,-12.5 + parent: 2 + - uid: 660 components: - type: Transform - pos: 1.5,-5.5 - parent: 1 - - uid: 103 + pos: 5.5,-10.5 + parent: 2 + - uid: 661 components: - type: Transform - pos: -9.5,-0.5 - parent: 1 - - uid: 104 + pos: 5.5,-11.5 + parent: 2 + - uid: 662 components: - type: Transform - pos: -8.5,-0.5 - parent: 1 - - uid: 105 + pos: 6.5,-10.5 + parent: 2 + - uid: 663 components: - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 106 + pos: 8.5,-10.5 + parent: 2 + - uid: 664 components: - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 107 + pos: 9.5,-10.5 + parent: 2 + - uid: 665 components: - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 108 + pos: 7.5,-10.5 + parent: 2 + - uid: 666 components: - type: Transform - pos: -7.5,-3.5 - parent: 1 - - uid: 109 + pos: 8.5,-17.5 + parent: 2 + - uid: 667 components: - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 110 + pos: 9.5,-17.5 + parent: 2 + - uid: 668 components: - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 111 + pos: 9.5,-16.5 + parent: 2 + - uid: 669 components: - type: Transform - pos: -7.5,0.5 - parent: 1 - - uid: 112 + pos: 9.5,-15.5 + parent: 2 + - uid: 670 components: - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 113 + pos: 9.5,-14.5 + parent: 2 +- proto: CableHV + entities: + - uid: 518 components: - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 114 + pos: 0.5,-14.5 + parent: 2 + - uid: 519 components: - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 115 + pos: 2.5,-14.5 + parent: 2 + - uid: 520 components: - type: Transform - pos: -8.5,2.5 - parent: 1 - - uid: 116 + pos: 3.5,-14.5 + parent: 2 + - uid: 521 components: - type: Transform - pos: -9.5,2.5 - parent: 1 - - uid: 117 + pos: 4.5,-14.5 + parent: 2 + - uid: 522 components: - type: Transform - pos: -10.5,2.5 - parent: 1 - - uid: 118 + pos: 1.5,-14.5 + parent: 2 + - uid: 523 components: - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 119 + pos: 4.5,-15.5 + parent: 2 + - uid: 524 components: - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 120 + pos: 5.5,-15.5 + parent: 2 + - uid: 525 components: - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 121 + pos: 6.5,-15.5 + parent: 2 + - uid: 526 components: - type: Transform - pos: -6.5,6.5 - parent: 1 - - uid: 122 + pos: -0.5,-14.5 + parent: 2 + - uid: 527 components: - type: Transform - pos: -7.5,7.5 - parent: 1 - - uid: 123 + pos: -1.5,-14.5 + parent: 2 + - uid: 528 components: - type: Transform - pos: -7.5,8.5 - parent: 1 - - uid: 124 + pos: -1.5,-18.5 + parent: 2 + - uid: 529 components: - type: Transform - pos: -8.5,5.5 - parent: 1 - - uid: 125 + pos: -1.5,-16.5 + parent: 2 + - uid: 530 components: - type: Transform - pos: -9.5,5.5 - parent: 1 - - uid: 126 + pos: -1.5,-15.5 + parent: 2 + - uid: 531 components: - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 127 + pos: -1.5,-17.5 + parent: 2 + - uid: 532 components: - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 128 + pos: -2.5,-15.5 + parent: 2 + - uid: 533 components: - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 129 + pos: -3.5,-15.5 + parent: 2 + - uid: 534 components: - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 130 + pos: -4.5,-15.5 + parent: 2 + - uid: 535 components: - type: Transform - pos: 5.5,5.5 - parent: 1 - - uid: 131 + pos: -4.5,-14.5 + parent: 2 + - uid: 536 components: - type: Transform - pos: -7.5,9.5 - parent: 1 - - uid: 132 + pos: -4.5,-13.5 + parent: 2 + - uid: 537 components: - type: Transform - pos: -10.5,5.5 - parent: 1 - - uid: 133 + pos: -4.5,-12.5 + parent: 2 + - uid: 538 components: - type: Transform - pos: -10.5,-0.5 - parent: 1 - - uid: 134 + pos: -4.5,-10.5 + parent: 2 + - uid: 539 components: - type: Transform - pos: -7.5,-5.5 - parent: 1 - - uid: 135 + pos: -4.5,-9.5 + parent: 2 + - uid: 540 components: - type: Transform - pos: -8.5,-5.5 - parent: 1 - - uid: 136 + pos: -4.5,-11.5 + parent: 2 + - uid: 541 components: - type: Transform - pos: -9.5,-5.5 - parent: 1 - - uid: 137 + pos: -4.5,-8.5 + parent: 2 + - uid: 542 components: - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 138 + pos: -4.5,-7.5 + parent: 2 + - uid: 543 components: - type: Transform - pos: 3.5,-5.5 - parent: 1 - - uid: 139 + pos: -4.5,-6.5 + parent: 2 + - uid: 544 components: - type: Transform - pos: 4.5,-5.5 - parent: 1 - - uid: 140 + pos: -3.5,-6.5 + parent: 2 + - uid: 545 components: - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 141 + pos: -1.5,-6.5 + parent: 2 + - uid: 546 components: - type: Transform - pos: 4.5,-0.5 - parent: 1 - - uid: 142 + pos: -0.5,-6.5 + parent: 2 + - uid: 547 components: - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 143 + pos: 0.5,-6.5 + parent: 2 + - uid: 548 components: - type: Transform - pos: -2.5,-3.5 - parent: 1 - - uid: 144 + pos: 1.5,-6.5 + parent: 2 + - uid: 549 components: - type: Transform - pos: -8.5,9.5 - parent: 1 - - uid: 145 + pos: 3.5,-6.5 + parent: 2 + - uid: 550 components: - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 146 + pos: -2.5,-6.5 + parent: 2 + - uid: 551 components: - type: Transform - pos: -5.5,6.5 - parent: 1 - - uid: 147 + pos: 4.5,-6.5 + parent: 2 + - uid: 552 components: - type: Transform - pos: -2.5,12.5 - parent: 1 - - uid: 148 + pos: 2.5,-6.5 + parent: 2 + - uid: 553 components: - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 149 + pos: 4.5,-5.5 + parent: 2 + - uid: 554 components: - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 150 + pos: 4.5,-4.5 + parent: 2 + - uid: 555 components: - type: Transform - pos: -1.5,-6.5 - parent: 1 - - uid: 151 + pos: 4.5,-3.5 + parent: 2 +- proto: CableMV + entities: + - uid: 556 components: - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 152 + pos: -1.5,-18.5 + parent: 2 + - uid: 557 components: - type: Transform - pos: -3.5,-6.5 - parent: 1 - - uid: 153 + pos: -1.5,-16.5 + parent: 2 + - uid: 558 components: - type: Transform - pos: -7.5,10.5 - parent: 1 - - uid: 154 + pos: -1.5,-15.5 + parent: 2 + - uid: 559 components: - type: Transform - pos: -9.5,9.5 - parent: 1 - - uid: 155 + pos: -1.5,-17.5 + parent: 2 + - uid: 560 components: - type: Transform - pos: -6.5,9.5 - parent: 1 - - uid: 156 + pos: -2.5,-15.5 + parent: 2 + - uid: 561 components: - type: Transform - pos: 3.5,14.5 - parent: 1 - - uid: 157 + pos: -3.5,-15.5 + parent: 2 + - uid: 562 components: - type: Transform - pos: 6.5,2.5 - parent: 1 - - uid: 158 + pos: -4.5,-15.5 + parent: 2 + - uid: 563 components: - type: Transform - pos: 7.5,2.5 - parent: 1 - - uid: 159 + pos: -4.5,-13.5 + parent: 2 + - uid: 564 components: - type: Transform - pos: 5.5,6.5 - parent: 1 - - uid: 160 + pos: -4.5,-14.5 + parent: 2 + - uid: 565 components: - type: Transform - pos: 6.5,6.5 - parent: 1 - - uid: 161 + pos: -5.5,-13.5 + parent: 2 + - uid: 566 components: - type: Transform - pos: 7.5,6.5 - parent: 1 - - uid: 162 + pos: -6.5,-13.5 + parent: 2 + - uid: 567 components: - type: Transform - pos: 5.5,7.5 - parent: 1 - - uid: 163 + pos: -6.5,-12.5 + parent: 2 + - uid: 568 components: - type: Transform - pos: 5.5,5.5 - parent: 1 - - uid: 164 + pos: -0.5,-15.5 + parent: 2 + - uid: 569 components: - type: Transform - pos: 8.5,6.5 - parent: 1 - - uid: 848 + pos: 1.5,-15.5 + parent: 2 + - uid: 570 components: - type: Transform - pos: -2.5,-7.5 - parent: 1 - - uid: 849 + pos: 2.5,-15.5 + parent: 2 + - uid: 571 components: - type: Transform - pos: -2.5,-8.5 - parent: 1 -- proto: CableHV - entities: - - uid: 166 + pos: 3.5,-15.5 + parent: 2 + - uid: 572 components: - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 167 + pos: 0.5,-15.5 + parent: 2 + - uid: 573 components: - type: Transform - pos: -2.5,-1.5 - parent: 1 - - uid: 168 + pos: 3.5,-14.5 + parent: 2 + - uid: 574 components: - type: Transform - pos: -1.5,-1.5 - parent: 1 - - uid: 169 + pos: 3.5,-13.5 + parent: 2 + - uid: 575 components: - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 170 + pos: 4.5,-3.5 + parent: 2 + - uid: 576 components: - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 171 + pos: 4.5,-5.5 + parent: 2 + - uid: 577 components: - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 172 + pos: 4.5,-6.5 + parent: 2 + - uid: 578 components: - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 173 + pos: 4.5,-4.5 + parent: 2 + - uid: 579 components: - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 174 + pos: 5.5,-6.5 + parent: 2 + - uid: 580 components: - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 175 + pos: 7.5,-6.5 + parent: 2 + - uid: 581 components: - type: Transform - pos: -3.5,-1.5 - parent: 1 - - uid: 176 + pos: 6.5,-6.5 + parent: 2 + - uid: 582 components: - type: Transform - pos: -4.5,-1.5 - parent: 1 - - uid: 177 + pos: 7.5,-5.5 + parent: 2 + - uid: 583 components: - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 178 + pos: 7.5,-4.5 + parent: 2 + - uid: 584 components: - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 179 + pos: 3.5,-6.5 + parent: 2 + - uid: 585 components: - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 180 + pos: 2.5,-6.5 + parent: 2 + - uid: 586 components: - type: Transform - pos: -4.5,-5.5 - parent: 1 - - uid: 181 + pos: 2.5,-7.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 365 components: - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 182 + rot: -1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 2 +- proto: CannonBall + entities: + - uid: 406 components: - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 183 + rot: 1.5707963267948966 rad + pos: 10.712067,-5.813965 + parent: 2 + - uid: 407 components: - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 184 + rot: 1.5707963267948966 rad + pos: 10.430817,-5.813965 + parent: 2 + - uid: 408 components: - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 185 + rot: 1.5707963267948966 rad + pos: 10.149567,-5.813965 + parent: 2 + - uid: 409 components: - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 186 + rot: 1.5707963267948966 rad + pos: 10.118317,-5.470215 + parent: 2 + - uid: 410 components: - type: Transform - pos: -7.5,0.5 - parent: 1 - - uid: 187 + rot: 1.5707963267948966 rad + pos: 10.180817,-5.23584 + parent: 2 + - uid: 411 components: - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 188 + rot: 1.5707963267948966 rad + pos: 10.415192,-5.251465 + parent: 2 + - uid: 412 components: - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 189 + rot: 1.5707963267948966 rad + pos: 10.743317,-5.220215 + parent: 2 + - uid: 413 components: - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 190 + rot: 1.5707963267948966 rad + pos: 10.696442,-5.532715 + parent: 2 + - uid: 414 components: - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 191 + rot: 1.5707963267948966 rad + pos: 10.368317,-5.532715 + parent: 2 + - uid: 415 components: - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 192 + rot: 1.5707963267948966 rad + pos: 10.180817,-7.782715 + parent: 2 + - uid: 416 components: - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 193 + rot: 1.5707963267948966 rad + pos: 10.165192,-7.48584 + parent: 2 + - uid: 417 components: - type: Transform - pos: -3.5,6.5 - parent: 1 - - uid: 194 + rot: 1.5707963267948966 rad + pos: 10.165192,-7.220215 + parent: 2 + - uid: 418 components: - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 195 + rot: 1.5707963267948966 rad + pos: 10.462067,-7.23584 + parent: 2 + - uid: 419 components: - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 196 + rot: 1.5707963267948966 rad + pos: 10.743317,-7.23584 + parent: 2 + - uid: 420 components: - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 197 + rot: 1.5707963267948966 rad + pos: 10.758942,-7.48584 + parent: 2 + - uid: 421 components: - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 198 + rot: 1.5707963267948966 rad + pos: 10.493317,-7.48584 + parent: 2 + - uid: 422 components: - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 199 + rot: 1.5707963267948966 rad + pos: 10.462067,-7.76709 + parent: 2 + - uid: 423 components: - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 200 + rot: 1.5707963267948966 rad + pos: 10.665192,-7.782715 + parent: 2 + - uid: 424 components: - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 201 + rot: 1.5707963267948966 rad + pos: 10.743317,-9.73584 + parent: 2 + - uid: 425 components: - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 202 + rot: 1.5707963267948966 rad + pos: 10.508942,-9.73584 + parent: 2 + - uid: 426 components: - type: Transform - pos: -5.5,6.5 - parent: 1 - - uid: 203 + rot: 1.5707963267948966 rad + pos: 10.165192,-9.70459 + parent: 2 + - uid: 427 components: - type: Transform - pos: -6.5,6.5 - parent: 1 -- proto: CableMV - entities: - - uid: 204 + rot: 1.5707963267948966 rad + pos: 10.196442,-9.42334 + parent: 2 + - uid: 428 components: - type: Transform - pos: -4.5,-5.5 - parent: 1 - - uid: 205 + rot: 1.5707963267948966 rad + pos: 10.477692,-9.42334 + parent: 2 + - uid: 429 components: - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 206 + rot: 1.5707963267948966 rad + pos: 10.743317,-9.42334 + parent: 2 + - uid: 430 components: - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 207 + rot: 1.5707963267948966 rad + pos: 10.712067,-9.17334 + parent: 2 + - uid: 431 components: - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 208 + rot: 1.5707963267948966 rad + pos: 10.493317,-9.23584 + parent: 2 + - uid: 432 components: - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 209 + rot: 1.5707963267948966 rad + pos: 10.212067,-9.20459 + parent: 2 + - uid: 433 components: - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 210 + rot: 1.5707963267948966 rad + pos: 10.258942,-11.73584 + parent: 2 + - uid: 434 components: - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 211 + rot: 1.5707963267948966 rad + pos: 10.524567,-11.73584 + parent: 2 + - uid: 435 components: - type: Transform - pos: -8.5,-2.5 - parent: 1 - - uid: 212 + rot: 1.5707963267948966 rad + pos: 10.758942,-11.73584 + parent: 2 + - uid: 436 components: - type: Transform - pos: -9.5,-2.5 - parent: 1 - - uid: 213 + rot: 1.5707963267948966 rad + pos: 10.727692,-11.470215 + parent: 2 + - uid: 437 components: - type: Transform - pos: -9.5,-1.5 - parent: 1 - - uid: 214 + rot: 1.5707963267948966 rad + pos: 10.524567,-11.470215 + parent: 2 + - uid: 438 components: - type: Transform - pos: -9.5,-0.5 - parent: 1 - - uid: 215 + rot: 1.5707963267948966 rad + pos: 10.212067,-11.470215 + parent: 2 + - uid: 439 components: - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 216 + rot: 1.5707963267948966 rad + pos: 10.243317,-11.23584 + parent: 2 + - uid: 440 components: - type: Transform - pos: -8.5,6.5 - parent: 1 - - uid: 217 + rot: 1.5707963267948966 rad + pos: 10.508942,-11.220215 + parent: 2 + - uid: 441 components: - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 218 + rot: 1.5707963267948966 rad + pos: 10.727692,-11.220215 + parent: 2 +- proto: CannonBallGrapeshot + entities: + - uid: 279 components: - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 219 + pos: -1.3219552,-12.462123 + parent: 2 + - uid: 300 components: - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 220 + pos: -1.2594552,-12.274623 + parent: 2 +- proto: CargoPalletSell + entities: + - uid: 769 components: - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 221 + pos: -0.5,-11.5 + parent: 2 + - uid: 770 components: - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 222 + pos: -0.5,-10.5 + parent: 2 + - uid: 771 components: - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 223 + pos: -0.5,-9.5 + parent: 2 + - uid: 772 components: - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 224 + pos: 0.5,-11.5 + parent: 2 + - uid: 773 components: - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 225 + pos: 0.5,-9.5 + parent: 2 + - uid: 774 components: - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 226 + pos: 1.5,-11.5 + parent: 2 + - uid: 775 components: - type: Transform - pos: 4.5,7.5 - parent: 1 - - uid: 227 + pos: 1.5,-10.5 + parent: 2 + - uid: 776 components: - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 228 + pos: 1.5,-9.5 + parent: 2 + - uid: 777 components: - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 229 + pos: 0.5,-10.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 763 components: - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 230 + pos: -4.5,-4.5 + parent: 2 + - uid: 764 components: - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 231 + pos: -4.5,-3.5 + parent: 2 + - uid: 765 components: - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 232 + pos: -5.5,-4.5 + parent: 2 + - uid: 766 components: - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 233 + pos: -5.5,-3.5 + parent: 2 + - uid: 767 components: - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 234 + pos: -6.5,-4.5 + parent: 2 + - uid: 768 components: - type: Transform - pos: 0.5,-0.5 - parent: 1 -- proto: CableTerminal + pos: -6.5,-3.5 + parent: 2 +- proto: Catwalk entities: - - uid: 235 + - uid: 452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: CannonBall - entities: - - uid: 7 + pos: 6.5,-2.5 + parent: 2 + - uid: 453 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.2001762,1.3120778 - parent: 1 - - uid: 165 + pos: 6.5,-1.5 + parent: 2 + - uid: 454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.4675255,5.777094 - parent: 1 - - uid: 271 + pos: 6.5,-0.5 + parent: 2 + - uid: 455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.4814262,3.2339528 - parent: 1 - - uid: 314 + pos: 6.5,0.5 + parent: 2 + - uid: 456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.2314262,3.5308278 - parent: 1 - - uid: 466 + pos: 6.5,1.5 + parent: 2 + - uid: 458 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.1845512,3.2495778 - parent: 1 - - uid: 467 + pos: 5.5,-7.5 + parent: 2 + - uid: 459 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.7783012,1.5308278 - parent: 1 - - uid: 468 + pos: 5.5,-6.5 + parent: 2 + - uid: 460 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.7314262,1.7652028 - parent: 1 - - uid: 474 + pos: 4.5,-6.5 + parent: 2 + - uid: 461 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.7939262,1.2808278 - parent: 1 - - uid: 537 + rot: -1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 2 + - uid: 462 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.1706505,5.761469 - parent: 1 - - uid: 545 + pos: 8.5,-6.5 + parent: 2 + - uid: 464 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.1533012,3.7964528 - parent: 1 - - uid: 571 + pos: 5.5,-11.5 + parent: 2 + - uid: 465 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.4814262,1.5308278 - parent: 1 - - uid: 572 + pos: 5.5,-10.5 + parent: 2 + - uid: 466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.4814262,1.7339528 - parent: 1 - - uid: 573 + pos: 5.5,-9.5 + parent: 2 + - uid: 467 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.2001762,1.7495778 - parent: 1 - - uid: 574 + pos: 6.5,-10.5 + parent: 2 + - uid: 468 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.4814262,1.3120778 - parent: 1 - - uid: 741 + pos: 8.5,-10.5 + parent: 2 + - uid: 469 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.2001762,1.5464528 - parent: 1 - - uid: 781 + pos: 7.5,-10.5 + parent: 2 + - uid: 470 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.4658012,3.5152028 - parent: 1 - - uid: 782 + pos: -1.5,-15.5 + parent: 2 + - uid: 471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.4658012,3.7652028 - parent: 1 - - uid: 783 + pos: 0.5,-15.5 + parent: 2 + - uid: 472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.7626762,3.2808278 - parent: 1 - - uid: 784 + pos: 1.5,-15.5 + parent: 2 + - uid: 473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.7626762,3.5620778 - parent: 1 - - uid: 785 + pos: 2.5,-15.5 + parent: 2 + - uid: 474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.7626762,3.8120778 - parent: 1 - - uid: 786 + pos: -0.5,-15.5 + parent: 2 + - uid: 475 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.7019005,5.761469 - parent: 1 - - uid: 787 + pos: 3.5,-15.5 + parent: 2 + - uid: 476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.7175255,5.558344 - parent: 1 - - uid: 788 + pos: 4.5,-15.5 + parent: 2 + - uid: 477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.4987755,5.527094 - parent: 1 - - uid: 789 + pos: 5.5,-15.5 + parent: 2 + - uid: 478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.2175255,5.558344 - parent: 1 - - uid: 790 + pos: 5.5,-14.5 + parent: 2 + - uid: 479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.2019005,5.308344 - parent: 1 - - uid: 791 + pos: 5.5,-13.5 + parent: 2 + - uid: 480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.4519005,5.245844 - parent: 1 - - uid: 792 + pos: -7.5,-10.5 + parent: 2 + - uid: 481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.7800255,5.277094 - parent: 1 - - uid: 793 + pos: -4.5,-11.5 + parent: 2 + - uid: 482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.7487755,7.2458444 - parent: 1 - - uid: 794 + pos: -4.5,-10.5 + parent: 2 + - uid: 483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5144005,7.2614694 - parent: 1 - - uid: 795 + pos: -4.5,-9.5 + parent: 2 + - uid: 484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.1394005,7.2302194 - parent: 1 - - uid: 796 + pos: -3.5,-6.5 + parent: 2 + - uid: 485 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.2019005,7.4958444 - parent: 1 - - uid: 797 + pos: -5.5,-6.5 + parent: 2 + - uid: 486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5144005,7.4958444 - parent: 1 - - uid: 798 + pos: -6.5,-6.5 + parent: 2 + - uid: 487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.7644005,7.5270944 - parent: 1 - - uid: 799 + pos: -4.5,-6.5 + parent: 2 + - uid: 692 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.8425255,7.7770944 - parent: 1 - - uid: 800 + rot: -1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 2 +- proto: Chair + entities: + - uid: 250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.6081505,7.8552194 - parent: 1 - - uid: 801 + pos: 1.5,-5.5 + parent: 2 + - uid: 251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.2175255,7.7927194 - parent: 1 -- proto: CannonBallGrapeshot + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 2 +- proto: ChairPilotSeat entities: - - uid: 822 + - uid: 247 components: - type: Transform - pos: -4.3437567,0.5638933 - parent: 1 -- proto: CargoPalletSell - entities: - - uid: 306 + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 2 + - uid: 248 components: - type: Transform - pos: -4.5,7.5 - parent: 1 - - uid: 604 + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 2 + - uid: 249 components: - type: Transform - pos: -3.5,7.5 - parent: 1 -- proto: CarpetBlack + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom entities: - - uid: 236 + - uid: 319 components: - type: Transform - pos: -7.5,10.5 - parent: 1 - - uid: 237 + pos: -7.5,-9.5 + parent: 2 +- proto: ClothingHeadHatPirate + entities: + - uid: 313 components: - type: Transform - pos: -7.5,8.5 - parent: 1 - - uid: 238 + pos: -3.6900024,-4.1815085 + parent: 2 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 259 components: - type: Transform - pos: -8.5,9.5 - parent: 1 - - uid: 239 + pos: 2.280623,-5.1993055 + parent: 2 +- proto: ClothingHeadHatWelding + entities: + - uid: 322 components: - type: Transform - pos: -7.5,9.5 - parent: 1 - - uid: 240 + pos: -3.5025024,-10.38229 + parent: 2 +- proto: ClothingHeadHelmetPodWars + entities: + - uid: 298 components: - type: Transform - pos: -8.5,8.5 - parent: 1 - - uid: 241 + pos: -1.59375,-12.240076 + parent: 2 + - uid: 301 components: - type: Transform - pos: -8.5,10.5 - parent: 1 - - uid: 242 + pos: -1.71875,-12.552576 + parent: 2 +- proto: ClothingMaskBreath + entities: + - uid: 390 components: - type: Transform - pos: -9.5,9.5 - parent: 1 - - uid: 243 + pos: 4.487751,-10.345215 + parent: 2 + - uid: 391 components: - type: Transform - pos: -9.5,8.5 - parent: 1 - - uid: 244 + pos: 4.315876,-10.595215 + parent: 2 + - uid: 392 components: - type: Transform - pos: -9.5,10.5 - parent: 1 -- proto: Catwalk + pos: 4.690876,-10.657715 + parent: 2 +- proto: ClothingNeckCloakPirateCap entities: - - uid: 245 + - uid: 312 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,10.5 - parent: 1 - - uid: 246 + pos: -3.7056274,-4.5877585 + parent: 2 +- proto: ClothingOuterArmorBasic + entities: + - uid: 276 components: - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 247 + pos: 2.5061698,-12.305873 + parent: 2 + - uid: 277 components: - type: Transform - pos: 2.5,-0.5 - parent: 1 - - uid: 248 + pos: 2.3655448,-12.430873 + parent: 2 + - uid: 278 components: - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 249 + pos: 2.4124198,-12.571498 + parent: 2 +- proto: ClothingOuterCoatPirate + entities: + - uid: 314 components: - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 250 + pos: -3.3462524,-4.3690085 + parent: 2 +- proto: ClothingOuterCoatSyndieCapArmored + entities: + - uid: 244 components: - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 251 + pos: 2.545822,-2.3399305 + parent: 2 +- proto: ClothingShoesBootsMag + entities: + - uid: 513 components: - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 252 + pos: 2.6099417,-9.621797 + parent: 2 +- proto: ClothingUniformJumpsuitPirate + entities: + - uid: 255 components: - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 253 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 254 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 255 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 256 - components: - - type: Transform - pos: 3.5,11.5 - parent: 1 - - uid: 257 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1 + pos: 2.468123,-5.5274305 + parent: 2 - uid: 258 components: - type: Transform - pos: 3.5,13.5 - parent: 1 - - uid: 259 - components: - - type: Transform - pos: -10.5,2.5 - parent: 1 - - uid: 260 + pos: 2.671248,-5.6524305 + parent: 2 +- proto: CombatKnife + entities: + - uid: 514 components: - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 261 + rot: -1.5707963267948966 rad + pos: 2.6724417,-9.246797 + parent: 2 +- proto: ComputerIFFSyndicate + entities: + - uid: 231 components: - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 262 + pos: 1.5,-0.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 - parent: 1 - - uid: 263 + pos: -0.5,-0.5 + parent: 2 +- proto: ComputerShuttleSyndie + entities: + - uid: 230 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,14.5 - parent: 1 - - uid: 264 + pos: 0.5,0.5 + parent: 2 +- proto: CratePirateChest + entities: + - uid: 235 components: - type: Transform - pos: -6.5,6.5 - parent: 1 - - uid: 265 + pos: 0.5,-12.5 + parent: 2 +- proto: CratePirateChestCaptain + entities: + - uid: 236 components: - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 266 + pos: -6.5,-4.5 + parent: 2 +- proto: CratePrivateSecure + entities: + - uid: 273 components: - type: Transform - pos: -8.5,6.5 - parent: 1 - - uid: 267 + pos: 2.5,-8.5 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 351 components: - type: Transform - pos: -9.5,6.5 - parent: 1 + pos: -5.629134,-17.25019 + parent: 2 +- proto: Cutlass + entities: - uid: 268 components: - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 269 + pos: 2.5061698,-11.524623 + parent: 2 + - uid: 302 components: - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 270 + rot: -1.5707963267948966 rad + pos: 2.5217948,-11.524623 + parent: 2 +- proto: DrinkBottleWhiskey + entities: + - uid: 354 components: - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 812 + pos: -4.691634,-16.12519 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 355 components: - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 813 + pos: -4.722884,-16.75019 + parent: 2 + - uid: 356 components: - type: Transform - pos: 2.5,6.5 - parent: 1 - - uid: 814 + pos: -4.629134,-15.250192 + parent: 2 + - uid: 357 components: - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 815 + pos: -4.269759,-15.562691 + parent: 2 +- proto: DrinkMilkCarton + entities: + - uid: 344 components: - type: Transform - pos: 3.5,6.5 - parent: 1 - - uid: 816 + pos: -4.832259,-14.312692 + parent: 2 + - uid: 345 components: - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 818 + pos: -4.597884,-14.672067 + parent: 2 + - uid: 346 components: - type: Transform - pos: 5.5,6.5 - parent: 1 - - uid: 819 + pos: -4.332259,-14.343942 + parent: 2 + - uid: 350 components: - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 820 + pos: -4.551009,-17.21894 + parent: 2 +- proto: DrinkOatMilkCarton + entities: + - uid: 347 components: - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 821 + pos: -6.254134,-15.672066 + parent: 2 + - uid: 348 components: - type: Transform - pos: 3.5,2.5 - parent: 1 -- proto: Chair - entities: - - uid: 272 + pos: -6.535384,-15.312692 + parent: 2 + - uid: 349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,9.5 - parent: 1 -- proto: ChairPilotSeat + pos: -6.722884,-15.578316 + parent: 2 +- proto: DrinkSoyMilkCarton entities: - - uid: 274 + - uid: 339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,12.5 - parent: 1 - - uid: 275 + pos: -6.347884,-14.281442 + parent: 2 + - uid: 340 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,11.5 - parent: 1 - - uid: 276 + pos: -6.644759,-14.297067 + parent: 2 + - uid: 341 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,11.5 - parent: 1 -- proto: ClosetEmergencyFilledRandom + pos: -6.457259,-14.500192 + parent: 2 +- proto: FaxMachineBase entities: - - uid: 277 + - uid: 310 components: - type: Transform - pos: -10.5,3.5 - parent: 1 -- proto: ClothingHeadHatPirate + pos: -6.5,-2.5 + parent: 2 + - type: FaxMachine + destinationAddress: Весёлый Роджер - ROM-1650 +- proto: FireExtinguisher entities: - - uid: 281 + - uid: 256 components: - type: Transform - pos: -6.554,8.790821 - parent: 1 -- proto: ClothingHeadHatWelding - entities: - - uid: 283 + pos: -1.6573031,-5.3711805 + parent: 2 + - uid: 257 components: - type: Transform - pos: -6.50084,2.62934 - parent: 1 - - type: Physics - canCollide: False -- proto: ClothingHeadHelmetPodWars + pos: -1.3448031,-5.2930555 + parent: 2 +- proto: Fireplace entities: - - uid: 284 - components: - - type: Transform - pos: -4.5001793,0.72629523 - parent: 1 - - uid: 285 + - uid: 303 components: - type: Transform - pos: -4.7293463,0.43462825 - parent: 1 -- proto: ClothingMaskBreath + pos: -4.5,-2.5 + parent: 2 +- proto: GasAnalyzer entities: - - uid: 286 - components: - - type: Transform - pos: 1.4823287,2.5088873 - parent: 1 - - uid: 287 - components: - - type: Transform - pos: 1.6489947,2.6338873 - parent: 1 - - uid: 288 + - uid: 1 components: - type: Transform - pos: 1.2739947,2.6963873 - parent: 1 -- proto: ClothingNeckCloakPirateCap + pos: 2.7799401,-16.280355 + parent: 2 +- proto: GasMixerFlipped entities: - - uid: 289 + - uid: 677 components: - type: Transform - pos: -6.52275,8.478321 - parent: 1 -- proto: ClothingOuterArmorBasic + rot: 1.5707963267948966 rad + pos: 5.5,-16.5 + parent: 2 + - type: GasMixer + inletTwoConcentration: 0.20999998 + inletOneConcentration: 0.79 +- proto: GasPassiveVent entities: - - uid: 290 - components: - - type: Transform - pos: -0.4558921,0.70815384 - parent: 1 - - uid: 291 + - uid: 685 components: - type: Transform - pos: -0.5808921,0.52065384 - parent: 1 - - uid: 292 + rot: -1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 2 + - uid: 686 components: - type: Transform - pos: -0.5965171,0.39565372 - parent: 1 -- proto: ClothingOuterArmorPodWars - entities: - - uid: 293 + rot: -1.5707963267948966 rad + pos: 7.5,-13.5 + parent: 2 + - uid: 736 components: - type: Transform - pos: -4.6251793,0.7317376 - parent: 1 - - uid: 294 + rot: 1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 2 + - uid: 737 components: - type: Transform - pos: -4.6876793,0.56995964 - parent: 1 -- proto: ClothingOuterCoatPirate - entities: - - uid: 295 + rot: 3.141592653589793 rad + pos: 5.5,-20.5 + parent: 2 + - uid: 738 components: - type: Transform - pos: -6.27275,8.540821 - parent: 1 -- proto: ClothingShoesBootsMag + rot: 3.141592653589793 rad + pos: -3.5,-20.5 + parent: 2 +- proto: GasPipeBend entities: - - uid: 297 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 298 + - uid: 679 components: - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 299 + rot: 1.5707963267948966 rad + pos: 4.5,-15.5 + parent: 2 + - uid: 680 components: - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 300 + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - uid: 681 components: - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 301 + rot: 1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 2 + - uid: 682 components: - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 302 + rot: 3.141592653589793 rad + pos: 5.5,-13.5 + parent: 2 + - uid: 693 components: - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 303 + rot: -1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 2 + - uid: 714 components: - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 304 + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 2 + - uid: 728 components: - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 -- proto: CombatKnife - entities: - - uid: 831 + pos: -0.5,-15.5 + parent: 2 + - uid: 739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.29733467,3.7473145 - parent: 1 -- proto: ComputerIFFSyndicate - entities: - - uid: 307 + pos: 5.5,-19.5 + parent: 2 + - uid: 740 components: - type: Transform - pos: -1.5,12.5 - parent: 1 -- proto: ComputerRadar - entities: - - uid: 308 + rot: 3.141592653589793 rad + pos: 4.5,-19.5 + parent: 2 + - uid: 744 components: - type: Transform - pos: -3.5,12.5 - parent: 1 -- proto: ComputerShuttle - entities: - - uid: 309 + pos: -3.5,-17.5 + parent: 2 + - uid: 753 components: - type: Transform - pos: -2.5,13.5 - parent: 1 -- proto: CratePirateChest + pos: 6.5,-10.5 + parent: 2 +- proto: GasPipeFourway entities: - - uid: 310 + - uid: 694 components: - type: Transform - pos: -2.5,0.5 - parent: 1 -- proto: CratePirateChestCaptain - entities: - - uid: 311 + pos: 5.5,-6.5 + parent: 2 + - uid: 700 components: - type: Transform - pos: -9.5,8.5 - parent: 1 -- proto: CratePrivateSecure - entities: - - uid: 312 + pos: 0.5,-6.5 + parent: 2 + - uid: 715 components: - type: Transform - pos: -0.5,4.5 - parent: 1 -- proto: CrowbarRed + pos: -4.5,-6.5 + parent: 2 +- proto: GasPipeStraight entities: - - uid: 313 + - uid: 683 components: - type: Transform - pos: -8.437552,-4.4587874 - parent: 1 - - type: Physics - canCollide: False -- proto: Cutlass - entities: - - uid: 551 + rot: 1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 2 + - uid: 684 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5033512,1.5052595 - parent: 1 - - uid: 566 + pos: 6.5,-13.5 + parent: 2 + - uid: 687 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.4877262,1.5208845 - parent: 1 -- proto: DrinkGlass - entities: - - uid: 316 + pos: 5.5,-12.5 + parent: 2 + - uid: 688 components: - type: Transform - pos: -7.3675203,-2.6619558 - parent: 1 - - type: Physics - canCollide: False - - uid: 317 + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 2 + - uid: 689 components: - type: Transform - pos: -7.4925203,-2.2557058 - parent: 1 - - type: Physics - canCollide: False - - uid: 318 + rot: 3.141592653589793 rad + pos: 5.5,-9.5 + parent: 2 + - uid: 690 components: - type: Transform - pos: -7.2581453,-1.2869558 - parent: 1 - - type: Physics - canCollide: False -- proto: DrinkGrogGlass - entities: - - uid: 319 + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 2 + - uid: 691 components: - type: Transform - pos: -7.611698,-3.9578404 - parent: 1 - - uid: 320 + rot: 3.141592653589793 rad + pos: 5.5,-7.5 + parent: 2 + - uid: 695 components: - type: Transform - pos: -7.580448,-1.5984654 - parent: 1 -- proto: DrinkMilkCarton - entities: - - uid: 809 + rot: 3.141592653589793 rad + pos: 6.5,-5.5 + parent: 2 + - uid: 696 components: - type: Transform - pos: -7.75758,-1.32165 - parent: 1 - - uid: 810 + rot: 3.141592653589793 rad + pos: 6.5,-4.5 + parent: 2 + - uid: 697 components: - type: Transform - pos: -7.304455,-1.587275 - parent: 1 - - uid: 811 + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - uid: 698 components: - type: Transform - pos: -7.710705,-4.3529 - parent: 1 -- proto: DrinkOatMilkCarton - entities: - - uid: 315 - components: - - type: Transform - pos: -9.63258,-2.6029 - parent: 1 - - uid: 321 - components: - - type: Transform - pos: -9.38258,-2.587275 - parent: 1 - - uid: 323 - components: - - type: Transform - pos: -9.75758,-2.38415 - parent: 1 - - uid: 453 - components: - - type: Transform - pos: -9.41383,-2.274775 - parent: 1 - - uid: 550 + rot: 1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 2 + - uid: 701 components: - type: Transform - pos: -9.679455,-2.00915 - parent: 1 - - uid: 804 + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 2 + - uid: 702 components: - type: Transform - pos: -9.398205,-1.931025 - parent: 1 -- proto: DrinkSoyMilkCarton - entities: - - uid: 805 + pos: 0.5,-7.5 + parent: 2 + - uid: 703 components: - type: Transform - pos: -9.710705,-1.6654 - parent: 1 - - uid: 806 + pos: 0.5,-9.5 + parent: 2 + - uid: 704 components: - type: Transform - pos: -9.38258,-1.618525 - parent: 1 - - uid: 807 + pos: 0.5,-10.5 + parent: 2 + - uid: 705 components: - type: Transform - pos: -9.710705,-1.4779 - parent: 1 - - uid: 808 + pos: 0.5,-11.5 + parent: 2 + - uid: 706 components: - type: Transform - pos: -9.35133,-1.368525 - parent: 1 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 322 + pos: 0.5,-8.5 + parent: 2 + - uid: 707 components: - type: Transform - pos: -7.6487703,-3.1932058 - parent: 1 - - type: Physics - canCollide: False -- proto: FaxMachineSyndie - entities: - - uid: 324 + pos: 0.5,-4.5 + parent: 2 + - uid: 708 components: - type: Transform - pos: -9.5,10.5 - parent: 1 - - type: FaxMachine - name: pirate fax -- proto: Fireplace - entities: - - uid: 327 + pos: 0.5,-5.5 + parent: 2 + - uid: 709 components: - type: Transform - pos: -7.5,10.5 - parent: 1 -- proto: GasMixerFlipped - entities: - - uid: 328 + rot: -1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 2 + - uid: 710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 1 - - type: GasMixer - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 -- proto: GasPassiveVent - entities: - - uid: 329 + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 2 + - uid: 711 components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 1 - - uid: 330 + pos: -3.5,-6.5 + parent: 2 + - uid: 712 components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 1 - - uid: 331 + pos: -1.5,-6.5 + parent: 2 + - uid: 713 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 1 - - uid: 332 + pos: -4.5,-5.5 + parent: 2 + - uid: 717 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-7.5 - parent: 1 - - uid: 333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,10.5 - parent: 1 -- proto: GasPipeBend - entities: - - uid: 334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 1 - - uid: 335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 1 - - uid: 336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 1 - - uid: 337 + pos: -4.5,-9.5 + parent: 2 + - uid: 718 components: - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 338 + rot: 3.141592653589793 rad + pos: -4.5,-8.5 + parent: 2 + - uid: 719 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-2.5 - parent: 1 - - uid: 339 + pos: -4.5,-7.5 + parent: 2 + - uid: 721 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 - parent: 1 - - uid: 340 + pos: -4.5,-14.5 + parent: 2 + - uid: 722 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,8.5 - parent: 1 -- proto: GasPipeFourway - entities: - - uid: 341 + pos: -4.5,-13.5 + parent: 2 + - uid: 723 components: - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 342 + pos: -4.5,-12.5 + parent: 2 + - uid: 724 components: - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 343 + pos: -4.5,-11.5 + parent: 2 + - uid: 725 components: - type: Transform - pos: 2.5,6.5 - parent: 1 -- proto: GasPipeStraight - entities: - - uid: 344 + rot: -1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 2 + - uid: 726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 1 - - uid: 345 + rot: -1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 2 + - uid: 727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 1 - - uid: 346 + rot: -1.5707963267948966 rad + pos: -1.5,-15.5 + parent: 2 + - uid: 730 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 1 - - uid: 347 + pos: -2.5,-2.5 + parent: 2 + - uid: 731 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-2.5 - parent: 1 - - uid: 348 + pos: -1.5,-2.5 + parent: 2 + - uid: 732 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-2.5 - parent: 1 - - uid: 349 + parent: 2 + - uid: 733 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,-2.5 - parent: 1 - - uid: 350 + parent: 2 + - uid: 734 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,-2.5 - parent: 1 - - uid: 351 + parent: 2 + - uid: 735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-0.5 - parent: 1 - - uid: 352 + rot: -1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 2 + - uid: 741 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,0.5 - parent: 1 - - uid: 353 + pos: 4.5,-18.5 + parent: 2 + - uid: 742 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,1.5 - parent: 1 - - uid: 354 + pos: -3.5,-19.5 + parent: 2 + - uid: 743 components: - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 355 + rot: 3.141592653589793 rad + pos: -3.5,-18.5 + parent: 2 +- proto: GasPipeTJunction + entities: + - uid: 678 components: - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 356 + rot: 3.141592653589793 rad + pos: 4.5,-16.5 + parent: 2 + - uid: 699 components: - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 357 + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 2 + - uid: 716 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,6.5 - parent: 1 - - uid: 358 + pos: -4.5,-10.5 + parent: 2 + - uid: 720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,6.5 - parent: 1 - - uid: 359 + rot: 1.5707963267948966 rad + pos: -4.5,-15.5 + parent: 2 + - uid: 729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,6.5 - parent: 1 - - uid: 360 + pos: -3.5,-2.5 + parent: 2 + - uid: 752 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,6.5 - parent: 1 - - uid: 361 + pos: 5.5,-10.5 + parent: 2 +- proto: GasPort + entities: + - uid: 671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,6.5 - parent: 1 - - uid: 362 + rot: 3.141592653589793 rad + pos: 5.5,-18.5 + parent: 2 + - uid: 672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,6.5 - parent: 1 - - uid: 363 + rot: -1.5707963267948966 rad + pos: 7.5,-16.5 + parent: 2 +- proto: GasPressurePump + entities: + - uid: 674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,6.5 - parent: 1 - - uid: 364 + rot: -1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 2 + - uid: 675 components: - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 365 + rot: 3.141592653589793 rad + pos: 5.5,-17.5 + parent: 2 + - uid: 676 components: - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 366 + rot: -1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 2 +- proto: GasVentPump + entities: + - uid: 463 components: - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 367 + pos: 2.5,-5.5 + parent: 2 + - uid: 749 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,1.5 - parent: 1 - - uid: 368 + rot: 1.5707963267948966 rad + pos: -5.5,-10.5 + parent: 2 + - uid: 750 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 1 - - uid: 369 + pos: -4.5,-16.5 + parent: 2 + - uid: 751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 1 - - uid: 370 + rot: 3.141592653589793 rad + pos: -0.5,-16.5 + parent: 2 + - uid: 754 components: - type: Transform - pos: -2.5,5.5 - parent: 1 - - uid: 371 + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 2 + - uid: 755 components: - type: Transform - pos: -2.5,4.5 - parent: 1 - - uid: 372 + pos: 6.5,-3.5 + parent: 2 + - uid: 756 components: - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 373 + pos: 5.5,-5.5 + parent: 2 + - uid: 757 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,2.5 - parent: 1 - - uid: 374 + pos: 0.5,-12.5 + parent: 2 + - uid: 758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,8.5 - parent: 1 - - uid: 375 + pos: 0.5,-3.5 + parent: 2 + - uid: 759 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,6.5 - parent: 1 - - uid: 376 + pos: -3.5,-4.5 + parent: 2 + - uid: 760 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,7.5 - parent: 1 - - uid: 377 + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 2 +- proto: GasVentScrubber + entities: + - uid: 745 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,8.5 - parent: 1 - - uid: 378 + rot: 1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 2 + - uid: 746 components: - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 379 + pos: 4.5,-17.5 + parent: 2 + - uid: 747 components: - type: Transform - pos: 2.5,-6.5 - parent: 1 - - uid: 380 + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 748 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-6.5 - parent: 1 - - uid: 381 + pos: -3.5,-3.5 + parent: 2 +- proto: GeneratorBasic15kW + entities: + - uid: 366 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-5.5 - parent: 1 - - uid: 382 + pos: 1.5,-14.5 + parent: 2 + - uid: 367 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-4.5 - parent: 1 - - uid: 383 + pos: 2.5,-14.5 + parent: 2 + - uid: 368 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 - parent: 1 - - uid: 384 + pos: 3.5,-14.5 + parent: 2 +- proto: GeneratorWallmountBasic + entities: + - uid: 386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-2.5 - parent: 1 - - uid: 385 + pos: 6.5,-15.5 + parent: 2 +- proto: GravityGeneratorMini + entities: + - uid: 380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-1.5 - parent: 1 - - uid: 386 + pos: 1.5,-18.5 + parent: 2 +- proto: Grille + entities: + - uid: 4 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,7.5 - parent: 1 - - uid: 387 + pos: 0.5,1.5 + parent: 2 + - uid: 5 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,10.5 - parent: 1 - - uid: 388 + pos: -0.5,0.5 + parent: 2 + - uid: 6 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 - parent: 1 - - uid: 389 + pos: -1.5,0.5 + parent: 2 + - uid: 7 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,10.5 - parent: 1 - - uid: 390 + pos: 3.5,-0.5 + parent: 2 + - uid: 8 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,10.5 - parent: 1 - - uid: 391 + pos: 2.5,0.5 + parent: 2 + - uid: 9 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,10.5 - parent: 1 - - uid: 392 + pos: 1.5,0.5 + parent: 2 + - uid: 10 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,10.5 - parent: 1 - - uid: 393 + pos: -2.5,-0.5 + parent: 2 + - uid: 11 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,1.5 - parent: 1 - - uid: 394 + pos: 5.5,-0.5 + parent: 2 + - uid: 12 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,6.5 - parent: 1 - - uid: 395 + pos: 5.5,0.5 + parent: 2 + - uid: 13 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,6.5 - parent: 1 - - uid: 396 + pos: 5.5,1.5 + parent: 2 + - uid: 14 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,6.5 - parent: 1 -- proto: GasPipeTJunction - entities: - - uid: 397 + pos: 7.5,-0.5 + parent: 2 + - uid: 15 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,6.5 - parent: 1 - - uid: 398 + pos: 7.5,0.5 + parent: 2 + - uid: 16 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 - parent: 1 - - uid: 399 + pos: 7.5,1.5 + parent: 2 + - uid: 17 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-3.5 - parent: 1 - - uid: 400 + pos: -7.5,-2.5 + parent: 2 + - uid: 18 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 1 - - uid: 401 + pos: -7.5,-3.5 + parent: 2 + - uid: 19 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,2.5 - parent: 1 - - uid: 402 + pos: -7.5,-4.5 + parent: 2 + - uid: 20 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,7.5 - parent: 1 - - uid: 403 + pos: -8.5,-9.5 + parent: 2 + - uid: 21 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,2.5 - parent: 1 - - uid: 404 + pos: -8.5,-11.5 + parent: 2 + - uid: 22 components: - type: Transform - pos: -6.5,10.5 - parent: 1 -- proto: GasPort - entities: - - uid: 405 + pos: 11.5,-5.5 + parent: 2 + - uid: 23 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-3.5 - parent: 1 - - uid: 406 + pos: 11.5,-7.5 + parent: 2 + - uid: 24 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 - parent: 1 -- proto: GasPressurePump - entities: - - uid: 407 + pos: 11.5,-9.5 + parent: 2 + - uid: 25 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 1 - - uid: 408 + pos: 11.5,-11.5 + parent: 2 + - uid: 26 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 1 - - uid: 409 + pos: 6.5,-13.5 + parent: 2 + - uid: 27 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-3.5 - parent: 1 -- proto: GasVentPump + pos: 6.5,-14.5 + parent: 2 +- proto: GrilleDiagonal entities: - - uid: 410 + - uid: 52 components: - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 411 + pos: -2.5,0.5 + parent: 2 + - uid: 53 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 54 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,2.5 - parent: 1 - - uid: 412 + pos: 1.5,1.5 + parent: 2 + - uid: 55 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,7.5 - parent: 1 - - uid: 413 + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 +- proto: Gyroscope + entities: + - uid: 378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,6.5 - parent: 1 - - uid: 414 + pos: -0.5,-18.5 + parent: 2 + - uid: 379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,2.5 - parent: 1 - - uid: 415 + pos: 0.5,-18.5 + parent: 2 +- proto: Lighter + entities: + - uid: 352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 - parent: 1 - - uid: 416 + pos: -4.254134,-17.37519 + parent: 2 +- proto: MagazineBoxAntiMateriel + entities: + - uid: 296 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 - parent: 1 - - uid: 417 + pos: -1.6344552,-9.196498 + parent: 2 + - uid: 297 components: - type: Transform - pos: -2.5,9.5 - parent: 1 - - uid: 418 + pos: -1.6500802,-9.493373 + parent: 2 +- proto: MagazineBoxMagnum + entities: + - uid: 288 components: - type: Transform - pos: 3.5,9.5 - parent: 1 - - uid: 419 + pos: -1.6032052,-11.274623 + parent: 2 + - uid: 289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,8.5 - parent: 1 - - uid: 420 + pos: -1.6813302,-11.571498 + parent: 2 + - uid: 295 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 1 - - uid: 421 + pos: -1.1969552,-9.352748 + parent: 2 +- proto: Multitool + entities: + - uid: 445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,6.5 - parent: 1 -- proto: GasVentScrubber + pos: 6.8205123,-9.306477 + parent: 2 +- proto: NitrogenCanister entities: - - uid: 422 + - uid: 382 components: - type: Transform - pos: 2.5,-4.5 - parent: 1 - - uid: 423 + anchored: True + pos: 7.5,-16.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 383 components: - type: Transform - pos: -6.5,-0.5 - parent: 1 - - uid: 424 + pos: 8.5,-17.5 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 316 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,10.5 - parent: 1 - - uid: 425 + pos: -6.5,-6.5 + parent: 2 + - uid: 318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 - parent: 1 -- proto: GeneratorBasic15kW - entities: - - uid: 426 + pos: -7.5,-11.5 + parent: 2 + - uid: 363 components: - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 427 + pos: -1.5,-14.5 + parent: 2 + - uid: 381 components: - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 428 + anchored: True + pos: 5.5,-18.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: PaintingSkeletonBoof + entities: + - uid: 260 components: - type: Transform - pos: -1.5,-1.5 - parent: 1 -- proto: GeneratorWallmountAPU + pos: -0.5,-4.5 + parent: 2 +- proto: PaperBin10 entities: - - uid: 429 + - uid: 242 components: - type: Transform - pos: 3.5,-2.5 - parent: 1 -- proto: GravityGeneratorMini + pos: 2.5,-1.5 + parent: 2 +- proto: Pen entities: - - uid: 430 + - uid: 308 components: - type: Transform - pos: -1.5,-5.5 - parent: 1 -- proto: Grille + pos: -6.1587524,-2.6780725 + parent: 2 +- proto: PirateFlag entities: - - uid: 32 + - uid: 404 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,7.5 - parent: 1 - - uid: 431 + pos: 11.5,-8.5 + parent: 2 + - uid: 405 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,13.5 - parent: 1 - - uid: 432 + rot: 1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 2 +- proto: PirateHandyFlag + entities: + - uid: 243 components: - type: Transform - pos: 0.5,12.5 - parent: 1 - - uid: 433 + pos: 2.467697,-0.76180553 + parent: 2 +- proto: PlasmaCanister + entities: + - uid: 385 components: - type: Transform - pos: -5.5,12.5 - parent: 1 - - uid: 434 + pos: 2.5,-18.5 + parent: 2 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 204 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,3.5 - parent: 1 - - uid: 435 + pos: 11.5,-6.5 + parent: 2 + - uid: 205 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,13.5 - parent: 1 - - uid: 436 + pos: 11.5,-10.5 + parent: 2 +- proto: PosterContrabandRevolver + entities: + - uid: 261 components: - type: Transform - pos: -10.5,8.5 - parent: 1 - - uid: 437 + pos: -0.5,-7.5 + parent: 2 +- proto: PosterContrabandSmoke + entities: + - uid: 315 components: - type: Transform - pos: 4.5,11.5 - parent: 1 - - uid: 438 + pos: -5.5,-5.5 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 246 components: - type: Transform - pos: 2.5,12.5 - parent: 1 - - uid: 439 + pos: -1.5,-3.5 + parent: 2 + - uid: 372 components: - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 440 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 441 + pos: 2.5,-16.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 488 components: - type: Transform - pos: 2.5,11.5 - parent: 1 - - uid: 442 + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 2 + - uid: 489 components: - type: Transform - pos: 4.5,13.5 - parent: 1 - - uid: 443 + rot: -1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 2 + - uid: 490 components: - type: Transform - pos: 4.5,12.5 - parent: 1 - - uid: 444 + rot: -1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 2 + - uid: 491 components: - type: Transform - pos: -10.5,10.5 - parent: 1 - - uid: 445 + pos: -5.5,-2.5 + parent: 2 + - uid: 492 components: - type: Transform - pos: -10.5,9.5 - parent: 1 - - uid: 446 + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 2 + - uid: 493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,13.5 - parent: 1 - - uid: 447 + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 494 components: - type: Transform - pos: 2.5,13.5 - parent: 1 - - uid: 448 + pos: 2.5,-5.5 + parent: 2 + - uid: 495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,1.5 - parent: 1 - - uid: 449 + pos: 5.5,-5.5 + parent: 2 + - uid: 496 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,14.5 - parent: 1 - - uid: 450 + pos: 4.5,-7.5 + parent: 2 + - uid: 497 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,14.5 - parent: 1 - - uid: 451 + pos: 8.5,-7.5 + parent: 2 + - uid: 498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,13.5 - parent: 1 - - uid: 452 + rot: 3.141592653589793 rad + pos: 7.5,-17.5 + parent: 2 + - uid: 499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,14.5 - parent: 1 - - uid: 454 + rot: 1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 2 + - uid: 500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,3.5 - parent: 1 - - uid: 455 + pos: 6.5,-9.5 + parent: 2 + - uid: 501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,1.5 - parent: 1 - - uid: 462 + rot: 3.141592653589793 rad + pos: 8.5,-11.5 + parent: 2 + - uid: 502 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,5.5 - parent: 1 -- proto: GrilleDiagonal - entities: - - uid: 456 + pos: 4.5,-11.5 + parent: 2 + - uid: 503 components: - type: Transform - pos: -5.5,13.5 - parent: 1 - - uid: 457 + pos: 2.5,-14.5 + parent: 2 + - uid: 504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,13.5 - parent: 1 - - uid: 458 + pos: -1.5,-14.5 + parent: 2 + - uid: 505 components: - type: Transform - pos: -3.5,14.5 - parent: 1 - - uid: 459 + rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 2 + - uid: 506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,14.5 - parent: 1 -- proto: Gyroscope - entities: - - uid: 460 + rot: 3.141592653589793 rad + pos: 3.5,-18.5 + parent: 2 + - uid: 507 components: - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 461 + rot: 3.141592653589793 rad + pos: -5.5,-17.5 + parent: 2 + - uid: 508 components: - type: Transform - pos: -3.5,-5.5 - parent: 1 -- proto: Lighter - entities: - - uid: 463 + pos: -3.5,-13.5 + parent: 2 + - uid: 509 components: - type: Transform - pos: -7.3640995,-4.4362655 - parent: 1 - - type: Physics - canCollide: False -- proto: MagazineBoxAntiMateriel - entities: - - uid: 464 + rot: 3.141592653589793 rad + pos: 0.5,-12.5 + parent: 2 + - uid: 510 components: - type: Transform - pos: -4.7390633,3.4536512 - parent: 1 - - uid: 587 + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 2 + - uid: 511 components: - type: Transform - pos: -4.7821093,3.633038 - parent: 1 -- proto: MagazineBoxMagnum - entities: - - uid: 465 + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 2 + - uid: 516 components: - type: Transform - pos: -4.394046,3.4745688 - parent: 1 - - uid: 777 + pos: -5.5,-9.5 + parent: 2 + - uid: 517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5827484,1.4896345 - parent: 1 -- proto: Multitool + rot: 3.141592653589793 rad + pos: -7.5,-11.5 + parent: 2 +- proto: Rack entities: - - uid: 827 + - uid: 269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5681195,3.5301657 - parent: 1 -- proto: NitrogenCanister - entities: - - uid: 469 + pos: -1.5,-11.5 + parent: 2 + - uid: 270 components: - type: Transform - pos: 3.5,-3.5 - parent: 1 -- proto: OxygenCanister - entities: - - uid: 470 + pos: -1.5,-10.5 + parent: 2 + - uid: 271 components: - type: Transform - pos: 1.5,-5.5 - parent: 1 - - uid: 471 + pos: 2.5,-11.5 + parent: 2 + - uid: 272 components: - type: Transform - pos: -10.5,1.5 - parent: 1 - - uid: 472 + pos: 2.5,-10.5 + parent: 2 + - uid: 320 components: - type: Transform - pos: -9.5,6.5 - parent: 1 - - uid: 473 + pos: -3.5,-10.5 + parent: 2 + - uid: 387 components: - type: Transform - pos: -4.5,-1.5 - parent: 1 -- proto: PaintingSkeletonBoof + pos: 4.5,-10.5 + parent: 2 +- proto: Railing entities: - - uid: 817 + - uid: 400 components: - type: Transform - pos: -3.5,8.5 - parent: 1 -- proto: PaperBin5 - entities: - - uid: 475 + rot: 1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 2 + - uid: 401 components: - type: Transform - pos: -0.5,11.5 - parent: 1 -- proto: Pen + rot: 1.5707963267948966 rad + pos: 8.5,-11.5 + parent: 2 +- proto: RailingCorner entities: - - uid: 476 + - uid: 396 components: - type: Transform - pos: -8.966801,10.694164 - parent: 1 -- proto: PirateFlag + rot: 1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 2 + - uid: 397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-10.5 + parent: 2 +- proto: RailingCornerSmall entities: - - uid: 538 + - uid: 398 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,4.5 - parent: 1 - - uid: 803 + pos: 7.5,-10.5 + parent: 2 + - uid: 399 components: - type: Transform - pos: 6.5,8.5 - parent: 1 -- proto: PirateHandyFlag + rot: -1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 2 +- proto: RandomPosterContraband entities: - - uid: 823 + - uid: 325 components: - type: Transform - pos: -0.4531319,12.288076 - parent: 1 -- proto: PlasmaCanister - entities: - - uid: 590 + pos: -6.5,-9.5 + parent: 2 + - uid: 326 components: - type: Transform - pos: 4.5,-4.5 - parent: 1 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 546 + pos: -2.5,-10.5 + parent: 2 + - uid: 327 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,2.5 - parent: 1 - - uid: 802 + pos: 3.5,-10.5 + parent: 2 + - uid: 393 components: - type: Transform - pos: 8.5,6.5 - parent: 1 -- proto: PosterContrabandRevolt + pos: 6.5,-8.5 + parent: 2 +- proto: ReinforcedPlasmaWindow entities: - - uid: 477 + - uid: 28 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 1 -- proto: PosterContrabandRevolver - entities: - - uid: 478 + pos: -1.5,0.5 + parent: 2 + - uid: 29 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,5.5 - parent: 1 - - uid: 507 + pos: -0.5,0.5 + parent: 2 + - uid: 30 components: - type: Transform - pos: -5.5,2.5 - parent: 1 -- proto: PosterContrabandSmoke - entities: - - uid: 480 + pos: 0.5,1.5 + parent: 2 + - uid: 31 components: - type: Transform - pos: -8.5,7.5 - parent: 1 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 481 + pos: 1.5,0.5 + parent: 2 + - uid: 32 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 1 -- proto: PosterLegitUeNo - entities: - - uid: 482 + pos: 2.5,0.5 + parent: 2 + - uid: 33 components: - type: Transform - pos: -9.5,3.5 - parent: 1 -- proto: PowerCellRecharger - entities: - - uid: 483 + pos: 3.5,-0.5 + parent: 2 + - uid: 34 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,9.5 - parent: 1 - - uid: 484 + pos: -2.5,-0.5 + parent: 2 + - uid: 35 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 1 -- proto: PoweredSmallLight - entities: - - uid: 485 + pos: 5.5,-0.5 + parent: 2 + - uid: 36 components: - type: Transform - # rot: 3.141592653589793 rad - pos: 3.5,5.5 - parent: 1 - - uid: 486 + pos: 5.5,1.5 + parent: 2 + - uid: 37 components: - type: Transform - pos: 0.5,-1.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 487 + pos: 5.5,0.5 + parent: 2 + - uid: 38 components: - type: Transform - pos: -2.5,-1.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 488 + pos: 7.5,-0.5 + parent: 2 + - uid: 39 components: - type: Transform - # rot: 1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 489 + pos: 7.5,0.5 + parent: 2 + - uid: 40 components: - type: Transform - # rot: 3.141592653589793 rad - pos: -7.5,-4.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 490 + pos: 7.5,1.5 + parent: 2 + - uid: 41 components: - type: Transform - pos: -10.5,3.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 491 + pos: -8.5,-9.5 + parent: 2 + - uid: 42 components: - type: Transform - # rot: 3.141592653589793 rad - pos: 7.5,1.5 - parent: 1 - - uid: 492 + pos: -8.5,-11.5 + parent: 2 + - uid: 43 components: - type: Transform - # rot: 1.5707963267948966 rad - pos: -8.5,3.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 493 + pos: -7.5,-4.5 + parent: 2 + - uid: 44 components: - type: Transform - # rot: 3.141592653589793 rad - pos: -4.5,9.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 494 + pos: -7.5,-2.5 + parent: 2 + - uid: 45 components: - type: Transform - # rot: 3.141592653589793 rad - pos: -0.5,9.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 495 + pos: -7.5,-3.5 + parent: 2 + - uid: 46 components: - type: Transform - # rot: 1.5707963267948966 rad - pos: -4.5,2.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 496 + pos: 11.5,-11.5 + parent: 2 + - uid: 47 components: - type: Transform - # rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 497 + pos: 11.5,-9.5 + parent: 2 + - uid: 48 components: - type: Transform - # rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 498 + pos: 11.5,-7.5 + parent: 2 + - uid: 49 components: - type: Transform - pos: 2.5,7.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 499 + pos: 11.5,-5.5 + parent: 2 + - uid: 50 components: - type: Transform - # rot: -1.5707963267948966 rad - pos: 3.5,11.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 500 + pos: 6.5,-14.5 + parent: 2 + - uid: 51 components: - type: Transform - # rot: 1.5707963267948966 rad - pos: -9.5,6.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 501 + pos: 6.5,-13.5 + parent: 2 +- proto: ReinforcedPlasmaWindowDiagonal + entities: + - uid: 56 components: - type: Transform - # rot: -1.5707963267948966 rad - pos: -6.5,5.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 502 + pos: -2.5,0.5 + parent: 2 + - uid: 57 components: - type: Transform - pos: -4.5,7.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 503 + pos: -0.5,1.5 + parent: 2 + - uid: 58 components: - type: Transform - pos: -0.5,7.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 504 + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 2 + - uid: 59 components: - type: Transform - # rot: -1.5707963267948966 rad - pos: -6.5,9.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 505 + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 446 components: - type: Transform - pos: -8.5,10.5 - parent: 1 - # - type: ApcPowerReceiver - # powerLoad: 0 - - uid: 506 + pos: 6.387619,-7.4904947 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 403: + - Pressed: Toggle + 402: + - Pressed: Toggle +- proto: ShuttleGunPirateCannon + entities: + - uid: 402 components: - type: Transform - # rot: 3.141592653589793 rad - pos: 6.5,5.5 - parent: 1 - - uid: 508 + rot: 1.5707963267948966 rad + pos: 10.5,-10.5 + parent: 2 + - uid: 403 components: - type: Transform - # rot: 1.5707963267948966 rad - pos: 1.5,1.5 - parent: 1 - - uid: 825 + rot: 1.5707963267948966 rad + pos: 10.5,-6.5 + parent: 2 +- proto: SignalButton + entities: + - uid: 443 components: - type: Transform - pos: 3.5,3.5 - parent: 1 - - uid: 826 + rot: 3.141592653589793 rad + pos: 9.5,-8.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 403: + - Pressed: Toggle + - uid: 444 components: - type: Transform - # rot: 3.141592653589793 rad - pos: 6.5,1.5 - parent: 1 -- proto: Rack + rot: 3.141592653589793 rad + pos: 9.5,-12.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 402: + - Pressed: Toggle +- proto: SinkWide entities: - - uid: 30 + - uid: 337 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,7.5 - parent: 1 - - uid: 279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,3.5 - parent: 1 - - uid: 479 + pos: -6.5,-17.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,1.5 - parent: 1 - - uid: 509 + pos: -0.5,-14.5 + parent: 2 +- proto: SpaceCash1000 + entities: + - uid: 761 components: - type: Transform - pos: -6.5,2.5 - parent: 1 - - uid: 510 + pos: -4.6984663,-15.60848 + parent: 2 + - uid: 762 components: - type: Transform - pos: 1.5,2.5 - parent: 1 - - uid: 567 + pos: -3.5514107,-10.478022 + parent: 2 +- proto: SpawnPointPirates + entities: + - uid: 447 components: - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 568 + pos: 5.5,-10.5 + parent: 2 + - uid: 448 components: - type: Transform - pos: -4.5,2.5 - parent: 1 - - uid: 569 + pos: -5.5,-15.5 + parent: 2 + - uid: 449 components: - type: Transform - pos: -4.5,1.5 - parent: 1 - - uid: 570 + pos: -4.5,-10.5 + parent: 2 + - uid: 450 components: - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 775 + pos: 1.5,-2.5 + parent: 2 + - uid: 451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,5.5 - parent: 1 -- proto: Railing + pos: -4.5,-3.5 + parent: 2 +- proto: SpeedLoaderMagnum entities: - - uid: 549 + - uid: 290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,1.5 - parent: 1 - - uid: 588 + pos: -1.2438302,-11.649623 + parent: 2 + - uid: 291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 - parent: 1 -- proto: RailingCorner + pos: -1.2438302,-11.399623 + parent: 2 +- proto: StairStageWhite entities: - - uid: 278 + - uid: 394 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,2.5 - parent: 1 - - uid: 589 + pos: 8.5,-5.5 + parent: 2 + - uid: 395 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,6.5 - parent: 1 -- proto: RandomPosterContraband + pos: 8.5,-9.5 + parent: 2 +- proto: StoolBar entities: - - uid: 511 + - uid: 359 components: - type: Transform - pos: 3.5,4.5 - parent: 1 - - uid: 512 + rot: -1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 2 + - uid: 360 components: - type: Transform - pos: -1.5,8.5 - parent: 1 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 514 + rot: -1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 2 + - uid: 361 components: - type: Transform - pos: -2.5,14.5 - parent: 1 - - uid: 515 + rot: -1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 2 + - uid: 362 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,13.5 - parent: 1 - - uid: 516 + pos: -3.5,-14.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 384 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,13.5 - parent: 1 - - uid: 517 + pos: 8.5,-16.5 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 1 - - uid: 518 + pos: -1.5,-18.5 + parent: 2 + - uid: 457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 1 - - uid: 519 + pos: 4.5,-3.5 + parent: 2 +- proto: SyndicatePersonalAI + entities: + - uid: 245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,11.5 - parent: 1 - - uid: 520 + pos: -1.4854281,-0.44930553 + parent: 2 +- proto: Table + entities: + - uid: 253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,13.5 - parent: 1 - - uid: 521 + pos: 2.5,-5.5 + parent: 2 + - uid: 254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,12.5 - parent: 1 - - uid: 522 + pos: -1.5,-5.5 + parent: 2 + - uid: 263 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,12.5 - parent: 1 - - uid: 523 + pos: -1.5,-9.5 + parent: 2 + - uid: 264 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,13.5 - parent: 1 - - uid: 524 + pos: -1.5,-8.5 + parent: 2 + - uid: 265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,10.5 - parent: 1 - - uid: 525 + pos: -0.5,-8.5 + parent: 2 + - uid: 266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,12.5 - parent: 1 - - uid: 526 + pos: 2.5,-9.5 + parent: 2 + - uid: 330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,11.5 - parent: 1 - - uid: 527 + pos: -6.5,-16.5 + parent: 2 + - uid: 331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,13.5 - parent: 1 - - uid: 528 + pos: -6.5,-14.5 + parent: 2 + - uid: 332 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,8.5 - parent: 1 - - uid: 529 + pos: -6.5,-15.5 + parent: 2 + - uid: 333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,14.5 - parent: 1 - - uid: 530 + pos: -4.5,-14.5 + parent: 2 + - uid: 334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,13.5 - parent: 1 - - uid: 531 + pos: -4.5,-16.5 + parent: 2 + - uid: 335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,9.5 - parent: 1 - - uid: 532 + pos: -4.5,-17.5 + parent: 2 + - uid: 336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,12.5 - parent: 1 - - uid: 533 + pos: -4.5,-15.5 + parent: 2 + - uid: 370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,14.5 - parent: 1 - - uid: 534 + pos: 1.5,-16.5 + parent: 2 + - uid: 371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,1.5 - parent: 1 - - uid: 535 + pos: 2.5,-16.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,3.5 - parent: 1 - - uid: 536 + pos: -1.5,-0.5 + parent: 2 + - uid: 238 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,3.5 - parent: 1 - - uid: 539 + pos: 2.5,-2.5 + parent: 2 + - uid: 239 components: - type: Transform - pos: 8.5,1.5 - parent: 1 - - uid: 695 + pos: 2.5,-0.5 + parent: 2 + - uid: 240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,5.5 - parent: 1 - - uid: 760 + pos: 2.5,-1.5 + parent: 2 + - uid: 241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,7.5 - parent: 1 -- proto: ReinforcedPlasmaWindowDiagonal - entities: - - uid: 540 + pos: -1.5,-3.5 + parent: 2 + - uid: 267 components: - type: Transform - pos: -5.5,13.5 - parent: 1 - - uid: 541 + pos: 2.5,-12.5 + parent: 2 + - uid: 299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,14.5 - parent: 1 - - uid: 542 + pos: -1.5,-12.5 + parent: 2 +- proto: TableWood + entities: + - uid: 304 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,13.5 - parent: 1 - - uid: 543 + pos: -5.5,-2.5 + parent: 2 + - uid: 305 components: - type: Transform - pos: -3.5,14.5 - parent: 1 -- proto: RemoteSignaller + pos: -6.5,-2.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 +- proto: Thruster entities: - - uid: 513 + - uid: 3 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.2515817,5.4493027 - parent: 1 -- proto: ShuttleGunPirateCannon - entities: - - uid: 14 + pos: -6.5,-19.5 + parent: 2 + - uid: 217 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,2.5 - parent: 1 - - uid: 627 + pos: -8.5,-6.5 + parent: 2 + - uid: 218 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,6.5 - parent: 1 -- proto: SignalButton - entities: - - uid: 305 + pos: -8.5,-14.5 + parent: 2 + - uid: 219 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,10.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 843: - - Pressed: Toggle - 842: - - Pressed: Toggle - 841: - - Pressed: Toggle - 838: - - Pressed: Toggle - 839: - - Pressed: Toggle - 840: - - Pressed: Toggle - 837: - - Pressed: Toggle - - uid: 720 + rot: 3.141592653589793 rad + pos: -5.5,-19.5 + parent: 2 + - uid: 221 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,0.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 14: - - Pressed: Trigger - - uid: 824 + pos: 0.5,-20.5 + parent: 2 + - uid: 222 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,4.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 627: - - Pressed: Trigger -- proto: SinkWide - entities: - - uid: 547 + pos: 1.5,-20.5 + parent: 2 + - uid: 223 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-4.5 - parent: 1 -- proto: SMESBasic - entities: - - uid: 548 + rot: 3.141592653589793 rad + pos: 8.5,-19.5 + parent: 2 + - uid: 224 components: - type: Transform - pos: -3.5,-1.5 - parent: 1 -- proto: ADTSpawnPointLostCaptainPirate - entities: - - uid: 558 + rot: 3.141592653589793 rad + pos: 7.5,-19.5 + parent: 2 + - uid: 225 components: - type: Transform - pos: -7.5,9.5 - parent: 1 -- proto: ADTSpawnPointLostFirstmate - entities: - - uid: 554 + rot: -1.5707963267948966 rad + pos: 10.5,-14.5 + parent: 2 + - uid: 226 components: - type: Transform - pos: -1.5,10.5 - parent: 1 -- proto: SpeedLoaderMagnum - entities: - - uid: 778 + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 2 + - uid: 227 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.3796234,1.3958845 - parent: 1 - - uid: 779 + pos: 4.5,-1.5 + parent: 2 + - uid: 228 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.6764984,1.5677595 - parent: 1 -- proto: SpeedLoaderMagnumEmpty - entities: - - uid: 780 + pos: -4.5,-0.5 + parent: 2 + - uid: 229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.4421234,1.4583845 - parent: 1 -- proto: StairStageWhite + pos: -5.5,-0.5 + parent: 2 +- proto: ToolboxElectricalTurretFilled entities: - - uid: 28 + - uid: 274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,3.5 - parent: 1 - - uid: 544 + pos: 1.2249198,-8.337123 + parent: 2 + - uid: 275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,7.5 - parent: 1 -- proto: StoolBar + pos: 1.6467948,-8.680873 + parent: 2 +- proto: VendingMachineCigs entities: - - uid: 559 + - uid: 358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 - parent: 1 - - uid: 560 + pos: -3.5,-18.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-4.5 - parent: 1 - - uid: 561 + pos: -6.5,-13.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 317 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-2.5 - parent: 1 - - uid: 562 + pos: -6.5,-7.5 + parent: 2 + - uid: 388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 1 -- proto: StorageCanister + pos: 4.5,-9.5 + parent: 2 +- proto: VendingMachineYouTool entities: - - uid: 563 + - uid: 323 components: - type: Transform - pos: 4.5,-3.5 - parent: 1 -- proto: SubstationBasic + pos: -3.5,-9.5 + parent: 2 +- proto: WallPlastitanium entities: - - uid: 564 + - uid: 60 components: - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 565 + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 61 components: - type: Transform - pos: -4.5,-5.5 - parent: 1 -- proto: SyndicatePersonalAI - entities: - - uid: 575 + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 62 components: - type: Transform - pos: -4.477404,12.530636 - parent: 1 -- proto: Table - entities: - - uid: 282 + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 2 + - uid: 63 components: - type: Transform - pos: -1.5,7.5 - parent: 1 - - uid: 576 + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 2 + - uid: 64 components: - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 577 + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 2 + - uid: 65 components: - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 578 + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 2 + - uid: 66 components: - type: Transform - pos: -7.5,-3.5 - parent: 1 - - uid: 579 + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 2 + - uid: 67 components: - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 580 + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 2 + - uid: 68 components: - type: Transform - pos: -9.5,-3.5 - parent: 1 - - uid: 581 + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 2 + - uid: 69 components: - type: Transform - pos: -9.5,-1.5 - parent: 1 - - uid: 582 + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 2 + - uid: 70 components: - type: Transform - pos: -9.5,-2.5 - parent: 1 - - uid: 583 + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 2 + - uid: 71 components: - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 584 + rot: -1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 2 + - uid: 72 components: - type: Transform - pos: -4.5,4.5 - parent: 1 - - uid: 585 + rot: -1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 2 + - uid: 73 components: - type: Transform - pos: -3.5,4.5 - parent: 1 - - uid: 586 + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 2 + - uid: 74 components: - type: Transform - pos: -0.5,3.5 - parent: 1 - - uid: 592 + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 2 + - uid: 75 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 1 - - uid: 593 + rot: -1.5707963267948966 rad + pos: 8.5,-4.5 + parent: 2 + - uid: 76 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 1 -- proto: TableReinforced - entities: - - uid: 594 + rot: -1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 2 + - uid: 77 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,12.5 - parent: 1 - - uid: 595 + pos: 9.5,-4.5 + parent: 2 + - uid: 78 components: - type: Transform - pos: -4.5,0.5 - parent: 1 - - uid: 596 + rot: -1.5707963267948966 rad + pos: 11.5,-8.5 + parent: 2 + - uid: 79 components: - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 597 + rot: -1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 2 + - uid: 80 components: - type: Transform - pos: -0.5,10.5 - parent: 1 - - uid: 598 + rot: -1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 2 + - uid: 81 components: - type: Transform - pos: -0.5,11.5 - parent: 1 - - uid: 599 + rot: -1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 2 + - uid: 82 components: - type: Transform - pos: -4.5,9.5 - parent: 1 - - uid: 600 + rot: -1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 2 + - uid: 83 components: - type: Transform - pos: -0.5,12.5 - parent: 1 -- proto: TableWood - entities: - - uid: 601 + rot: -1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 2 + - uid: 84 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,10.5 - parent: 1 - - uid: 602 + pos: 4.5,-8.5 + parent: 2 + - uid: 85 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,10.5 - parent: 1 - - uid: 603 + pos: 3.5,-8.5 + parent: 2 + - uid: 86 components: - type: Transform - pos: -6.5,8.5 - parent: 1 -- proto: Thruster - entities: - - uid: 605 + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - uid: 87 components: - type: Transform - pos: -7.5,12.5 - parent: 1 - - uid: 606 + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 2 + - uid: 88 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-6.5 - parent: 1 - - uid: 607 + rot: -1.5707963267948966 rad + pos: 10.5,-12.5 + parent: 2 + - uid: 89 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-6.5 - parent: 1 - - uid: 608 + rot: -1.5707963267948966 rad + pos: 7.5,-12.5 + parent: 2 + - uid: 90 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,9.5 - parent: 1 - - uid: 609 + pos: 6.5,-12.5 + parent: 2 + - uid: 91 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-6.5 - parent: 1 - - uid: 610 + rot: -1.5707963267948966 rad + pos: 9.5,-12.5 + parent: 2 + - uid: 92 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-6.5 - parent: 1 - - uid: 611 + rot: -1.5707963267948966 rad + pos: 8.5,-12.5 + parent: 2 + - uid: 93 components: - type: Transform - pos: 1.5,11.5 - parent: 1 - - uid: 612 + rot: -1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 2 + - uid: 94 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,6.5 - parent: 1 - - uid: 613 + rot: -1.5707963267948966 rad + pos: 7.5,-15.5 + parent: 2 + - uid: 95 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-1.5 - parent: 1 - - uid: 614 + rot: -1.5707963267948966 rad + pos: 9.5,-15.5 + parent: 2 + - uid: 96 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 1 - - type: Thruster - enabled: False - - uid: 748 + pos: 8.5,-15.5 + parent: 2 + - uid: 97 components: - type: Transform - pos: -8.5,12.5 - parent: 1 -- proto: ToolboxElectricalTurret - entities: - - uid: 615 + rot: -1.5707963267948966 rad + pos: 9.5,-14.5 + parent: 2 + - uid: 98 components: - - type: MetaData - name: turret box - type: Transform - pos: -1.4007742,4.714716 - parent: 1 - - uid: 616 + rot: -1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 2 + - uid: 99 components: - - type: MetaData - name: turret box - type: Transform - pos: -1.6820242,4.308466 - parent: 1 -- proto: VendingMachineCigs - entities: - - uid: 617 + rot: -1.5707963267948966 rad + pos: 9.5,-16.5 + parent: 2 + - uid: 100 components: - - type: MetaData - name: cigarette machine - type: Transform - pos: -6.5,-5.5 - parent: 1 -- proto: VendingMachineSovietSoda - entities: - - uid: 618 + rot: -1.5707963267948966 rad + pos: 9.5,-18.5 + parent: 2 + - uid: 101 components: - type: Transform - pos: -9.5,-0.5 - parent: 1 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 619 + rot: -1.5707963267948966 rad + pos: 9.5,-17.5 + parent: 2 + - uid: 102 components: - type: Transform - pos: -9.5,5.5 - parent: 1 - - uid: 620 + rot: -1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 2 + - uid: 103 components: - type: Transform - pos: 1.5,3.5 - parent: 1 -- proto: VendingMachineYouTool - entities: - - uid: 621 + rot: -1.5707963267948966 rad + pos: 8.5,-18.5 + parent: 2 + - uid: 104 components: - type: Transform - pos: -6.5,3.5 - parent: 1 -- proto: WallPlastitanium - entities: - - uid: 622 + rot: -1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 2 + - uid: 105 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,4.5 - parent: 1 - - uid: 623 + rot: -1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 2 + - uid: 106 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 - parent: 1 - - uid: 624 + rot: -1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 2 + - uid: 107 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,4.5 - parent: 1 - - uid: 625 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,8.5 - parent: 1 - - uid: 626 - components: - - type: Transform - pos: 7.5,0.5 - parent: 1 - - uid: 628 - components: - - type: Transform - pos: 8.5,4.5 - parent: 1 - - uid: 629 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 - - uid: 630 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 631 - components: - - type: Transform - pos: 0.5,11.5 - parent: 1 - - uid: 632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,4.5 - parent: 1 - - uid: 633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 1 - - uid: 634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 1 - - uid: 635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,2.5 - parent: 1 - - uid: 636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 1 - - uid: 637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,5.5 - parent: 1 - - uid: 638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,1.5 - parent: 1 - - uid: 639 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 - parent: 1 - - uid: 640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 1 - - uid: 641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,5.5 - parent: 1 - - uid: 642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,5.5 - parent: 1 - - uid: 643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 1 - - uid: 644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 1 - - uid: 645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 1 - - uid: 646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 1 - - uid: 647 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 1 - - uid: 648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-0.5 - parent: 1 - - uid: 649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,5.5 - parent: 1 - - uid: 650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 1 - - uid: 651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,4.5 - parent: 1 - - uid: 652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 1 - - uid: 653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,5.5 - parent: 1 - - uid: 654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,2.5 - parent: 1 - - uid: 655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,9.5 - parent: 1 - - uid: 656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 - parent: 1 - - uid: 657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 1 - - uid: 658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,10.5 - parent: 1 - - uid: 659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,1.5 - parent: 1 - - uid: 660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,0.5 - parent: 1 - - uid: 661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-5.5 - parent: 1 - - uid: 662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 1 - - uid: 663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,9.5 - parent: 1 - - uid: 664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-6.5 - parent: 1 - - uid: 665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-1.5 - parent: 1 - - uid: 666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-2.5 - parent: 1 - - uid: 667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-5.5 - parent: 1 - - uid: 668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-5.5 - parent: 1 - - uid: 669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 - parent: 1 - - uid: 670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,11.5 - parent: 1 - - uid: 671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-5.5 - parent: 1 - - uid: 672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,4.5 - parent: 1 - - uid: 673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,11.5 - parent: 1 - - uid: 674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 1 - - uid: 675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,10.5 - parent: 1 - - uid: 676 + rot: -1.5707963267948966 rad + pos: 3.5,-19.5 + parent: 2 + - uid: 108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-6.5 - parent: 1 - - uid: 677 + rot: -1.5707963267948966 rad + pos: 2.5,-19.5 + parent: 2 + - uid: 109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 1 - - uid: 678 + rot: -1.5707963267948966 rad + pos: 4.5,-19.5 + parent: 2 + - uid: 110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 1 - - uid: 679 + rot: -1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 2 + - uid: 111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,11.5 - parent: 1 - - uid: 680 + rot: -1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 2 + - uid: 112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 1 - - uid: 681 + rot: -1.5707963267948966 rad + pos: -0.5,-19.5 + parent: 2 + - uid: 113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,11.5 - parent: 1 - - uid: 682 + rot: -1.5707963267948966 rad + pos: -1.5,-19.5 + parent: 2 + - uid: 114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 1 - - uid: 683 + rot: -1.5707963267948966 rad + pos: -2.5,-19.5 + parent: 2 + - uid: 115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,0.5 - parent: 1 - - uid: 684 + rot: -1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 2 + - uid: 116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 1 - - uid: 685 + rot: -1.5707963267948966 rad + pos: -4.5,-19.5 + parent: 2 + - uid: 117 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-4.5 - parent: 1 - - uid: 686 + rot: -1.5707963267948966 rad + pos: -4.5,-18.5 + parent: 2 + - uid: 118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 1 - - uid: 687 + rot: -1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 2 + - uid: 119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 1 - - uid: 688 + rot: -1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 2 + - uid: 120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,7.5 - parent: 1 - - uid: 689 + rot: -1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 2 + - uid: 121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 1 - - uid: 690 + rot: -1.5707963267948966 rad + pos: -2.5,-18.5 + parent: 2 + - uid: 122 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,8.5 - parent: 1 - - uid: 691 + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - uid: 123 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 1 - - uid: 692 + rot: -1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 2 + - uid: 124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-5.5 - parent: 1 - - uid: 693 + rot: -1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 2 + - uid: 125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 1 - - uid: 694 + rot: -1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 2 + - uid: 126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,9.5 - parent: 1 - - uid: 696 + rot: -1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 2 + - uid: 127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-3.5 - parent: 1 - - uid: 697 + rot: -1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 2 + - uid: 128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 1 - - uid: 698 + rot: -1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 2 + - uid: 129 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-3.5 - parent: 1 - - uid: 699 + rot: -1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 2 + - uid: 130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,0.5 - parent: 1 - - uid: 700 + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 2 + - uid: 131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,0.5 - parent: 1 - - uid: 701 + rot: -1.5707963267948966 rad + pos: -7.5,-17.5 + parent: 2 + - uid: 132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 1 - - uid: 702 + rot: -1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 2 + - uid: 133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,8.5 - parent: 1 - - uid: 703 + rot: -1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 2 + - uid: 134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,4.5 - parent: 1 - - uid: 704 + rot: -1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 2 + - uid: 135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,5.5 - parent: 1 - - uid: 705 + rot: -1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 2 + - uid: 136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,3.5 - parent: 1 - - uid: 706 + rot: -1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 2 + - uid: 137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,4.5 - parent: 1 - - uid: 707 + rot: -1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 2 + - uid: 138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,7.5 - parent: 1 - - uid: 708 + rot: -1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 2 + - uid: 139 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 1 - - uid: 709 + rot: -1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 2 + - uid: 140 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,11.5 - parent: 1 - - uid: 710 + rot: -1.5707963267948966 rad + pos: -6.5,-8.5 + parent: 2 + - uid: 141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,11.5 - parent: 1 - - uid: 711 + rot: -1.5707963267948966 rad + pos: -2.5,-11.5 + parent: 2 + - uid: 142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,8.5 - parent: 1 - - uid: 712 + rot: -1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-6.5 - parent: 1 - - uid: 713 + rot: -1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 2 + - uid: 144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,8.5 - parent: 1 - - uid: 714 + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 2 + - uid: 145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 1 - - uid: 715 + rot: -1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 2 + - uid: 146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 1 - - uid: 716 + rot: -1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 2 + - uid: 147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 1 - - uid: 717 + rot: -1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 2 + - uid: 148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,9.5 - parent: 1 - - uid: 718 + rot: -1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 2 + - uid: 149 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,4.5 - parent: 1 - - uid: 719 + rot: -1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 2 + - uid: 150 components: - type: Transform - pos: 5.5,8.5 - parent: 1 - - uid: 721 + rot: -1.5707963267948966 rad + pos: -5.5,-5.5 + parent: 2 + - uid: 151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-6.5 - parent: 1 - - uid: 722 + rot: -1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 2 + - uid: 152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,8.5 - parent: 1 - - uid: 723 + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 2 + - uid: 153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,8.5 - parent: 1 - - uid: 724 + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 2 + - uid: 154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,8.5 - parent: 1 - - uid: 725 + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,7.5 - parent: 1 - - uid: 726 + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 + - uid: 156 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-4.5 - parent: 1 - - uid: 727 + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 2 + - uid: 157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,10.5 - parent: 1 - - uid: 728 + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 2 + - uid: 158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,6.5 - parent: 1 - - uid: 729 + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 2 + - uid: 159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,7.5 - parent: 1 - - uid: 730 + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 2 + - uid: 160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-4.5 - parent: 1 - - uid: 731 + rot: -1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 2 + - uid: 161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-3.5 - parent: 1 - - uid: 732 + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 2 + - uid: 162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 1 - - uid: 733 + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 2 + - uid: 163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-2.5 - parent: 1 - - uid: 734 + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 2 + - uid: 164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-5.5 - parent: 1 - - uid: 735 + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 2 + - uid: 165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-2.5 - parent: 1 - - uid: 736 + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 + - uid: 166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,7.5 - parent: 1 - - uid: 737 + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - uid: 167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,10.5 - parent: 1 - - uid: 738 + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 2 + - uid: 168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,15.5 - parent: 1 - - uid: 739 + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 2 + - uid: 169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,15.5 - parent: 1 - - uid: 740 + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 2 + - uid: 170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-2.5 - parent: 1 - - uid: 742 + rot: -1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 2 + - uid: 171 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-1.5 - parent: 1 - - uid: 743 + rot: -1.5707963267948966 rad + pos: 0.5,-13.5 + parent: 2 + - uid: 172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-0.5 - parent: 1 - - uid: 746 + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 2 + - uid: 173 components: - type: Transform - pos: -4.5,-7.5 - parent: 1 - - uid: 835 + rot: -1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 2 + - uid: 174 components: - type: Transform - pos: -4.5,-8.5 - parent: 1 - - uid: 844 + rot: -1.5707963267948966 rad + pos: 3.5,-13.5 + parent: 2 + - uid: 175 components: - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 847 + rot: -1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 2 + - uid: 176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-8.5 - parent: 1 -- proto: WallPlastitaniumDiagonal - entities: - - uid: 744 + rot: -1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 2 + - uid: 177 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,8.5 - parent: 1 - - uid: 745 + pos: 3.5,-11.5 + parent: 2 + - uid: 178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-2.5 - parent: 1 - - uid: 747 + rot: -1.5707963267948966 rad + pos: 3.5,-12.5 + parent: 2 + - uid: 179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-2.5 - parent: 1 - - uid: 749 + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 2 + - uid: 180 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,12.5 - parent: 1 - - uid: 750 + pos: 4.5,-12.5 + parent: 2 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 181 components: - type: Transform - pos: -11.5,-0.5 - parent: 1 - - uid: 751 + rot: 1.5707963267948966 rad + pos: -0.5,-20.5 + parent: 2 + - uid: 182 components: - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-6.5 - parent: 1 - - uid: 752 + pos: 2.5,-20.5 + parent: 2 + - uid: 183 components: - type: Transform - pos: -11.5,7.5 - parent: 1 - - uid: 753 + rot: 3.141592653589793 rad + pos: 9.5,-19.5 + parent: 2 + - uid: 184 components: - type: Transform - pos: -11.5,4.5 - parent: 1 - - uid: 754 + rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 2 + - uid: 185 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,5.5 - parent: 1 - - uid: 756 + pos: -8.5,-15.5 + parent: 2 + - uid: 186 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,0.5 - parent: 1 - - uid: 757 + pos: -8.5,-12.5 + parent: 2 + - uid: 187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-6.5 - parent: 1 - - uid: 758 + pos: -8.5,-8.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 + - uid: 189 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,0.5 - parent: 1 - - uid: 759 + pos: 10.5,-15.5 + parent: 2 + - uid: 190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-12.5 + parent: 2 + - uid: 191 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 1 - - uid: 773 + pos: 10.5,-13.5 + parent: 2 + - uid: 192 components: - type: Transform - pos: -9.5,12.5 - parent: 1 - - uid: 774 + rot: -1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 2 + - uid: 193 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,10.5 - parent: 1 - - uid: 845 + pos: 8.5,-2.5 + parent: 2 + - uid: 194 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-9.5 - parent: 1 - - uid: 846 + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 196 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,-9.5 - parent: 1 -- proto: WaterTankFull - entities: - - uid: 761 + pos: -8.5,-7.5 + parent: 2 + - uid: 197 components: - type: Transform - pos: 1.5,1.5 - parent: 1 -- proto: WeaponCapacitorRecharger + pos: -8.5,-5.5 + parent: 2 +- proto: WaterTankFull entities: - - uid: 762 + - uid: 389 components: - type: Transform - pos: -0.5,12.5 - parent: 1 + pos: 4.5,-11.5 + parent: 2 - proto: WeaponLaserGun entities: - - uid: 763 + - uid: 311 components: - type: Transform - pos: -8.532435,10.5924015 - parent: 1 + pos: -5.5650024,-2.4471335 + parent: 2 - proto: WeaponMakeshiftLaser entities: - - uid: 764 - components: - - type: Transform - pos: -4.4356194,4.035976 - parent: 1 - - uid: 765 + - uid: 294 components: - type: Transform - pos: -4.3887444,4.004726 - parent: 1 + pos: -1.2594552,-8.868373 + parent: 2 - proto: WeaponPistolFlintlock entities: - - uid: 776 + - uid: 285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.6727343,2.5274413 - parent: 1 - - uid: 832 + pos: -1.4782052,-10.680873 + parent: 2 + - uid: 286 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.4383593,2.5118163 - parent: 1 - - uid: 833 + pos: -1.4782052,-10.493373 + parent: 2 + - uid: 287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.2664843,2.5743163 - parent: 1 + pos: -1.4625802,-10.305873 + parent: 2 - proto: WeaponRevolverPirate entities: - - uid: 553 + - uid: 280 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.49379778,2.5208845 - parent: 1 - - uid: 555 + pos: 2.5061698,-10.227748 + parent: 2 + - uid: 281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.49379778,2.5208845 - parent: 1 - - uid: 766 + pos: 2.5061698,-10.430873 + parent: 2 + - uid: 282 components: - type: Transform - pos: -4.5137444,4.332851 - parent: 1 -- proto: WeaponShotgunBlunderbuss - entities: - - uid: 767 + pos: 2.5061698,-10.649623 + parent: 2 + - uid: 284 components: - type: Transform - pos: -4.4981194,4.692226 - parent: 1 - - uid: 768 + pos: -1.3532052,-8.508998 + parent: 2 +- proto: WeaponShotgunBlunderbuss + entities: + - uid: 283 components: - type: Transform - pos: -4.5263147,4.6892104 - parent: 1 + pos: -1.3375802,-8.258998 + parent: 2 - proto: WelderMini entities: - - uid: 769 + - uid: 321 components: - type: Transform - pos: -6.391465,2.47309 - parent: 1 - - type: Physics - canCollide: False + pos: -3.2837524,-10.66354 + parent: 2 - proto: WeldingFuelTankFull entities: - - uid: 770 + - uid: 324 components: - type: Transform - pos: -6.5,1.5 - parent: 1 + pos: -3.5,-11.5 + parent: 2 - proto: Wrench entities: - - uid: 771 + - uid: 673 components: - type: Transform - pos: 2.4808617,-4.4780817 - parent: 1 - - type: Physics - canCollide: False + pos: 6.7508,-17.577833 + parent: 2 ...