From 19c523b05e653105c30f9a430adba51901410945 Mon Sep 17 00:00:00 2001 From: pxc1984 Date: Sat, 22 Jun 2024 20:12:04 +0300 Subject: [PATCH 1/6] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B9=20?= =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl | 1 + Resources/Locale/ru-RU/_sunrise/job/job-names.ftl | 1 + Resources/Prototypes/_Sunrise/Roles/Jobs/Law/iaa.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl index ae04ad55133..dcf425e2e64 100644 --- a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl +++ b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl @@ -1,2 +1,3 @@ +job-descriiption-iaa = Вы ревизор, присланный центральным командованием для того, чтобы убедиться, что весь персонал работает эффективно и в интересах корпорации. job-description-magistrat = Вы само правосудие станции, ваша задача судить всех крупных нарушителей порядка. job-description-centcomop = Не одобряйте эвакуацию. Не одобряйте ОБР. Делите зарплату экипажа станций на 0. diff --git a/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl b/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl index fdadb30045d..25f1ef0396b 100644 --- a/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl +++ b/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl @@ -1,3 +1,4 @@ +job-name-iaa = агент внутренних дел job-name-magistrat = магистрат job-name-centcomop = оператор Центком diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/iaa.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/iaa.yml index 2ef6f07cc5e..4a35b6b891f 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/iaa.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Law/iaa.yml @@ -1,6 +1,7 @@ - type: job id: IAA name: job-name-iaa + description: job-description-iaa playTimeTracker: JobIAA requirements: - !type:DepartmentTimeRequirement From 395dc553f814eaac5d15633a5326954b5a5be4b8 Mon Sep 17 00:00:00 2001 From: pxc1984 Date: Sat, 22 Jun 2024 20:20:06 +0300 Subject: [PATCH 2/6] =?UTF-8?q?=D0=95=D1=89=D0=B5=20=D0=B1=D0=BE=D0=BB?= =?UTF-8?q?=D0=B5=D0=B5=20=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B9=20=D1=84?= =?UTF-8?q?=D0=B8=D0=BA=D1=81=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prototypes/corvax/entities/clothing/back/backpacks.ftl | 2 ++ .../Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl index ae6153ce6d9..c1ebe683fb6 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl @@ -4,3 +4,5 @@ ent-ClothingDeathSquadronBackpack = рюкзак эскадрона смерти .desc = Вместительный рюкзак использующий технологию БлюСпейс. ent-ClothingBackpackCE = рюкзак старшего инженера .desc = Технически продвинутый рюкзак. +ent-ClothingBackpackBlueShield = рюкзак офицера «синий щит» + .desc = На стиле. diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml index ec0f1118dcc..9c31a31064e 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml @@ -36,8 +36,8 @@ - type: entity parent: ClothingBackpack id: ClothingBackpackBlueShield - name: рюкзак офицера «синий щит» - description: На стиле. + name: blue shield's backpack + description: Superior. components: - type: Sprite sprite: _Sunrise/Clothing/Back/Backpacks/blueshield.rsi From ef188df8247f328e4edc507df73947564744bb60 Mon Sep 17 00:00:00 2001 From: pxc1984 Date: Sun, 23 Jun 2024 00:04:01 +0300 Subject: [PATCH 3/6] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20?= =?UTF-8?q?=D1=81=D0=B5=D1=80=D1=8C=D1=91=D1=80=D0=BD=D1=8B=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Locale/ru-RU/_sunrise/job/job-desc.ftl | 4 + .../Locale/ru-RU/_sunrise/job/job-names.ftl | 10 + .../_sunrise/preferences/loadout-groups.ftl | 4 + Resources/Maps/_Sunrise/Station/box.yml | 565 +------- Resources/Maps/_Sunrise/Station/delta.yml | 1262 +---------------- Resources/Maps/_Sunrise/Station/fland.yml | 640 ++------- Resources/Maps/_Sunrise/Station/marathon.yml | 573 +------- .../Prototypes/Catalog/uplink_catalog.yml | 1 + .../Objects/Misc/identification_cards.yml | 13 + .../Jobs/Engineering/station_engineer.yml | 98 +- .../Loadouts/Jobs/Medical/medical_doctor.yml | 64 +- .../Loadouts/Jobs/Science/scientist.yml | 96 +- .../Jobs/Security/security_officer.yml | 76 +- .../Prototypes/Loadouts/loadout_groups.yml | 40 - .../Prototypes/Loadouts/role_loadouts.yml | 4 - .../Jobs/Engineering/station_engineer.yml | 1 + .../Roles/Jobs/Medical/medical_doctor.yml | 1 + .../Roles/Jobs/Science/scientist.yml | 1 + .../Roles/Jobs/Security/security_officer.yml | 1 + .../Prototypes/Roles/Jobs/departments.yml | 4 + .../Entities/Markers/Spawners/jobs.yml | 48 + .../Jobs/Engineering/senior_engineer.yml | 23 + .../Jobs/Medical/senior_physician.yml | 23 + .../Jobs/Science/senior_researcher.yml | 23 + .../Loadouts/Jobs/Security/senior_officer.yml | 23 + .../_Sunrise/Loadouts/loadout_groups.yml | 28 + .../_Sunrise/Loadouts/role_loadouts.yml | 57 + Resources/Prototypes/_Sunrise/Maps/box.yml | 6 +- Resources/Prototypes/_Sunrise/Maps/delta.yml | 5 + Resources/Prototypes/_Sunrise/Maps/fland.yml | 5 + .../Prototypes/_Sunrise/Maps/marathon.yml | 5 + .../Jobs/Engineering/senior_engineer.yml | 33 + .../Roles/Jobs/Medical/senior_physician.yml | 31 + .../Roles/Jobs/Science/senior_researcher.yml | 23 + .../Roles/Jobs/Security/senior_officer.yml | 40 + .../_Sunrise/Roles/play_time_trackers.yml | 12 + 36 files changed, 784 insertions(+), 3059 deletions(-) create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/Jobs/Engineering/senior_engineer.yml create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/Jobs/Medical/senior_physician.yml create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/Jobs/Science/senior_researcher.yml create mode 100644 Resources/Prototypes/_Sunrise/Loadouts/Jobs/Security/senior_officer.yml create mode 100644 Resources/Prototypes/_Sunrise/Roles/Jobs/Engineering/senior_engineer.yml create mode 100644 Resources/Prototypes/_Sunrise/Roles/Jobs/Medical/senior_physician.yml create mode 100644 Resources/Prototypes/_Sunrise/Roles/Jobs/Science/senior_researcher.yml create mode 100644 Resources/Prototypes/_Sunrise/Roles/Jobs/Security/senior_officer.yml diff --git a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl index dcf425e2e64..7d22702174a 100644 --- a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl +++ b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl @@ -1,3 +1,7 @@ job-descriiption-iaa = Вы ревизор, присланный центральным командованием для того, чтобы убедиться, что весь персонал работает эффективно и в интересах корпорации. job-description-magistrat = Вы само правосудие станции, ваша задача судить всех крупных нарушителей порядка. job-description-centcomop = Не одобряйте эвакуацию. Не одобряйте ОБР. Делите зарплату экипажа станций на 0. +job-description-senior-engineer = Обучайте новых инженеров основам работы двигателей, ремонта, атмосферы и энергоснабжения станции. +job-description-senior-researcher = Обучайте новых ученых основам печати предметов, исследования артефактов и аномальных объектов. +job-description-senior-physician = Обучайте новых медиков основам ухода за ранеными, химии, диагностике больных и избавлению от мертвых. +job-description-senior-officer = Обучите новых кадетов основам обыска, проведения арестов, времени пребывания в тюрьме и правильной стрельбе из огнестрельного оружия. diff --git a/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl b/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl index 25f1ef0396b..258fb06608a 100644 --- a/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl +++ b/Resources/Locale/ru-RU/_sunrise/job/job-names.ftl @@ -4,3 +4,13 @@ job-name-centcomop = оператор Центком JobCentCommOfficial = представитель Центком JobMagistrat = магистрат + +job-name-senior-engineer = ведущий инженер +job-name-senior-researcher = ведущий учёный +job-name-senior-physician = ведущий врач +job-name-senior-officer = инструктор СБ + +JobSeniorEngineer = ведущий инженер +JobSeniorOfficer = инструктор СБ +JobSeniorPhysician = ведущий врач +JobSeniorResearcher = ведущий учёный diff --git a/Resources/Locale/ru-RU/_sunrise/preferences/loadout-groups.ftl b/Resources/Locale/ru-RU/_sunrise/preferences/loadout-groups.ftl index 93b5872bcf4..aa006d346cc 100644 --- a/Resources/Locale/ru-RU/_sunrise/preferences/loadout-groups.ftl +++ b/Resources/Locale/ru-RU/_sunrise/preferences/loadout-groups.ftl @@ -10,3 +10,7 @@ loadout-group-security-trinkets = Безделушки СБ loadout-group-corporate-law = Корпоративный Закон loadout-group-centcomm-operator-jumpsuit = Униформа ОЦК loadout-group-centcomm-operator-head-hat = Головой убор ОЦК +loadout-group-senior-officer-jumpsuit = Униформа инструктора СБ +loadout-group-senior-researcher-jumpsuit = Униформа ведущего учёного +loadout-group-senior-physician-jumpsuit = Униформа ведущего врача +loadout-group-senior-engineer-jumpsuit = Униформа ведущего инженера diff --git a/Resources/Maps/_Sunrise/Station/box.yml b/Resources/Maps/_Sunrise/Station/box.yml index 6d3d5e7c605..50a8e11ef96 100644 --- a/Resources/Maps/_Sunrise/Station/box.yml +++ b/Resources/Maps/_Sunrise/Station/box.yml @@ -10783,9 +10783,6 @@ entities: - type: Transform pos: 9.5,-76.5 parent: 8364 - - type: DeviceLinkSink - links: - - 23210 - type: DeviceLinkSource linkedPorts: 23210: @@ -10795,9 +10792,6 @@ entities: - type: Transform pos: 9.5,-79.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11000 - type: DeviceLinkSource linkedPorts: 11000: @@ -10919,9 +10913,6 @@ entities: - type: Transform pos: -66.5,19.5 parent: 8364 - - type: DeviceLinkSink - links: - - 562 - type: DeviceLinkSource linkedPorts: 562: @@ -10988,9 +10979,6 @@ entities: - type: Transform pos: -77.5,-13.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1110 - type: DeviceLinkSource linkedPorts: 1110: @@ -11000,9 +10988,6 @@ entities: - type: Transform pos: -68.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 12470 - type: DeviceLinkSource linkedPorts: 12470: @@ -11012,9 +10997,6 @@ entities: - type: Transform pos: -75.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 12469 - type: DeviceLinkSource linkedPorts: 12469: @@ -11155,9 +11137,6 @@ entities: - type: Transform pos: 47.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11652 - type: DeviceLinkSource linkedPorts: 11652: @@ -11167,9 +11146,6 @@ entities: - type: Transform pos: 47.5,21.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11651 - type: DeviceLinkSource linkedPorts: 11651: @@ -11197,9 +11173,6 @@ entities: linkedPorts: 12466: - DoorStatus: Close - - type: DeviceLinkSink - links: - - 12466 - uid: 12469 components: - type: Transform @@ -11209,9 +11182,6 @@ entities: linkedPorts: 12468: - DoorStatus: Close - - type: DeviceLinkSink - links: - - 12468 - uid: 12470 components: - type: Transform @@ -11221,9 +11191,6 @@ entities: linkedPorts: 12467: - DoorStatus: Close - - type: DeviceLinkSink - links: - - 12467 - uid: 12486 components: - type: Transform @@ -11616,9 +11583,6 @@ entities: DockStatus: True - type: Physics canCollide: False - - type: DeviceLinkSink - links: - - 1495 - uid: 12325 components: - type: Transform @@ -15861,9 +15825,6 @@ entities: - type: Transform pos: 27.5,-41.5 parent: 8364 - - type: DeviceLinkSink - links: - - 3807 - uid: 3568 components: - type: MetaData @@ -15876,25 +15837,16 @@ entities: - type: Transform pos: 15.5,-53.5 parent: 8364 - - type: DeviceLinkSink - links: - - 3753 - uid: 3851 components: - type: Transform pos: -6.5,-76.5 parent: 8364 - - type: DeviceLinkSink - links: - - 22835 - uid: 4704 components: - type: Transform pos: 3.5,-76.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17472 - uid: 4824 components: - type: MetaData @@ -15914,105 +15866,66 @@ entities: - type: Transform pos: 82.5,-26.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5370 - uid: 5798 components: - type: Transform pos: 5.5,-76.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17472 - uid: 9182 components: - type: Transform pos: 5.5,36.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19935 - uid: 9379 components: - type: Transform pos: 4.5,-76.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17472 - uid: 10835 components: - type: Transform pos: -4.5,-76.5 parent: 8364 - - type: DeviceLinkSink - links: - - 22835 - uid: 11732 components: - type: Transform pos: -5.5,-76.5 parent: 8364 - - type: DeviceLinkSink - links: - - 22835 - uid: 13910 components: - type: Transform pos: -61.5,-21.5 parent: 8364 - - type: DeviceLinkSink - links: - - 2638 - uid: 17676 components: - type: Transform pos: 19.5,-86.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20126 - uid: 18326 components: - type: Transform pos: -44.5,-27.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17791 - uid: 18327 components: - type: Transform pos: -44.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17791 - uid: 19078 components: - type: Transform pos: -10.5,-67.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5243 - uid: 19080 components: - type: Transform pos: -11.5,-67.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5243 - uid: 19090 components: - type: Transform pos: -12.5,-67.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5243 - uid: 19994 components: - type: Transform @@ -16028,41 +15941,26 @@ entities: - type: Transform pos: 19.5,-83.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20126 - uid: 20134 components: - type: Transform pos: 19.5,-84.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20126 - uid: 20180 components: - type: Transform pos: 70.5,-39.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19856 - uid: 20181 components: - type: Transform pos: 70.5,-40.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19856 - uid: 20182 components: - type: Transform pos: 70.5,-41.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19856 - uid: 20518 components: - type: Transform @@ -16073,49 +15971,31 @@ entities: - type: Transform pos: 15.5,-49.5 parent: 8364 - - type: DeviceLinkSink - links: - - 3754 - uid: 26646 components: - type: Transform pos: 19.5,-85.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20126 - uid: 26666 components: - type: Transform pos: -3.5,-74.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26671 - uid: 26667 components: - type: Transform pos: -3.5,-73.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26671 - uid: 26668 components: - type: Transform pos: 2.5,-74.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26670 - uid: 26669 components: - type: Transform pos: 2.5,-73.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26670 - proto: BlastDoorOpen entities: - uid: 3134 @@ -16124,107 +16004,68 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,42.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4214 - uid: 4212 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,42.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4214 - uid: 4494 components: - type: Transform pos: 7.5,42.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4213 - uid: 4495 components: - type: Transform pos: 9.5,42.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4213 - uid: 5898 components: - type: Transform pos: -10.5,-8.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11625 - uid: 5911 components: - type: Transform pos: -10.5,-9.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11625 - uid: 6086 components: - type: Transform pos: -10.5,-7.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11625 - uid: 6087 components: - type: Transform pos: 9.5,-7.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11628 - uid: 6098 components: - type: Transform pos: 9.5,-8.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11628 - uid: 6099 components: - type: Transform pos: 9.5,-9.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11628 - uid: 6970 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,42.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4214 - uid: 19930 components: - type: Transform pos: -4.5,33.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19933 - uid: 19932 components: - type: Transform pos: -5.5,33.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19933 - proto: BlockGameArcade entities: - uid: 1873 @@ -68568,7 +68409,7 @@ entities: - type: Transform pos: -46.493744,14.462048 parent: 8364 -- proto: ClothingOuterCoatInspector +- proto: ClothingOuterCoatDetectiveLoadout entities: - uid: 5116 components: @@ -69913,134 +69754,89 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-27.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20027 - uid: 6226 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6227 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6228 components: - type: Transform pos: -57.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6229 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6230 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6231 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6232 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6233 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6234 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-17.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6235 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-18.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 6236 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-19.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 7162 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 7213 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 7307 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 7622 components: - type: Transform @@ -70053,9 +69849,6 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,-27.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20027 - uid: 9475 components: - type: Transform @@ -70074,72 +69867,48 @@ entities: rot: -1.5707963267948966 rad pos: -42.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 10535 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 10536 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 10804 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 11321 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-27.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20027 - uid: 11325 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-31.5 parent: 8364 - - type: DeviceLinkSink - links: - - 11322 - uid: 13812 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-20.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - uid: 17202 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-27.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20027 - uid: 20048 components: - type: Transform @@ -120973,6 +120742,20 @@ entities: - type: Transform pos: 31.5,-10.5 parent: 8364 + - type: ContainerContainer + containers: + tape: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] - proto: KitchenElectricGrill entities: - uid: 27772 @@ -122885,9 +122668,6 @@ entities: - type: Transform pos: 71.5,-40.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17552 - proto: MachineCentrifuge entities: - uid: 16828 @@ -132949,9 +132729,6 @@ entities: - type: Transform pos: -58.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 13893 - proto: ReinforcedPlasmaWindow entities: - uid: 3494 @@ -138461,33 +138238,21 @@ entities: - type: Transform pos: 43.5,1.5 parent: 8364 - - type: DeviceLinkSink - links: - - 27608 - uid: 20192 components: - type: Transform pos: 52.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4172 - uid: 20193 components: - type: Transform pos: 53.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4172 - uid: 20194 components: - type: Transform pos: 54.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 4172 - proto: ShuttersNormalOpen entities: - uid: 1454 @@ -138496,225 +138261,144 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,-25.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17685 - uid: 1455 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-29.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17685 - uid: 1918 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-61.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 1923 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-62.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 1924 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-63.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 2941 components: - type: Transform pos: 20.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 14147 - uid: 3001 components: - type: Transform pos: 19.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 14147 - uid: 5223 components: - type: Transform pos: -7.5,-66.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 5241 components: - type: Transform pos: -5.5,-66.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 5336 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-13.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5222 - uid: 5338 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-14.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5222 - uid: 5590 components: - type: Transform pos: -12.5,-24.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20896 - uid: 5591 components: - type: Transform pos: -12.5,-23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20896 - uid: 5592 components: - type: Transform pos: -12.5,-22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 20896 - uid: 8158 components: - type: Transform pos: 6.5,-23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 10732 - uid: 8606 components: - type: Transform pos: 3.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8607 components: - type: Transform pos: 3.5,24.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8614 components: - type: Transform pos: 2.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8615 components: - type: Transform pos: 1.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 9639 components: - type: Transform pos: -2.5,16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9421 - uid: 9640 components: - type: Transform pos: -2.5,15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9421 - uid: 9641 components: - type: Transform pos: -2.5,14.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9421 - uid: 9642 components: - type: Transform pos: -5.5,18.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9421 - uid: 9923 components: - type: Transform pos: 10.5,-32.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5322 - uid: 14148 components: - type: Transform pos: 21.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 14147 - uid: 14850 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-26.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17685 - uid: 15377 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-26.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17685 - uid: 15391 components: - type: Transform @@ -138726,9 +138410,6 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,-29.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17685 - uid: 15426 components: - type: Transform @@ -138740,18 +138421,12 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,-25.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17685 - uid: 17669 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-27.5 parent: 8364 - - type: DeviceLinkSink - links: - - 17685 - uid: 17684 components: - type: Transform @@ -138762,146 +138437,92 @@ entities: - type: Transform pos: -0.5,-65.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 18406 components: - type: Transform pos: -2.5,-65.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 19022 components: - type: Transform pos: 23.5,-17.5 parent: 8364 - - type: DeviceLinkSink - links: - - 14147 - uid: 19023 components: - type: Transform pos: 23.5,-18.5 parent: 8364 - - type: DeviceLinkSink - links: - - 14147 - uid: 19024 components: - type: Transform pos: 23.5,-19.5 parent: 8364 - - type: DeviceLinkSink - links: - - 14147 - uid: 22014 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-15.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5222 - uid: 22990 components: - type: Transform pos: -1.5,-65.5 parent: 8364 - - type: DeviceLinkSink - links: - - 1910 - uid: 26786 components: - type: Transform pos: -5.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26787 components: - type: Transform pos: -4.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26788 components: - type: Transform pos: -2.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26789 components: - type: Transform pos: -1.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26790 components: - type: Transform pos: -0.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26791 components: - type: Transform pos: 0.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26792 components: - type: Transform pos: 1.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26793 components: - type: Transform pos: 4.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 26794 components: - type: Transform pos: 3.5,-3.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26795 - uid: 27220 components: - type: Transform pos: 7.5,-23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 10732 - uid: 27221 components: - type: Transform pos: 8.5,-23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 10732 - proto: ShuttersRadiationOpen entities: - uid: 3788 @@ -138909,33 +138530,21 @@ entities: - type: Transform pos: 0.5,-72.5 parent: 8364 - - type: DeviceLinkSink - links: - - 27389 - uid: 3789 components: - type: Transform pos: 1.5,-72.5 parent: 8364 - - type: DeviceLinkSink - links: - - 27389 - uid: 3868 components: - type: Transform pos: -2.5,-72.5 parent: 8364 - - type: DeviceLinkSink - links: - - 27389 - uid: 3875 components: - type: Transform pos: -1.5,-72.5 parent: 8364 - - type: DeviceLinkSink - links: - - 27389 - proto: ShuttersWindow entities: - uid: 1416 @@ -138952,161 +138561,101 @@ entities: - type: Transform pos: 18.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9936 - uid: 8645 components: - type: Transform pos: 17.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9936 - uid: 8646 components: - type: Transform pos: 16.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9936 - uid: 8647 components: - type: Transform pos: 15.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9936 - uid: 8648 components: - type: Transform pos: 14.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9936 - uid: 8649 components: - type: Transform pos: 13.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9936 - uid: 8650 components: - type: Transform pos: 12.5,23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9936 - uid: 8775 components: - type: Transform pos: -10.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8776 components: - type: Transform pos: -9.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8777 components: - type: Transform pos: -8.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8778 components: - type: Transform pos: -6.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8779 components: - type: Transform pos: -5.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8780 components: - type: Transform pos: -4.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8781 components: - type: Transform pos: -2.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8782 components: - type: Transform pos: -1.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 8783 components: - type: Transform pos: -0.5,22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 19931 - uid: 10454 components: - type: Transform pos: 35.5,-10.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9868 - uid: 10455 components: - type: Transform pos: 36.5,-10.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9868 - uid: 10456 components: - type: Transform pos: 37.5,-10.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9868 - uid: 10457 components: - type: Transform pos: 38.5,-10.5 parent: 8364 - - type: DeviceLinkSink - links: - - 9868 - uid: 20837 components: - type: Transform @@ -139127,57 +138676,36 @@ entities: - type: Transform pos: 69.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20841 components: - type: Transform pos: 70.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20842 components: - type: Transform pos: 71.5,-16.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20843 components: - type: Transform pos: 68.5,-22.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20844 components: - type: Transform pos: 68.5,-23.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20845 components: - type: Transform pos: 68.5,-24.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20846 components: - type: Transform pos: 68.5,-28.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20847 components: - type: Transform @@ -139188,9 +138716,6 @@ entities: - type: Transform pos: 68.5,-30.5 parent: 8364 - - type: DeviceLinkSink - links: - - 5478 - uid: 20849 components: - type: Transform @@ -139206,25 +138731,16 @@ entities: - type: Transform pos: 68.5,-33.5 parent: 8364 - - type: DeviceLinkSink - links: - - 2468 - uid: 20852 components: - type: Transform pos: 68.5,-34.5 parent: 8364 - - type: DeviceLinkSink - links: - - 2468 - uid: 20853 components: - type: Transform pos: 68.5,-35.5 parent: 8364 - - type: DeviceLinkSink - links: - - 2468 - proto: ShuttleConsoleCircuitboard entities: - uid: 12454 @@ -143341,6 +142857,34 @@ entities: - type: Transform pos: 9.5,37.5 parent: 8364 +- proto: SpawnPointSeniorEngineer + entities: + - uid: 21352 + components: + - type: Transform + pos: -6.5,-74.5 + parent: 8364 +- proto: SpawnPointSeniorOfficer + entities: + - uid: 21349 + components: + - type: Transform + pos: 15.5,35.5 + parent: 8364 +- proto: SpawnPointSeniorPhysician + entities: + - uid: 21350 + components: + - type: Transform + pos: 31.5,-29.5 + parent: 8364 +- proto: SpawnPointSeniorResearcher + entities: + - uid: 21351 + components: + - type: Transform + pos: 70.5,-20.5 + parent: 8364 - proto: SpawnPointServiceWorker entities: - uid: 6948 @@ -149435,6 +148979,20 @@ entities: - type: Transform pos: 41.5,-59.5 parent: 8364 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + mixer: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: VariantCubeBox entities: - uid: 19276 @@ -170494,9 +170052,6 @@ entities: - type: Transform pos: -1.5,25.5 parent: 8364 - - type: DeviceLinkSink - links: - - 8743 - uid: 8625 components: - type: MetaData @@ -170504,9 +170059,6 @@ entities: - type: Transform pos: -5.5,25.5 parent: 8364 - - type: DeviceLinkSink - links: - - 25829 - uid: 8626 components: - type: MetaData @@ -170514,9 +170066,6 @@ entities: - type: Transform pos: -9.5,25.5 parent: 8364 - - type: DeviceLinkSink - links: - - 26575 - uid: 8973 components: - type: Transform diff --git a/Resources/Maps/_Sunrise/Station/delta.yml b/Resources/Maps/_Sunrise/Station/delta.yml index b24573f0fe4..5415c6c28ad 100644 --- a/Resources/Maps/_Sunrise/Station/delta.yml +++ b/Resources/Maps/_Sunrise/Station/delta.yml @@ -21799,9 +21799,6 @@ entities: - type: Transform pos: 27.5,-16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15860 - uid: 11761 components: - type: Transform @@ -21842,9 +21839,6 @@ entities: - type: Transform pos: 29.5,-16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25455 - uid: 23653 components: - type: Transform @@ -21857,9 +21851,6 @@ entities: - type: Transform pos: 44.5,-21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 38018 - uid: 26246 components: - type: MetaData @@ -21874,9 +21865,6 @@ entities: - type: Transform pos: 52.5,-21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 38105 - uid: 34581 components: - type: MetaData @@ -21884,9 +21872,6 @@ entities: - type: Transform pos: 31.5,-16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21539 - uid: 38233 components: - type: Transform @@ -22102,9 +22087,6 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,20.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37748 - proto: AirlockBlueShieldLocked entities: - uid: 5804 @@ -22113,9 +22095,6 @@ entities: rot: 3.141592653589793 rad pos: 22.5,17.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37748 - proto: AirlockBrigGlassLocked entities: - uid: 877 @@ -23038,9 +23017,6 @@ entities: - type: Transform pos: -45.5,56.5 parent: 13307 - - type: DeviceLinkSink - links: - - 1264 - type: DeviceLinkSource linkedPorts: 1264: @@ -23050,9 +23026,6 @@ entities: - type: Transform pos: -45.5,58.5 parent: 13307 - - type: DeviceLinkSink - links: - - 669 - type: DeviceLinkSource linkedPorts: 669: @@ -23100,9 +23073,6 @@ entities: - type: Transform pos: 92.5,27.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32664 - type: DeviceLinkSource linkedPorts: 32664: @@ -23130,9 +23100,6 @@ entities: - type: Transform pos: 92.5,24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 508 - type: DeviceLinkSource linkedPorts: 508: @@ -25642,9 +25609,6 @@ entities: - type: Transform pos: 52.5,-1.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28131 - uid: 30165 components: - type: Transform @@ -30368,44 +30332,29 @@ entities: rot: -1.5707963267948966 rad pos: 32.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 610 components: - type: Transform pos: -38.5,-44.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22010 - uid: 1086 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15752 - uid: 1292 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-7.5 parent: 13307 - - type: DeviceLinkSink - links: - - 17006 - uid: 1442 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-17.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25571 - uid: 1488 components: - type: MetaData @@ -30413,9 +30362,6 @@ entities: - type: Transform pos: 58.5,2.5 parent: 13307 - - type: DeviceLinkSink - links: - - 17367 - uid: 1621 components: - type: MetaData @@ -30423,9 +30369,6 @@ entities: - type: Transform pos: 66.5,2.5 parent: 13307 - - type: DeviceLinkSink - links: - - 17759 - uid: 1634 components: - type: MetaData @@ -30433,349 +30376,222 @@ entities: - type: Transform pos: 62.5,2.5 parent: 13307 - - type: DeviceLinkSink - links: - - 6703 - uid: 2361 components: - type: Transform pos: 61.5,12.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36896 - uid: 2895 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-17.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25571 - uid: 5969 components: - type: Transform pos: -38.5,-39.5 parent: 13307 - - type: DeviceLinkSink - links: - - 13676 - uid: 6976 components: - type: Transform pos: -38.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22010 - uid: 8523 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,-68.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9691 - uid: 9303 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,79.5 parent: 13307 - - type: DeviceLinkSink - links: - - 34955 - uid: 9310 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,75.5 parent: 13307 - - type: DeviceLinkSink - links: - - 34955 - uid: 10652 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 17006 - uid: 10715 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,80.5 parent: 13307 - - type: DeviceLinkSink - links: - - 34955 - uid: 10836 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37740 - - 23714 - uid: 12206 components: - type: Transform pos: 75.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32509 - uid: 12913 components: - type: Transform pos: -49.5,-7.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8518 - - 36098 - uid: 12986 components: - type: Transform pos: -49.5,-8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8518 - - 36098 - uid: 13158 components: - type: Transform pos: -49.5,-6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8518 - - 36098 - uid: 16349 components: - type: Transform pos: 76.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32509 - uid: 17646 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,80.5 parent: 13307 - - type: DeviceLinkSink - links: - - 16946 - uid: 18203 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-5.5 parent: 13307 - - type: DeviceLinkSink - links: - - 17006 - uid: 18655 components: - type: Transform pos: -11.5,55.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18866 - uid: 19984 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11597 - uid: 21351 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,81.5 parent: 13307 - - type: DeviceLinkSink - links: - - 16946 - uid: 21649 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 7980 - uid: 21656 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11597 - uid: 21663 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 7980 - uid: 26955 components: - type: Transform pos: -38.5,-40.5 parent: 13307 - - type: DeviceLinkSink - links: - - 13676 - uid: 29937 components: - type: Transform pos: -38.5,-38.5 parent: 13307 - - type: DeviceLinkSink - links: - - 13676 - uid: 31718 components: - type: Transform pos: -38.5,-43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22010 - uid: 32565 components: - type: Transform pos: 74.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32509 - uid: 32590 components: - type: Transform pos: -70.5,-8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 1293 - uid: 32621 components: - type: Transform pos: -68.5,-8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 1293 - uid: 32636 components: - type: Transform pos: -69.5,-8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 1293 - uid: 32651 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37740 - - 23714 - uid: 32793 components: - type: Transform pos: -67.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 30551 - uid: 34002 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,76.5 parent: 13307 - - type: DeviceLinkSink - links: - - 34955 - uid: 35070 components: - type: Transform pos: -10.5,55.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18866 - uid: 35918 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-17.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25571 - uid: 36280 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21206 - - 31541 - uid: 36573 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21206 - - 31541 - uid: 37241 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,78.5 parent: 13307 - - type: DeviceLinkSink - links: - - 34955 - uid: 37410 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,77.5 parent: 13307 - - type: DeviceLinkSink - links: - - 34955 - uid: 39687 components: - type: Transform @@ -30793,267 +30609,165 @@ entities: - type: Transform pos: -52.5,18.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32195 - uid: 1648 components: - type: Transform pos: -53.5,18.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32195 - uid: 1717 components: - type: Transform pos: -54.5,18.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32195 - uid: 1738 components: - type: Transform pos: -51.5,18.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32195 - uid: 2600 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,0.5 parent: 13307 - - type: DeviceLinkSink - links: - - 697 - uid: 4879 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-0.5 parent: 13307 - - type: DeviceLinkSink - links: - - 697 - uid: 13398 components: - type: Transform pos: -53.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5779 - uid: 13887 components: - type: Transform pos: -14.5,16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15957 - uid: 14527 components: - type: Transform pos: -37.5,-30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18728 - uid: 16623 components: - type: Transform pos: 13.5,16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 12539 - uid: 16892 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-27.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8305 - uid: 17112 components: - type: Transform pos: -41.5,-30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 24294 - uid: 18337 components: - type: Transform pos: -50.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5779 - uid: 18616 components: - type: Transform pos: -52.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5779 - uid: 18637 components: - type: Transform pos: -51.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5779 - uid: 19341 components: - type: Transform pos: 33.5,4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 24298 - - 5743 - uid: 19943 components: - type: Transform pos: 38.5,5.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42579 - - 5743 - uid: 20529 components: - type: Transform pos: 38.5,6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42579 - - 5743 - uid: 23198 components: - type: Transform pos: -41.5,-24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23563 - uid: 23202 components: - type: Transform pos: -33.5,-24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 17913 - uid: 23623 components: - type: Transform pos: 13.5,14.5 parent: 13307 - - type: DeviceLinkSink - links: - - 12539 - uid: 24362 components: - type: Transform pos: -14.5,15.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15957 - uid: 24363 components: - type: Transform pos: -14.5,14.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15957 - uid: 25357 components: - type: Transform pos: -33.5,-30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26564 - uid: 26839 components: - type: Transform pos: 13.5,13.5 parent: 13307 - - type: DeviceLinkSink - links: - - 12539 - uid: 28939 components: - type: Transform pos: -14.5,13.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15957 - uid: 30905 components: - type: Transform pos: 38.5,4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42579 - - 5743 - uid: 31122 components: - type: Transform pos: 33.5,6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 24298 - - 5743 - uid: 31607 components: - type: Transform pos: -37.5,-24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21786 - uid: 31842 components: - type: Transform pos: 13.5,15.5 parent: 13307 - - type: DeviceLinkSink - links: - - 12539 - uid: 33551 components: - type: Transform pos: 33.5,5.5 parent: 13307 - - type: DeviceLinkSink - links: - - 24298 - - 5743 - uid: 36101 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,1.5 parent: 13307 - - type: DeviceLinkSink - links: - - 697 - proto: BlockGameArcade entities: - uid: 11390 @@ -97918,9 +97632,6 @@ entities: - type: DeviceList configurators: - invalid - - type: DeviceLinkSink - links: - - 30511 - proto: ClosetBomb entities: - uid: 34509 @@ -105781,672 +105492,447 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 157 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 208 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 277 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 364 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 368 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 517 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,57.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 822 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 837 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 861 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 936 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,47.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 1206 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1210 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1287 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1333 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1361 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1390 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1452 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1531 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1538 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1558 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1579 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 1610 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,42.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 1613 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 6253 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,59.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 6551 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 7461 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 7480 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 8037 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 8932 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 9112 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 9643 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 9798 components: - type: Transform pos: -6.5,46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 10707 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 10848 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,58.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 11254 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,57.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 11882 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 11886 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 11921 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,53.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 11999 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 12196 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,58.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 12231 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,29.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27733 - uid: 12328 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27733 - uid: 12343 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27733 - uid: 12473 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,26.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27733 - uid: 12593 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,27.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27733 - uid: 17240 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,42.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 17810 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 18354 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,58.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 18385 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,60.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 19290 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 20574 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 21049 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9062 - uid: 21262 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,26.5 parent: 13307 - - type: DeviceLinkSink - links: - - 2892 - uid: 21263 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,26.5 parent: 13307 - - type: DeviceLinkSink - links: - - 2892 - uid: 21429 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 21674 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,44.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 21917 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 21931 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 21978 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 21984 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9864 - uid: 23490 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 23579 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,57.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 24136 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,57.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 24299 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,57.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 24989 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 25398 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,58.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 26932 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 28868 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28848 - uid: 28999 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,61.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 29160 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,58.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - uid: 33161 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,31.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27733 - uid: 36274 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,26.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27733 - uid: 40702 components: - type: Transform pos: -6.5,4.5 parent: 39617 - - type: DeviceLinkSink - links: - - 41116 - uid: 40703 components: - type: Transform pos: -6.5,5.5 parent: 39617 - - type: DeviceLinkSink - links: - - 41116 - proto: CounterWoodFrame entities: - uid: 33446 @@ -120775,7 +120261,7 @@ entities: pos: 62.5,-40.5 parent: 13307 - type: Door - secondsUntilStateChange: -21171.295 + secondsUntilStateChange: -21232.479 state: Opening - uid: 43264 components: @@ -123388,7 +122874,7 @@ entities: pos: -30.5,70.5 parent: 13307 - type: Door - secondsUntilStateChange: -17702.494 + secondsUntilStateChange: -17763.678 state: Closing - uid: 17804 components: @@ -123470,7 +122956,7 @@ entities: pos: -19.5,21.5 parent: 13307 - type: Door - secondsUntilStateChange: -34517.992 + secondsUntilStateChange: -34579.176 state: Closing - uid: 19168 components: @@ -188519,43 +188005,28 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,5.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23745 - uid: 24344 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,27.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25289 - uid: 25611 components: - type: Transform pos: -44.5,13.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25613 - uid: 30293 components: - type: Transform pos: 8.5,-22.5 parent: 13307 - - type: DeviceLinkSink - links: - - 20980 - uid: 36037 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-27.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36034 - proto: JetpackBlackFilled entities: - uid: 32644 @@ -188625,6 +188096,20 @@ entities: - type: Transform pos: -9.5,44.5 parent: 13307 + - type: ContainerContainer + containers: + tape: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] - proto: Katana entities: - uid: 26651 @@ -191775,9 +191260,6 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,-40.5 parent: 13307 - - type: DeviceLinkSink - links: - - 7294 - proto: MachineCentrifuge entities: - uid: 24004 @@ -192456,9 +191938,6 @@ entities: - type: Transform pos: 10.5,-37.5 parent: 13307 - - type: DeviceLinkSink - links: - - 30511 - proto: MedicalTechFab entities: - uid: 18173 @@ -202515,9 +201994,6 @@ entities: parent: 13307 - type: ApcPowerReceiver powerLoad: 0 - - type: DeviceLinkSink - links: - - 23526 - uid: 29667 components: - type: Transform @@ -205664,9 +205140,6 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,-3.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22526 - uid: 28660 components: - type: Transform @@ -210837,9 +210310,6 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,57.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25791 - proto: ReinforcedGirder entities: - uid: 20385 @@ -218535,67 +218005,43 @@ entities: - type: Transform pos: -56.5,4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22190 - uid: 8646 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22190 - uid: 9946 components: - type: Transform pos: 12.5,-17.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23611 - uid: 10714 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9785 - uid: 10858 components: - type: Transform pos: 39.5,-68.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9785 - uid: 10895 components: - type: Transform pos: 41.5,-68.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9785 - uid: 13244 components: - type: Transform pos: 10.5,-6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9246 - uid: 14469 components: - type: Transform pos: 15.5,-3.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9246 - uid: 14664 components: - type: MetaData @@ -218603,181 +218049,115 @@ entities: - type: Transform pos: -38.5,55.5 parent: 13307 - - type: DeviceLinkSink - links: - - 25376 - uid: 15262 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 13565 - uid: 15353 components: - type: Transform pos: -21.5,-15.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28449 - - 3898 - uid: 15542 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22190 - uid: 15543 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,11.5 parent: 13307 - - type: DeviceLinkSink - links: - - 13565 - uid: 15836 components: - type: Transform pos: -21.5,-16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 28449 - - 3898 - uid: 16122 components: - type: Transform pos: -57.5,4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 22190 - uid: 17594 components: - type: Transform pos: -24.5,42.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32014 - uid: 18805 components: - type: Transform pos: 14.5,-17.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23611 - uid: 26550 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15961 - uid: 26787 components: - type: Transform pos: 11.5,-6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 9246 - uid: 28840 components: - type: Transform pos: 13.5,-17.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23611 - uid: 32802 components: - type: Transform pos: -33.5,-73.5 parent: 13307 - - type: DeviceLinkSink - links: - - 652 - uid: 33793 components: - type: Transform pos: -34.5,-73.5 parent: 13307 - - type: DeviceLinkSink - links: - - 17994 - - 652 - uid: 38534 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37249 - uid: 38535 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37249 - uid: 38536 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37249 - uid: 42190 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-40.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37249 - uid: 42191 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-37.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37249 - uid: 42613 components: - type: Transform pos: -19.5,-44.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15961 - uid: 42614 components: - type: Transform pos: -17.5,-44.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15961 - proto: ShuttersNormalOpen entities: - uid: 1852 @@ -218785,1375 +218165,880 @@ entities: - type: Transform pos: 0.5,-62.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37176 - uid: 3559 components: - type: Transform pos: 36.5,7.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23607 - uid: 4071 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-37.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26842 - uid: 4148 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-38.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26842 - uid: 4205 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 6596 components: - type: Transform pos: 35.5,7.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23607 - uid: 7486 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-0.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32722 - uid: 7543 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,1.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32722 - uid: 8701 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26842 - uid: 9120 components: - type: Transform pos: 37.5,7.5 parent: 13307 - - type: DeviceLinkSink - links: - - 23607 - uid: 9203 components: - type: Transform pos: -16.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42612 - uid: 9204 components: - type: Transform pos: -16.5,10.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42612 - uid: 9245 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26842 - uid: 9260 components: - type: Transform pos: -16.5,-0.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15960 - uid: 9261 components: - type: Transform pos: -16.5,4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 16788 - uid: 9428 components: - type: Transform pos: -16.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42612 - uid: 9873 components: - type: Transform pos: 36.5,3.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37251 - uid: 11899 components: - type: Transform pos: -27.5,38.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 12250 components: - type: Transform pos: 34.5,3.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37251 - uid: 12412 components: - type: Transform pos: 24.5,39.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 12947 components: - type: Transform pos: 2.5,-46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 2689 - uid: 13250 components: - type: Transform pos: 14.5,50.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31107 - - 32893 - uid: 13320 components: - type: Transform pos: -8.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 13363 components: - type: Transform pos: 22.5,-41.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 13509 components: - type: Transform pos: 25.5,-42.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 13521 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,35.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 13661 components: - type: Transform pos: 25.5,-44.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 13773 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,37.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 13897 components: - type: Transform pos: -1.5,-56.5 parent: 13307 - - type: DeviceLinkSink - links: - - 16631 - uid: 14540 components: - type: Transform pos: -10.5,-34.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 14649 components: - type: Transform pos: -27.5,35.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 14718 components: - type: Transform pos: 4.5,-12.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18621 - uid: 14772 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-14.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18621 - uid: 14906 components: - type: Transform pos: -27.5,32.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 15073 components: - type: Transform pos: 40.5,24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 15097 components: - type: Transform pos: -27.5,33.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 15245 components: - type: Transform pos: 19.5,-44.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 15331 components: - type: Transform pos: -10.5,-33.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 15561 components: - type: Transform pos: 23.5,38.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 15574 components: - type: Transform pos: 14.5,49.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31107 - - 32893 - uid: 15623 components: - type: Transform pos: 23.5,35.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 15873 components: - type: Transform pos: 25.5,39.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 16147 components: - type: Transform pos: 23.5,34.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 16422 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-13.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14772 - - 18621 - uid: 16819 components: - type: Transform pos: 3.5,-12.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18621 - uid: 16940 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21638 - uid: 18664 components: - type: Transform pos: 2.5,-34.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36279 - uid: 19431 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,41.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21638 - uid: 19909 components: - type: Transform pos: 18.5,-47.5 parent: 13307 - - type: DeviceLinkSink - links: - - 4444 - uid: 20059 components: - type: Transform pos: 27.5,33.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 20552 components: - type: Transform pos: 0.5,-56.5 parent: 13307 - - type: DeviceLinkSink - links: - - 16631 - uid: 21044 components: - type: Transform pos: -4.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15617 - uid: 21387 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,42.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21638 - uid: 21669 components: - type: Transform pos: 24.5,33.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 22659 components: - type: Transform pos: -17.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21433 - uid: 22660 components: - type: Transform pos: -16.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21433 - uid: 22690 components: - type: Transform pos: -3.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15617 - uid: 22745 components: - type: Transform pos: -1.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15617 - uid: 23008 components: - type: Transform pos: -2.5,-29.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 23420 components: - type: Transform pos: 1.5,-31.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36279 - uid: 23526 components: - type: Transform pos: 1.5,-29.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36279 - uid: 23853 components: - type: Transform pos: 4.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36278 - uid: 23854 components: - type: Transform pos: 2.5,-33.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36279 - uid: 24754 components: - type: Transform pos: -2.5,-31.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 25274 components: - type: Transform pos: -10.5,-35.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 25368 components: - type: Transform pos: -28.5,38.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 25520 components: - type: Transform pos: -1.5,-62.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37176 - uid: 25523 components: - type: Transform pos: 39.5,10.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42577 - uid: 25599 components: - type: Transform pos: 23.5,37.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27983 - uid: 26804 components: - type: Transform pos: -4.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 27049 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 27079 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-5.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 27149 components: - type: Transform pos: -18.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21433 - uid: 27151 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-3.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 27206 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-2.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 27248 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-0.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 27263 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,0.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 27332 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,1.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 27681 components: - type: Transform pos: -27.5,34.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 27957 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,2.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8559 - uid: 28022 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26842 - uid: 28223 components: - type: Transform pos: -2.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15617 - uid: 28608 components: - type: Transform pos: 15.5,-44.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42610 - uid: 28630 components: - type: Transform pos: 15.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42610 - uid: 28671 components: - type: Transform pos: 15.5,-46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42610 - uid: 28716 components: - type: Transform pos: -5.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 28871 components: - type: Transform pos: 21.5,-41.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 28932 components: - type: Transform pos: 5.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36278 - uid: 29231 components: - type: Transform pos: -19.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21433 - uid: 29267 components: - type: Transform pos: 19.5,-46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 29356 components: - type: Transform pos: 19.5,-42.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 29851 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,19.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 29858 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,22.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 29918 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 29944 components: - type: Transform pos: 57.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 30030 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,18.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 30407 components: - type: Transform pos: 56.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 30467 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 30506 components: - type: Transform pos: -16.5,-82.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31732 - uid: 30532 components: - type: Transform pos: -20.5,-82.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32510 - uid: 30536 components: - type: Transform pos: -22.5,-82.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32510 - uid: 30542 components: - type: Transform pos: -14.5,-82.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31732 - uid: 30674 components: - type: Transform pos: -13.5,-82.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31732 - uid: 30808 components: - type: Transform pos: -0.5,-56.5 parent: 13307 - - type: DeviceLinkSink - links: - - 16631 - uid: 30816 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 30817 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,20.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 30818 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,19.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 30819 components: - type: Transform pos: 42.5,24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 30833 components: - type: Transform pos: -0.5,-62.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37176 - uid: 30882 components: - type: Transform pos: 25.5,-46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 31246 components: - type: Transform pos: 6.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36278 - uid: 31371 components: - type: Transform pos: 55.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 31417 components: - type: Transform pos: -21.5,-82.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32510 - uid: 31582 components: - type: Transform pos: 51.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 31747 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 31827 components: - type: Transform pos: 8.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36278 - uid: 31828 components: - type: Transform pos: 2.5,-35.5 parent: 13307 - - type: DeviceLinkSink - links: - - 36279 - uid: 31830 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 31832 components: - type: Transform pos: 41.5,24.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 31833 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,16.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 31834 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,19.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 31854 components: - type: Transform pos: -27.5,36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 31877 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,20.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 31937 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,20.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 31953 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 32166 components: - type: Transform pos: -15.5,-82.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31732 - uid: 32516 components: - type: Transform pos: 50.5,30.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31480 - uid: 32599 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 31440 - uid: 32905 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-51.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14502 - uid: 32952 components: - type: Transform pos: -6.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 32960 components: - type: Transform pos: 23.5,-41.5 parent: 13307 - - type: DeviceLinkSink - links: - - 5663 - uid: 33063 components: - type: Transform pos: -3.5,-35.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 33447 components: - type: Transform pos: 2.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 2689 - uid: 33513 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-52.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14502 - uid: 33856 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-42.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26842 - uid: 33944 components: - type: Transform pos: 16.5,-47.5 parent: 13307 - - type: DeviceLinkSink - links: - - 4444 - uid: 34148 components: - type: Transform pos: -5.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15617 - uid: 34519 components: - type: Transform pos: -20.5,66.5 parent: 13307 - - type: DeviceLinkSink - links: - - 21433 - uid: 34659 components: - type: Transform pos: -3.5,-34.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 34786 components: - type: Transform pos: -3.5,-33.5 parent: 13307 - - type: DeviceLinkSink - links: - - 11263 - uid: 34919 components: - type: Transform pos: -27.5,37.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42617 - uid: 35473 components: - type: Transform pos: 39.5,2.5 parent: 13307 - - type: DeviceLinkSink - links: - - 27435 - uid: 35673 components: - type: Transform pos: 45.5,1.5 parent: 13307 - - type: DeviceLinkSink - links: - - 24432 - uid: 37214 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-50.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14502 - uid: 37252 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-48.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14502 - uid: 37285 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-47.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14502 - uid: 37346 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-46.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14502 - uid: 37583 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15231 - uid: 37742 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,20.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37748 - uid: 37743 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37748 - uid: 37744 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,19.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37748 - uid: 37745 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,21.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37748 - uid: 37746 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,19.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37748 - uid: 38665 components: - type: Transform pos: 61.5,-1.5 parent: 13307 - - type: DeviceLinkSink - links: - - 38667 - uid: 38666 components: - type: Transform pos: 60.5,-1.5 parent: 13307 - - type: DeviceLinkSink - links: - - 38667 - uid: 39082 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 38667 - uid: 39083 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-6.5 parent: 13307 - - type: DeviceLinkSink - links: - - 38667 - uid: 41501 components: - type: Transform pos: 79.5,2.5 parent: 13307 - - type: DeviceLinkSink - links: - - 41503 - uid: 41502 components: - type: Transform pos: 79.5,4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 41503 - uid: 42609 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-36.5 parent: 13307 - - type: DeviceLinkSink - links: - - 26842 - uid: 42620 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15231 - uid: 42621 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15231 - uid: 42622 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15231 - uid: 42623 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-45.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15231 - proto: ShuttersRadiation entities: - uid: 9788 @@ -220161,25 +219046,16 @@ entities: - type: Transform pos: -71.5,-4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8506 - uid: 10216 components: - type: Transform pos: -69.5,-4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8506 - uid: 10253 components: - type: Transform pos: -67.5,-4.5 parent: 13307 - - type: DeviceLinkSink - links: - - 8506 - proto: ShuttersRadiationOpen entities: - uid: 272 @@ -220187,153 +219063,99 @@ entities: - type: Transform pos: -69.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42616 - uid: 9861 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,49.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 10639 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,51.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 11805 components: - type: Transform pos: -48.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 12761 components: - type: Transform pos: -46.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 13153 components: - type: Transform pos: -49.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 13481 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,7.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18152 - uid: 14740 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,47.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 14836 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,5.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42616 - uid: 14900 components: - type: Transform pos: -56.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 15312 components: - type: Transform pos: -54.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 15516 components: - type: Transform pos: -52.5,43.5 parent: 13307 - - type: DeviceLinkSink - links: - - 15030 - uid: 17839 components: - type: Transform pos: -73.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42616 - uid: 18151 components: - type: Transform pos: -72.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42616 - uid: 18987 components: - type: Transform pos: -70.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42616 - uid: 21297 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,7.5 parent: 13307 - - type: DeviceLinkSink - links: - - 42616 - uid: 23478 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,5.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18152 - uid: 25068 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 18152 - proto: ShuttersWindowOpen entities: - uid: 35318 @@ -220341,17 +219163,11 @@ entities: - type: Transform pos: 45.5,9.5 parent: 13307 - - type: DeviceLinkSink - links: - - 24408 - uid: 35324 components: - type: Transform pos: 45.5,13.5 parent: 13307 - - type: DeviceLinkSink - links: - - 24312 - proto: ShuttleGunPerforatorCircuitboard entities: - uid: 40021 @@ -221383,12 +220199,10 @@ entities: parent: 13307 - type: DeviceLinkSource linkedPorts: - 18748: [] 37745: - Pressed: Toggle 37746: - Pressed: Toggle - 5804: [] 37743: - Pressed: Toggle 37742: @@ -226217,11 +225031,34 @@ entities: - type: Transform pos: 6.5,-75.5 parent: 13307 - - uid: 38511 +- proto: SpawnPointSeniorEngineer + entities: + - uid: 37766 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 13307 +- proto: SpawnPointSeniorOfficer + entities: + - uid: 37765 components: - type: Transform pos: 57.5,15.5 parent: 13307 +- proto: SpawnPointSeniorPhysician + entities: + - uid: 37769 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 13307 +- proto: SpawnPointSeniorResearcher + entities: + - uid: 37771 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 13307 - proto: SpawnPointServiceWorker entities: - uid: 16999 @@ -271676,9 +270513,6 @@ entities: rot: 3.141592653589793 rad pos: 16.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 13198 - uid: 11651 components: - type: Transform @@ -271708,9 +270542,6 @@ entities: rot: 3.141592653589793 rad pos: 18.5,-28.5 parent: 13307 - - type: DeviceLinkSink - links: - - 37036 - uid: 37034 components: - type: Transform @@ -271844,9 +270675,6 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,12.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32998 - uid: 3696 components: - type: Transform @@ -271871,9 +270699,6 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,8.5 parent: 13307 - - type: DeviceLinkSink - links: - - 32976 - uid: 6544 components: - type: Transform @@ -271885,9 +270710,6 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,0.5 parent: 13307 - - type: DeviceLinkSink - links: - - 14842 - uid: 9335 components: - type: Transform @@ -271976,7 +270798,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -6880.1567 + secondsUntilStateChange: -6941.34 state: Opening - uid: 38432 components: diff --git a/Resources/Maps/_Sunrise/Station/fland.yml b/Resources/Maps/_Sunrise/Station/fland.yml index c85afc7b285..4a5d74634b3 100644 --- a/Resources/Maps/_Sunrise/Station/fland.yml +++ b/Resources/Maps/_Sunrise/Station/fland.yml @@ -17781,9 +17781,6 @@ entities: - type: Transform pos: 23.5,0.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9359 - type: DeviceLinkSource linkedPorts: 9359: @@ -17793,9 +17790,6 @@ entities: - type: Transform pos: 25.5,0.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9358 - type: DeviceLinkSource linkedPorts: 9358: @@ -17805,9 +17799,6 @@ entities: - type: Transform pos: 25.5,4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9357 - type: DeviceLinkSource linkedPorts: 9357: @@ -17817,9 +17808,6 @@ entities: - type: Transform pos: 23.5,4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9356 - type: DeviceLinkSource linkedPorts: 9356: @@ -17839,9 +17827,6 @@ entities: - type: Transform pos: 23.5,28.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9410 - type: DeviceLinkSource linkedPorts: 9410: @@ -17851,9 +17836,6 @@ entities: - type: Transform pos: 23.5,31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9409 - type: DeviceLinkSource linkedPorts: 9409: @@ -17863,9 +17845,6 @@ entities: - type: Transform pos: 25.5,31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9412 - type: DeviceLinkSource linkedPorts: 9412: @@ -17875,9 +17854,6 @@ entities: - type: Transform pos: 25.5,28.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9411 - type: DeviceLinkSource linkedPorts: 9411: @@ -18817,9 +18793,6 @@ entities: - type: Transform pos: -41.5,-1.5 parent: 13329 - - type: DeviceLinkSink - links: - - 3000 - type: DeviceLinkSource linkedPorts: 3000: @@ -18829,9 +18802,6 @@ entities: - type: Transform pos: -41.5,-4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 2999 - type: DeviceLinkSource linkedPorts: 2999: @@ -18841,9 +18811,6 @@ entities: - type: Transform pos: -16.5,-27.5 parent: 13329 - - type: DeviceLinkSink - links: - - 3743 - type: DeviceLinkSource linkedPorts: 3743: @@ -18853,9 +18820,6 @@ entities: - type: Transform pos: -22.5,-31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 13618 - type: DeviceLinkSource linkedPorts: 13618: @@ -18865,9 +18829,6 @@ entities: - type: Transform pos: -22.5,-28.5 parent: 13329 - - type: DeviceLinkSink - links: - - 3749 - type: DeviceLinkSource linkedPorts: 3749: @@ -19023,9 +18984,6 @@ entities: linkedPorts: 3748: - DoorStatus: Close - - type: DeviceLinkSink - links: - - 3748 - uid: 10108 components: - type: Transform @@ -21180,13 +21138,6 @@ entities: - type: Transform pos: 86.5,5.5 parent: 13329 -- proto: AmeJar - entities: - - uid: 27877 - components: - - type: Transform - pos: 84.584206,5.5199265 - parent: 13329 - proto: AnomalyScanner entities: - uid: 19980 @@ -29339,6 +29290,26 @@ entities: - type: Transform pos: 66.5,-51.5 parent: 13329 + - uid: 34950 + components: + - type: Transform + pos: 9.5,50.5 + parent: 13329 + - uid: 35001 + components: + - type: Transform + pos: 12.5,51.5 + parent: 13329 + - uid: 35002 + components: + - type: Transform + pos: 14.5,51.5 + parent: 13329 + - uid: 35003 + components: + - type: Transform + pos: 15.5,50.5 + parent: 13329 - proto: BedsheetPurple entities: - uid: 34638 @@ -29525,129 +29496,81 @@ entities: - type: Transform pos: 22.5,10.5 parent: 13329 - - type: DeviceLinkSink - links: - - 8645 - uid: 8642 components: - type: Transform pos: 22.5,11.5 parent: 13329 - - type: DeviceLinkSink - links: - - 8645 - uid: 11541 components: - type: Transform pos: 1.5,-34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11543 - uid: 11542 components: - type: Transform pos: 1.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11543 - uid: 15301 components: - type: Transform pos: 60.5,-31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 15398 - uid: 15302 components: - type: Transform pos: 61.5,-31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 15398 - uid: 15303 components: - type: Transform pos: 62.5,-31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 15398 - uid: 20428 components: - type: Transform pos: 99.5,-25.5 parent: 13329 - - type: DeviceLinkSink - links: - - 20586 - uid: 20471 components: - type: Transform pos: 99.5,-26.5 parent: 13329 - - type: DeviceLinkSink - links: - - 20586 - uid: 20588 components: - type: Transform pos: 94.5,-26.5 parent: 13329 - - type: DeviceLinkSink - links: - - 20585 - uid: 20589 components: - type: Transform pos: 99.5,-27.5 parent: 13329 - - type: DeviceLinkSink - links: - - 20586 - uid: 25540 components: - type: Transform pos: 92.5,-13.5 parent: 13329 - - type: DeviceLinkSink - links: - - 25543 - uid: 25541 components: - type: Transform pos: 93.5,-13.5 parent: 13329 - - type: DeviceLinkSink - links: - - 25543 - uid: 25542 components: - type: Transform pos: 94.5,-13.5 parent: 13329 - - type: DeviceLinkSink - links: - - 25543 - uid: 26442 components: - type: Transform pos: 108.5,-36.5 parent: 13329 - - type: DeviceLinkSink - links: - - 26443 - uid: 34659 components: - type: Transform pos: 129.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 32424 - proto: BlastDoorOpen entities: - uid: 1975 @@ -29655,89 +29578,56 @@ entities: - type: Transform pos: -10.5,-2.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1976 - uid: 9400 components: - type: Transform pos: 52.5,20.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9399 - uid: 9401 components: - type: Transform pos: 52.5,21.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9399 - uid: 9403 components: - type: Transform pos: 52.5,22.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9399 - uid: 9404 components: - type: Transform pos: 52.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9399 - uid: 9405 components: - type: Transform pos: 52.5,24.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9399 - uid: 14605 components: - type: Transform pos: 45.5,-19.5 parent: 13329 - - type: DeviceLinkSink - links: - - 14608 - uid: 14606 components: - type: Transform pos: 46.5,-19.5 parent: 13329 - - type: DeviceLinkSink - links: - - 14608 - uid: 14607 components: - type: Transform pos: 47.5,-19.5 parent: 13329 - - type: DeviceLinkSink - links: - - 14608 - uid: 24021 components: - type: Transform pos: 64.5,-13.5 parent: 13329 - - type: DeviceLinkSink - links: - - 24020 - uid: 24022 components: - type: Transform pos: 63.5,-13.5 parent: 13329 - - type: DeviceLinkSink - links: - - 24020 - uid: 29875 components: - type: Transform @@ -29758,33 +29648,21 @@ entities: - type: Transform pos: 71.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 31488 - uid: 31485 components: - type: Transform pos: 72.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 31488 - uid: 31486 components: - type: Transform pos: 73.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 31488 - uid: 31487 components: - type: Transform pos: 74.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 31488 - proto: BlockGameArcade entities: - uid: 1076 @@ -94905,7 +94783,7 @@ entities: - type: Transform pos: -9.515972,-16.273252 parent: 13329 -- proto: ClothingOuterCoatInspector +- proto: ClothingOuterCoatDetectiveLoadout entities: - uid: 31694 components: @@ -96796,372 +96674,246 @@ entities: - type: Transform pos: 7.5,-15.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11497 - uid: 11496 components: - type: Transform pos: 7.5,-14.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11497 - uid: 11518 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11519 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11520 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11521 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11522 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11523 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11524 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11525 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11526 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11527 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11528 components: - type: Transform pos: 10.5,-37.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11529 components: - type: Transform pos: 10.5,-36.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11530 components: - type: Transform pos: 10.5,-35.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11531 components: - type: Transform pos: 10.5,-34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11532 components: - type: Transform pos: 10.5,-33.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11550 - uid: 11533 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11534 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11535 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11536 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11537 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11538 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-33.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11539 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-32.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11540 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11551 - uid: 11827 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11835 - uid: 11828 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11835 - uid: 11829 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11835 - uid: 11830 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 11835 - uid: 27053 components: - type: Transform rot: 1.5707963267948966 rad pos: 130.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27054 components: - type: Transform rot: 1.5707963267948966 rad pos: 129.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27055 components: - type: Transform rot: 1.5707963267948966 rad pos: 125.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27056 components: - type: Transform rot: 1.5707963267948966 rad pos: 124.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27057 components: - type: Transform rot: 1.5707963267948966 rad pos: 123.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27058 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27059 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-7.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27060 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-6.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27061 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-5.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27062 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27063 components: - type: Transform rot: 1.5707963267948966 rad pos: 126.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 27064 components: - type: Transform rot: 1.5707963267948966 rad pos: 127.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - uid: 34655 components: - type: Transform rot: 1.5707963267948966 rad pos: 131.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27080 - proto: CrateAirlockKit entities: - uid: 13122 @@ -97396,6 +97148,11 @@ entities: - 0 - 0 - 0 + - uid: 35094 + components: + - type: Transform + pos: 83.5,5.5 + parent: 13329 - proto: CrateEngineeringAMEShielding entities: - uid: 23455 @@ -97421,6 +97178,11 @@ entities: - 0 - 0 - 0 + - uid: 27877 + components: + - type: Transform + pos: 84.5,5.5 + parent: 13329 - proto: CrateEngineeringCableBulk entities: - uid: 26562 @@ -161505,6 +161267,20 @@ entities: - type: Transform pos: -21.5,21.5 parent: 13329 + - type: ContainerContainer + containers: + tape: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] - proto: KitchenKnife entities: - uid: 4792 @@ -164584,6 +164360,16 @@ entities: - type: Transform pos: 15.5,55.5 parent: 13329 + - uid: 34951 + components: + - type: Transform + pos: 12.5,51.5 + parent: 13329 + - uid: 35000 + components: + - type: Transform + pos: 14.5,51.5 + parent: 13329 - proto: MedicalScanner entities: - uid: 26066 @@ -173791,11 +173577,6 @@ entities: - type: Transform pos: 78.5,3.5 parent: 13329 - - uid: 27878 - components: - - type: Transform - pos: 84.5,5.5 - parent: 13329 - uid: 28147 components: - type: Transform @@ -176776,9 +176557,6 @@ entities: rot: 1.5707963267948966 rad pos: 128.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 27081 - proto: ReinforcedPlasmaWindow entities: - uid: 5633 @@ -181706,17 +181484,11 @@ entities: - type: Transform pos: 3.5,7.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1494 - uid: 1493 components: - type: Transform pos: 4.5,7.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1494 - uid: 9595 components: - type: Transform @@ -181734,43 +181506,28 @@ entities: - type: Transform pos: -1.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9777 - uid: 9775 components: - type: Transform pos: -0.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9777 - uid: 9776 components: - type: Transform pos: 0.5,-8.5 parent: 13329 - - type: DeviceLinkSink - links: - - 9777 - uid: 15304 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-20.5 parent: 13329 - - type: DeviceLinkSink - links: - - 15306 - uid: 15305 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-19.5 parent: 13329 - - type: DeviceLinkSink - links: - - 15306 - proto: ShuttersNormalOpen entities: - uid: 921 @@ -181778,280 +181535,181 @@ entities: - type: Transform pos: -18.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 940 - uid: 922 components: - type: Transform pos: -17.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 940 - uid: 923 components: - type: Transform pos: -16.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 940 - uid: 924 components: - type: Transform pos: -15.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 940 - uid: 925 components: - type: Transform pos: -14.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 940 - uid: 926 components: - type: Transform pos: -13.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 940 - uid: 927 components: - type: Transform pos: -8.5,16.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1073 - uid: 928 components: - type: Transform pos: -4.5,16.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1073 - uid: 929 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,18.5 parent: 13329 - - type: DeviceLinkSink - links: - - 939 - uid: 930 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,19.5 parent: 13329 - - type: DeviceLinkSink - links: - - 939 - uid: 931 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,20.5 parent: 13329 - - type: DeviceLinkSink - links: - - 939 - uid: 932 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,21.5 parent: 13329 - - type: DeviceLinkSink - links: - - 939 - uid: 933 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,22.5 parent: 13329 - - type: DeviceLinkSink - links: - - 939 - uid: 934 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,18.5 parent: 13329 - - type: DeviceLinkSink - links: - - 938 - uid: 935 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,19.5 parent: 13329 - - type: DeviceLinkSink - links: - - 938 - uid: 936 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,20.5 parent: 13329 - - type: DeviceLinkSink - links: - - 938 - uid: 937 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,21.5 parent: 13329 - - type: DeviceLinkSink - links: - - 938 - uid: 1072 components: - type: Transform pos: -11.5,23.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1073 - uid: 1311 components: - type: Transform pos: -2.5,34.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1317 - uid: 1312 components: - type: Transform pos: -2.5,35.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1317 - uid: 1313 components: - type: Transform pos: -2.5,36.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1317 - uid: 1314 components: - type: Transform pos: -2.5,39.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1317 - uid: 1315 components: - type: Transform pos: -8.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1317 - uid: 1316 components: - type: Transform pos: -11.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1317 - uid: 1432 components: - type: Transform pos: -12.5,25.5 parent: 13329 - - type: DeviceLinkSink - links: - - 1431 - uid: 4518 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4523 - uid: 4519 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,39.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4523 - uid: 4520 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,40.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4523 - uid: 4521 components: - type: Transform pos: -22.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4523 - uid: 4522 components: - type: Transform pos: -21.5,43.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4523 - uid: 4748 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,30.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4751 - uid: 4749 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,31.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4751 - uid: 4750 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,32.5 parent: 13329 - - type: DeviceLinkSink - links: - - 4751 - uid: 9389 components: - type: Transform @@ -182107,186 +181765,120 @@ entities: - type: Transform pos: 42.5,16.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10587 - uid: 10589 components: - type: Transform pos: 45.5,16.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10587 - uid: 10590 components: - type: Transform pos: 47.5,16.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10587 - uid: 10591 components: - type: Transform pos: 50.5,16.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10587 - uid: 10879 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10877 - uid: 10880 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10877 - uid: 10881 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,0.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10877 - uid: 10882 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,2.5 parent: 13329 - - type: DeviceLinkSink - links: - - 33581 - uid: 10883 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 33581 - uid: 10884 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 33581 - uid: 18460 components: - type: Transform pos: 18.5,35.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18461 components: - type: Transform pos: 20.5,35.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18462 components: - type: Transform pos: 22.5,35.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18463 components: - type: Transform pos: 24.5,35.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18498 components: - type: Transform pos: 20.5,42.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18499 components: - type: Transform pos: 21.5,42.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18500 components: - type: Transform pos: 22.5,42.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18501 components: - type: Transform pos: 24.5,42.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18502 components: - type: Transform pos: 25.5,42.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18503 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,36.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18504 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,37.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18505 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,38.5 parent: 13329 - - type: DeviceLinkSink - links: - - 18464 - uid: 18758 components: - type: Transform @@ -182319,17 +181911,11 @@ entities: - type: Transform pos: 65.5,41.5 parent: 13329 - - type: DeviceLinkSink - links: - - 31552 - uid: 31551 components: - type: Transform pos: 56.5,42.5 parent: 13329 - - type: DeviceLinkSink - links: - - 31552 - proto: ShuttersRadiationOpen entities: - uid: 25901 @@ -182337,158 +181923,101 @@ entities: - type: Transform pos: 94.5,-9.5 parent: 13329 - - type: DeviceLinkSink - links: - - 25903 - uid: 25902 components: - type: Transform pos: 94.5,-1.5 parent: 13329 - - type: DeviceLinkSink - links: - - 25904 - uid: 34676 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-7.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34695 - uid: 34677 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-6.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34695 - uid: 34678 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-5.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34695 - uid: 34679 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34695 - uid: 34680 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34695 - uid: 34681 components: - type: Transform pos: 110.5,3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34692 - uid: 34682 components: - type: Transform pos: 109.5,3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34692 - uid: 34683 components: - type: Transform pos: 108.5,3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34692 - uid: 34684 components: - type: Transform pos: 107.5,3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34692 - uid: 34685 components: - type: Transform pos: 106.5,3.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34692 - uid: 34686 components: - type: Transform pos: 110.5,-14.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34691 - uid: 34687 components: - type: Transform pos: 109.5,-14.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34691 - uid: 34688 components: - type: Transform pos: 108.5,-14.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34691 - uid: 34689 components: - type: Transform pos: 107.5,-14.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34691 - uid: 34690 components: - type: Transform pos: 106.5,-14.5 parent: 13329 - - type: DeviceLinkSink - links: - - 34691 - uid: 35310 components: - type: Transform pos: 96.5,-0.5 parent: 13329 - - type: DeviceLinkSink - links: - - 35312 - uid: 35311 components: - type: Transform pos: 99.5,-0.5 parent: 13329 - - type: DeviceLinkSink - links: - - 35312 - proto: ShuttleConsoleCircuitboard entities: - uid: 13064 @@ -188203,6 +187732,34 @@ entities: - type: Transform pos: 35.5,13.5 parent: 13329 +- proto: SpawnPointSeniorEngineer + entities: + - uid: 35093 + components: + - type: Transform + pos: 90.5,-0.5 + parent: 13329 +- proto: SpawnPointSeniorOfficer + entities: + - uid: 35092 + components: + - type: Transform + pos: 31.5,18.5 + parent: 13329 +- proto: SpawnPointSeniorPhysician + entities: + - uid: 27878 + components: + - type: Transform + pos: 12.5,48.5 + parent: 13329 +- proto: SpawnPointSeniorResearcher + entities: + - uid: 35004 + components: + - type: Transform + pos: 43.5,-32.5 + parent: 13329 - proto: SpawnPointServiceWorker entities: - uid: 1798 @@ -193527,6 +193084,11 @@ entities: - type: Transform pos: 23.5,65.5 parent: 13329 + - uid: 34949 + components: + - type: Transform + pos: 11.5,51.5 + parent: 13329 - proto: TablePlasmaGlass entities: - uid: 12166 @@ -196920,6 +196482,20 @@ entities: - type: Transform pos: 33.5,42.5 parent: 13329 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + mixer: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: VendingBarDrobe entities: - uid: 1186 @@ -222077,9 +221653,6 @@ entities: rot: 3.141592653589793 rad pos: 28.5,4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10576 - uid: 9334 components: - type: MetaData @@ -222088,9 +221661,6 @@ entities: rot: 3.141592653589793 rad pos: 31.5,4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10583 - uid: 9335 components: - type: MetaData @@ -222099,9 +221669,6 @@ entities: rot: 3.141592653589793 rad pos: 34.5,4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10586 - uid: 9336 components: - type: MetaData @@ -222110,9 +221677,6 @@ entities: rot: 3.141592653589793 rad pos: 37.5,4.5 parent: 13329 - - type: DeviceLinkSink - links: - - 10578 - uid: 9423 components: - type: Transform diff --git a/Resources/Maps/_Sunrise/Station/marathon.yml b/Resources/Maps/_Sunrise/Station/marathon.yml index 9dd74faf909..c346d081bd3 100644 --- a/Resources/Maps/_Sunrise/Station/marathon.yml +++ b/Resources/Maps/_Sunrise/Station/marathon.yml @@ -9870,9 +9870,6 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-58.5 parent: 30 - - type: DeviceLinkSink - links: - - 22632 - type: DeviceLinkSource linkedPorts: 22632: @@ -9883,9 +9880,6 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-58.5 parent: 30 - - type: DeviceLinkSink - links: - - 22631 - type: DeviceLinkSource linkedPorts: 22631: @@ -9970,9 +9964,6 @@ entities: - type: Transform pos: 34.5,-15.5 parent: 30 - - type: DeviceLinkSink - links: - - 11800 - type: DeviceLinkSource linkedPorts: 11800: @@ -9982,9 +9973,6 @@ entities: - type: Transform pos: 34.5,-12.5 parent: 30 - - type: DeviceLinkSink - links: - - 11658 - type: DeviceLinkSource linkedPorts: 11658: @@ -10014,9 +10002,6 @@ entities: - type: Transform pos: -17.5,-52.5 parent: 30 - - type: DeviceLinkSink - links: - - 10136 - type: DeviceLinkSource linkedPorts: 10136: @@ -10026,9 +10011,6 @@ entities: - type: Transform pos: -17.5,-49.5 parent: 30 - - type: DeviceLinkSink - links: - - 10135 - type: DeviceLinkSource linkedPorts: 10135: @@ -10038,9 +10020,6 @@ entities: - type: Transform pos: -0.5,60.5 parent: 30 - - type: DeviceLinkSink - links: - - 20060 - type: DeviceLinkSource linkedPorts: 20060: @@ -10050,9 +10029,6 @@ entities: - type: Transform pos: -0.5,62.5 parent: 30 - - type: DeviceLinkSink - links: - - 20059 - type: DeviceLinkSource linkedPorts: 20059: @@ -10069,9 +10045,6 @@ entities: - type: Transform pos: -0.5,39.5 parent: 30 - - type: DeviceLinkSink - links: - - 5390 - type: DeviceLinkSource linkedPorts: 5390: @@ -10196,9 +10169,6 @@ entities: - type: Transform pos: -0.5,41.5 parent: 30 - - type: DeviceLinkSink - links: - - 5391 - type: DeviceLinkSource linkedPorts: 5391: @@ -10862,7 +10832,7 @@ entities: pos: -27.5,18.5 parent: 30 - type: Door - secondsUntilStateChange: -626.3288 + secondsUntilStateChange: -680.5633 state: Opening - type: DeviceLinkSource lastSignals: @@ -11442,9 +11412,6 @@ entities: - type: Transform pos: -50.5,62.5 parent: 30 - - type: DeviceLinkSink - links: - - 840 - type: DeviceLinkSource linkedPorts: 840: @@ -11537,9 +11504,6 @@ entities: - type: Transform pos: -50.5,59.5 parent: 30 - - type: DeviceLinkSink - links: - - 2312 - type: DeviceLinkSource linkedPorts: 2312: @@ -14242,204 +14206,126 @@ entities: - type: Transform pos: 12.5,40.5 parent: 30 - - type: DeviceLinkSink - links: - - 20398 - uid: 7562 components: - type: Transform pos: -42.5,16.5 parent: 30 - - type: DeviceLinkSink - links: - - 7920 - uid: 7563 components: - type: Transform pos: -43.5,16.5 parent: 30 - - type: DeviceLinkSink - links: - - 7920 - uid: 9068 components: - type: Transform pos: 12.5,-38.5 parent: 30 - - type: DeviceLinkSink - links: - - 8570 - - 9038 - uid: 9404 components: - type: Transform pos: -24.5,-45.5 parent: 30 - - type: DeviceLinkSink - links: - - 8609 - - 8393 - uid: 9405 components: - type: Transform pos: -23.5,-45.5 parent: 30 - - type: DeviceLinkSink - links: - - 8609 - - 8393 - uid: 9825 components: - type: Transform pos: -13.5,-59.5 parent: 30 - - type: DeviceLinkSink - links: - - 8818 - uid: 9826 components: - type: Transform pos: -13.5,-58.5 parent: 30 - - type: DeviceLinkSink - links: - - 8818 - uid: 9827 components: - type: Transform pos: -13.5,-57.5 parent: 30 - - type: DeviceLinkSink - links: - - 8818 - uid: 9828 components: - type: Transform pos: -1.5,-59.5 parent: 30 - - type: DeviceLinkSink - links: - - 8821 - uid: 9829 components: - type: Transform pos: -1.5,-58.5 parent: 30 - - type: DeviceLinkSink - links: - - 8821 - uid: 9830 components: - type: Transform pos: -1.5,-57.5 parent: 30 - - type: DeviceLinkSink - links: - - 8821 - uid: 11659 components: - type: Transform pos: 35.5,-12.5 parent: 30 - - type: DeviceLinkSink - links: - - 11761 - uid: 11682 components: - type: Transform pos: 35.5,-15.5 parent: 30 - - type: DeviceLinkSink - links: - - 11933 - uid: 11923 components: - type: Transform pos: 38.5,-2.5 parent: 30 - - type: DeviceLinkSink - links: - - 8610 - uid: 11995 components: - type: Transform pos: 38.5,-6.5 parent: 30 - - type: DeviceLinkSink - links: - - 8863 - uid: 12059 components: - type: Transform pos: 36.5,-6.5 parent: 30 - - type: DeviceLinkSink - links: - - 8863 - uid: 12099 components: - type: Transform pos: 36.5,-2.5 parent: 30 - - type: DeviceLinkSink - links: - - 8610 - uid: 13347 components: - type: Transform pos: 36.5,14.5 parent: 30 - - type: DeviceLinkSink - links: - - 12915 - uid: 13751 components: - type: Transform pos: 48.5,25.5 parent: 30 - - type: DeviceLinkSink - links: - - 15985 - uid: 14512 components: - type: Transform pos: 48.5,23.5 parent: 30 - - type: DeviceLinkSink - links: - - 15986 - uid: 16228 components: - type: Transform pos: 23.5,24.5 parent: 30 - - type: DeviceLinkSink - links: - - 10289 - uid: 16229 components: - type: Transform pos: 22.5,24.5 parent: 30 - - type: DeviceLinkSink - links: - - 10289 - uid: 16230 components: - type: Transform pos: 21.5,24.5 parent: 30 - - type: DeviceLinkSink - links: - - 10289 - uid: 16773 components: - type: Transform pos: 37.5,14.5 parent: 30 - - type: DeviceLinkSink - links: - - 12915 - proto: BlastDoorOpen entities: - uid: 2189 @@ -14447,151 +14333,97 @@ entities: - type: Transform pos: -37.5,61.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 2313 components: - type: Transform pos: -26.5,58.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 5078 components: - type: Transform pos: -20.5,52.5 parent: 30 - - type: DeviceLinkSink - links: - - 4731 - uid: 5079 components: - type: Transform pos: -20.5,51.5 parent: 30 - - type: DeviceLinkSink - links: - - 4731 - uid: 5822 components: - type: Transform pos: -20.5,50.5 parent: 30 - - type: DeviceLinkSink - links: - - 4731 - uid: 6299 components: - type: Transform pos: -20.5,49.5 parent: 30 - - type: DeviceLinkSink - links: - - 4731 - uid: 9188 components: - type: Transform pos: 5.5,-21.5 parent: 30 - - type: DeviceLinkSink - links: - - 9184 - uid: 9189 components: - type: Transform pos: 6.5,-21.5 parent: 30 - - type: DeviceLinkSink - links: - - 9184 - uid: 9190 components: - type: Transform pos: 7.5,-21.5 parent: 30 - - type: DeviceLinkSink - links: - - 9184 - uid: 15174 components: - type: Transform pos: -20.5,48.5 parent: 30 - - type: DeviceLinkSink - links: - - 4731 - uid: 17473 components: - type: Transform pos: -26.5,59.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 18838 components: - type: Transform pos: -26.5,60.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 18840 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,61.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 20360 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,61.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 20389 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,61.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 20391 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,61.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 20401 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,61.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - uid: 20402 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,61.5 parent: 30 - - type: DeviceLinkSink - links: - - 20432 - proto: BlockGameArcade entities: - uid: 1281 @@ -52495,6 +52327,13 @@ entities: - type: Transform pos: 40.490578,30.452217 parent: 30 +- proto: ClothingOuterCoatDetectiveLoadout + entities: + - uid: 11366 + components: + - type: Transform + pos: 4.503509,-14.329939 + parent: 30 - proto: ClothingOuterCoatGentle entities: - uid: 16947 @@ -52508,13 +52347,6 @@ entities: parent: 19618 - type: Physics canCollide: False -- proto: ClothingOuterCoatInspector - entities: - - uid: 11366 - components: - - type: Transform - pos: 4.503509,-14.329939 - parent: 30 - proto: ClothingOuterCoatJensen entities: - uid: 9233 @@ -53756,242 +53588,158 @@ entities: - type: Transform pos: 35.5,-13.5 parent: 30 - - type: DeviceLinkSink - links: - - 11677 - uid: 8466 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-3.5 parent: 30 - - type: DeviceLinkSink - links: - - 11717 - uid: 8500 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-3.5 parent: 30 - - type: DeviceLinkSink - links: - - 11717 - uid: 8503 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-3.5 parent: 30 - - type: DeviceLinkSink - links: - - 11717 - uid: 11639 components: - type: Transform pos: 35.5,-11.5 parent: 30 - - type: DeviceLinkSink - links: - - 11677 - uid: 11691 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-3.5 parent: 30 - - type: DeviceLinkSink - links: - - 11717 - uid: 11702 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-2.5 parent: 30 - - type: DeviceLinkSink - links: - - 11866 - uid: 11755 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-2.5 parent: 30 - - type: DeviceLinkSink - links: - - 11866 - uid: 11780 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-6.5 parent: 30 - - type: DeviceLinkSink - links: - - 12013 - uid: 11865 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-2.5 parent: 30 - - type: DeviceLinkSink - links: - - 11866 - uid: 11926 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-6.5 parent: 30 - - type: DeviceLinkSink - links: - - 12013 - uid: 11932 components: - type: Transform pos: 35.5,-16.5 parent: 30 - - type: DeviceLinkSink - links: - - 11677 - uid: 11978 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-6.5 parent: 30 - - type: DeviceLinkSink - links: - - 12013 - uid: 11979 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-2.5 parent: 30 - - type: DeviceLinkSink - links: - - 11866 - uid: 12014 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-2.5 parent: 30 - - type: DeviceLinkSink - links: - - 11866 - uid: 12031 components: - type: Transform pos: 35.5,-14.5 parent: 30 - - type: DeviceLinkSink - links: - - 11677 - uid: 12047 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-6.5 parent: 30 - - type: DeviceLinkSink - links: - - 12013 - uid: 12096 components: - type: Transform pos: 35.5,-12.5 parent: 30 - - type: DeviceLinkSink - links: - - 11677 - uid: 12231 components: - type: Transform pos: 35.5,-17.5 parent: 30 - - type: DeviceLinkSink - links: - - 11677 - uid: 14522 components: - type: Transform pos: 48.5,25.5 parent: 30 - - type: DeviceLinkSink - links: - - 15987 - uid: 14523 components: - type: Transform pos: 48.5,24.5 parent: 30 - - type: DeviceLinkSink - links: - - 15987 - uid: 14524 components: - type: Transform pos: 48.5,23.5 parent: 30 - - type: DeviceLinkSink - links: - - 15987 - uid: 14525 components: - type: Transform pos: 48.5,22.5 parent: 30 - - type: DeviceLinkSink - links: - - 15987 - uid: 14526 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,22.5 parent: 30 - - type: DeviceLinkSink - links: - - 15988 - uid: 14527 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,22.5 parent: 30 - - type: DeviceLinkSink - links: - - 15988 - uid: 14528 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,22.5 parent: 30 - - type: DeviceLinkSink - links: - - 15988 - uid: 14529 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,22.5 parent: 30 - - type: DeviceLinkSink - links: - - 15988 - uid: 16126 components: - type: Transform pos: 35.5,-15.5 parent: 30 - - type: DeviceLinkSink - links: - - 11677 - proto: CornSeeds entities: - uid: 2348 @@ -98402,44 +98150,29 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-30.5 parent: 30 - - type: DeviceLinkSink - links: - - 3598 - uid: 864 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-7.5 parent: 30 - - type: DeviceLinkSink - links: - - 3189 - uid: 961 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,16.5 parent: 30 - - type: DeviceLinkSink - links: - - 3115 - uid: 1753 components: - type: Transform pos: -33.5,37.5 parent: 30 - - type: DeviceLinkSink - links: - - 5417 - uid: 7609 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-0.5 parent: 30 - - type: DeviceLinkSink - links: - - 7440 - proto: JetpackBlueFilled entities: - uid: 8311 @@ -100135,9 +99868,6 @@ entities: - type: Transform pos: 36.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 15282 - proto: MachineCentrifuge entities: - uid: 19439 @@ -106180,9 +105910,6 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-22.5 parent: 30 - - type: DeviceLinkSink - links: - - 6992 - uid: 7437 components: - type: Transform @@ -108516,9 +108243,6 @@ entities: rot: 1.5707963267948966 rad pos: 53.5,22.5 parent: 30 - - type: DeviceLinkSink - links: - - 15989 - proto: ReinforcedGirder entities: - uid: 21934 @@ -112751,17 +112475,11 @@ entities: - type: Transform pos: -33.5,8.5 parent: 30 - - type: DeviceLinkSink - links: - - 544 - uid: 543 components: - type: Transform pos: -33.5,7.5 parent: 30 - - type: DeviceLinkSink - links: - - 544 - uid: 5557 components: - type: Transform @@ -112772,91 +112490,51 @@ entities: - type: Transform pos: 23.5,52.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13729 components: - type: Transform pos: 24.5,52.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13730 components: - type: Transform pos: 25.5,52.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13731 components: - type: Transform pos: 26.5,52.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13732 components: - type: Transform pos: 27.5,52.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13733 components: - type: Transform pos: 27.5,54.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13734 components: - type: Transform pos: 26.5,54.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13735 components: - type: Transform pos: 25.5,54.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13736 components: - type: Transform pos: 24.5,54.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - uid: 13737 components: - type: Transform pos: 23.5,54.5 parent: 30 - - type: DeviceLinkSink - links: - - 13741 - - 13742 - proto: ShuttersNormalOpen entities: - uid: 390 @@ -112865,539 +112543,341 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,11.5 parent: 30 - - type: DeviceLinkSink - links: - - 384 - uid: 391 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,9.5 parent: 30 - - type: DeviceLinkSink - links: - - 384 - uid: 392 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,10.5 parent: 30 - - type: DeviceLinkSink - links: - - 384 - uid: 393 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,7.5 parent: 30 - - type: DeviceLinkSink - links: - - 384 - uid: 394 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,8.5 parent: 30 - - type: DeviceLinkSink - links: - - 384 - uid: 395 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,6.5 parent: 30 - - type: DeviceLinkSink - links: - - 384 - uid: 580 components: - type: Transform pos: -3.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 581 components: - type: Transform pos: -2.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 582 components: - type: Transform pos: -1.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 899 components: - type: Transform pos: 29.5,17.5 parent: 30 - - type: DeviceLinkSink - links: - - 7673 - uid: 3176 components: - type: Transform pos: -42.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 3177 components: - type: Transform pos: -40.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 3181 components: - type: Transform pos: -48.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 3182 components: - type: Transform pos: -47.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 3183 components: - type: Transform pos: -46.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 3184 components: - type: Transform pos: -44.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 3185 components: - type: Transform pos: -43.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 3405 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,8.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 4361 components: - type: Transform pos: 5.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 4376 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,7.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 4378 components: - type: Transform pos: 0.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 4438 components: - type: Transform pos: 27.5,17.5 parent: 30 - - type: DeviceLinkSink - links: - - 7673 - uid: 4915 components: - type: Transform pos: 1.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 5698 components: - type: Transform pos: -39.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 5700 components: - type: Transform pos: -38.5,38.5 parent: 30 - - type: DeviceLinkSink - links: - - 3180 - uid: 5733 components: - type: Transform pos: -5.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 5738 components: - type: Transform pos: -14.5,36.5 parent: 30 - - type: DeviceLinkSink - links: - - 20392 - uid: 5741 components: - type: Transform pos: -15.5,36.5 parent: 30 - - type: DeviceLinkSink - links: - - 20392 - uid: 6785 components: - type: Transform pos: -8.5,-5.5 parent: 30 - - type: DeviceLinkSink - links: - - 3204 - uid: 6797 components: - type: Transform pos: -9.5,-5.5 parent: 30 - - type: DeviceLinkSink - links: - - 3204 - uid: 6871 components: - type: Transform pos: -23.5,-17.5 parent: 30 - - type: DeviceLinkSink - links: - - 6869 - uid: 6882 components: - type: Transform pos: -28.5,0.5 parent: 30 - - type: DeviceLinkSink - links: - - 8607 - uid: 6929 components: - type: Transform pos: 4.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 6945 components: - type: Transform pos: -9.5,5.5 parent: 30 - - type: DeviceLinkSink - links: - - 583 - uid: 7164 components: - type: Transform pos: -27.5,-21.5 parent: 30 - - type: DeviceLinkSink - links: - - 6868 - uid: 7829 components: - type: Transform pos: -23.5,-21.5 parent: 30 - - type: DeviceLinkSink - links: - - 6868 - uid: 7876 components: - type: Transform pos: -27.5,-17.5 parent: 30 - - type: DeviceLinkSink - links: - - 6869 - uid: 7971 components: - type: Transform pos: -7.5,-5.5 parent: 30 - - type: DeviceLinkSink - links: - - 3204 - uid: 7972 components: - type: Transform pos: -5.5,-5.5 parent: 30 - - type: DeviceLinkSink - links: - - 3204 - uid: 7991 components: - type: Transform pos: -6.5,-5.5 parent: 30 - - type: DeviceLinkSink - links: - - 3204 - uid: 7992 components: - type: Transform pos: -10.5,-6.5 parent: 30 - - type: DeviceLinkSink - links: - - 3204 - uid: 9238 components: - type: Transform pos: -4.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 20446 - uid: 9239 components: - type: Transform pos: -3.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 20446 - uid: 11002 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,32.5 parent: 30 - - type: DeviceLinkSink - links: - - 11008 - uid: 11006 components: - type: Transform pos: -42.5,34.5 parent: 30 - - type: DeviceLinkSink - links: - - 11008 - uid: 11010 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,31.5 parent: 30 - - type: DeviceLinkSink - links: - - 11008 - uid: 11716 components: - type: Transform pos: 26.5,-0.5 parent: 30 - - type: DeviceLinkSink - links: - - 12029 - uid: 11822 components: - type: Transform pos: 24.5,-0.5 parent: 30 - - type: DeviceLinkSink - links: - - 12029 - uid: 11823 components: - type: Transform pos: 25.5,-0.5 parent: 30 - - type: DeviceLinkSink - links: - - 12029 - uid: 12625 components: - type: Transform pos: -5.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 20446 - uid: 12656 components: - type: Transform pos: 14.5,13.5 parent: 30 - - type: DeviceLinkSink - links: - - 20399 - uid: 12657 components: - type: Transform pos: 13.5,13.5 parent: 30 - - type: DeviceLinkSink - links: - - 20399 - uid: 12810 components: - type: Transform pos: 24.5,15.5 parent: 30 - - type: DeviceLinkSink - links: - - 7673 - uid: 13075 components: - type: Transform pos: 15.5,13.5 parent: 30 - - type: DeviceLinkSink - links: - - 20399 - uid: 14340 components: - type: Transform pos: 27.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 7673 - uid: 14352 components: - type: Transform pos: 28.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 7673 - uid: 14355 components: - type: Transform pos: 26.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 7673 - uid: 20394 components: - type: Transform pos: -3.5,36.5 parent: 30 - - type: DeviceLinkSink - links: - - 20393 - uid: 20395 components: - type: Transform pos: -4.5,36.5 parent: 30 - - type: DeviceLinkSink - links: - - 20393 - uid: 20445 components: - type: Transform pos: -2.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 20446 - uid: 20447 components: - type: Transform pos: 0.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 20446 - uid: 20448 components: - type: Transform pos: -0.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 20446 - uid: 20449 components: - type: Transform pos: -1.5,12.5 parent: 30 - - type: DeviceLinkSink - links: - - 20446 - uid: 21333 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,30.5 parent: 30 - - type: DeviceLinkSink - links: - - 11008 - uid: 21722 components: - type: Transform pos: -0.5,28.5 parent: 30 - - type: DeviceLinkSink - links: - - 21721 - uid: 22424 components: - type: Transform pos: 4.5,28.5 parent: 30 - - type: DeviceLinkSink - links: - - 21721 - proto: ShuttersRadiationOpen entities: - uid: 9182 @@ -117362,6 +116842,34 @@ entities: - type: Transform pos: -31.5,59.5 parent: 30 +- proto: SpawnPointSeniorEngineer + entities: + - uid: 14846 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 30 +- proto: SpawnPointSeniorOfficer + entities: + - uid: 15074 + components: + - type: Transform + pos: -38.5,59.5 + parent: 30 +- proto: SpawnPointSeniorPhysician + entities: + - uid: 14845 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 30 +- proto: SpawnPointSeniorResearcher + entities: + - uid: 15073 + components: + - type: Transform + pos: 28.5,20.5 + parent: 30 - proto: SpawnPointServiceWorker entities: - uid: 20889 @@ -139179,25 +138687,16 @@ entities: - type: Transform pos: -43.5,41.5 parent: 30 - - type: DeviceLinkSink - links: - - 1982 - uid: 1760 components: - type: Transform pos: -39.5,41.5 parent: 30 - - type: DeviceLinkSink - links: - - 1993 - uid: 1761 components: - type: Transform pos: -47.5,41.5 parent: 30 - - type: DeviceLinkSink - links: - - 1981 - uid: 2230 components: - type: Transform diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 3717116c36d..f8d431b574f 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1706,6 +1706,7 @@ whitelist: - Zookeeper - Scientist + - SeniorResearcher # Sunrise-Senior - ResearchDirector - Chef diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 880f2293b1f..e3914415b0e 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -637,6 +637,11 @@ - JobIconSecurityCadet - JobIconZookeeper - JobIconVisitor + - JobIconBrigmedic # Sunrise-Roles + - JobIconSeniorPhysician # Sunrise-Senior + - JobIconSeniorOfficer # Sunrise-Senior + - JobIconSeniorEngineer # Sunrise-Senior + - JobIconSeniorResearcher # Sunrise-Senior - type: ActivatableUI key: enum.AgentIDCardUiKey.Key inHandsOnly: true @@ -800,6 +805,8 @@ layers: - state: default - state: idseniorengineer + - type: PresetIdCard # Sunrise-Senior + job: SeniorEngineer # Sunrise-Senior - type: entity parent: ResearchIDCard @@ -810,6 +817,8 @@ layers: - state: default - state: idseniorresearcher + - type: PresetIdCard # Sunrise-Senior + job: SeniorResearcher # Sunrise-Senior - type: entity parent: MedicalIDCard @@ -820,6 +829,8 @@ layers: - state: default - state: idseniorphysician + - type: PresetIdCard # Sunrise-Senior + job: SeniorPhysician # Sunrise-Senior - type: entity parent: SecurityIDCard @@ -830,6 +841,8 @@ layers: - state: default - state: idseniorofficer + - type: PresetIdCard # Sunrise-Senior + job: SeniorOfficer # Sunrise-Senior - type: entity parent: IDCardStandard diff --git a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml index 62da9f6e318..f731259646f 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml @@ -46,17 +46,17 @@ equipment: head: ClothingHeadHatHardhatRed -- type: loadout - id: SeniorEngineerBeret - equipment: EngineeringBeret - effects: - - !type:GroupLoadoutEffect - proto: SeniorEngineering - -- type: startingGear - id: EngineeringBeret - equipment: - head: ClothingHeadHatBeretEngineering +# - type: loadout +# id: SeniorEngineerBeret +# equipment: EngineeringBeret +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorEngineering + +# - type: startingGear +# id: EngineeringBeret +# equipment: +# head: ClothingHeadHatBeretEngineering # Jumpsuit - type: loadout @@ -95,33 +95,33 @@ equipment: jumpsuit: ClothingUniformJumpsuitEngineeringHazard -- type: loadout - id: SeniorEngineerJumpsuit - equipment: SeniorEngineerJumpsuit - effects: - - !type:GroupLoadoutEffect - proto: SeniorEngineering - - !type:GroupLoadoutEffect - proto: MaleMoment - -- type: startingGear - id: SeniorEngineerJumpsuit - equipment: - jumpsuit: ClothingUniformJumpsuitSeniorEngineer - -- type: loadout - id: SeniorEngineerJumpskirt - equipment: SeniorEngineerJumpskirt - effects: - - !type:GroupLoadoutEffect - proto: SeniorEngineering - - !type:GroupLoadoutEffect - proto: WomanMoment - -- type: startingGear - id: SeniorEngineerJumpskirt - equipment: - jumpsuit: ClothingUniformJumpskirtSeniorEngineer +# - type: loadout +# id: SeniorEngineerJumpsuit +# equipment: SeniorEngineerJumpsuit +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorEngineering +# - !type:GroupLoadoutEffect +# proto: MaleMoment + +# - type: startingGear +# id: SeniorEngineerJumpsuit +# equipment: +# jumpsuit: ClothingUniformJumpsuitSeniorEngineer + +# - type: loadout +# id: SeniorEngineerJumpskirt +# equipment: SeniorEngineerJumpskirt +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorEngineering +# - !type:GroupLoadoutEffect +# proto: WomanMoment + +# - type: startingGear +# id: SeniorEngineerJumpskirt +# equipment: +# jumpsuit: ClothingUniformJumpskirtSeniorEngineer # Back - type: loadout @@ -188,25 +188,3 @@ id: EngineeringWinterBoots equipment: shoes: ClothingShoesBootsWinterEngi - -# ID -- type: loadout - id: StationEngineerPDA - equipment: StationEngineerPDA - -- type: startingGear - id: StationEngineerPDA - equipment: - id: EngineerPDA - -- type: loadout - id: SeniorEngineerPDA - equipment: SeniorEngineerPDA - effects: - - !type:GroupLoadoutEffect - proto: SeniorEngineering - -- type: startingGear - id: SeniorEngineerPDA - equipment: - id: SeniorEngineerPDA diff --git a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml index d2706014065..2dde2bf9b55 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml @@ -31,17 +31,17 @@ # Head -- type: loadout - id: SeniorPhysicianBeret - equipment: SeniorPhysicianBeret - effects: - - !type:GroupLoadoutEffect - proto: SeniorPhysician - -- type: startingGear - id: SeniorPhysicianBeret - equipment: - head: ClothingHeadHatBeretSeniorPhysician +# - type: loadout +# id: SeniorPhysicianBeret +# equipment: SeniorPhysicianBeret +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorPhysician + +# - type: startingGear +# id: SeniorPhysicianBeret +# equipment: +# head: ClothingHeadHatBeretSeniorPhysician - type: loadout id: MedicalHeadMirror @@ -218,17 +218,17 @@ equipment: outerClothing: ClothingOuterWinterMed -- type: loadout - id: SeniorPhysicianLabCoat - equipment: SeniorPhysicianLabCoat - effects: - - !type:GroupLoadoutEffect - proto: SeniorPhysician +# - type: loadout +# id: SeniorPhysicianLabCoat +# equipment: SeniorPhysicianLabCoat +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorPhysician -- type: startingGear - id: SeniorPhysicianLabCoat - equipment: - outerClothing: ClothingOuterCoatLabSeniorPhysician +# - type: startingGear +# id: SeniorPhysicianLabCoat +# equipment: +# outerClothing: ClothingOuterCoatLabSeniorPhysician # Shoes - type: loadout @@ -240,28 +240,6 @@ equipment: shoes: ClothingShoesBootsWinterMed -# ID -- type: loadout - id: MedicalDoctorPDA - equipment: MedicalDoctorPDA - -- type: startingGear - id: MedicalDoctorPDA - equipment: - id: MedicalPDA - -- type: loadout - id: SeniorPhysicianPDA - equipment: SeniorPhysicianPDA - effects: - - !type:GroupLoadoutEffect - proto: SeniorPhysician - -- type: startingGear - id: SeniorPhysicianPDA - equipment: - id: SeniorPhysicianPDA - # Gloves - type: loadout id: NitrileGloves diff --git a/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml b/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml index b75d627bb95..ea5b190d71c 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml @@ -10,17 +10,17 @@ # Head -- type: loadout - id: ScientificBeret - equipment: ScientificBeret - effects: - - !type:GroupLoadoutEffect - proto: SeniorResearcher +# - type: loadout +# id: ScientificBeret +# equipment: ScientificBeret +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorResearcher -- type: startingGear - id: ScientificBeret - equipment: - head: ClothingHeadHatBeretRND +# - type: startingGear +# id: ScientificBeret +# equipment: +# head: ClothingHeadHatBeretRND - type: loadout id: RoboticistCap @@ -100,33 +100,33 @@ equipment: jumpsuit: ClothingUniformJumpskirtRoboticist -- type: loadout - id: SeniorResearcherJumpsuit - equipment: SeniorResearcherJumpsuit - effects: - - !type:GroupLoadoutEffect - proto: SeniorResearcher - - !type:GroupLoadoutEffect - proto: MaleMoment - -- type: startingGear - id: SeniorResearcherJumpsuit - equipment: - jumpsuit: ClothingUniformJumpsuitSeniorResearcher - -- type: loadout - id: SeniorResearcherJumpskirt - equipment: SeniorResearcherJumpskirt - effects: - - !type:GroupLoadoutEffect - proto: SeniorResearcher - - !type:GroupLoadoutEffect - proto: WomanMoment - -- type: startingGear - id: SeniorResearcherJumpskirt - equipment: - jumpsuit: ClothingUniformJumpskirtSeniorResearcher +# - type: loadout +# id: SeniorResearcherJumpsuit +# equipment: SeniorResearcherJumpsuit +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorResearcher +# - !type:GroupLoadoutEffect +# proto: MaleMoment + +# - type: startingGear +# id: SeniorResearcherJumpsuit +# equipment: +# jumpsuit: ClothingUniformJumpsuitSeniorResearcher + +# - type: loadout +# id: SeniorResearcherJumpskirt +# equipment: SeniorResearcherJumpskirt +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorResearcher +# - !type:GroupLoadoutEffect +# proto: WomanMoment + +# - type: startingGear +# id: SeniorResearcherJumpskirt +# equipment: +# jumpsuit: ClothingUniformJumpskirtSeniorResearcher # Back - type: loadout @@ -242,25 +242,3 @@ id: ScienceWinterBoots equipment: shoes: ClothingShoesBootsWinterSci - -# ID -- type: loadout - id: ScientistPDA - equipment: ScientistPDA - -- type: startingGear - id: ScientistPDA - equipment: - id: SciencePDA - -- type: loadout - id: SeniorResearcherPDA - equipment: SeniorResearcherPDA - effects: - - !type:GroupLoadoutEffect - proto: SeniorResearcher - -- type: startingGear - id: SeniorResearcherPDA - equipment: - id: SeniorResearcherPDA diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml index 998673a0a1e..acbc0b7554e 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml @@ -90,33 +90,33 @@ equipment: jumpsuit: ClothingUniformJumpskirtSecGrey -- type: loadout - id: SeniorOfficerJumpsuit - equipment: SeniorOfficerJumpsuit - effects: - - !type:GroupLoadoutEffect - proto: SeniorOfficer - - !type:GroupLoadoutEffect - proto: MaleMoment - -- type: startingGear - id: SeniorOfficerJumpsuit - equipment: - jumpsuit: ClothingUniformJumpsuitSeniorOfficer - -- type: loadout - id: SeniorOfficerJumpskirt - equipment: SeniorOfficerJumpskirt - effects: - - !type:GroupLoadoutEffect - proto: SeniorOfficer - - !type:GroupLoadoutEffect - proto: WomanMoment - -- type: startingGear - id: SeniorOfficerJumpskirt - equipment: - jumpsuit: ClothingUniformJumpskirtSeniorOfficer +# - type: loadout +# id: SeniorOfficerJumpsuit +# equipment: SeniorOfficerJumpsuit +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorOfficer +# - !type:GroupLoadoutEffect +# proto: MaleMoment + +# - type: startingGear +# id: SeniorOfficerJumpsuit +# equipment: +# jumpsuit: ClothingUniformJumpsuitSeniorOfficer + +# - type: loadout +# id: SeniorOfficerJumpskirt +# equipment: SeniorOfficerJumpskirt +# effects: +# - !type:GroupLoadoutEffect +# proto: SeniorOfficer +# - !type:GroupLoadoutEffect +# proto: WomanMoment + +# - type: startingGear +# id: SeniorOfficerJumpskirt +# equipment: +# jumpsuit: ClothingUniformJumpskirtSeniorOfficer # Back - type: loadout @@ -220,25 +220,3 @@ id: SecurityWinterBoots equipment: shoes: ClothingShoesBootsWinterSecFilled - -# PDA -- type: loadout - id: SecurityPDA - equipment: SecurityPDA - -- type: startingGear - id: SecurityPDA - equipment: - id: SecurityPDA - -- type: loadout - id: SeniorOfficerPDA - equipment: SeniorOfficerPDA - effects: - - !type:GroupLoadoutEffect - proto: SeniorOfficer - -- type: startingGear - id: SeniorOfficerPDA - equipment: - id: SeniorOfficerPDA diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index bea5fa0ce06..3f67262d0c6 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -659,7 +659,6 @@ - StationEngineerHardhatYellow - StationEngineerHardhatOrange - StationEngineerHardhatRed - - SeniorEngineerBeret - type: loadoutGroup id: StationEngineerJumpsuit @@ -668,8 +667,6 @@ - StationEngineerJumpsuit - StationEngineerJumpskirt - StationEngineerHazardsuit - - SeniorEngineerJumpsuit - - SeniorEngineerJumpskirt - type: loadoutGroup id: StationEngineerBackpack @@ -694,13 +691,6 @@ - WorkBoots - EngineeringWinterBoots -- type: loadoutGroup - id: StationEngineerID - name: loadout-group-station-engineer-id - loadouts: - - StationEngineerPDA - - SeniorEngineerPDA - - type: loadoutGroup id: AtmosphericTechnicianJumpsuit name: loadout-group-atmospheric-technician-jumpsuit @@ -803,8 +793,6 @@ - ScientistJumpskirt - RoboticistJumpsuit - RoboticistJumpskirt - - SeniorResearcherJumpsuit - - SeniorResearcherJumpskirt - type: loadoutGroup id: ScientistBackpack @@ -824,7 +812,6 @@ - ScienceWintercoat - RoboticistLabCoat - RoboticistWintercoat - - SeniorResearcherLabCoat - type: loadoutGroup id: ScientistShoes @@ -843,13 +830,6 @@ - PurpleGloves - RobohandsGloves -- type: loadoutGroup - id: ScientistPDA - name: loadout-group-scientist-id - loadouts: - - ScientistPDA - - SeniorResearcherPDA - - type: loadoutGroup id: ResearchAssistantJumpsuit name: loadout-group-research-assistant-jumpsuit @@ -931,8 +911,6 @@ - SecurityJumpskirt - SecurityJumpsuitGrey - SecurityJumpskirtGrey - - SeniorOfficerJumpsuit - - SeniorOfficerJumpskirt - type: loadoutGroup id: SecurityBackpack @@ -965,13 +943,6 @@ - JackBoots - SecurityWinterBoots -- type: loadoutGroup - id: SecurityPDA - name: loadout-group-security-id - loadouts: - - SecurityPDA - - SeniorOfficerPDA - - type: loadoutGroup id: DetectiveHead name: loadout-group-detective-head @@ -1068,7 +1039,6 @@ minLimit: 0 loadouts: - MedicalBeret - - SeniorPhysicianBeret - MedicalHeadMirror - BlueSurgeryCap - GreenSurgeryCap @@ -1081,8 +1051,6 @@ loadouts: - MedicalDoctorJumpsuit - MedicalDoctorJumpskirt - - SeniorPhysicianJumpsuit - - SeniorPhysicianJumpskirt - MedicalBlueScrubs - MedicalGreenScrubs - MedicalPurpleScrubs @@ -1094,7 +1062,6 @@ loadouts: - RegularLabCoat - MedicalDoctorWintercoat - - SeniorPhysicianLabCoat - type: loadoutGroup id: MedicalBackpack @@ -1111,13 +1078,6 @@ - WhiteShoes - MedicalWinterBoots -- type: loadoutGroup - id: MedicalDoctorPDA - name: loadout-group-medical-doctor-id - loadouts: - - MedicalDoctorPDA - - SeniorPhysicianPDA - - type: loadoutGroup id: MedicalGloves name: loadout-group-medical-gloves diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index eedc7846d00..928e80b5f79 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -309,7 +309,6 @@ - StationEngineerBackpack - StationEngineerOuterClothing - StationEngineerShoes - - StationEngineerID - Trinkets - SurvivalExtended # Sunrise-start @@ -363,7 +362,6 @@ - ScientistOuterClothing - ScientistGloves - ScientistShoes - - ScientistPDA - Glasses - Trinkets - Survival @@ -434,7 +432,6 @@ - SecurityBackpack - SecurityOuterClothing - SecurityShoes - - SecurityPDA - SecurityBelt - Trinkets - SurvivalSecurity @@ -507,7 +504,6 @@ - MedicalBackpack - MedicalDoctorOuterClothing - MedicalShoes - - MedicalDoctorPDA - Glasses - Trinkets - SurvivalMedical diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml index a997a78ac38..3a2314b3460 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml @@ -23,6 +23,7 @@ eyes: ClothingEyesGlassesMeson belt: ClothingBeltUtilityEngineering ears: ClothingHeadsetEngineering + id: EngineerPDA #storage: #back: #- Stuff diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml index c523c3c45ae..9b999f7ef46 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml @@ -21,6 +21,7 @@ equipment: ears: ClothingHeadsetMedical belt: ClothingBeltMedicalFilled + id: MedicalPDA #storage: #back: #- Stuff diff --git a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml index 82e75a35e45..b0609a51277 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml @@ -18,6 +18,7 @@ id: ScientistGear equipment: ears: ClothingHeadsetScience + id: SciencePDA #storage: #back: #- Stuff diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 27df58bcd00..37210096d6d 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -30,6 +30,7 @@ eyes: ClothingEyesGlassesSecurity ears: ClothingHeadsetSecurity pocket1: WeaponPistolMk58 + id: SecurityPDA storage: back: - Flash diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index f0550a0d154..8c8c39f8129 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -55,6 +55,7 @@ roles: - AtmosphericTechnician - ChiefEngineer + - SeniorEngineer # Sunrise-Senior - StationEngineer - TechnicalAssistant @@ -65,6 +66,7 @@ roles: - Chemist - ChiefMedicalOfficer + - SeniorPhysician # Sunrise-Senior - MedicalDoctor - MedicalIntern - Psychologist @@ -77,6 +79,7 @@ weight: 20 roles: - HeadOfSecurity + - SeniorOfficer # Sunrise-Senior - SecurityCadet - SecurityOfficer - Detective @@ -89,6 +92,7 @@ color: "#D381C9" roles: - ResearchDirector + - SeniorResearcher # Sunrise-Senior - Scientist - ResearchAssistant diff --git a/Resources/Prototypes/_Sunrise/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/_Sunrise/Entities/Markers/Spawners/jobs.yml index b0d44278283..5cfe7782ac7 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Markers/Spawners/jobs.yml @@ -63,3 +63,51 @@ layers: - state: green - state: centcom + +- type: entity + id: SpawnPointSeniorEngineer + parent: SpawnPointJobBase + name: seniorengineer + components: + - type: SpawnPoint + job_id: SeniorEngineer + - type: Sprite + layers: + - state: green + - state: seniorengineer + +- type: entity + id: SpawnPointSeniorPhysician + parent: SpawnPointJobBase + name: seniorphysician + components: + - type: SpawnPoint + job_id: SeniorPhysician + - type: Sprite + layers: + - state: green + - state: seniorphysician + +- type: entity + id: SpawnPointSeniorResearcher + parent: SpawnPointJobBase + name: seniorresearcher + components: + - type: SpawnPoint + job_id: SeniorResearcher + - type: Sprite + layers: + - state: green + - state: seniorresearcher + +- type: entity + id: SpawnPointSeniorOfficer + parent: SpawnPointJobBase + name: seniorofficer + components: + - type: SpawnPoint + job_id: SeniorOfficer + - type: Sprite + layers: + - state: green + - state: seniorofficer diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Engineering/senior_engineer.yml b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Engineering/senior_engineer.yml new file mode 100644 index 00000000000..89730908ad3 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Engineering/senior_engineer.yml @@ -0,0 +1,23 @@ +- type: loadout + id: JumpsuitSeniorEngineer + equipment: JumpsuitSeniorEngineer + effects: + - !type:GroupLoadoutEffect + proto: MaleMoment + +- type: startingGear + id: JumpsuitSeniorEngineer + equipment: + jumpsuit: ClothingUniformJumpsuitSeniorEngineer + +- type: loadout + id: JumpskirtSeniorEngineer + equipment: JumpskirtSeniorEngineer + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + +- type: startingGear + id: JumpskirtSeniorEngineer + equipment: + jumpsuit: ClothingUniformJumpskirtSeniorEngineer diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Medical/senior_physician.yml b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Medical/senior_physician.yml new file mode 100644 index 00000000000..f7147a82e11 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Medical/senior_physician.yml @@ -0,0 +1,23 @@ +- type: loadout + id: JumpsuitSeniorPhysician + equipment: JumpsuitSeniorPhysician + effects: + - !type:GroupLoadoutEffect + proto: MaleMoment + +- type: startingGear + id: JumpsuitSeniorPhysician + equipment: + jumpsuit: ClothingUniformJumpsuitSeniorPhysician + +- type: loadout + id: JumpskirtSeniorPhysician + equipment: JumpskirtSeniorPhysician + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + +- type: startingGear + id: JumpskirtSeniorPhysician + equipment: + jumpsuit: ClothingUniformJumpskirtSeniorPhysician diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Science/senior_researcher.yml b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Science/senior_researcher.yml new file mode 100644 index 00000000000..74f05deb6b2 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Science/senior_researcher.yml @@ -0,0 +1,23 @@ +- type: loadout + id: JumpsuitSeniorResearcher + equipment: JumpsuitSeniorResearcher + effects: + - !type:GroupLoadoutEffect + proto: MaleMoment + +- type: startingGear + id: JumpsuitSeniorResearcher + equipment: + jumpsuit: ClothingUniformJumpsuitSeniorResearcher + +- type: loadout + id: JumpskirtSeniorResearcher + equipment: JumpskirtSeniorResearcher + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + +- type: startingGear + id: JumpskirtSeniorResearcher + equipment: + jumpsuit: ClothingUniformJumpskirtSeniorResearcher diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Security/senior_officer.yml b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Security/senior_officer.yml new file mode 100644 index 00000000000..2f2390e140e --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Security/senior_officer.yml @@ -0,0 +1,23 @@ +- type: loadout + id: JumpsuitSeniorOfficer + equipment: JumpsuitSeniorOfficer + effects: + - !type:GroupLoadoutEffect + proto: MaleMoment + +- type: startingGear + id: JumpsuitSeniorOfficer + equipment: + jumpsuit: ClothingUniformJumpsuitSeniorOfficer + +- type: loadout + id: JumpskirtSeniorOfficer + equipment: JumpskirtSeniorOfficer + effects: + - !type:GroupLoadoutEffect + proto: WomanMoment + +- type: startingGear + id: JumpskirtSeniorOfficer + equipment: + jumpsuit: ClothingUniformJumpskirtSeniorOfficer diff --git a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml index 2cf293b80a4..32852d356d9 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml @@ -172,3 +172,31 @@ - ChiefEngineerBackpack - ChiefEngineerSatchel - ChiefEngineerDuffel + +- type: loadoutGroup + id: SeniorOfficerJumpsuit + name: loadout-group-senior-officer-jumpsuit + loadouts: + - JumpsuitSeniorOfficer + - JumpskirtSeniorOfficer + +- type: loadoutGroup + id: SeniorResearcherJumpsuit + name: loadout-group-senior-researcher-jumpsuit + loadouts: + - JumpsuitSeniorResearcher + - JumpskirtSeniorResearcher + +- type: loadoutGroup + id: SeniorPhysicianJumpsuit + name: loadout-group-senior-physician-jumpsuit + loadouts: + - JumpsuitSeniorPhysician + - JumpskirtSeniorPhysician + +- type: loadoutGroup + id: SeniorEngineerJumpsuit + name: loadout-group-senior-engineer-jumpsuit + loadouts: + - JumpsuitSeniorEngineer + - JumpskirtSeniorEngineer diff --git a/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml b/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml index 7152d3d0446..34c0bde0793 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml @@ -66,3 +66,60 @@ - Bra - Pants - Socks + +- type: roleLoadout + id: JobSeniorOfficer + groups: + - SeniorOfficerJumpsuit + - SecurityBackpack + - SecurityBelt + - SecurityTrinkets + - SecurityOuterClothing + - SecurityShoes + - SurvivalSecurity + - Trinkets + - Bra + - Pants + - Socks + +- type: roleLoadout + id: JobSeniorResearcher + groups: + - SeniorResearcherJumpsuit + - ScientistBackpack + - ScientistGloves + - ScientistShoes + - Glasses + - Survival + - Trinkets + - Bra + - Pants + - Socks + +- type: roleLoadout + id: JobSeniorPhysician + groups: + - SeniorPhysicianJumpsuit + - MedicalBackpack + - MedicalGloves + - MedicalMask + - MedicalShoes + - SurvivalMedical + - Trinkets + - Glasses + - Bra + - Pants + - Socks + +- type: roleLoadout + id: JobSeniorEngineer + groups: + - SeniorEngineerJumpsuit + - StationEngineerBackpack + - StationEngineerOuterClothing + - StationEngineerShoes + - SurvivalExtended + - Trinkets + - Bra + - Pants + - Socks diff --git a/Resources/Prototypes/_Sunrise/Maps/box.yml b/Resources/Prototypes/_Sunrise/Maps/box.yml index 12d2dda9d75..e933cf2e9c6 100644 --- a/Resources/Prototypes/_Sunrise/Maps/box.yml +++ b/Resources/Prototypes/_Sunrise/Maps/box.yml @@ -65,4 +65,8 @@ IAA: [ 1, 1 ] Lawyer: [ 2, 2 ] Magistrat: [ 1, 1 ] - + # Sunrise-Senior + SeniorEngineer: [ 1, 1 ] + SeniorPhysician: [ 1, 1 ] + SeniorResearcher: [ 1, 1 ] + SeniorOfficer: [ 1, 1 ] diff --git a/Resources/Prototypes/_Sunrise/Maps/delta.yml b/Resources/Prototypes/_Sunrise/Maps/delta.yml index 6c8012fa065..3fc2d03e4be 100644 --- a/Resources/Prototypes/_Sunrise/Maps/delta.yml +++ b/Resources/Prototypes/_Sunrise/Maps/delta.yml @@ -60,3 +60,8 @@ BlueShield: [ 1, 1 ] # security Brigmedic: [ 1, 1 ] + # Sunrise-Senior + SeniorEngineer: [ 1, 1 ] + SeniorPhysician: [ 1, 1 ] + SeniorResearcher: [ 1, 1 ] + SeniorOfficer: [ 1, 1 ] diff --git a/Resources/Prototypes/_Sunrise/Maps/fland.yml b/Resources/Prototypes/_Sunrise/Maps/fland.yml index 5ccb69cf0bf..b97ecfdafde 100644 --- a/Resources/Prototypes/_Sunrise/Maps/fland.yml +++ b/Resources/Prototypes/_Sunrise/Maps/fland.yml @@ -66,3 +66,8 @@ IAA: [ 1, 1 ] Lawyer: [ 2, 2 ] Magistrat: [ 1, 1 ] + # Sunrise-Senior + SeniorEngineer: [ 1, 1 ] + SeniorPhysician: [ 1, 1 ] + SeniorResearcher: [ 1, 1 ] + SeniorOfficer: [ 1, 1 ] diff --git a/Resources/Prototypes/_Sunrise/Maps/marathon.yml b/Resources/Prototypes/_Sunrise/Maps/marathon.yml index efd6c9c5766..aaeb991c7dc 100644 --- a/Resources/Prototypes/_Sunrise/Maps/marathon.yml +++ b/Resources/Prototypes/_Sunrise/Maps/marathon.yml @@ -65,3 +65,8 @@ IAA: [ 1, 1 ] Lawyer: [ 2, 2 ] Magistrat: [ 1, 1 ] + # Sunrise-Senior + SeniorEngineer: [ 1, 1 ] + SeniorPhysician: [ 1, 1 ] + SeniorResearcher: [ 1, 1 ] + SeniorOfficer: [ 1, 1 ] diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Engineering/senior_engineer.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Engineering/senior_engineer.yml new file mode 100644 index 00000000000..586af69c2a3 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Engineering/senior_engineer.yml @@ -0,0 +1,33 @@ + +- type: job + id: SeniorEngineer + name: job-name-senior-engineer + description: job-description-senior-engineer + playTimeTracker: JobSeniorEngineer + requirements: + - !type:RoleTimeRequirement + role: JobAtmosphericTechnician + time: 21600 # 6 hrs + - !type:RoleTimeRequirement + role: JobStationEngineer + time: 21600 # 6 hrs + - !type:DepartmentTimeRequirement + department: Engineering + time: 216000 # 60 hrs + startingGear: SeniorEngineerGear + icon: "JobIconSeniorEngineer" + supervisors: job-supervisors-ce + access: + - Maintenance + - Engineering + - External + - Atmospherics + +- type: startingGear + id: SeniorEngineerGear + equipment: + head: ClothingHeadHatBeretEngineering + id: SeniorEngineerPDA + eyes: ClothingEyesGlassesMeson + belt: ClothingBeltUtilityEngineering + ears: ClothingHeadsetEngineering diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Medical/senior_physician.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Medical/senior_physician.yml new file mode 100644 index 00000000000..1ae6ad39a25 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Medical/senior_physician.yml @@ -0,0 +1,31 @@ +- type: job + id: SeniorPhysician + name: job-name-senior-physician + description: job-description-senior-physician + playTimeTracker: JobSeniorPhysician + requirements: + - !type:RoleTimeRequirement + role: JobChemist + time: 21600 #6 hrs + - !type:RoleTimeRequirement + role: JobMedicalDoctor + time: 21600 #6 hrs + - !type:DepartmentTimeRequirement + department: Medical + time: 216000 # 60 hrs + startingGear: SeniorPhysicianGear + icon: "JobIconSeniorPhysician" + supervisors: job-supervisors-cmo + access: + - Medical + - Maintenance + - Chemistry + +- type: startingGear + id: SeniorPhysicianGear + equipment: + head: ClothingHeadHatBeretSeniorPhysician + id: SeniorPhysicianPDA + ears: ClothingHeadsetMedical + belt: ClothingBeltMedicalFilled + outerClothing: ClothingOuterCoatLabSeniorPhysician diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Science/senior_researcher.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Science/senior_researcher.yml new file mode 100644 index 00000000000..2be3ad935f9 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Science/senior_researcher.yml @@ -0,0 +1,23 @@ +- type: job + id: SeniorResearcher + name: job-name-senior-researcher + description: job-description-senior-researcher + playTimeTracker: JobSeniorResearcher + requirements: + - !type:DepartmentTimeRequirement + department: Science + time: 216000 #60 hrs + startingGear: SeniorResearcherGear + icon: "JobIconSeniorResearcher" + supervisors: job-supervisors-rd + access: + - Research + - Maintenance + +- type: startingGear + id: SeniorResearcherGear + equipment: + head: ClothingHeadHatBeretRND + id: SeniorResearcherPDA + ears: ClothingHeadsetScience + outerClothing: ClothingOuterCoatLabSeniorResearcher diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Security/senior_officer.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Security/senior_officer.yml new file mode 100644 index 00000000000..53d2f595529 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Security/senior_officer.yml @@ -0,0 +1,40 @@ +- type: job + id: SeniorOfficer + name: job-name-senior-officer + description: job-description-senior-officer + playTimeTracker: JobSeniorOfficer + requirements: + - !type:RoleTimeRequirement + role: JobWarden + time: 21600 # 6 hrs + - !type:RoleTimeRequirement + role: JobDetective + time: 7200 # 2 hrs + - !type:RoleTimeRequirement + role: JobSecurityOfficer + time: 21600 # 6 hrs + - !type:DepartmentTimeRequirement + department: Security + time: 216000 # 60 hrs + startingGear: SeniorOfficerGear + icon: "JobIconSeniorOfficer" + supervisors: job-supervisors-hos + canBeAntag: false + access: + - Security + - Brig + - Maintenance + - Service + - External + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + +- type: startingGear + id: SeniorOfficerGear + equipment: + eyes: ClothingEyesGlassesSecurity + head: ClothingHeadHatBeretSecurity + id: SeniorOfficerPDA + ears: ClothingHeadsetSecurity + pocket1: WeaponPistolMk58 diff --git a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml index 3eaea1f91a2..869cdbc4f21 100644 --- a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml @@ -15,3 +15,15 @@ - type: playTimeTracker id: JobBlueShield + +- type: playTimeTracker + id: JobSeniorEngineer + +- type: playTimeTracker + id: JobSeniorOfficer + +- type: playTimeTracker + id: JobSeniorPhysician + +- type: playTimeTracker + id: JobSeniorResearcher From e81aa7348b0690ffd275c46fc0cd57b8ccdc9138 Mon Sep 17 00:00:00 2001 From: pxc1984 Date: Sun, 23 Jun 2024 00:08:08 +0300 Subject: [PATCH 4/6] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=84=D0=BB=D0=BE=D1=82=D1=81=D0=BA=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BF=D0=B0=D0=BD=D1=86=D0=B8=D0=BF=D1=8F=20=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B5=D0=B3=D0=BE=20=D0=B2=20=D0=BB=D0=BE=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D1=83=D1=82=20=D0=9F=D0=A6=D0=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_Sunrise/Entities/Clothing/OuterClothing/armor.yml | 3 +++ .../_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml index b04c5cdd13f..258e3aa0de5 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml @@ -8,6 +8,9 @@ sprite: _Sunrise/Clothing/OuterClothing/Armor/centcom_naval_carapace.rsi - type: Clothing sprite: _Sunrise/Clothing/OuterClothing/Armor/centcom_naval_carapace.rsi + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1 - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml index f3dffaef3d2..59e30f60df6 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/CentralCommand/centcom_official.yml @@ -28,7 +28,7 @@ head: ClothingHeadHatCentcom eyes: ClothingEyesGlassesSunglasses gloves: ClothingHandsGlovesColorBlack - outerClothing: ClothingOuterArmorBasic + outerClothing: ClothingOuterArmorCentcomCarapace id: CentcomPDA ears: ClothingHeadsetAltCentCom belt: WeaponPistolN1984 From ef41f3aa71e07e55286483e5e5e079a6e3f4a681 Mon Sep 17 00:00:00 2001 From: pxc1984 Date: Sun, 23 Jun 2024 10:10:02 +0300 Subject: [PATCH 5/6] undo mapedit --- Resources/Maps/_Sunrise/Station/box.yml | 565 +++++++- Resources/Maps/_Sunrise/Station/delta.yml | 1262 +++++++++++++++++- Resources/Maps/_Sunrise/Station/fland.yml | 640 +++++++-- Resources/Maps/_Sunrise/Station/marathon.yml | 573 +++++++- 4 files changed, 2803 insertions(+), 237 deletions(-) diff --git a/Resources/Maps/_Sunrise/Station/box.yml b/Resources/Maps/_Sunrise/Station/box.yml index 50a8e11ef96..6d3d5e7c605 100644 --- a/Resources/Maps/_Sunrise/Station/box.yml +++ b/Resources/Maps/_Sunrise/Station/box.yml @@ -10783,6 +10783,9 @@ entities: - type: Transform pos: 9.5,-76.5 parent: 8364 + - type: DeviceLinkSink + links: + - 23210 - type: DeviceLinkSource linkedPorts: 23210: @@ -10792,6 +10795,9 @@ entities: - type: Transform pos: 9.5,-79.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11000 - type: DeviceLinkSource linkedPorts: 11000: @@ -10913,6 +10919,9 @@ entities: - type: Transform pos: -66.5,19.5 parent: 8364 + - type: DeviceLinkSink + links: + - 562 - type: DeviceLinkSource linkedPorts: 562: @@ -10979,6 +10988,9 @@ entities: - type: Transform pos: -77.5,-13.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1110 - type: DeviceLinkSource linkedPorts: 1110: @@ -10988,6 +11000,9 @@ entities: - type: Transform pos: -68.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 12470 - type: DeviceLinkSource linkedPorts: 12470: @@ -10997,6 +11012,9 @@ entities: - type: Transform pos: -75.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 12469 - type: DeviceLinkSource linkedPorts: 12469: @@ -11137,6 +11155,9 @@ entities: - type: Transform pos: 47.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11652 - type: DeviceLinkSource linkedPorts: 11652: @@ -11146,6 +11167,9 @@ entities: - type: Transform pos: 47.5,21.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11651 - type: DeviceLinkSource linkedPorts: 11651: @@ -11173,6 +11197,9 @@ entities: linkedPorts: 12466: - DoorStatus: Close + - type: DeviceLinkSink + links: + - 12466 - uid: 12469 components: - type: Transform @@ -11182,6 +11209,9 @@ entities: linkedPorts: 12468: - DoorStatus: Close + - type: DeviceLinkSink + links: + - 12468 - uid: 12470 components: - type: Transform @@ -11191,6 +11221,9 @@ entities: linkedPorts: 12467: - DoorStatus: Close + - type: DeviceLinkSink + links: + - 12467 - uid: 12486 components: - type: Transform @@ -11583,6 +11616,9 @@ entities: DockStatus: True - type: Physics canCollide: False + - type: DeviceLinkSink + links: + - 1495 - uid: 12325 components: - type: Transform @@ -15825,6 +15861,9 @@ entities: - type: Transform pos: 27.5,-41.5 parent: 8364 + - type: DeviceLinkSink + links: + - 3807 - uid: 3568 components: - type: MetaData @@ -15837,16 +15876,25 @@ entities: - type: Transform pos: 15.5,-53.5 parent: 8364 + - type: DeviceLinkSink + links: + - 3753 - uid: 3851 components: - type: Transform pos: -6.5,-76.5 parent: 8364 + - type: DeviceLinkSink + links: + - 22835 - uid: 4704 components: - type: Transform pos: 3.5,-76.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17472 - uid: 4824 components: - type: MetaData @@ -15866,66 +15914,105 @@ entities: - type: Transform pos: 82.5,-26.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5370 - uid: 5798 components: - type: Transform pos: 5.5,-76.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17472 - uid: 9182 components: - type: Transform pos: 5.5,36.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19935 - uid: 9379 components: - type: Transform pos: 4.5,-76.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17472 - uid: 10835 components: - type: Transform pos: -4.5,-76.5 parent: 8364 + - type: DeviceLinkSink + links: + - 22835 - uid: 11732 components: - type: Transform pos: -5.5,-76.5 parent: 8364 + - type: DeviceLinkSink + links: + - 22835 - uid: 13910 components: - type: Transform pos: -61.5,-21.5 parent: 8364 + - type: DeviceLinkSink + links: + - 2638 - uid: 17676 components: - type: Transform pos: 19.5,-86.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20126 - uid: 18326 components: - type: Transform pos: -44.5,-27.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17791 - uid: 18327 components: - type: Transform pos: -44.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17791 - uid: 19078 components: - type: Transform pos: -10.5,-67.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5243 - uid: 19080 components: - type: Transform pos: -11.5,-67.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5243 - uid: 19090 components: - type: Transform pos: -12.5,-67.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5243 - uid: 19994 components: - type: Transform @@ -15941,26 +16028,41 @@ entities: - type: Transform pos: 19.5,-83.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20126 - uid: 20134 components: - type: Transform pos: 19.5,-84.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20126 - uid: 20180 components: - type: Transform pos: 70.5,-39.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19856 - uid: 20181 components: - type: Transform pos: 70.5,-40.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19856 - uid: 20182 components: - type: Transform pos: 70.5,-41.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19856 - uid: 20518 components: - type: Transform @@ -15971,31 +16073,49 @@ entities: - type: Transform pos: 15.5,-49.5 parent: 8364 + - type: DeviceLinkSink + links: + - 3754 - uid: 26646 components: - type: Transform pos: 19.5,-85.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20126 - uid: 26666 components: - type: Transform pos: -3.5,-74.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26671 - uid: 26667 components: - type: Transform pos: -3.5,-73.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26671 - uid: 26668 components: - type: Transform pos: 2.5,-74.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26670 - uid: 26669 components: - type: Transform pos: 2.5,-73.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26670 - proto: BlastDoorOpen entities: - uid: 3134 @@ -16004,68 +16124,107 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,42.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4214 - uid: 4212 components: - type: Transform rot: -1.5707963267948966 rad pos: 14.5,42.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4214 - uid: 4494 components: - type: Transform pos: 7.5,42.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4213 - uid: 4495 components: - type: Transform pos: 9.5,42.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4213 - uid: 5898 components: - type: Transform pos: -10.5,-8.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11625 - uid: 5911 components: - type: Transform pos: -10.5,-9.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11625 - uid: 6086 components: - type: Transform pos: -10.5,-7.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11625 - uid: 6087 components: - type: Transform pos: 9.5,-7.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11628 - uid: 6098 components: - type: Transform pos: 9.5,-8.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11628 - uid: 6099 components: - type: Transform pos: 9.5,-9.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11628 - uid: 6970 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,42.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4214 - uid: 19930 components: - type: Transform pos: -4.5,33.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19933 - uid: 19932 components: - type: Transform pos: -5.5,33.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19933 - proto: BlockGameArcade entities: - uid: 1873 @@ -68409,7 +68568,7 @@ entities: - type: Transform pos: -46.493744,14.462048 parent: 8364 -- proto: ClothingOuterCoatDetectiveLoadout +- proto: ClothingOuterCoatInspector entities: - uid: 5116 components: @@ -69754,89 +69913,134 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-27.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20027 - uid: 6226 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6227 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6228 components: - type: Transform pos: -57.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6229 components: - type: Transform rot: -1.5707963267948966 rad pos: -57.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6230 components: - type: Transform rot: -1.5707963267948966 rad pos: -58.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6231 components: - type: Transform rot: -1.5707963267948966 rad pos: -59.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6232 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6233 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6234 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-17.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6235 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-18.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 6236 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-19.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 7162 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 7213 components: - type: Transform rot: -1.5707963267948966 rad pos: -44.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 7307 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 7622 components: - type: Transform @@ -69849,6 +70053,9 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,-27.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20027 - uid: 9475 components: - type: Transform @@ -69867,48 +70074,72 @@ entities: rot: -1.5707963267948966 rad pos: -42.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 10535 components: - type: Transform rot: -1.5707963267948966 rad pos: -40.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 10536 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 10804 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 11321 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,-27.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20027 - uid: 11325 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,-31.5 parent: 8364 + - type: DeviceLinkSink + links: + - 11322 - uid: 13812 components: - type: Transform rot: 3.141592653589793 rad pos: -61.5,-20.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - uid: 17202 components: - type: Transform rot: 1.5707963267948966 rad pos: -43.5,-27.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20027 - uid: 20048 components: - type: Transform @@ -120742,20 +120973,6 @@ entities: - type: Transform pos: 31.5,-10.5 parent: 8364 - - type: ContainerContainer - containers: - tape: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - proto: KitchenElectricGrill entities: - uid: 27772 @@ -122668,6 +122885,9 @@ entities: - type: Transform pos: 71.5,-40.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17552 - proto: MachineCentrifuge entities: - uid: 16828 @@ -132729,6 +132949,9 @@ entities: - type: Transform pos: -58.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 13893 - proto: ReinforcedPlasmaWindow entities: - uid: 3494 @@ -138238,21 +138461,33 @@ entities: - type: Transform pos: 43.5,1.5 parent: 8364 + - type: DeviceLinkSink + links: + - 27608 - uid: 20192 components: - type: Transform pos: 52.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4172 - uid: 20193 components: - type: Transform pos: 53.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4172 - uid: 20194 components: - type: Transform pos: 54.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 4172 - proto: ShuttersNormalOpen entities: - uid: 1454 @@ -138261,144 +138496,225 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,-25.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17685 - uid: 1455 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-29.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17685 - uid: 1918 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-61.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 1923 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-62.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 1924 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-63.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 2941 components: - type: Transform pos: 20.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 14147 - uid: 3001 components: - type: Transform pos: 19.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 14147 - uid: 5223 components: - type: Transform pos: -7.5,-66.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 5241 components: - type: Transform pos: -5.5,-66.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 5336 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-13.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5222 - uid: 5338 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-14.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5222 - uid: 5590 components: - type: Transform pos: -12.5,-24.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20896 - uid: 5591 components: - type: Transform pos: -12.5,-23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20896 - uid: 5592 components: - type: Transform pos: -12.5,-22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 20896 - uid: 8158 components: - type: Transform pos: 6.5,-23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 10732 - uid: 8606 components: - type: Transform pos: 3.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8607 components: - type: Transform pos: 3.5,24.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8614 components: - type: Transform pos: 2.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8615 components: - type: Transform pos: 1.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 9639 components: - type: Transform pos: -2.5,16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9421 - uid: 9640 components: - type: Transform pos: -2.5,15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9421 - uid: 9641 components: - type: Transform pos: -2.5,14.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9421 - uid: 9642 components: - type: Transform pos: -5.5,18.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9421 - uid: 9923 components: - type: Transform pos: 10.5,-32.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5322 - uid: 14148 components: - type: Transform pos: 21.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 14147 - uid: 14850 components: - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-26.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17685 - uid: 15377 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-26.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17685 - uid: 15391 components: - type: Transform @@ -138410,6 +138726,9 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,-29.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17685 - uid: 15426 components: - type: Transform @@ -138421,12 +138740,18 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,-25.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17685 - uid: 17669 components: - type: Transform rot: -1.5707963267948966 rad pos: -34.5,-27.5 parent: 8364 + - type: DeviceLinkSink + links: + - 17685 - uid: 17684 components: - type: Transform @@ -138437,92 +138762,146 @@ entities: - type: Transform pos: -0.5,-65.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 18406 components: - type: Transform pos: -2.5,-65.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 19022 components: - type: Transform pos: 23.5,-17.5 parent: 8364 + - type: DeviceLinkSink + links: + - 14147 - uid: 19023 components: - type: Transform pos: 23.5,-18.5 parent: 8364 + - type: DeviceLinkSink + links: + - 14147 - uid: 19024 components: - type: Transform pos: 23.5,-19.5 parent: 8364 + - type: DeviceLinkSink + links: + - 14147 - uid: 22014 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,-15.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5222 - uid: 22990 components: - type: Transform pos: -1.5,-65.5 parent: 8364 + - type: DeviceLinkSink + links: + - 1910 - uid: 26786 components: - type: Transform pos: -5.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26787 components: - type: Transform pos: -4.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26788 components: - type: Transform pos: -2.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26789 components: - type: Transform pos: -1.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26790 components: - type: Transform pos: -0.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26791 components: - type: Transform pos: 0.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26792 components: - type: Transform pos: 1.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26793 components: - type: Transform pos: 4.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 26794 components: - type: Transform pos: 3.5,-3.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26795 - uid: 27220 components: - type: Transform pos: 7.5,-23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 10732 - uid: 27221 components: - type: Transform pos: 8.5,-23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 10732 - proto: ShuttersRadiationOpen entities: - uid: 3788 @@ -138530,21 +138909,33 @@ entities: - type: Transform pos: 0.5,-72.5 parent: 8364 + - type: DeviceLinkSink + links: + - 27389 - uid: 3789 components: - type: Transform pos: 1.5,-72.5 parent: 8364 + - type: DeviceLinkSink + links: + - 27389 - uid: 3868 components: - type: Transform pos: -2.5,-72.5 parent: 8364 + - type: DeviceLinkSink + links: + - 27389 - uid: 3875 components: - type: Transform pos: -1.5,-72.5 parent: 8364 + - type: DeviceLinkSink + links: + - 27389 - proto: ShuttersWindow entities: - uid: 1416 @@ -138561,101 +138952,161 @@ entities: - type: Transform pos: 18.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9936 - uid: 8645 components: - type: Transform pos: 17.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9936 - uid: 8646 components: - type: Transform pos: 16.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9936 - uid: 8647 components: - type: Transform pos: 15.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9936 - uid: 8648 components: - type: Transform pos: 14.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9936 - uid: 8649 components: - type: Transform pos: 13.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9936 - uid: 8650 components: - type: Transform pos: 12.5,23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9936 - uid: 8775 components: - type: Transform pos: -10.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8776 components: - type: Transform pos: -9.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8777 components: - type: Transform pos: -8.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8778 components: - type: Transform pos: -6.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8779 components: - type: Transform pos: -5.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8780 components: - type: Transform pos: -4.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8781 components: - type: Transform pos: -2.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8782 components: - type: Transform pos: -1.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 8783 components: - type: Transform pos: -0.5,22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 19931 - uid: 10454 components: - type: Transform pos: 35.5,-10.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9868 - uid: 10455 components: - type: Transform pos: 36.5,-10.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9868 - uid: 10456 components: - type: Transform pos: 37.5,-10.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9868 - uid: 10457 components: - type: Transform pos: 38.5,-10.5 parent: 8364 + - type: DeviceLinkSink + links: + - 9868 - uid: 20837 components: - type: Transform @@ -138676,36 +139127,57 @@ entities: - type: Transform pos: 69.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20841 components: - type: Transform pos: 70.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20842 components: - type: Transform pos: 71.5,-16.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20843 components: - type: Transform pos: 68.5,-22.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20844 components: - type: Transform pos: 68.5,-23.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20845 components: - type: Transform pos: 68.5,-24.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20846 components: - type: Transform pos: 68.5,-28.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20847 components: - type: Transform @@ -138716,6 +139188,9 @@ entities: - type: Transform pos: 68.5,-30.5 parent: 8364 + - type: DeviceLinkSink + links: + - 5478 - uid: 20849 components: - type: Transform @@ -138731,16 +139206,25 @@ entities: - type: Transform pos: 68.5,-33.5 parent: 8364 + - type: DeviceLinkSink + links: + - 2468 - uid: 20852 components: - type: Transform pos: 68.5,-34.5 parent: 8364 + - type: DeviceLinkSink + links: + - 2468 - uid: 20853 components: - type: Transform pos: 68.5,-35.5 parent: 8364 + - type: DeviceLinkSink + links: + - 2468 - proto: ShuttleConsoleCircuitboard entities: - uid: 12454 @@ -142857,34 +143341,6 @@ entities: - type: Transform pos: 9.5,37.5 parent: 8364 -- proto: SpawnPointSeniorEngineer - entities: - - uid: 21352 - components: - - type: Transform - pos: -6.5,-74.5 - parent: 8364 -- proto: SpawnPointSeniorOfficer - entities: - - uid: 21349 - components: - - type: Transform - pos: 15.5,35.5 - parent: 8364 -- proto: SpawnPointSeniorPhysician - entities: - - uid: 21350 - components: - - type: Transform - pos: 31.5,-29.5 - parent: 8364 -- proto: SpawnPointSeniorResearcher - entities: - - uid: 21351 - components: - - type: Transform - pos: 70.5,-20.5 - parent: 8364 - proto: SpawnPointServiceWorker entities: - uid: 6948 @@ -148979,20 +149435,6 @@ entities: - type: Transform pos: 41.5,-59.5 parent: 8364 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - mixer: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: VariantCubeBox entities: - uid: 19276 @@ -170052,6 +170494,9 @@ entities: - type: Transform pos: -1.5,25.5 parent: 8364 + - type: DeviceLinkSink + links: + - 8743 - uid: 8625 components: - type: MetaData @@ -170059,6 +170504,9 @@ entities: - type: Transform pos: -5.5,25.5 parent: 8364 + - type: DeviceLinkSink + links: + - 25829 - uid: 8626 components: - type: MetaData @@ -170066,6 +170514,9 @@ entities: - type: Transform pos: -9.5,25.5 parent: 8364 + - type: DeviceLinkSink + links: + - 26575 - uid: 8973 components: - type: Transform diff --git a/Resources/Maps/_Sunrise/Station/delta.yml b/Resources/Maps/_Sunrise/Station/delta.yml index 5415c6c28ad..b24573f0fe4 100644 --- a/Resources/Maps/_Sunrise/Station/delta.yml +++ b/Resources/Maps/_Sunrise/Station/delta.yml @@ -21799,6 +21799,9 @@ entities: - type: Transform pos: 27.5,-16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15860 - uid: 11761 components: - type: Transform @@ -21839,6 +21842,9 @@ entities: - type: Transform pos: 29.5,-16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25455 - uid: 23653 components: - type: Transform @@ -21851,6 +21857,9 @@ entities: - type: Transform pos: 44.5,-21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 38018 - uid: 26246 components: - type: MetaData @@ -21865,6 +21874,9 @@ entities: - type: Transform pos: 52.5,-21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 38105 - uid: 34581 components: - type: MetaData @@ -21872,6 +21884,9 @@ entities: - type: Transform pos: 31.5,-16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21539 - uid: 38233 components: - type: Transform @@ -22087,6 +22102,9 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,20.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37748 - proto: AirlockBlueShieldLocked entities: - uid: 5804 @@ -22095,6 +22113,9 @@ entities: rot: 3.141592653589793 rad pos: 22.5,17.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37748 - proto: AirlockBrigGlassLocked entities: - uid: 877 @@ -23017,6 +23038,9 @@ entities: - type: Transform pos: -45.5,56.5 parent: 13307 + - type: DeviceLinkSink + links: + - 1264 - type: DeviceLinkSource linkedPorts: 1264: @@ -23026,6 +23050,9 @@ entities: - type: Transform pos: -45.5,58.5 parent: 13307 + - type: DeviceLinkSink + links: + - 669 - type: DeviceLinkSource linkedPorts: 669: @@ -23073,6 +23100,9 @@ entities: - type: Transform pos: 92.5,27.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32664 - type: DeviceLinkSource linkedPorts: 32664: @@ -23100,6 +23130,9 @@ entities: - type: Transform pos: 92.5,24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 508 - type: DeviceLinkSource linkedPorts: 508: @@ -25609,6 +25642,9 @@ entities: - type: Transform pos: 52.5,-1.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28131 - uid: 30165 components: - type: Transform @@ -30332,29 +30368,44 @@ entities: rot: -1.5707963267948966 rad pos: 32.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 610 components: - type: Transform pos: -38.5,-44.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22010 - uid: 1086 components: - type: Transform rot: -1.5707963267948966 rad pos: -72.5,21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15752 - uid: 1292 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-7.5 parent: 13307 + - type: DeviceLinkSink + links: + - 17006 - uid: 1442 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-17.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25571 - uid: 1488 components: - type: MetaData @@ -30362,6 +30413,9 @@ entities: - type: Transform pos: 58.5,2.5 parent: 13307 + - type: DeviceLinkSink + links: + - 17367 - uid: 1621 components: - type: MetaData @@ -30369,6 +30423,9 @@ entities: - type: Transform pos: 66.5,2.5 parent: 13307 + - type: DeviceLinkSink + links: + - 17759 - uid: 1634 components: - type: MetaData @@ -30376,222 +30433,349 @@ entities: - type: Transform pos: 62.5,2.5 parent: 13307 + - type: DeviceLinkSink + links: + - 6703 - uid: 2361 components: - type: Transform pos: 61.5,12.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36896 - uid: 2895 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,-17.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25571 - uid: 5969 components: - type: Transform pos: -38.5,-39.5 parent: 13307 + - type: DeviceLinkSink + links: + - 13676 - uid: 6976 components: - type: Transform pos: -38.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22010 - uid: 8523 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,-68.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9691 - uid: 9303 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,79.5 parent: 13307 + - type: DeviceLinkSink + links: + - 34955 - uid: 9310 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,75.5 parent: 13307 + - type: DeviceLinkSink + links: + - 34955 - uid: 10652 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 17006 - uid: 10715 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,80.5 parent: 13307 + - type: DeviceLinkSink + links: + - 34955 - uid: 10836 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37740 + - 23714 - uid: 12206 components: - type: Transform pos: 75.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32509 - uid: 12913 components: - type: Transform pos: -49.5,-7.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8518 + - 36098 - uid: 12986 components: - type: Transform pos: -49.5,-8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8518 + - 36098 - uid: 13158 components: - type: Transform pos: -49.5,-6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8518 + - 36098 - uid: 16349 components: - type: Transform pos: 76.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32509 - uid: 17646 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,80.5 parent: 13307 + - type: DeviceLinkSink + links: + - 16946 - uid: 18203 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,-5.5 parent: 13307 + - type: DeviceLinkSink + links: + - 17006 - uid: 18655 components: - type: Transform pos: -11.5,55.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18866 - uid: 19984 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11597 - uid: 21351 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,81.5 parent: 13307 + - type: DeviceLinkSink + links: + - 16946 - uid: 21649 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 7980 - uid: 21656 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11597 - uid: 21663 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 7980 - uid: 26955 components: - type: Transform pos: -38.5,-40.5 parent: 13307 + - type: DeviceLinkSink + links: + - 13676 - uid: 29937 components: - type: Transform pos: -38.5,-38.5 parent: 13307 + - type: DeviceLinkSink + links: + - 13676 - uid: 31718 components: - type: Transform pos: -38.5,-43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22010 - uid: 32565 components: - type: Transform pos: 74.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32509 - uid: 32590 components: - type: Transform pos: -70.5,-8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 1293 - uid: 32621 components: - type: Transform pos: -68.5,-8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 1293 - uid: 32636 components: - type: Transform pos: -69.5,-8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 1293 - uid: 32651 components: - type: Transform rot: 1.5707963267948966 rad pos: 66.5,-46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37740 + - 23714 - uid: 32793 components: - type: Transform pos: -67.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 30551 - uid: 34002 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,76.5 parent: 13307 + - type: DeviceLinkSink + links: + - 34955 - uid: 35070 components: - type: Transform pos: -10.5,55.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18866 - uid: 35918 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-17.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25571 - uid: 36280 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21206 + - 31541 - uid: 36573 components: - type: Transform rot: -1.5707963267948966 rad pos: 68.5,-46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21206 + - 31541 - uid: 37241 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,78.5 parent: 13307 + - type: DeviceLinkSink + links: + - 34955 - uid: 37410 components: - type: Transform rot: 3.141592653589793 rad pos: 20.5,77.5 parent: 13307 + - type: DeviceLinkSink + links: + - 34955 - uid: 39687 components: - type: Transform @@ -30609,165 +30793,267 @@ entities: - type: Transform pos: -52.5,18.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32195 - uid: 1648 components: - type: Transform pos: -53.5,18.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32195 - uid: 1717 components: - type: Transform pos: -54.5,18.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32195 - uid: 1738 components: - type: Transform pos: -51.5,18.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32195 - uid: 2600 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,0.5 parent: 13307 + - type: DeviceLinkSink + links: + - 697 - uid: 4879 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,-0.5 parent: 13307 + - type: DeviceLinkSink + links: + - 697 - uid: 13398 components: - type: Transform pos: -53.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5779 - uid: 13887 components: - type: Transform pos: -14.5,16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15957 - uid: 14527 components: - type: Transform pos: -37.5,-30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18728 - uid: 16623 components: - type: Transform pos: 13.5,16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 12539 - uid: 16892 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,-27.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8305 - uid: 17112 components: - type: Transform pos: -41.5,-30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 24294 - uid: 18337 components: - type: Transform pos: -50.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5779 - uid: 18616 components: - type: Transform pos: -52.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5779 - uid: 18637 components: - type: Transform pos: -51.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5779 - uid: 19341 components: - type: Transform pos: 33.5,4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 24298 + - 5743 - uid: 19943 components: - type: Transform pos: 38.5,5.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42579 + - 5743 - uid: 20529 components: - type: Transform pos: 38.5,6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42579 + - 5743 - uid: 23198 components: - type: Transform pos: -41.5,-24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23563 - uid: 23202 components: - type: Transform pos: -33.5,-24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 17913 - uid: 23623 components: - type: Transform pos: 13.5,14.5 parent: 13307 + - type: DeviceLinkSink + links: + - 12539 - uid: 24362 components: - type: Transform pos: -14.5,15.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15957 - uid: 24363 components: - type: Transform pos: -14.5,14.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15957 - uid: 25357 components: - type: Transform pos: -33.5,-30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26564 - uid: 26839 components: - type: Transform pos: 13.5,13.5 parent: 13307 + - type: DeviceLinkSink + links: + - 12539 - uid: 28939 components: - type: Transform pos: -14.5,13.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15957 - uid: 30905 components: - type: Transform pos: 38.5,4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42579 + - 5743 - uid: 31122 components: - type: Transform pos: 33.5,6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 24298 + - 5743 - uid: 31607 components: - type: Transform pos: -37.5,-24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21786 - uid: 31842 components: - type: Transform pos: 13.5,15.5 parent: 13307 + - type: DeviceLinkSink + links: + - 12539 - uid: 33551 components: - type: Transform pos: 33.5,5.5 parent: 13307 + - type: DeviceLinkSink + links: + - 24298 + - 5743 - uid: 36101 components: - type: Transform rot: -1.5707963267948966 rad pos: 70.5,1.5 parent: 13307 + - type: DeviceLinkSink + links: + - 697 - proto: BlockGameArcade entities: - uid: 11390 @@ -97632,6 +97918,9 @@ entities: - type: DeviceList configurators: - invalid + - type: DeviceLinkSink + links: + - 30511 - proto: ClosetBomb entities: - uid: 34509 @@ -105492,447 +105781,672 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 157 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 208 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 277 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 364 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 368 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 517 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,57.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 822 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 837 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 861 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 936 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,47.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 1206 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1210 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1287 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1333 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1361 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1390 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1452 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1531 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1538 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1558 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1579 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 1610 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,42.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 1613 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 6253 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,59.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 6551 components: - type: Transform rot: 1.5707963267948966 rad pos: 30.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 7461 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 7480 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 8037 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 8932 components: - type: Transform rot: -1.5707963267948966 rad pos: -6.5,45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 9112 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 9643 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 9798 components: - type: Transform pos: -6.5,46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 10707 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 10848 components: - type: Transform rot: -1.5707963267948966 rad pos: 28.5,58.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 11254 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,57.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 11882 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 11886 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 11921 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,53.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 11999 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 12196 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,58.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 12231 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,29.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27733 - uid: 12328 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27733 - uid: 12343 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27733 - uid: 12473 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,26.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27733 - uid: 12593 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,27.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27733 - uid: 17240 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,42.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 17810 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 18354 components: - type: Transform rot: -1.5707963267948966 rad pos: 27.5,58.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 18385 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,60.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 19290 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 20574 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 21049 components: - type: Transform rot: -1.5707963267948966 rad pos: 39.5,52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9062 - uid: 21262 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,26.5 parent: 13307 + - type: DeviceLinkSink + links: + - 2892 - uid: 21263 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,26.5 parent: 13307 + - type: DeviceLinkSink + links: + - 2892 - uid: 21429 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 21674 components: - type: Transform rot: 3.141592653589793 rad pos: 25.5,44.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 21917 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 21931 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 21978 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 21984 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9864 - uid: 23490 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 23579 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,57.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 24136 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,57.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 24299 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,57.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 24989 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 25398 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,58.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 26932 components: - type: Transform rot: 1.5707963267948966 rad pos: 26.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 28868 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28848 - uid: 28999 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,61.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 29160 components: - type: Transform rot: 3.141592653589793 rad pos: 26.5,58.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - uid: 33161 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,31.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27733 - uid: 36274 components: - type: Transform rot: 3.141592653589793 rad pos: 17.5,26.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27733 - uid: 40702 components: - type: Transform pos: -6.5,4.5 parent: 39617 + - type: DeviceLinkSink + links: + - 41116 - uid: 40703 components: - type: Transform pos: -6.5,5.5 parent: 39617 + - type: DeviceLinkSink + links: + - 41116 - proto: CounterWoodFrame entities: - uid: 33446 @@ -120261,7 +120775,7 @@ entities: pos: 62.5,-40.5 parent: 13307 - type: Door - secondsUntilStateChange: -21232.479 + secondsUntilStateChange: -21171.295 state: Opening - uid: 43264 components: @@ -122874,7 +123388,7 @@ entities: pos: -30.5,70.5 parent: 13307 - type: Door - secondsUntilStateChange: -17763.678 + secondsUntilStateChange: -17702.494 state: Closing - uid: 17804 components: @@ -122956,7 +123470,7 @@ entities: pos: -19.5,21.5 parent: 13307 - type: Door - secondsUntilStateChange: -34579.176 + secondsUntilStateChange: -34517.992 state: Closing - uid: 19168 components: @@ -188005,28 +188519,43 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,5.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23745 - uid: 24344 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,27.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25289 - uid: 25611 components: - type: Transform pos: -44.5,13.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25613 - uid: 30293 components: - type: Transform pos: 8.5,-22.5 parent: 13307 + - type: DeviceLinkSink + links: + - 20980 - uid: 36037 components: - type: Transform rot: 3.141592653589793 rad pos: -7.5,-27.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36034 - proto: JetpackBlackFilled entities: - uid: 32644 @@ -188096,20 +188625,6 @@ entities: - type: Transform pos: -9.5,44.5 parent: 13307 - - type: ContainerContainer - containers: - tape: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - proto: Katana entities: - uid: 26651 @@ -191260,6 +191775,9 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,-40.5 parent: 13307 + - type: DeviceLinkSink + links: + - 7294 - proto: MachineCentrifuge entities: - uid: 24004 @@ -191938,6 +192456,9 @@ entities: - type: Transform pos: 10.5,-37.5 parent: 13307 + - type: DeviceLinkSink + links: + - 30511 - proto: MedicalTechFab entities: - uid: 18173 @@ -201994,6 +202515,9 @@ entities: parent: 13307 - type: ApcPowerReceiver powerLoad: 0 + - type: DeviceLinkSink + links: + - 23526 - uid: 29667 components: - type: Transform @@ -205140,6 +205664,9 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,-3.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22526 - uid: 28660 components: - type: Transform @@ -210310,6 +210837,9 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,57.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25791 - proto: ReinforcedGirder entities: - uid: 20385 @@ -218005,43 +218535,67 @@ entities: - type: Transform pos: -56.5,4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22190 - uid: 8646 components: - type: Transform rot: 3.141592653589793 rad pos: -57.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22190 - uid: 9946 components: - type: Transform pos: 12.5,-17.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23611 - uid: 10714 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9785 - uid: 10858 components: - type: Transform pos: 39.5,-68.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9785 - uid: 10895 components: - type: Transform pos: 41.5,-68.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9785 - uid: 13244 components: - type: Transform pos: 10.5,-6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9246 - uid: 14469 components: - type: Transform pos: 15.5,-3.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9246 - uid: 14664 components: - type: MetaData @@ -218049,115 +218603,181 @@ entities: - type: Transform pos: -38.5,55.5 parent: 13307 + - type: DeviceLinkSink + links: + - 25376 - uid: 15262 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 13565 - uid: 15353 components: - type: Transform pos: -21.5,-15.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28449 + - 3898 - uid: 15542 components: - type: Transform rot: 3.141592653589793 rad pos: -56.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22190 - uid: 15543 components: - type: Transform rot: 1.5707963267948966 rad pos: -59.5,11.5 parent: 13307 + - type: DeviceLinkSink + links: + - 13565 - uid: 15836 components: - type: Transform pos: -21.5,-16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 28449 + - 3898 - uid: 16122 components: - type: Transform pos: -57.5,4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 22190 - uid: 17594 components: - type: Transform pos: -24.5,42.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32014 - uid: 18805 components: - type: Transform pos: 14.5,-17.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23611 - uid: 26550 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15961 - uid: 26787 components: - type: Transform pos: 11.5,-6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 9246 - uid: 28840 components: - type: Transform pos: 13.5,-17.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23611 - uid: 32802 components: - type: Transform pos: -33.5,-73.5 parent: 13307 + - type: DeviceLinkSink + links: + - 652 - uid: 33793 components: - type: Transform pos: -34.5,-73.5 parent: 13307 + - type: DeviceLinkSink + links: + - 17994 + - 652 - uid: 38534 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37249 - uid: 38535 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37249 - uid: 38536 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37249 - uid: 42190 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-40.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37249 - uid: 42191 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-37.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37249 - uid: 42613 components: - type: Transform pos: -19.5,-44.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15961 - uid: 42614 components: - type: Transform pos: -17.5,-44.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15961 - proto: ShuttersNormalOpen entities: - uid: 1852 @@ -218165,880 +218785,1375 @@ entities: - type: Transform pos: 0.5,-62.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37176 - uid: 3559 components: - type: Transform pos: 36.5,7.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23607 - uid: 4071 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-37.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26842 - uid: 4148 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-38.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26842 - uid: 4205 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 6596 components: - type: Transform pos: 35.5,7.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23607 - uid: 7486 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,-0.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32722 - uid: 7543 components: - type: Transform rot: -1.5707963267948966 rad pos: -79.5,1.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32722 - uid: 8701 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26842 - uid: 9120 components: - type: Transform pos: 37.5,7.5 parent: 13307 + - type: DeviceLinkSink + links: + - 23607 - uid: 9203 components: - type: Transform pos: -16.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42612 - uid: 9204 components: - type: Transform pos: -16.5,10.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42612 - uid: 9245 components: - type: Transform rot: 3.141592653589793 rad pos: -17.5,-36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26842 - uid: 9260 components: - type: Transform pos: -16.5,-0.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15960 - uid: 9261 components: - type: Transform pos: -16.5,4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 16788 - uid: 9428 components: - type: Transform pos: -16.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42612 - uid: 9873 components: - type: Transform pos: 36.5,3.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37251 - uid: 11899 components: - type: Transform pos: -27.5,38.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 12250 components: - type: Transform pos: 34.5,3.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37251 - uid: 12412 components: - type: Transform pos: 24.5,39.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 12947 components: - type: Transform pos: 2.5,-46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 2689 - uid: 13250 components: - type: Transform pos: 14.5,50.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31107 + - 32893 - uid: 13320 components: - type: Transform pos: -8.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 13363 components: - type: Transform pos: 22.5,-41.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 13509 components: - type: Transform pos: 25.5,-42.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 13521 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,35.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 13661 components: - type: Transform pos: 25.5,-44.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 13773 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,37.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 13897 components: - type: Transform pos: -1.5,-56.5 parent: 13307 + - type: DeviceLinkSink + links: + - 16631 - uid: 14540 components: - type: Transform pos: -10.5,-34.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 14649 components: - type: Transform pos: -27.5,35.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 14718 components: - type: Transform pos: 4.5,-12.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18621 - uid: 14772 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-14.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18621 - uid: 14906 components: - type: Transform pos: -27.5,32.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 15073 components: - type: Transform pos: 40.5,24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 15097 components: - type: Transform pos: -27.5,33.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 15245 components: - type: Transform pos: 19.5,-44.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 15331 components: - type: Transform pos: -10.5,-33.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 15561 components: - type: Transform pos: 23.5,38.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 15574 components: - type: Transform pos: 14.5,49.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31107 + - 32893 - uid: 15623 components: - type: Transform pos: 23.5,35.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 15873 components: - type: Transform pos: 25.5,39.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 16147 components: - type: Transform pos: 23.5,34.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 16422 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,-13.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14772 + - 18621 - uid: 16819 components: - type: Transform pos: 3.5,-12.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18621 - uid: 16940 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21638 - uid: 18664 components: - type: Transform pos: 2.5,-34.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36279 - uid: 19431 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,41.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21638 - uid: 19909 components: - type: Transform pos: 18.5,-47.5 parent: 13307 + - type: DeviceLinkSink + links: + - 4444 - uid: 20059 components: - type: Transform pos: 27.5,33.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 20552 components: - type: Transform pos: 0.5,-56.5 parent: 13307 + - type: DeviceLinkSink + links: + - 16631 - uid: 21044 components: - type: Transform pos: -4.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15617 - uid: 21387 components: - type: Transform rot: -1.5707963267948966 rad pos: 30.5,42.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21638 - uid: 21669 components: - type: Transform pos: 24.5,33.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 22659 components: - type: Transform pos: -17.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21433 - uid: 22660 components: - type: Transform pos: -16.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21433 - uid: 22690 components: - type: Transform pos: -3.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15617 - uid: 22745 components: - type: Transform pos: -1.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15617 - uid: 23008 components: - type: Transform pos: -2.5,-29.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 23420 components: - type: Transform pos: 1.5,-31.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36279 - uid: 23526 components: - type: Transform pos: 1.5,-29.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36279 - uid: 23853 components: - type: Transform pos: 4.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36278 - uid: 23854 components: - type: Transform pos: 2.5,-33.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36279 - uid: 24754 components: - type: Transform pos: -2.5,-31.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 25274 components: - type: Transform pos: -10.5,-35.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 25368 components: - type: Transform pos: -28.5,38.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 25520 components: - type: Transform pos: -1.5,-62.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37176 - uid: 25523 components: - type: Transform pos: 39.5,10.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42577 - uid: 25599 components: - type: Transform pos: 23.5,37.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27983 - uid: 26804 components: - type: Transform pos: -4.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 27049 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 27079 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-5.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 27149 components: - type: Transform pos: -18.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21433 - uid: 27151 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-3.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 27206 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-2.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 27248 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,-0.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 27263 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,0.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 27332 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,1.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 27681 components: - type: Transform pos: -27.5,34.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 27957 components: - type: Transform rot: 1.5707963267948966 rad pos: 24.5,2.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8559 - uid: 28022 components: - type: Transform rot: 3.141592653589793 rad pos: -19.5,-36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26842 - uid: 28223 components: - type: Transform pos: -2.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15617 - uid: 28608 components: - type: Transform pos: 15.5,-44.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42610 - uid: 28630 components: - type: Transform pos: 15.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42610 - uid: 28671 components: - type: Transform pos: 15.5,-46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42610 - uid: 28716 components: - type: Transform pos: -5.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 28871 components: - type: Transform pos: 21.5,-41.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 28932 components: - type: Transform pos: 5.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36278 - uid: 29231 components: - type: Transform pos: -19.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21433 - uid: 29267 components: - type: Transform pos: 19.5,-46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 29356 components: - type: Transform pos: 19.5,-42.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 29851 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,19.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 29858 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,22.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 29918 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 29944 components: - type: Transform pos: 57.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 30030 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,18.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 30407 components: - type: Transform pos: 56.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 30467 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 30506 components: - type: Transform pos: -16.5,-82.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31732 - uid: 30532 components: - type: Transform pos: -20.5,-82.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32510 - uid: 30536 components: - type: Transform pos: -22.5,-82.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32510 - uid: 30542 components: - type: Transform pos: -14.5,-82.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31732 - uid: 30674 components: - type: Transform pos: -13.5,-82.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31732 - uid: 30808 components: - type: Transform pos: -0.5,-56.5 parent: 13307 + - type: DeviceLinkSink + links: + - 16631 - uid: 30816 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 30817 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,20.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 30818 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,19.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 30819 components: - type: Transform pos: 42.5,24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 30833 components: - type: Transform pos: -0.5,-62.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37176 - uid: 30882 components: - type: Transform pos: 25.5,-46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 31246 components: - type: Transform pos: 6.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36278 - uid: 31371 components: - type: Transform pos: 55.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 31417 components: - type: Transform pos: -21.5,-82.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32510 - uid: 31582 components: - type: Transform pos: 51.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 31747 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 31827 components: - type: Transform pos: 8.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36278 - uid: 31828 components: - type: Transform pos: 2.5,-35.5 parent: 13307 + - type: DeviceLinkSink + links: + - 36279 - uid: 31830 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 31832 components: - type: Transform pos: 41.5,24.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 31833 components: - type: Transform rot: 3.141592653589793 rad pos: 40.5,16.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 31834 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,19.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 31854 components: - type: Transform pos: -27.5,36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 31877 components: - type: Transform rot: 3.141592653589793 rad pos: 53.5,20.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 31937 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,20.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 31953 components: - type: Transform rot: 1.5707963267948966 rad pos: 48.5,21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 32166 components: - type: Transform pos: -15.5,-82.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31732 - uid: 32516 components: - type: Transform pos: 50.5,30.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31480 - uid: 32599 components: - type: Transform rot: 1.5707963267948966 rad pos: 44.5,21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 31440 - uid: 32905 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-51.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14502 - uid: 32952 components: - type: Transform pos: -6.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 32960 components: - type: Transform pos: 23.5,-41.5 parent: 13307 + - type: DeviceLinkSink + links: + - 5663 - uid: 33063 components: - type: Transform pos: -3.5,-35.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 33447 components: - type: Transform pos: 2.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 2689 - uid: 33513 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-52.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14502 - uid: 33856 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-42.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26842 - uid: 33944 components: - type: Transform pos: 16.5,-47.5 parent: 13307 + - type: DeviceLinkSink + links: + - 4444 - uid: 34148 components: - type: Transform pos: -5.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15617 - uid: 34519 components: - type: Transform pos: -20.5,66.5 parent: 13307 + - type: DeviceLinkSink + links: + - 21433 - uid: 34659 components: - type: Transform pos: -3.5,-34.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 34786 components: - type: Transform pos: -3.5,-33.5 parent: 13307 + - type: DeviceLinkSink + links: + - 11263 - uid: 34919 components: - type: Transform pos: -27.5,37.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42617 - uid: 35473 components: - type: Transform pos: 39.5,2.5 parent: 13307 + - type: DeviceLinkSink + links: + - 27435 - uid: 35673 components: - type: Transform pos: 45.5,1.5 parent: 13307 + - type: DeviceLinkSink + links: + - 24432 - uid: 37214 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-50.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14502 - uid: 37252 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-48.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14502 - uid: 37285 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-47.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14502 - uid: 37346 components: - type: Transform rot: -1.5707963267948966 rad pos: 29.5,-46.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14502 - uid: 37583 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15231 - uid: 37742 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,20.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37748 - uid: 37743 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37748 - uid: 37744 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,19.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37748 - uid: 37745 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,21.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37748 - uid: 37746 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,19.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37748 - uid: 38665 components: - type: Transform pos: 61.5,-1.5 parent: 13307 + - type: DeviceLinkSink + links: + - 38667 - uid: 38666 components: - type: Transform pos: 60.5,-1.5 parent: 13307 + - type: DeviceLinkSink + links: + - 38667 - uid: 39082 components: - type: Transform rot: 3.141592653589793 rad pos: 61.5,-6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 38667 - uid: 39083 components: - type: Transform rot: 3.141592653589793 rad pos: 62.5,-6.5 parent: 13307 + - type: DeviceLinkSink + links: + - 38667 - uid: 41501 components: - type: Transform pos: 79.5,2.5 parent: 13307 + - type: DeviceLinkSink + links: + - 41503 - uid: 41502 components: - type: Transform pos: 79.5,4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 41503 - uid: 42609 components: - type: Transform rot: 3.141592653589793 rad pos: -15.5,-36.5 parent: 13307 + - type: DeviceLinkSink + links: + - 26842 - uid: 42620 components: - type: Transform rot: 3.141592653589793 rad pos: 31.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15231 - uid: 42621 components: - type: Transform rot: 3.141592653589793 rad pos: 32.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15231 - uid: 42622 components: - type: Transform rot: 3.141592653589793 rad pos: 33.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15231 - uid: 42623 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-45.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15231 - proto: ShuttersRadiation entities: - uid: 9788 @@ -219046,16 +220161,25 @@ entities: - type: Transform pos: -71.5,-4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8506 - uid: 10216 components: - type: Transform pos: -69.5,-4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8506 - uid: 10253 components: - type: Transform pos: -67.5,-4.5 parent: 13307 + - type: DeviceLinkSink + links: + - 8506 - proto: ShuttersRadiationOpen entities: - uid: 272 @@ -219063,99 +220187,153 @@ entities: - type: Transform pos: -69.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42616 - uid: 9861 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,49.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 10639 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,51.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 11805 components: - type: Transform pos: -48.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 12761 components: - type: Transform pos: -46.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 13153 components: - type: Transform pos: -49.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 13481 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,7.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18152 - uid: 14740 components: - type: Transform rot: -1.5707963267948966 rad pos: -60.5,47.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 14836 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,5.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42616 - uid: 14900 components: - type: Transform pos: -56.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 15312 components: - type: Transform pos: -54.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 15516 components: - type: Transform pos: -52.5,43.5 parent: 13307 + - type: DeviceLinkSink + links: + - 15030 - uid: 17839 components: - type: Transform pos: -73.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42616 - uid: 18151 components: - type: Transform pos: -72.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42616 - uid: 18987 components: - type: Transform pos: -70.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42616 - uid: 21297 components: - type: Transform rot: 1.5707963267948966 rad pos: -68.5,7.5 parent: 13307 + - type: DeviceLinkSink + links: + - 42616 - uid: 23478 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,5.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18152 - uid: 25068 components: - type: Transform rot: -1.5707963267948966 rad pos: -66.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 18152 - proto: ShuttersWindowOpen entities: - uid: 35318 @@ -219163,11 +220341,17 @@ entities: - type: Transform pos: 45.5,9.5 parent: 13307 + - type: DeviceLinkSink + links: + - 24408 - uid: 35324 components: - type: Transform pos: 45.5,13.5 parent: 13307 + - type: DeviceLinkSink + links: + - 24312 - proto: ShuttleGunPerforatorCircuitboard entities: - uid: 40021 @@ -220199,10 +221383,12 @@ entities: parent: 13307 - type: DeviceLinkSource linkedPorts: + 18748: [] 37745: - Pressed: Toggle 37746: - Pressed: Toggle + 5804: [] 37743: - Pressed: Toggle 37742: @@ -225031,34 +226217,11 @@ entities: - type: Transform pos: 6.5,-75.5 parent: 13307 -- proto: SpawnPointSeniorEngineer - entities: - - uid: 37766 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 13307 -- proto: SpawnPointSeniorOfficer - entities: - - uid: 37765 + - uid: 38511 components: - type: Transform pos: 57.5,15.5 parent: 13307 -- proto: SpawnPointSeniorPhysician - entities: - - uid: 37769 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 13307 -- proto: SpawnPointSeniorResearcher - entities: - - uid: 37771 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 13307 - proto: SpawnPointServiceWorker entities: - uid: 16999 @@ -270513,6 +271676,9 @@ entities: rot: 3.141592653589793 rad pos: 16.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 13198 - uid: 11651 components: - type: Transform @@ -270542,6 +271708,9 @@ entities: rot: 3.141592653589793 rad pos: 18.5,-28.5 parent: 13307 + - type: DeviceLinkSink + links: + - 37036 - uid: 37034 components: - type: Transform @@ -270675,6 +271844,9 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,12.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32998 - uid: 3696 components: - type: Transform @@ -270699,6 +271871,9 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,8.5 parent: 13307 + - type: DeviceLinkSink + links: + - 32976 - uid: 6544 components: - type: Transform @@ -270710,6 +271885,9 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,0.5 parent: 13307 + - type: DeviceLinkSink + links: + - 14842 - uid: 9335 components: - type: Transform @@ -270798,7 +271976,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -6941.34 + secondsUntilStateChange: -6880.1567 state: Opening - uid: 38432 components: diff --git a/Resources/Maps/_Sunrise/Station/fland.yml b/Resources/Maps/_Sunrise/Station/fland.yml index 4a5d74634b3..c85afc7b285 100644 --- a/Resources/Maps/_Sunrise/Station/fland.yml +++ b/Resources/Maps/_Sunrise/Station/fland.yml @@ -17781,6 +17781,9 @@ entities: - type: Transform pos: 23.5,0.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9359 - type: DeviceLinkSource linkedPorts: 9359: @@ -17790,6 +17793,9 @@ entities: - type: Transform pos: 25.5,0.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9358 - type: DeviceLinkSource linkedPorts: 9358: @@ -17799,6 +17805,9 @@ entities: - type: Transform pos: 25.5,4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9357 - type: DeviceLinkSource linkedPorts: 9357: @@ -17808,6 +17817,9 @@ entities: - type: Transform pos: 23.5,4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9356 - type: DeviceLinkSource linkedPorts: 9356: @@ -17827,6 +17839,9 @@ entities: - type: Transform pos: 23.5,28.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9410 - type: DeviceLinkSource linkedPorts: 9410: @@ -17836,6 +17851,9 @@ entities: - type: Transform pos: 23.5,31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9409 - type: DeviceLinkSource linkedPorts: 9409: @@ -17845,6 +17863,9 @@ entities: - type: Transform pos: 25.5,31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9412 - type: DeviceLinkSource linkedPorts: 9412: @@ -17854,6 +17875,9 @@ entities: - type: Transform pos: 25.5,28.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9411 - type: DeviceLinkSource linkedPorts: 9411: @@ -18793,6 +18817,9 @@ entities: - type: Transform pos: -41.5,-1.5 parent: 13329 + - type: DeviceLinkSink + links: + - 3000 - type: DeviceLinkSource linkedPorts: 3000: @@ -18802,6 +18829,9 @@ entities: - type: Transform pos: -41.5,-4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 2999 - type: DeviceLinkSource linkedPorts: 2999: @@ -18811,6 +18841,9 @@ entities: - type: Transform pos: -16.5,-27.5 parent: 13329 + - type: DeviceLinkSink + links: + - 3743 - type: DeviceLinkSource linkedPorts: 3743: @@ -18820,6 +18853,9 @@ entities: - type: Transform pos: -22.5,-31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 13618 - type: DeviceLinkSource linkedPorts: 13618: @@ -18829,6 +18865,9 @@ entities: - type: Transform pos: -22.5,-28.5 parent: 13329 + - type: DeviceLinkSink + links: + - 3749 - type: DeviceLinkSource linkedPorts: 3749: @@ -18984,6 +19023,9 @@ entities: linkedPorts: 3748: - DoorStatus: Close + - type: DeviceLinkSink + links: + - 3748 - uid: 10108 components: - type: Transform @@ -21138,6 +21180,13 @@ entities: - type: Transform pos: 86.5,5.5 parent: 13329 +- proto: AmeJar + entities: + - uid: 27877 + components: + - type: Transform + pos: 84.584206,5.5199265 + parent: 13329 - proto: AnomalyScanner entities: - uid: 19980 @@ -29290,26 +29339,6 @@ entities: - type: Transform pos: 66.5,-51.5 parent: 13329 - - uid: 34950 - components: - - type: Transform - pos: 9.5,50.5 - parent: 13329 - - uid: 35001 - components: - - type: Transform - pos: 12.5,51.5 - parent: 13329 - - uid: 35002 - components: - - type: Transform - pos: 14.5,51.5 - parent: 13329 - - uid: 35003 - components: - - type: Transform - pos: 15.5,50.5 - parent: 13329 - proto: BedsheetPurple entities: - uid: 34638 @@ -29496,81 +29525,129 @@ entities: - type: Transform pos: 22.5,10.5 parent: 13329 + - type: DeviceLinkSink + links: + - 8645 - uid: 8642 components: - type: Transform pos: 22.5,11.5 parent: 13329 + - type: DeviceLinkSink + links: + - 8645 - uid: 11541 components: - type: Transform pos: 1.5,-34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11543 - uid: 11542 components: - type: Transform pos: 1.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11543 - uid: 15301 components: - type: Transform pos: 60.5,-31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 15398 - uid: 15302 components: - type: Transform pos: 61.5,-31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 15398 - uid: 15303 components: - type: Transform pos: 62.5,-31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 15398 - uid: 20428 components: - type: Transform pos: 99.5,-25.5 parent: 13329 + - type: DeviceLinkSink + links: + - 20586 - uid: 20471 components: - type: Transform pos: 99.5,-26.5 parent: 13329 + - type: DeviceLinkSink + links: + - 20586 - uid: 20588 components: - type: Transform pos: 94.5,-26.5 parent: 13329 + - type: DeviceLinkSink + links: + - 20585 - uid: 20589 components: - type: Transform pos: 99.5,-27.5 parent: 13329 + - type: DeviceLinkSink + links: + - 20586 - uid: 25540 components: - type: Transform pos: 92.5,-13.5 parent: 13329 + - type: DeviceLinkSink + links: + - 25543 - uid: 25541 components: - type: Transform pos: 93.5,-13.5 parent: 13329 + - type: DeviceLinkSink + links: + - 25543 - uid: 25542 components: - type: Transform pos: 94.5,-13.5 parent: 13329 + - type: DeviceLinkSink + links: + - 25543 - uid: 26442 components: - type: Transform pos: 108.5,-36.5 parent: 13329 + - type: DeviceLinkSink + links: + - 26443 - uid: 34659 components: - type: Transform pos: 129.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 32424 - proto: BlastDoorOpen entities: - uid: 1975 @@ -29578,56 +29655,89 @@ entities: - type: Transform pos: -10.5,-2.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1976 - uid: 9400 components: - type: Transform pos: 52.5,20.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9399 - uid: 9401 components: - type: Transform pos: 52.5,21.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9399 - uid: 9403 components: - type: Transform pos: 52.5,22.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9399 - uid: 9404 components: - type: Transform pos: 52.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9399 - uid: 9405 components: - type: Transform pos: 52.5,24.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9399 - uid: 14605 components: - type: Transform pos: 45.5,-19.5 parent: 13329 + - type: DeviceLinkSink + links: + - 14608 - uid: 14606 components: - type: Transform pos: 46.5,-19.5 parent: 13329 + - type: DeviceLinkSink + links: + - 14608 - uid: 14607 components: - type: Transform pos: 47.5,-19.5 parent: 13329 + - type: DeviceLinkSink + links: + - 14608 - uid: 24021 components: - type: Transform pos: 64.5,-13.5 parent: 13329 + - type: DeviceLinkSink + links: + - 24020 - uid: 24022 components: - type: Transform pos: 63.5,-13.5 parent: 13329 + - type: DeviceLinkSink + links: + - 24020 - uid: 29875 components: - type: Transform @@ -29648,21 +29758,33 @@ entities: - type: Transform pos: 71.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 31488 - uid: 31485 components: - type: Transform pos: 72.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 31488 - uid: 31486 components: - type: Transform pos: 73.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 31488 - uid: 31487 components: - type: Transform pos: 74.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 31488 - proto: BlockGameArcade entities: - uid: 1076 @@ -94783,7 +94905,7 @@ entities: - type: Transform pos: -9.515972,-16.273252 parent: 13329 -- proto: ClothingOuterCoatDetectiveLoadout +- proto: ClothingOuterCoatInspector entities: - uid: 31694 components: @@ -96674,246 +96796,372 @@ entities: - type: Transform pos: 7.5,-15.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11497 - uid: 11496 components: - type: Transform pos: 7.5,-14.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11497 - uid: 11518 components: - type: Transform rot: -1.5707963267948966 rad pos: 10.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11519 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11520 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11521 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11522 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11523 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11524 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11525 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11526 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11527 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11528 components: - type: Transform pos: 10.5,-37.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11529 components: - type: Transform pos: 10.5,-36.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11530 components: - type: Transform pos: 10.5,-35.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11531 components: - type: Transform pos: 10.5,-34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11532 components: - type: Transform pos: 10.5,-33.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11550 - uid: 11533 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,-34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11534 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,-34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11535 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11536 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11537 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11538 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-33.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11539 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-32.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11540 components: - type: Transform rot: 3.141592653589793 rad pos: 5.5,-31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11551 - uid: 11827 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11835 - uid: 11828 components: - type: Transform rot: -1.5707963267948966 rad pos: 21.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11835 - uid: 11829 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11835 - uid: 11830 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 11835 - uid: 27053 components: - type: Transform rot: 1.5707963267948966 rad pos: 130.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27054 components: - type: Transform rot: 1.5707963267948966 rad pos: 129.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27055 components: - type: Transform rot: 1.5707963267948966 rad pos: 125.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27056 components: - type: Transform rot: 1.5707963267948966 rad pos: 124.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27057 components: - type: Transform rot: 1.5707963267948966 rad pos: 123.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27058 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27059 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-7.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27060 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-6.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27061 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-5.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27062 components: - type: Transform rot: 3.141592653589793 rad pos: 126.5,-4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27063 components: - type: Transform rot: 1.5707963267948966 rad pos: 126.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 27064 components: - type: Transform rot: 1.5707963267948966 rad pos: 127.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - uid: 34655 components: - type: Transform rot: 1.5707963267948966 rad pos: 131.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27080 - proto: CrateAirlockKit entities: - uid: 13122 @@ -97148,11 +97396,6 @@ entities: - 0 - 0 - 0 - - uid: 35094 - components: - - type: Transform - pos: 83.5,5.5 - parent: 13329 - proto: CrateEngineeringAMEShielding entities: - uid: 23455 @@ -97178,11 +97421,6 @@ entities: - 0 - 0 - 0 - - uid: 27877 - components: - - type: Transform - pos: 84.5,5.5 - parent: 13329 - proto: CrateEngineeringCableBulk entities: - uid: 26562 @@ -161267,20 +161505,6 @@ entities: - type: Transform pos: -21.5,21.5 parent: 13329 - - type: ContainerContainer - containers: - tape: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - proto: KitchenKnife entities: - uid: 4792 @@ -164360,16 +164584,6 @@ entities: - type: Transform pos: 15.5,55.5 parent: 13329 - - uid: 34951 - components: - - type: Transform - pos: 12.5,51.5 - parent: 13329 - - uid: 35000 - components: - - type: Transform - pos: 14.5,51.5 - parent: 13329 - proto: MedicalScanner entities: - uid: 26066 @@ -173577,6 +173791,11 @@ entities: - type: Transform pos: 78.5,3.5 parent: 13329 + - uid: 27878 + components: + - type: Transform + pos: 84.5,5.5 + parent: 13329 - uid: 28147 components: - type: Transform @@ -176557,6 +176776,9 @@ entities: rot: 1.5707963267948966 rad pos: 128.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 27081 - proto: ReinforcedPlasmaWindow entities: - uid: 5633 @@ -181484,11 +181706,17 @@ entities: - type: Transform pos: 3.5,7.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1494 - uid: 1493 components: - type: Transform pos: 4.5,7.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1494 - uid: 9595 components: - type: Transform @@ -181506,28 +181734,43 @@ entities: - type: Transform pos: -1.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9777 - uid: 9775 components: - type: Transform pos: -0.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9777 - uid: 9776 components: - type: Transform pos: 0.5,-8.5 parent: 13329 + - type: DeviceLinkSink + links: + - 9777 - uid: 15304 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-20.5 parent: 13329 + - type: DeviceLinkSink + links: + - 15306 - uid: 15305 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,-19.5 parent: 13329 + - type: DeviceLinkSink + links: + - 15306 - proto: ShuttersNormalOpen entities: - uid: 921 @@ -181535,181 +181778,280 @@ entities: - type: Transform pos: -18.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 940 - uid: 922 components: - type: Transform pos: -17.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 940 - uid: 923 components: - type: Transform pos: -16.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 940 - uid: 924 components: - type: Transform pos: -15.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 940 - uid: 925 components: - type: Transform pos: -14.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 940 - uid: 926 components: - type: Transform pos: -13.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 940 - uid: 927 components: - type: Transform pos: -8.5,16.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1073 - uid: 928 components: - type: Transform pos: -4.5,16.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1073 - uid: 929 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,18.5 parent: 13329 + - type: DeviceLinkSink + links: + - 939 - uid: 930 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,19.5 parent: 13329 + - type: DeviceLinkSink + links: + - 939 - uid: 931 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,20.5 parent: 13329 + - type: DeviceLinkSink + links: + - 939 - uid: 932 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,21.5 parent: 13329 + - type: DeviceLinkSink + links: + - 939 - uid: 933 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,22.5 parent: 13329 + - type: DeviceLinkSink + links: + - 939 - uid: 934 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,18.5 parent: 13329 + - type: DeviceLinkSink + links: + - 938 - uid: 935 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,19.5 parent: 13329 + - type: DeviceLinkSink + links: + - 938 - uid: 936 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,20.5 parent: 13329 + - type: DeviceLinkSink + links: + - 938 - uid: 937 components: - type: Transform rot: -1.5707963267948966 rad pos: -9.5,21.5 parent: 13329 + - type: DeviceLinkSink + links: + - 938 - uid: 1072 components: - type: Transform pos: -11.5,23.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1073 - uid: 1311 components: - type: Transform pos: -2.5,34.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1317 - uid: 1312 components: - type: Transform pos: -2.5,35.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1317 - uid: 1313 components: - type: Transform pos: -2.5,36.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1317 - uid: 1314 components: - type: Transform pos: -2.5,39.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1317 - uid: 1315 components: - type: Transform pos: -8.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1317 - uid: 1316 components: - type: Transform pos: -11.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1317 - uid: 1432 components: - type: Transform pos: -12.5,25.5 parent: 13329 + - type: DeviceLinkSink + links: + - 1431 - uid: 4518 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4523 - uid: 4519 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,39.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4523 - uid: 4520 components: - type: Transform rot: -1.5707963267948966 rad pos: -26.5,40.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4523 - uid: 4521 components: - type: Transform pos: -22.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4523 - uid: 4522 components: - type: Transform pos: -21.5,43.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4523 - uid: 4748 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,30.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4751 - uid: 4749 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,31.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4751 - uid: 4750 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,32.5 parent: 13329 + - type: DeviceLinkSink + links: + - 4751 - uid: 9389 components: - type: Transform @@ -181765,120 +182107,186 @@ entities: - type: Transform pos: 42.5,16.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10587 - uid: 10589 components: - type: Transform pos: 45.5,16.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10587 - uid: 10590 components: - type: Transform pos: 47.5,16.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10587 - uid: 10591 components: - type: Transform pos: 50.5,16.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10587 - uid: 10879 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10877 - uid: 10880 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-0.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10877 - uid: 10881 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,0.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10877 - uid: 10882 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,2.5 parent: 13329 + - type: DeviceLinkSink + links: + - 33581 - uid: 10883 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 33581 - uid: 10884 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 33581 - uid: 18460 components: - type: Transform pos: 18.5,35.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18461 components: - type: Transform pos: 20.5,35.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18462 components: - type: Transform pos: 22.5,35.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18463 components: - type: Transform pos: 24.5,35.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18498 components: - type: Transform pos: 20.5,42.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18499 components: - type: Transform pos: 21.5,42.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18500 components: - type: Transform pos: 22.5,42.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18501 components: - type: Transform pos: 24.5,42.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18502 components: - type: Transform pos: 25.5,42.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18503 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,36.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18504 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,37.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18505 components: - type: Transform rot: -1.5707963267948966 rad pos: 16.5,38.5 parent: 13329 + - type: DeviceLinkSink + links: + - 18464 - uid: 18758 components: - type: Transform @@ -181911,11 +182319,17 @@ entities: - type: Transform pos: 65.5,41.5 parent: 13329 + - type: DeviceLinkSink + links: + - 31552 - uid: 31551 components: - type: Transform pos: 56.5,42.5 parent: 13329 + - type: DeviceLinkSink + links: + - 31552 - proto: ShuttersRadiationOpen entities: - uid: 25901 @@ -181923,101 +182337,158 @@ entities: - type: Transform pos: 94.5,-9.5 parent: 13329 + - type: DeviceLinkSink + links: + - 25903 - uid: 25902 components: - type: Transform pos: 94.5,-1.5 parent: 13329 + - type: DeviceLinkSink + links: + - 25904 - uid: 34676 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-7.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34695 - uid: 34677 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-6.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34695 - uid: 34678 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-5.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34695 - uid: 34679 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34695 - uid: 34680 components: - type: Transform rot: 1.5707963267948966 rad pos: 117.5,-3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34695 - uid: 34681 components: - type: Transform pos: 110.5,3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34692 - uid: 34682 components: - type: Transform pos: 109.5,3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34692 - uid: 34683 components: - type: Transform pos: 108.5,3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34692 - uid: 34684 components: - type: Transform pos: 107.5,3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34692 - uid: 34685 components: - type: Transform pos: 106.5,3.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34692 - uid: 34686 components: - type: Transform pos: 110.5,-14.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34691 - uid: 34687 components: - type: Transform pos: 109.5,-14.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34691 - uid: 34688 components: - type: Transform pos: 108.5,-14.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34691 - uid: 34689 components: - type: Transform pos: 107.5,-14.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34691 - uid: 34690 components: - type: Transform pos: 106.5,-14.5 parent: 13329 + - type: DeviceLinkSink + links: + - 34691 - uid: 35310 components: - type: Transform pos: 96.5,-0.5 parent: 13329 + - type: DeviceLinkSink + links: + - 35312 - uid: 35311 components: - type: Transform pos: 99.5,-0.5 parent: 13329 + - type: DeviceLinkSink + links: + - 35312 - proto: ShuttleConsoleCircuitboard entities: - uid: 13064 @@ -187732,34 +188203,6 @@ entities: - type: Transform pos: 35.5,13.5 parent: 13329 -- proto: SpawnPointSeniorEngineer - entities: - - uid: 35093 - components: - - type: Transform - pos: 90.5,-0.5 - parent: 13329 -- proto: SpawnPointSeniorOfficer - entities: - - uid: 35092 - components: - - type: Transform - pos: 31.5,18.5 - parent: 13329 -- proto: SpawnPointSeniorPhysician - entities: - - uid: 27878 - components: - - type: Transform - pos: 12.5,48.5 - parent: 13329 -- proto: SpawnPointSeniorResearcher - entities: - - uid: 35004 - components: - - type: Transform - pos: 43.5,-32.5 - parent: 13329 - proto: SpawnPointServiceWorker entities: - uid: 1798 @@ -193084,11 +193527,6 @@ entities: - type: Transform pos: 23.5,65.5 parent: 13329 - - uid: 34949 - components: - - type: Transform - pos: 11.5,51.5 - parent: 13329 - proto: TablePlasmaGlass entities: - uid: 12166 @@ -196482,20 +196920,6 @@ entities: - type: Transform pos: 33.5,42.5 parent: 13329 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - mixer: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: VendingBarDrobe entities: - uid: 1186 @@ -221653,6 +222077,9 @@ entities: rot: 3.141592653589793 rad pos: 28.5,4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10576 - uid: 9334 components: - type: MetaData @@ -221661,6 +222088,9 @@ entities: rot: 3.141592653589793 rad pos: 31.5,4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10583 - uid: 9335 components: - type: MetaData @@ -221669,6 +222099,9 @@ entities: rot: 3.141592653589793 rad pos: 34.5,4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10586 - uid: 9336 components: - type: MetaData @@ -221677,6 +222110,9 @@ entities: rot: 3.141592653589793 rad pos: 37.5,4.5 parent: 13329 + - type: DeviceLinkSink + links: + - 10578 - uid: 9423 components: - type: Transform diff --git a/Resources/Maps/_Sunrise/Station/marathon.yml b/Resources/Maps/_Sunrise/Station/marathon.yml index c346d081bd3..9dd74faf909 100644 --- a/Resources/Maps/_Sunrise/Station/marathon.yml +++ b/Resources/Maps/_Sunrise/Station/marathon.yml @@ -9870,6 +9870,9 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-58.5 parent: 30 + - type: DeviceLinkSink + links: + - 22632 - type: DeviceLinkSource linkedPorts: 22632: @@ -9880,6 +9883,9 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-58.5 parent: 30 + - type: DeviceLinkSink + links: + - 22631 - type: DeviceLinkSource linkedPorts: 22631: @@ -9964,6 +9970,9 @@ entities: - type: Transform pos: 34.5,-15.5 parent: 30 + - type: DeviceLinkSink + links: + - 11800 - type: DeviceLinkSource linkedPorts: 11800: @@ -9973,6 +9982,9 @@ entities: - type: Transform pos: 34.5,-12.5 parent: 30 + - type: DeviceLinkSink + links: + - 11658 - type: DeviceLinkSource linkedPorts: 11658: @@ -10002,6 +10014,9 @@ entities: - type: Transform pos: -17.5,-52.5 parent: 30 + - type: DeviceLinkSink + links: + - 10136 - type: DeviceLinkSource linkedPorts: 10136: @@ -10011,6 +10026,9 @@ entities: - type: Transform pos: -17.5,-49.5 parent: 30 + - type: DeviceLinkSink + links: + - 10135 - type: DeviceLinkSource linkedPorts: 10135: @@ -10020,6 +10038,9 @@ entities: - type: Transform pos: -0.5,60.5 parent: 30 + - type: DeviceLinkSink + links: + - 20060 - type: DeviceLinkSource linkedPorts: 20060: @@ -10029,6 +10050,9 @@ entities: - type: Transform pos: -0.5,62.5 parent: 30 + - type: DeviceLinkSink + links: + - 20059 - type: DeviceLinkSource linkedPorts: 20059: @@ -10045,6 +10069,9 @@ entities: - type: Transform pos: -0.5,39.5 parent: 30 + - type: DeviceLinkSink + links: + - 5390 - type: DeviceLinkSource linkedPorts: 5390: @@ -10169,6 +10196,9 @@ entities: - type: Transform pos: -0.5,41.5 parent: 30 + - type: DeviceLinkSink + links: + - 5391 - type: DeviceLinkSource linkedPorts: 5391: @@ -10832,7 +10862,7 @@ entities: pos: -27.5,18.5 parent: 30 - type: Door - secondsUntilStateChange: -680.5633 + secondsUntilStateChange: -626.3288 state: Opening - type: DeviceLinkSource lastSignals: @@ -11412,6 +11442,9 @@ entities: - type: Transform pos: -50.5,62.5 parent: 30 + - type: DeviceLinkSink + links: + - 840 - type: DeviceLinkSource linkedPorts: 840: @@ -11504,6 +11537,9 @@ entities: - type: Transform pos: -50.5,59.5 parent: 30 + - type: DeviceLinkSink + links: + - 2312 - type: DeviceLinkSource linkedPorts: 2312: @@ -14206,126 +14242,204 @@ entities: - type: Transform pos: 12.5,40.5 parent: 30 + - type: DeviceLinkSink + links: + - 20398 - uid: 7562 components: - type: Transform pos: -42.5,16.5 parent: 30 + - type: DeviceLinkSink + links: + - 7920 - uid: 7563 components: - type: Transform pos: -43.5,16.5 parent: 30 + - type: DeviceLinkSink + links: + - 7920 - uid: 9068 components: - type: Transform pos: 12.5,-38.5 parent: 30 + - type: DeviceLinkSink + links: + - 8570 + - 9038 - uid: 9404 components: - type: Transform pos: -24.5,-45.5 parent: 30 + - type: DeviceLinkSink + links: + - 8609 + - 8393 - uid: 9405 components: - type: Transform pos: -23.5,-45.5 parent: 30 + - type: DeviceLinkSink + links: + - 8609 + - 8393 - uid: 9825 components: - type: Transform pos: -13.5,-59.5 parent: 30 + - type: DeviceLinkSink + links: + - 8818 - uid: 9826 components: - type: Transform pos: -13.5,-58.5 parent: 30 + - type: DeviceLinkSink + links: + - 8818 - uid: 9827 components: - type: Transform pos: -13.5,-57.5 parent: 30 + - type: DeviceLinkSink + links: + - 8818 - uid: 9828 components: - type: Transform pos: -1.5,-59.5 parent: 30 + - type: DeviceLinkSink + links: + - 8821 - uid: 9829 components: - type: Transform pos: -1.5,-58.5 parent: 30 + - type: DeviceLinkSink + links: + - 8821 - uid: 9830 components: - type: Transform pos: -1.5,-57.5 parent: 30 + - type: DeviceLinkSink + links: + - 8821 - uid: 11659 components: - type: Transform pos: 35.5,-12.5 parent: 30 + - type: DeviceLinkSink + links: + - 11761 - uid: 11682 components: - type: Transform pos: 35.5,-15.5 parent: 30 + - type: DeviceLinkSink + links: + - 11933 - uid: 11923 components: - type: Transform pos: 38.5,-2.5 parent: 30 + - type: DeviceLinkSink + links: + - 8610 - uid: 11995 components: - type: Transform pos: 38.5,-6.5 parent: 30 + - type: DeviceLinkSink + links: + - 8863 - uid: 12059 components: - type: Transform pos: 36.5,-6.5 parent: 30 + - type: DeviceLinkSink + links: + - 8863 - uid: 12099 components: - type: Transform pos: 36.5,-2.5 parent: 30 + - type: DeviceLinkSink + links: + - 8610 - uid: 13347 components: - type: Transform pos: 36.5,14.5 parent: 30 + - type: DeviceLinkSink + links: + - 12915 - uid: 13751 components: - type: Transform pos: 48.5,25.5 parent: 30 + - type: DeviceLinkSink + links: + - 15985 - uid: 14512 components: - type: Transform pos: 48.5,23.5 parent: 30 + - type: DeviceLinkSink + links: + - 15986 - uid: 16228 components: - type: Transform pos: 23.5,24.5 parent: 30 + - type: DeviceLinkSink + links: + - 10289 - uid: 16229 components: - type: Transform pos: 22.5,24.5 parent: 30 + - type: DeviceLinkSink + links: + - 10289 - uid: 16230 components: - type: Transform pos: 21.5,24.5 parent: 30 + - type: DeviceLinkSink + links: + - 10289 - uid: 16773 components: - type: Transform pos: 37.5,14.5 parent: 30 + - type: DeviceLinkSink + links: + - 12915 - proto: BlastDoorOpen entities: - uid: 2189 @@ -14333,97 +14447,151 @@ entities: - type: Transform pos: -37.5,61.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 2313 components: - type: Transform pos: -26.5,58.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 5078 components: - type: Transform pos: -20.5,52.5 parent: 30 + - type: DeviceLinkSink + links: + - 4731 - uid: 5079 components: - type: Transform pos: -20.5,51.5 parent: 30 + - type: DeviceLinkSink + links: + - 4731 - uid: 5822 components: - type: Transform pos: -20.5,50.5 parent: 30 + - type: DeviceLinkSink + links: + - 4731 - uid: 6299 components: - type: Transform pos: -20.5,49.5 parent: 30 + - type: DeviceLinkSink + links: + - 4731 - uid: 9188 components: - type: Transform pos: 5.5,-21.5 parent: 30 + - type: DeviceLinkSink + links: + - 9184 - uid: 9189 components: - type: Transform pos: 6.5,-21.5 parent: 30 + - type: DeviceLinkSink + links: + - 9184 - uid: 9190 components: - type: Transform pos: 7.5,-21.5 parent: 30 + - type: DeviceLinkSink + links: + - 9184 - uid: 15174 components: - type: Transform pos: -20.5,48.5 parent: 30 + - type: DeviceLinkSink + links: + - 4731 - uid: 17473 components: - type: Transform pos: -26.5,59.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 18838 components: - type: Transform pos: -26.5,60.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 18840 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,61.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 20360 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,61.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 20389 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,61.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 20391 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,61.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 20401 components: - type: Transform rot: 1.5707963267948966 rad pos: -33.5,61.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - uid: 20402 components: - type: Transform rot: 1.5707963267948966 rad pos: -32.5,61.5 parent: 30 + - type: DeviceLinkSink + links: + - 20432 - proto: BlockGameArcade entities: - uid: 1281 @@ -52327,13 +52495,6 @@ entities: - type: Transform pos: 40.490578,30.452217 parent: 30 -- proto: ClothingOuterCoatDetectiveLoadout - entities: - - uid: 11366 - components: - - type: Transform - pos: 4.503509,-14.329939 - parent: 30 - proto: ClothingOuterCoatGentle entities: - uid: 16947 @@ -52347,6 +52508,13 @@ entities: parent: 19618 - type: Physics canCollide: False +- proto: ClothingOuterCoatInspector + entities: + - uid: 11366 + components: + - type: Transform + pos: 4.503509,-14.329939 + parent: 30 - proto: ClothingOuterCoatJensen entities: - uid: 9233 @@ -53588,158 +53756,242 @@ entities: - type: Transform pos: 35.5,-13.5 parent: 30 + - type: DeviceLinkSink + links: + - 11677 - uid: 8466 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,-3.5 parent: 30 + - type: DeviceLinkSink + links: + - 11717 - uid: 8500 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,-3.5 parent: 30 + - type: DeviceLinkSink + links: + - 11717 - uid: 8503 components: - type: Transform rot: -1.5707963267948966 rad pos: 19.5,-3.5 parent: 30 + - type: DeviceLinkSink + links: + - 11717 - uid: 11639 components: - type: Transform pos: 35.5,-11.5 parent: 30 + - type: DeviceLinkSink + links: + - 11677 - uid: 11691 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,-3.5 parent: 30 + - type: DeviceLinkSink + links: + - 11717 - uid: 11702 components: - type: Transform rot: -1.5707963267948966 rad pos: 38.5,-2.5 parent: 30 + - type: DeviceLinkSink + links: + - 11866 - uid: 11755 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,-2.5 parent: 30 + - type: DeviceLinkSink + links: + - 11866 - uid: 11780 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-6.5 parent: 30 + - type: DeviceLinkSink + links: + - 12013 - uid: 11865 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-2.5 parent: 30 + - type: DeviceLinkSink + links: + - 11866 - uid: 11926 components: - type: Transform rot: 1.5707963267948966 rad pos: 37.5,-6.5 parent: 30 + - type: DeviceLinkSink + links: + - 12013 - uid: 11932 components: - type: Transform pos: 35.5,-16.5 parent: 30 + - type: DeviceLinkSink + links: + - 11677 - uid: 11978 components: - type: Transform rot: 1.5707963267948966 rad pos: 38.5,-6.5 parent: 30 + - type: DeviceLinkSink + links: + - 12013 - uid: 11979 components: - type: Transform rot: -1.5707963267948966 rad pos: 37.5,-2.5 parent: 30 + - type: DeviceLinkSink + links: + - 11866 - uid: 12014 components: - type: Transform rot: -1.5707963267948966 rad pos: 34.5,-2.5 parent: 30 + - type: DeviceLinkSink + links: + - 11866 - uid: 12031 components: - type: Transform pos: 35.5,-14.5 parent: 30 + - type: DeviceLinkSink + links: + - 11677 - uid: 12047 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,-6.5 parent: 30 + - type: DeviceLinkSink + links: + - 12013 - uid: 12096 components: - type: Transform pos: 35.5,-12.5 parent: 30 + - type: DeviceLinkSink + links: + - 11677 - uid: 12231 components: - type: Transform pos: 35.5,-17.5 parent: 30 + - type: DeviceLinkSink + links: + - 11677 - uid: 14522 components: - type: Transform pos: 48.5,25.5 parent: 30 + - type: DeviceLinkSink + links: + - 15987 - uid: 14523 components: - type: Transform pos: 48.5,24.5 parent: 30 + - type: DeviceLinkSink + links: + - 15987 - uid: 14524 components: - type: Transform pos: 48.5,23.5 parent: 30 + - type: DeviceLinkSink + links: + - 15987 - uid: 14525 components: - type: Transform pos: 48.5,22.5 parent: 30 + - type: DeviceLinkSink + links: + - 15987 - uid: 14526 components: - type: Transform rot: -1.5707963267948966 rad pos: 49.5,22.5 parent: 30 + - type: DeviceLinkSink + links: + - 15988 - uid: 14527 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,22.5 parent: 30 + - type: DeviceLinkSink + links: + - 15988 - uid: 14528 components: - type: Transform rot: -1.5707963267948966 rad pos: 51.5,22.5 parent: 30 + - type: DeviceLinkSink + links: + - 15988 - uid: 14529 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,22.5 parent: 30 + - type: DeviceLinkSink + links: + - 15988 - uid: 16126 components: - type: Transform pos: 35.5,-15.5 parent: 30 + - type: DeviceLinkSink + links: + - 11677 - proto: CornSeeds entities: - uid: 2348 @@ -98150,29 +98402,44 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-30.5 parent: 30 + - type: DeviceLinkSink + links: + - 3598 - uid: 864 components: - type: Transform rot: 3.141592653589793 rad pos: 15.5,-7.5 parent: 30 + - type: DeviceLinkSink + links: + - 3189 - uid: 961 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,16.5 parent: 30 + - type: DeviceLinkSink + links: + - 3115 - uid: 1753 components: - type: Transform pos: -33.5,37.5 parent: 30 + - type: DeviceLinkSink + links: + - 5417 - uid: 7609 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-0.5 parent: 30 + - type: DeviceLinkSink + links: + - 7440 - proto: JetpackBlueFilled entities: - uid: 8311 @@ -99868,6 +100135,9 @@ entities: - type: Transform pos: 36.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 15282 - proto: MachineCentrifuge entities: - uid: 19439 @@ -105910,6 +106180,9 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-22.5 parent: 30 + - type: DeviceLinkSink + links: + - 6992 - uid: 7437 components: - type: Transform @@ -108243,6 +108516,9 @@ entities: rot: 1.5707963267948966 rad pos: 53.5,22.5 parent: 30 + - type: DeviceLinkSink + links: + - 15989 - proto: ReinforcedGirder entities: - uid: 21934 @@ -112475,11 +112751,17 @@ entities: - type: Transform pos: -33.5,8.5 parent: 30 + - type: DeviceLinkSink + links: + - 544 - uid: 543 components: - type: Transform pos: -33.5,7.5 parent: 30 + - type: DeviceLinkSink + links: + - 544 - uid: 5557 components: - type: Transform @@ -112490,51 +112772,91 @@ entities: - type: Transform pos: 23.5,52.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13729 components: - type: Transform pos: 24.5,52.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13730 components: - type: Transform pos: 25.5,52.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13731 components: - type: Transform pos: 26.5,52.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13732 components: - type: Transform pos: 27.5,52.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13733 components: - type: Transform pos: 27.5,54.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13734 components: - type: Transform pos: 26.5,54.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13735 components: - type: Transform pos: 25.5,54.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13736 components: - type: Transform pos: 24.5,54.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - uid: 13737 components: - type: Transform pos: 23.5,54.5 parent: 30 + - type: DeviceLinkSink + links: + - 13741 + - 13742 - proto: ShuttersNormalOpen entities: - uid: 390 @@ -112543,341 +112865,539 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,11.5 parent: 30 + - type: DeviceLinkSink + links: + - 384 - uid: 391 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,9.5 parent: 30 + - type: DeviceLinkSink + links: + - 384 - uid: 392 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,10.5 parent: 30 + - type: DeviceLinkSink + links: + - 384 - uid: 393 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,7.5 parent: 30 + - type: DeviceLinkSink + links: + - 384 - uid: 394 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,8.5 parent: 30 + - type: DeviceLinkSink + links: + - 384 - uid: 395 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,6.5 parent: 30 + - type: DeviceLinkSink + links: + - 384 - uid: 580 components: - type: Transform pos: -3.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 581 components: - type: Transform pos: -2.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 582 components: - type: Transform pos: -1.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 899 components: - type: Transform pos: 29.5,17.5 parent: 30 + - type: DeviceLinkSink + links: + - 7673 - uid: 3176 components: - type: Transform pos: -42.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 3177 components: - type: Transform pos: -40.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 3181 components: - type: Transform pos: -48.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 3182 components: - type: Transform pos: -47.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 3183 components: - type: Transform pos: -46.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 3184 components: - type: Transform pos: -44.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 3185 components: - type: Transform pos: -43.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 3405 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,8.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 4361 components: - type: Transform pos: 5.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 4376 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,7.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 4378 components: - type: Transform pos: 0.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 4438 components: - type: Transform pos: 27.5,17.5 parent: 30 + - type: DeviceLinkSink + links: + - 7673 - uid: 4915 components: - type: Transform pos: 1.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 5698 components: - type: Transform pos: -39.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 5700 components: - type: Transform pos: -38.5,38.5 parent: 30 + - type: DeviceLinkSink + links: + - 3180 - uid: 5733 components: - type: Transform pos: -5.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 5738 components: - type: Transform pos: -14.5,36.5 parent: 30 + - type: DeviceLinkSink + links: + - 20392 - uid: 5741 components: - type: Transform pos: -15.5,36.5 parent: 30 + - type: DeviceLinkSink + links: + - 20392 - uid: 6785 components: - type: Transform pos: -8.5,-5.5 parent: 30 + - type: DeviceLinkSink + links: + - 3204 - uid: 6797 components: - type: Transform pos: -9.5,-5.5 parent: 30 + - type: DeviceLinkSink + links: + - 3204 - uid: 6871 components: - type: Transform pos: -23.5,-17.5 parent: 30 + - type: DeviceLinkSink + links: + - 6869 - uid: 6882 components: - type: Transform pos: -28.5,0.5 parent: 30 + - type: DeviceLinkSink + links: + - 8607 - uid: 6929 components: - type: Transform pos: 4.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 6945 components: - type: Transform pos: -9.5,5.5 parent: 30 + - type: DeviceLinkSink + links: + - 583 - uid: 7164 components: - type: Transform pos: -27.5,-21.5 parent: 30 + - type: DeviceLinkSink + links: + - 6868 - uid: 7829 components: - type: Transform pos: -23.5,-21.5 parent: 30 + - type: DeviceLinkSink + links: + - 6868 - uid: 7876 components: - type: Transform pos: -27.5,-17.5 parent: 30 + - type: DeviceLinkSink + links: + - 6869 - uid: 7971 components: - type: Transform pos: -7.5,-5.5 parent: 30 + - type: DeviceLinkSink + links: + - 3204 - uid: 7972 components: - type: Transform pos: -5.5,-5.5 parent: 30 + - type: DeviceLinkSink + links: + - 3204 - uid: 7991 components: - type: Transform pos: -6.5,-5.5 parent: 30 + - type: DeviceLinkSink + links: + - 3204 - uid: 7992 components: - type: Transform pos: -10.5,-6.5 parent: 30 + - type: DeviceLinkSink + links: + - 3204 - uid: 9238 components: - type: Transform pos: -4.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 20446 - uid: 9239 components: - type: Transform pos: -3.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 20446 - uid: 11002 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,32.5 parent: 30 + - type: DeviceLinkSink + links: + - 11008 - uid: 11006 components: - type: Transform pos: -42.5,34.5 parent: 30 + - type: DeviceLinkSink + links: + - 11008 - uid: 11010 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,31.5 parent: 30 + - type: DeviceLinkSink + links: + - 11008 - uid: 11716 components: - type: Transform pos: 26.5,-0.5 parent: 30 + - type: DeviceLinkSink + links: + - 12029 - uid: 11822 components: - type: Transform pos: 24.5,-0.5 parent: 30 + - type: DeviceLinkSink + links: + - 12029 - uid: 11823 components: - type: Transform pos: 25.5,-0.5 parent: 30 + - type: DeviceLinkSink + links: + - 12029 - uid: 12625 components: - type: Transform pos: -5.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 20446 - uid: 12656 components: - type: Transform pos: 14.5,13.5 parent: 30 + - type: DeviceLinkSink + links: + - 20399 - uid: 12657 components: - type: Transform pos: 13.5,13.5 parent: 30 + - type: DeviceLinkSink + links: + - 20399 - uid: 12810 components: - type: Transform pos: 24.5,15.5 parent: 30 + - type: DeviceLinkSink + links: + - 7673 - uid: 13075 components: - type: Transform pos: 15.5,13.5 parent: 30 + - type: DeviceLinkSink + links: + - 20399 - uid: 14340 components: - type: Transform pos: 27.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 7673 - uid: 14352 components: - type: Transform pos: 28.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 7673 - uid: 14355 components: - type: Transform pos: 26.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 7673 - uid: 20394 components: - type: Transform pos: -3.5,36.5 parent: 30 + - type: DeviceLinkSink + links: + - 20393 - uid: 20395 components: - type: Transform pos: -4.5,36.5 parent: 30 + - type: DeviceLinkSink + links: + - 20393 - uid: 20445 components: - type: Transform pos: -2.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 20446 - uid: 20447 components: - type: Transform pos: 0.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 20446 - uid: 20448 components: - type: Transform pos: -0.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 20446 - uid: 20449 components: - type: Transform pos: -1.5,12.5 parent: 30 + - type: DeviceLinkSink + links: + - 20446 - uid: 21333 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,30.5 parent: 30 + - type: DeviceLinkSink + links: + - 11008 - uid: 21722 components: - type: Transform pos: -0.5,28.5 parent: 30 + - type: DeviceLinkSink + links: + - 21721 - uid: 22424 components: - type: Transform pos: 4.5,28.5 parent: 30 + - type: DeviceLinkSink + links: + - 21721 - proto: ShuttersRadiationOpen entities: - uid: 9182 @@ -116842,34 +117362,6 @@ entities: - type: Transform pos: -31.5,59.5 parent: 30 -- proto: SpawnPointSeniorEngineer - entities: - - uid: 14846 - components: - - type: Transform - pos: -7.5,-36.5 - parent: 30 -- proto: SpawnPointSeniorOfficer - entities: - - uid: 15074 - components: - - type: Transform - pos: -38.5,59.5 - parent: 30 -- proto: SpawnPointSeniorPhysician - entities: - - uid: 14845 - components: - - type: Transform - pos: -22.5,-9.5 - parent: 30 -- proto: SpawnPointSeniorResearcher - entities: - - uid: 15073 - components: - - type: Transform - pos: 28.5,20.5 - parent: 30 - proto: SpawnPointServiceWorker entities: - uid: 20889 @@ -138687,16 +139179,25 @@ entities: - type: Transform pos: -43.5,41.5 parent: 30 + - type: DeviceLinkSink + links: + - 1982 - uid: 1760 components: - type: Transform pos: -39.5,41.5 parent: 30 + - type: DeviceLinkSink + links: + - 1993 - uid: 1761 components: - type: Transform pos: -47.5,41.5 parent: 30 + - type: DeviceLinkSink + links: + - 1981 - uid: 2230 components: - type: Transform From 04a378821fdfd56d7630ec67801a5a7f1f4acd27 Mon Sep 17 00:00:00 2001 From: pxc1984 Date: Sun, 23 Jun 2024 10:17:03 +0300 Subject: [PATCH 6/6] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=D0=B5=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BF=D1=80=D0=BE=D1=82=D0=BE=D1=82?= =?UTF-8?q?=D0=B8=D0=BF=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Locale/ru-RU/_sunrise/job/job-desc.ftl | 1 + .../Jobs/Engineering/station_engineer.yml | 60 ------------------- .../Loadouts/Jobs/Medical/medical_doctor.yml | 12 ---- .../Loadouts/Jobs/Science/scientist.yml | 50 ---------------- .../Jobs/Security/security_officer.yml | 43 ------------- 5 files changed, 1 insertion(+), 165 deletions(-) diff --git a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl index 7d22702174a..e1ea8d27a59 100644 --- a/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl +++ b/Resources/Locale/ru-RU/_sunrise/job/job-desc.ftl @@ -5,3 +5,4 @@ job-description-senior-engineer = Обучайте новых инженеров job-description-senior-researcher = Обучайте новых ученых основам печати предметов, исследования артефактов и аномальных объектов. job-description-senior-physician = Обучайте новых медиков основам ухода за ранеными, химии, диагностике больных и избавлению от мертвых. job-description-senior-officer = Обучите новых кадетов основам обыска, проведения арестов, времени пребывания в тюрьме и правильной стрельбе из огнестрельного оружия. +job-description-blueshield = Ваша главная задача - защита глав. Помните, вы не офицер службы безопасности. diff --git a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml index f731259646f..95b13a7045e 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml @@ -1,23 +1,3 @@ -# Senior times -- type: loadoutEffectGroup - id: SeniorEngineering - effects: - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobAtmosphericTechnician - time: 36000 # 10 hrs Sunrise-RoleTime - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobStationEngineer - time: 36000 # 10 hrs Sunrise-RoleTime - - !type:JobRequirementLoadoutEffect - requirement: - !type:DepartmentTimeRequirement - department: Engineering - time: 108000 # 30 hrs Sunrise-RoleTime - # Head - type: loadout id: StationEngineerHardhatYellow @@ -46,18 +26,6 @@ equipment: head: ClothingHeadHatHardhatRed -# - type: loadout -# id: SeniorEngineerBeret -# equipment: EngineeringBeret -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorEngineering - -# - type: startingGear -# id: EngineeringBeret -# equipment: -# head: ClothingHeadHatBeretEngineering - # Jumpsuit - type: loadout id: StationEngineerJumpsuit @@ -95,34 +63,6 @@ equipment: jumpsuit: ClothingUniformJumpsuitEngineeringHazard -# - type: loadout -# id: SeniorEngineerJumpsuit -# equipment: SeniorEngineerJumpsuit -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorEngineering -# - !type:GroupLoadoutEffect -# proto: MaleMoment - -# - type: startingGear -# id: SeniorEngineerJumpsuit -# equipment: -# jumpsuit: ClothingUniformJumpsuitSeniorEngineer - -# - type: loadout -# id: SeniorEngineerJumpskirt -# equipment: SeniorEngineerJumpskirt -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorEngineering -# - !type:GroupLoadoutEffect -# proto: WomanMoment - -# - type: startingGear -# id: SeniorEngineerJumpskirt -# equipment: -# jumpsuit: ClothingUniformJumpskirtSeniorEngineer - # Back - type: loadout id: StationEngineerBackpack diff --git a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml index 2dde2bf9b55..77b5b183fc7 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml @@ -218,18 +218,6 @@ equipment: outerClothing: ClothingOuterWinterMed -# - type: loadout -# id: SeniorPhysicianLabCoat -# equipment: SeniorPhysicianLabCoat -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorPhysician - -# - type: startingGear -# id: SeniorPhysicianLabCoat -# equipment: -# outerClothing: ClothingOuterCoatLabSeniorPhysician - # Shoes - type: loadout id: MedicalWinterBoots diff --git a/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml b/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml index ea5b190d71c..312a5e242e2 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml @@ -1,27 +1,5 @@ -# Senior Time -- type: loadoutEffectGroup - id: SeniorResearcher - effects: - - !type:JobRequirementLoadoutEffect - requirement: - !type:DepartmentTimeRequirement - department: Science - time: 216000 #60 hrs - # Head -# - type: loadout -# id: ScientificBeret -# equipment: ScientificBeret -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorResearcher - -# - type: startingGear -# id: ScientificBeret -# equipment: -# head: ClothingHeadHatBeretRND - - type: loadout id: RoboticistCap equipment: RoboticistCap @@ -100,34 +78,6 @@ equipment: jumpsuit: ClothingUniformJumpskirtRoboticist -# - type: loadout -# id: SeniorResearcherJumpsuit -# equipment: SeniorResearcherJumpsuit -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorResearcher -# - !type:GroupLoadoutEffect -# proto: MaleMoment - -# - type: startingGear -# id: SeniorResearcherJumpsuit -# equipment: -# jumpsuit: ClothingUniformJumpsuitSeniorResearcher - -# - type: loadout -# id: SeniorResearcherJumpskirt -# equipment: SeniorResearcherJumpskirt -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorResearcher -# - !type:GroupLoadoutEffect -# proto: WomanMoment - -# - type: startingGear -# id: SeniorResearcherJumpskirt -# equipment: -# jumpsuit: ClothingUniformJumpskirtSeniorResearcher - # Back - type: loadout id: ScientistBackpack diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml index acbc0b7554e..7ea5c97d1df 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml @@ -1,18 +1,3 @@ -# Senior Time -- type: loadoutEffectGroup - id: SeniorOfficer - effects: - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobWarden - time: 36000 # 10 hrs Sunrise-RoleTime - - !type:JobRequirementLoadoutEffect - requirement: - !type:DepartmentTimeRequirement - department: Security - time: 216000 # 60 hrs - # Head - type: loadout id: SecurityHelmet @@ -90,34 +75,6 @@ equipment: jumpsuit: ClothingUniformJumpskirtSecGrey -# - type: loadout -# id: SeniorOfficerJumpsuit -# equipment: SeniorOfficerJumpsuit -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorOfficer -# - !type:GroupLoadoutEffect -# proto: MaleMoment - -# - type: startingGear -# id: SeniorOfficerJumpsuit -# equipment: -# jumpsuit: ClothingUniformJumpsuitSeniorOfficer - -# - type: loadout -# id: SeniorOfficerJumpskirt -# equipment: SeniorOfficerJumpskirt -# effects: -# - !type:GroupLoadoutEffect -# proto: SeniorOfficer -# - !type:GroupLoadoutEffect -# proto: WomanMoment - -# - type: startingGear -# id: SeniorOfficerJumpskirt -# equipment: -# jumpsuit: ClothingUniformJumpskirtSeniorOfficer - # Back - type: loadout id: SecurityBackpack