From b93286fc611c02e6f98c9c0f4737237e9fad88e1 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Fri, 3 Jun 2022 11:48:28 +0100 Subject: [PATCH] Emergency Response Team (#6258) * Clothing pass 1 Backpacks, hardsuits and helmets pass 1 * ERT Leader Role first pass * ERT Backpacks (nearly there) * ERT Backpacks final * ERT helmets pass 1 * remaining hardsuit sprites added. * ERT leader ID * removed duplicates * hardsuits + helmets entities * ID + PDA for ERT * ERT leader role pass 1 * job icons / markers for ERT * military / ert name dataset * starting gear pass 1 for ERT * removed in favor of singular ERT roles file * ERT mobs for spawning * ERT spawn points added * fixed case on ERT name * Increased ERT access to most areas * ERT ghost role takeover fixes * ERT removed invalid parent * path issue resolved * more file path fixes * fixes random naming pt 1 * Buffs ERT hardsuits and integrates helmet parents ert to syndie hardsuit and adds toggleable helmet * Adds suit storage slot and cargo access * Adds backpack fills for ERT * Updates ERT loadout for filled backpacks + other misc changes * buff ERT backpack storage * fixes ert jani backpack fills * tweaks spawn loadout to EVA * gave centcom official AA * formatting * ERT shuttle mapped with spawners * update access --- Resources/Maps/shuttleert.yml | 8668 +++++++++++++++++ .../Fills/Backpacks/StarterGear/backpack.yml | 73 + .../Prototypes/Datasets/Names/military.yml | 14 + .../Entities/Clothing/Back/backpacks.yml | 70 + .../Clothing/Head/hardsuit-helmets.yml | 53 + .../Clothing/OuterClothing/hardsuits.yml | 63 + .../Entities/Markers/Spawners/jobs.yml | 62 + .../Prototypes/Entities/Mobs/Player/human.yml | 190 + .../Entities/Objects/Devices/pda.yml | 8 + .../Objects/Misc/identification_cards.yml | 26 +- Resources/Prototypes/Maps/shuttleert.yml | 19 + .../Roles/Jobs/Command/centcom_official.yml | 8 +- .../Roles/Jobs/Fun/emergencyresponseteam.yml | 222 + .../ertclown.rsi/equipped-BACKPACK.png | Bin 0 -> 537 bytes .../Back/Backpacks/ertclown.rsi/icon.png | Bin 0 -> 400 bytes .../Backpacks/ertclown.rsi/inhand-left.png | Bin 0 -> 648 bytes .../Backpacks/ertclown.rsi/inhand-right.png | Bin 0 -> 698 bytes .../Back/Backpacks/ertclown.rsi/meta.json | 26 + .../erteng.rsi/equipped-BACKPACK.png | Bin 0 -> 527 bytes .../Back/Backpacks/erteng.rsi/icon.png | Bin 0 -> 392 bytes .../Back/Backpacks/erteng.rsi/inhand-left.png | Bin 0 -> 643 bytes .../Backpacks/erteng.rsi/inhand-right.png | Bin 0 -> 712 bytes .../Back/Backpacks/erteng.rsi/meta.json | 26 + .../ertjanitor.rsi/equipped-BACKPACK.png | Bin 0 -> 810 bytes .../Back/Backpacks/ertjanitor.rsi/icon.png | Bin 0 -> 390 bytes .../Backpacks/ertjanitor.rsi/inhand-left.png | Bin 0 -> 663 bytes .../Backpacks/ertjanitor.rsi/inhand-right.png | Bin 0 -> 729 bytes .../Back/Backpacks/ertjanitor.rsi/meta.json | 26 + .../ertleader.rsi/equipped-BACKPACK.png | Bin 0 -> 541 bytes .../Back/Backpacks/ertleader.rsi/icon.png | Bin 0 -> 400 bytes .../Backpacks/ertleader.rsi/inhand-left.png | Bin 0 -> 701 bytes .../Backpacks/ertleader.rsi/inhand-right.png | Bin 0 -> 762 bytes .../Back/Backpacks/ertleader.rsi/meta.json | 26 + .../ertmed.rsi/equipped-BACKPACK.png | Bin 0 -> 526 bytes .../Back/Backpacks/ertmed.rsi/icon.png | Bin 0 -> 391 bytes .../Back/Backpacks/ertmed.rsi/inhand-left.png | Bin 0 -> 640 bytes .../Backpacks/ertmed.rsi/inhand-right.png | Bin 0 -> 724 bytes .../Back/Backpacks/ertmed.rsi/meta.json | 26 + .../ertsec.rsi/equipped-BACKPACK.png | Bin 0 -> 527 bytes .../Back/Backpacks/ertsec.rsi/icon.png | Bin 0 -> 393 bytes .../Back/Backpacks/ertsec.rsi/inhand-left.png | Bin 0 -> 660 bytes .../Backpacks/ertsec.rsi/inhand-right.png | Bin 0 -> 719 bytes .../Back/Backpacks/ertsec.rsi/meta.json | 26 + .../ERThelmets/ertengineer.rsi/icon-flash.png | Bin 0 -> 961 bytes .../ERThelmets/ertengineer.rsi/icon.png | Bin 0 -> 376 bytes .../ERThelmets/ertengineer.rsi/meta.json | 41 + .../ertengineer.rsi/off-equipped-HELMET.png | Bin 0 -> 1189 bytes .../ertengineer.rsi/off-inhand-left.png | Bin 0 -> 933 bytes .../ertengineer.rsi/off-inhand-right.png | Bin 0 -> 873 bytes .../ertengineer.rsi/on-equipped-HELMET.png | Bin 0 -> 1772 bytes .../ertengineer.rsi/on-inhand-left.png | Bin 0 -> 1512 bytes .../ertengineer.rsi/on-inhand-right.png | Bin 0 -> 1576 bytes .../ERThelmets/ertjanitor.rsi/icon-flash.png | Bin 0 -> 973 bytes .../ERThelmets/ertjanitor.rsi/icon.png | Bin 0 -> 375 bytes .../ERThelmets/ertjanitor.rsi/meta.json | 41 + .../ertjanitor.rsi/off-equipped-HELMET.png | Bin 0 -> 1226 bytes .../ertjanitor.rsi/off-inhand-left.png | Bin 0 -> 941 bytes .../ertjanitor.rsi/off-inhand-right.png | Bin 0 -> 912 bytes .../ertjanitor.rsi/on-equipped-HELMET.png | Bin 0 -> 1789 bytes .../ertjanitor.rsi/on-inhand-left.png | Bin 0 -> 1555 bytes .../ertjanitor.rsi/on-inhand-right.png | Bin 0 -> 1584 bytes .../ERThelmets/ertleader.rsi/icon-flash.png | Bin 0 -> 879 bytes .../ERThelmets/ertleader.rsi/icon.png | Bin 0 -> 391 bytes .../ERThelmets/ertleader.rsi/meta.json | 41 + .../ertleader.rsi/off-equipped-HELMET.png | Bin 0 -> 1424 bytes .../ertleader.rsi/off-inhand-left.png | Bin 0 -> 1006 bytes .../ertleader.rsi/off-inhand-right.png | Bin 0 -> 993 bytes .../ertleader.rsi/on-equipped-HELMET.png | Bin 0 -> 1857 bytes .../ertleader.rsi/on-inhand-left.png | Bin 0 -> 1318 bytes .../ertleader.rsi/on-inhand-right.png | Bin 0 -> 1334 bytes .../ERThelmets/ertmedical.rsi/icon-flash.png | Bin 0 -> 969 bytes .../ERThelmets/ertmedical.rsi/icon.png | Bin 0 -> 368 bytes .../ERThelmets/ertmedical.rsi/meta.json | 41 + .../ertmedical.rsi/off-equipped-HELMET.png | Bin 0 -> 1172 bytes .../ertmedical.rsi/off-inhand-left.png | Bin 0 -> 913 bytes .../ertmedical.rsi/off-inhand-right.png | Bin 0 -> 849 bytes .../ertmedical.rsi/on-equipped-HELMET.png | Bin 0 -> 1760 bytes .../ertmedical.rsi/on-inhand-left.png | Bin 0 -> 1522 bytes .../ertmedical.rsi/on-inhand-right.png | Bin 0 -> 1565 bytes .../ERThelmets/ertsecurity.rsi/icon-flash.png | Bin 0 -> 963 bytes .../ERThelmets/ertsecurity.rsi/icon.png | Bin 0 -> 376 bytes .../ERThelmets/ertsecurity.rsi/meta.json | 41 + .../ertsecurity.rsi/off-equipped-HELMET.png | Bin 0 -> 1159 bytes .../ertsecurity.rsi/off-inhand-left.png | Bin 0 -> 893 bytes .../ertsecurity.rsi/off-inhand-right.png | Bin 0 -> 849 bytes .../ertsecurity.rsi/on-equipped-HELMET.png | Bin 0 -> 1749 bytes .../ertsecurity.rsi/on-inhand-left.png | Bin 0 -> 1480 bytes .../ertsecurity.rsi/on-inhand-right.png | Bin 0 -> 1545 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 1750 bytes .../ERTSuits/ertengineer.rsi/icon.png | Bin 0 -> 277 bytes .../ERTSuits/ertengineer.rsi/inhand-left.png | Bin 0 -> 653 bytes .../ERTSuits/ertengineer.rsi/inhand-right.png | Bin 0 -> 587 bytes .../ERTSuits/ertengineer.rsi/meta.json | 26 + .../ertjanitor.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1854 bytes .../ERTSuits/ertjanitor.rsi/icon.png | Bin 0 -> 277 bytes .../ERTSuits/ertjanitor.rsi/inhand-left.png | Bin 0 -> 700 bytes .../ERTSuits/ertjanitor.rsi/inhand-right.png | Bin 0 -> 650 bytes .../ERTSuits/ertjanitor.rsi/meta.json | 26 + .../ertleader.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1870 bytes .../Hardsuits/ERTSuits/ertleader.rsi/icon.png | Bin 0 -> 282 bytes .../ERTSuits/ertleader.rsi/inhand-left.png | Bin 0 -> 710 bytes .../ERTSuits/ertleader.rsi/inhand-right.png | Bin 0 -> 656 bytes .../ERTSuits/ertleader.rsi/meta.json | 26 + .../ertmedical.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1627 bytes .../ERTSuits/ertmedical.rsi/icon.png | Bin 0 -> 282 bytes .../ERTSuits/ertmedical.rsi/inhand-left.png | Bin 0 -> 644 bytes .../ERTSuits/ertmedical.rsi/inhand-right.png | Bin 0 -> 581 bytes .../ERTSuits/ertmedical.rsi/meta.json | 26 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 1524 bytes .../ERTSuits/ertsecurity.rsi/icon.png | Bin 0 -> 275 bytes .../ERTSuits/ertsecurity.rsi/inhand-left.png | Bin 0 -> 638 bytes .../ERTSuits/ertsecurity.rsi/inhand-right.png | Bin 0 -> 483 bytes .../ERTSuits/ertsecurity.rsi/meta.json | 26 + .../Textures/Markers/jobs.rsi/ertengineer.png | Bin 0 -> 1210 bytes .../Markers/jobs.rsi/ertengineereva.png | Bin 0 -> 1103 bytes .../Textures/Markers/jobs.rsi/ertjanitor.png | Bin 0 -> 1122 bytes .../Markers/jobs.rsi/ertjanitoreva.png | Bin 0 -> 1209 bytes .../Textures/Markers/jobs.rsi/ertleader.png | Bin 0 -> 1161 bytes .../Markers/jobs.rsi/ertleadereva.png | Bin 0 -> 1158 bytes .../Textures/Markers/jobs.rsi/ertmedical.png | Bin 0 -> 1128 bytes .../Markers/jobs.rsi/ertmedicaleva.png | Bin 0 -> 1185 bytes .../Textures/Markers/jobs.rsi/ertsecurity.png | Bin 0 -> 1128 bytes .../Markers/jobs.rsi/ertsecurityeva.png | Bin 0 -> 1245 bytes Resources/Textures/Markers/jobs.rsi/meta.json | 30 + 124 files changed, 9992 insertions(+), 5 deletions(-) create mode 100644 Resources/Maps/shuttleert.yml create mode 100644 Resources/Prototypes/Datasets/Names/military.yml create mode 100644 Resources/Prototypes/Maps/shuttleert.yml create mode 100644 Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertmed.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertmed.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertmed.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertmed.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertmed.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/icon-flash.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/icon-flash.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/icon-flash.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/icon-flash.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/icon-flash.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/meta.json create mode 100644 Resources/Textures/Markers/jobs.rsi/ertengineer.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertengineereva.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertjanitor.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertjanitoreva.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertleader.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertleadereva.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertmedical.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertmedicaleva.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertsecurity.png create mode 100644 Resources/Textures/Markers/jobs.rsi/ertsecurityeva.png diff --git a/Resources/Maps/shuttleert.yml b/Resources/Maps/shuttleert.yml new file mode 100644 index 0000000000..ea3aafe412 --- /dev/null +++ b/Resources/Maps/shuttleert.yml @@ -0,0 +1,8668 @@ +meta: + format: 2 + name: DemoStation + author: Space-Wizards + postmapinit: false +tilemap: + 0: space + 1: FloorArcadeBlue + 2: FloorArcadeRed + 3: FloorAsteroidIronsand1 + 4: FloorAsteroidIronsand2 + 5: FloorAsteroidIronsand3 + 6: FloorAsteroidIronsand4 + 7: FloorEighties + 8: FloorGrassJungle + 9: FloorShuttleBlue + 10: FloorShuttleOrange + 11: FloorShuttlePurple + 12: FloorShuttleRed + 13: FloorShuttleWhite + 14: floor_asteroid_coarse_sand0 + 15: floor_asteroid_coarse_sand1 + 16: floor_asteroid_coarse_sand2 + 17: floor_asteroid_coarse_sand_dug + 18: floor_asteroid_sand + 19: floor_asteroid_tile + 20: floor_bar + 21: floor_blue + 22: floor_blue_circuit + 23: floor_clown + 24: floor_dark + 25: floor_elevator_shaft + 26: floor_freezer + 27: floor_glass + 28: floor_gold + 29: floor_grass + 30: floor_green_circuit + 31: floor_hydro + 32: floor_kitchen + 33: floor_laundry + 34: floor_lino + 35: floor_mime + 36: floor_mono + 37: floor_reinforced + 38: floor_rglass + 39: floor_rock_vault + 40: floor_showroom + 41: floor_silver + 42: floor_snow + 43: floor_steel + 44: floor_steel_dirty + 45: floor_techmaint + 46: floor_white + 47: floor_wood + 48: lattice + 49: plating +grids: +- settings: + chunksize: 16 + tilesize: 1 + chunks: + - ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAADEAAAAxAAAAMQAAADEAAAArAAAAKwAAACsAAAArAAAAKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAwAAAAMAAAADEAAAAxAAAAMQAAADEAAAAxAAAAMQAAACsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAAxAAAAMQAAAAkAAAAJAAAACQAAACsAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMQAAAAkAAAANAAAADQAAAA0AAAArAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAxAAAACQAAAAkAAAAJAAAAKwAAADEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMQAAADEAAAAxAAAAMQAAADEAAAArAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADEAAAAkAAAAJAAAADEAAAAMAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAxAAAAJAAAACQAAAAMAAAADAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMQAAACQAAAAkAAAAMQAAADEAAAArAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAADEAAAAxAAAAMQAAADEAAAAkAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADEAAAAaAAAAGgAAABoAAAAkAAAAJAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAxAAAAGgAAABoAAAAaAAAAJAAAACQAAAAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMQAAADEAAAAaAAAAGgAAACQAAAAtAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAxAAAAMQAAADEAAAAtAAAALQAAAC0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAxAAAAMQAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAMAAAAA== + - ind: 0,-1 + tiles: KwAAACsAAAArAAAAKwAAADEAAAAxAAAAMQAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAxAAAAMQAAADEAAAAxAAAAMQAAADAAAAAwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArAAAACQAAAAkAAAAJAAAAMQAAADEAAAAwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAA0AAAANAAAADQAAAAkAAAAxAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsAAAAJAAAACQAAAAkAAAAxAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAAMQAAADEAAAAxAAAAMQAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAADEAAAAkAAAAJAAAADEAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAAJAAAACQAAAAxAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAAMQAAACQAAAAkAAAAMQAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAADEAAAAxAAAAMQAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAkAAAAJAAAACQAAAAtAAAAMQAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAJAAAACQAAAAkAAAALQAAADEAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAC0AAAAkAAAAJAAAADEAAAAxAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0AAAAtAAAAMQAAADEAAAAxAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAAMQAAADEAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAMQAAADEAAAAxAAAAMQAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAAMQAAADEAAAAxAAAAMQAAADEAAAAtAAAALQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAC0AAAAtAAAALQAAADEAAAAxAAAAMQAAADEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAtAAAALQAAAC0AAAAxAAAAMQAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAALQAAAC0AAAAtAAAAMQAAADEAAAAtAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAC0AAAAtAAAALQAAAC0AAAAxAAAALQAAADEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAtAAAALQAAAC0AAAAtAAAAMQAAAC0AAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAALQAAAC0AAAAtAAAALQAAADEAAAAxAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAC0AAAAtAAAALQAAAC0AAAAxAAAAKwAAACsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAtAAAALQAAAC0AAAAtAAAAGAAAACsAAAArAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAxAAAALQAAAC0AAAAtAAAALQAAADEAAAArAAAAKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAADEAAAAxAAAAMQAAADEAAAAxAAAAKwAAACsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAAMQAAADEAAAAxAAAAMQAAACsAAAArAAAAMQAAACsAAAArAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAADEAAAAxAAAAMQAAADEAAAArAAAAKwAAACsAAAArAAAAKwAAAA== + - ind: 0,-2 + tiles: MAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAAMQAAADEAAAAxAAAAMQAAADAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALQAAADEAAAAxAAAAMQAAADEAAAAxAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEAAAAxAAAAMQAAACUAAAAxAAAAJQAAADEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAAAAMQAAADEAAAAlAAAAMQAAACUAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALQAAADEAAAAxAAAAJQAAADEAAAAlAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC0AAAAxAAAAMQAAADEAAAAxAAAAMQAAADEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtAAAAMQAAADEAAAAxAAAAMQAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAADEAAAAxAAAAGAAAADEAAAAxAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsAAAArAAAAKwAAACsAAAArAAAALQAAADEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArAAAAKwAAACsAAAArAAAAKwAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAACsAAAArAAAAKwAAACsAAAAxAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsAAAAxAAAAMQAAADEAAAAxAAAAMQAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArAAAAMQAAACsAAAArAAAAMQAAADEAAAAxAAAAMQAAADEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAACsAAAArAAAAKwAAADEAAAAxAAAAMQAAADEAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== + - ind: -1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAAAAAAA== + - ind: 0,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== +entities: +- uid: 0 + type: WallReinforced + components: + - pos: 5.5,-3.5 + parent: 73 + type: Transform +- uid: 1 + type: WallReinforced + components: + - pos: 2.5,-2.5 + parent: 73 + type: Transform +- uid: 2 + type: ReinforcedPlasmaWindow + components: + - pos: 3.5,-2.5 + parent: 73 + type: Transform +- uid: 3 + type: WallReinforced + components: + - pos: 4.5,-3.5 + parent: 73 + type: Transform +- uid: 4 + type: PlasmaReinforcedWindowDirectional + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 73 + type: Transform +- uid: 5 + type: Catwalk + components: + - pos: 5.5,-15.5 + parent: 73 + type: Transform +- uid: 6 + type: Catwalk + components: + - pos: 6.5,-15.5 + parent: 73 + type: Transform +- uid: 7 + type: GasVentScrubber + components: + - pos: -3.5,-7.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 8 + type: AirlockExternalGlass + components: + - pos: -8.5,-15.5 + parent: 73 + type: Transform +- uid: 9 + type: SignSecureSmallRed + components: + - pos: -1.5,-10.5 + parent: 73 + type: Transform +- uid: 10 + type: WallReinforced + components: + - pos: 2.5,-18.5 + parent: 73 + type: Transform +- uid: 11 + type: WallReinforced + components: + - pos: 1.5,-25.5 + parent: 73 + type: Transform +- uid: 12 + type: WallReinforced + components: + - pos: 1.5,-18.5 + parent: 73 + type: Transform +- uid: 13 + type: WallReinforced + components: + - pos: 7.5,-17.5 + parent: 73 + type: Transform +- uid: 14 + type: WallReinforced + components: + - pos: -3.5,-26.5 + parent: 73 + type: Transform +- uid: 15 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 73 + type: Transform +- uid: 16 + type: Catwalk + components: + - pos: 5.5,-9.5 + parent: 73 + type: Transform +- uid: 17 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 73 + type: Transform +- uid: 18 + type: WallReinforced + components: + - pos: -3.5,-28.5 + parent: 73 + type: Transform +- uid: 19 + type: WallReinforced + components: + - pos: -2.5,-6.5 + parent: 73 + type: Transform +- uid: 20 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 73 + type: Transform +- uid: 21 + type: WallReinforced + components: + - pos: 4.5,-18.5 + parent: 73 + type: Transform +- uid: 22 + type: AirlockSecurityGlassLocked + components: + - pos: -2.5,-8.5 + parent: 73 + type: Transform +- uid: 23 + type: Catwalk + components: + - pos: -0.5,-26.5 + parent: 73 + type: Transform +- uid: 24 + type: WallReinforced + components: + - pos: -6.5,-11.5 + parent: 73 + type: Transform +- uid: 25 + type: WallReinforced + components: + - pos: 4.5,-10.5 + parent: 73 + type: Transform +- uid: 26 + type: WallReinforced + components: + - pos: 4.5,-2.5 + parent: 73 + type: Transform +- uid: 27 + type: WallReinforced + components: + - pos: 3.5,-10.5 + parent: 73 + type: Transform +- uid: 28 + type: PlasmaReinforcedWindowDirectional + components: + - pos: -2.5,-0.5 + parent: 73 + type: Transform +- uid: 29 + type: WallReinforced + components: + - pos: -6.5,-6.5 + parent: 73 + type: Transform +- uid: 30 + type: WallReinforced + components: + - pos: -5.5,-6.5 + parent: 73 + type: Transform +- uid: 31 + type: GasVentScrubber + components: + - pos: 2.5,-7.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 32 + type: WallReinforced + components: + - pos: -6.5,-5.5 + parent: 73 + type: Transform +- uid: 33 + type: WallReinforced + components: + - pos: -5.5,-7.5 + parent: 73 + type: Transform +- uid: 34 + type: WallReinforced + components: + - pos: -5.5,-9.5 + parent: 73 + type: Transform +- uid: 35 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 73 + type: Transform +- uid: 36 + type: WallReinforced + components: + - pos: -3.5,-14.5 + parent: 73 + type: Transform +- uid: 37 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 73 + type: Transform +- uid: 38 + type: PlasmaReinforcedWindowDirectional + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 73 + type: Transform +- uid: 39 + type: AirlockCommandGlassLocked + components: + - pos: -0.5,-10.5 + parent: 73 + type: Transform +- uid: 40 + type: WallReinforced + components: + - pos: 5.5,-18.5 + parent: 73 + type: Transform +- uid: 41 + type: WallReinforced + components: + - pos: 4.5,-13.5 + parent: 73 + type: Transform +- uid: 42 + type: WallReinforced + components: + - pos: -8.5,-17.5 + parent: 73 + type: Transform +- uid: 43 + type: WallReinforced + components: + - pos: -7.5,-17.5 + parent: 73 + type: Transform +- uid: 44 + type: WallReinforced + components: + - pos: -5.5,-10.5 + parent: 73 + type: Transform +- uid: 45 + type: WallReinforced + components: + - pos: 4.5,-14.5 + parent: 73 + type: Transform +- uid: 46 + type: WallReinforced + components: + - pos: 3.5,-18.5 + parent: 73 + type: Transform +- uid: 47 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 73 + type: Transform +- uid: 48 + type: PlasmaReinforcedWindowDirectional + components: + - pos: 1.5,-0.5 + parent: 73 + type: Transform +- uid: 49 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 73 + type: Transform +- uid: 50 + type: AirlockGlass + components: + - pos: -0.5,-14.5 + parent: 73 + type: Transform +- uid: 51 + type: PlasmaReinforcedWindowDirectional + components: + - pos: -1.5,-0.5 + parent: 73 + type: Transform +- uid: 52 + type: PlasmaReinforcedWindowDirectional + components: + - pos: -0.5,-0.5 + parent: 73 + type: Transform +- uid: 53 + type: WallReinforced + components: + - pos: -5.5,-14.5 + parent: 73 + type: Transform +- uid: 54 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-14.5 + parent: 73 + type: Transform +- uid: 55 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 73 + type: Transform +- uid: 56 + type: WallReinforced + components: + - pos: -6.5,-18.5 + parent: 73 + type: Transform +- uid: 57 + type: WallReinforced + components: + - pos: -3.5,-25.5 + parent: 73 + type: Transform +- uid: 58 + type: WallReinforced + components: + - pos: 2.5,-25.5 + parent: 73 + type: Transform +- uid: 59 + type: WallReinforced + components: + - pos: 2.5,-27.5 + parent: 73 + type: Transform +- uid: 60 + type: WallReinforced + components: + - pos: 4.5,-17.5 + parent: 73 + type: Transform +- uid: 61 + type: WallReinforced + components: + - pos: -7.5,-21.5 + parent: 73 + type: Transform +- uid: 62 + type: WallReinforced + components: + - pos: -7.5,-27.5 + parent: 73 + type: Transform +- uid: 63 + type: WallReinforced + components: + - pos: -7.5,-24.5 + parent: 73 + type: Transform +- uid: 64 + type: WallReinforced + components: + - pos: 6.5,-21.5 + parent: 73 + type: Transform +- uid: 65 + type: CableHV + components: + - pos: -2.5,-21.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 66 + type: GasPipeTJunction + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-18.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 67 + type: CableApcExtension + components: + - pos: -0.5,-27.5 + parent: 73 + type: Transform +- uid: 68 + type: WallReinforced + components: + - pos: -0.5,-29.5 + parent: 73 + type: Transform +- uid: 69 + type: AMEShielding + components: + - pos: -6.5,-26.5 + parent: 73 + type: Transform +- uid: 70 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 3.5,-13.5 + parent: 73 + type: Transform +- uid: 71 + type: WallReinforced + components: + - pos: 6.5,-24.5 + parent: 73 + type: Transform +- uid: 72 + type: WallReinforced + components: + - pos: 6.5,-26.5 + parent: 73 + type: Transform +- uid: 73 + components: + - pos: 0.64252126,4.1776605 + parent: null + type: Transform + - index: 0 + type: MapGrid + - angularDamping: 100 + linearDamping: 50 + fixedRotation: False + bodyType: Dynamic + type: Physics + - gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + type: Gravity + - tiles: + -4,-16: 0 + -4,-15: 0 + -4,-14: 0 + -4,-13: 0 + -4,-12: 0 + -4,-11: 0 + -4,-10: 0 + -4,-9: 0 + -4,-8: 0 + -4,-7: 0 + -4,-6: 0 + -4,-5: 0 + -4,-4: 0 + -3,-12: 0 + -3,-5: 0 + -2,-16: 0 + -2,-15: 0 + -2,-14: 0 + -2,-13: 0 + -2,-12: 0 + -2,-11: 0 + -2,-10: 0 + -2,-9: 0 + -2,-8: 0 + -2,-7: 0 + -2,-6: 0 + -2,-5: 0 + -2,-4: 0 + -1,-16: 0 + -1,-15: 0 + -1,-14: 0 + -1,-13: 0 + -1,-12: 0 + -1,-11: 0 + -1,-10: 0 + -1,-9: 0 + -1,-8: 0 + -1,-7: 0 + -1,-6: 0 + -1,-5: 0 + -1,-4: 0 + -1,-3: 0 + -1,-2: 0 + -1,-1: 0 + 0,-16: 0 + 0,-15: 0 + 0,-14: 0 + 0,-13: 0 + 0,-12: 0 + 0,-11: 0 + 0,-10: 0 + 0,-9: 0 + 0,-8: 0 + 0,-7: 0 + 0,-6: 0 + 0,-5: 0 + 0,-4: 0 + 0,-3: 0 + 0,-2: 0 + 0,-1: 0 + 1,-16: 0 + 1,-15: 0 + 1,-14: 0 + 1,-13: 0 + 1,-12: 0 + 1,-11: 0 + 1,-10: 0 + 1,-9: 0 + 1,-8: 0 + 1,-7: 0 + 1,-6: 0 + 1,-5: 0 + 1,-4: 0 + 1,-3: 0 + 1,-2: 0 + 1,-1: 0 + 2,-16: 0 + 2,-15: 0 + 2,-14: 0 + 2,-13: 0 + 2,-12: 0 + 2,-11: 0 + 2,-10: 0 + 2,-9: 0 + 2,-8: 0 + 2,-7: 0 + 2,-6: 0 + 2,-5: 0 + 2,-4: 0 + 2,-3: 0 + 2,-2: 0 + 2,-1: 0 + 3,-16: 0 + 3,-15: 0 + 3,-14: 0 + 3,-13: 0 + 3,-12: 0 + 3,-11: 0 + 3,-10: 0 + 3,-9: 0 + 3,-8: 0 + 3,-7: 0 + 3,-6: 0 + 3,-5: 0 + 3,-4: 0 + 3,-3: 0 + 3,-2: 0 + 3,-1: 0 + 4,-16: 0 + 4,-15: 0 + 4,-14: 0 + 4,-13: 0 + 4,-12: 0 + 4,-11: 0 + 4,-10: 0 + 4,-9: 0 + 4,-8: 0 + 4,-7: 0 + 4,-6: 0 + 4,-5: 0 + 4,-4: 0 + 5,-12: 0 + 5,-5: 0 + 6,-16: 0 + 6,-15: 0 + 6,-14: 0 + 6,-13: 0 + 6,-12: 0 + 6,-11: 0 + 6,-10: 0 + 6,-9: 0 + 6,-8: 0 + 6,-7: 0 + 6,-6: 0 + 6,-5: 0 + 6,-4: 0 + 0,-17: 0 + 1,-17: 0 + 2,-17: 0 + 3,-17: 0 + 4,-17: 0 + 6,-17: 0 + -4,-17: 0 + -2,-17: 0 + -1,-17: 0 + -9,-16: 0 + -8,-16: 0 + -8,-15: 0 + -8,-14: 0 + -8,-6: 0 + -8,-5: 0 + -8,-4: 0 + -7,-16: 0 + -7,-15: 0 + -7,-14: 0 + -7,-13: 0 + -7,-12: 0 + -7,-11: 0 + -7,-7: 0 + -7,-6: 0 + -7,-5: 0 + -7,-4: 0 + -7,-3: 0 + -6,-16: 0 + -6,-15: 0 + -6,-14: 0 + -6,-13: 0 + -6,-12: 0 + -6,-11: 0 + -6,-8: 0 + -6,-7: 0 + -6,-6: 0 + -6,-5: 0 + -6,-4: 0 + -6,-3: 0 + -5,-16: 0 + -5,-15: 0 + -5,-14: 0 + -5,-13: 0 + -5,-12: 0 + -5,-11: 0 + -5,-10: 0 + -5,-9: 0 + -5,-8: 0 + -5,-7: 0 + -5,-6: 0 + -5,-5: 0 + -5,-4: 0 + -5,-3: 0 + -5,-2: 0 + -4,-3: 0 + -4,-2: 0 + -3,-16: 0 + -3,-15: 0 + -3,-14: 0 + -3,-13: 0 + -3,-11: 0 + -3,-10: 0 + -3,-9: 0 + -3,-8: 0 + -3,-7: 0 + -3,-6: 0 + -3,-4: 0 + -3,-3: 0 + -3,-2: 0 + -3,-1: 0 + -2,-3: 0 + -2,-2: 0 + -2,-1: 0 + 4,-3: 0 + 5,-16: 0 + 5,-15: 0 + 5,-14: 0 + 5,-13: 0 + 5,-11: 0 + 5,-7: 0 + 5,-6: 0 + 5,-4: 0 + 5,-3: 0 + 7,-16: 0 + -1,0: 0 + -9,-18: 0 + -9,-17: 0 + -8,-30: 0 + -8,-29: 0 + -8,-28: 0 + -8,-27: 0 + -8,-26: 0 + -8,-25: 0 + -8,-24: 0 + -8,-23: 0 + -8,-22: 0 + -8,-21: 0 + -8,-20: 0 + -8,-19: 0 + -8,-18: 0 + -8,-17: 0 + -7,-31: 0 + -7,-30: 0 + -7,-29: 0 + -7,-28: 0 + -7,-27: 0 + -7,-26: 0 + -7,-25: 0 + -7,-24: 0 + -7,-23: 0 + -7,-22: 0 + -7,-21: 0 + -7,-20: 0 + -7,-19: 0 + -7,-18: 0 + -7,-17: 0 + -6,-31: 0 + -6,-30: 0 + -6,-29: 0 + -6,-28: 0 + -6,-27: 0 + -6,-26: 0 + -6,-25: 0 + -6,-24: 0 + -6,-23: 0 + -6,-22: 0 + -6,-21: 0 + -6,-20: 0 + -6,-19: 0 + -6,-18: 0 + -6,-17: 0 + -5,-31: 0 + -5,-30: 0 + -5,-29: 0 + -5,-28: 0 + -5,-27: 0 + -5,-26: 0 + -5,-25: 0 + -5,-24: 0 + -5,-23: 0 + -5,-22: 0 + -5,-21: 0 + -5,-20: 0 + -5,-19: 0 + -5,-18: 0 + -5,-17: 0 + -4,-31: 0 + -4,-30: 0 + -4,-29: 0 + -4,-28: 0 + -4,-27: 0 + -4,-26: 0 + -4,-25: 0 + -4,-24: 0 + -4,-23: 0 + -4,-22: 0 + -4,-21: 0 + -4,-20: 0 + -4,-19: 0 + -4,-18: 0 + -3,-32: 0 + -3,-31: 0 + -3,-30: 0 + -3,-29: 0 + -3,-28: 0 + -3,-27: 0 + -3,-26: 0 + -3,-25: 0 + -3,-24: 0 + -3,-23: 0 + -3,-22: 0 + -3,-21: 0 + -3,-20: 0 + -3,-19: 0 + -3,-18: 0 + -3,-17: 0 + -2,-32: 0 + -2,-31: 0 + -2,-30: 0 + -2,-29: 0 + -2,-28: 0 + -2,-27: 0 + -2,-26: 0 + -2,-25: 0 + -2,-24: 0 + -2,-23: 0 + -2,-22: 0 + -2,-21: 0 + -2,-20: 0 + -2,-19: 0 + -2,-18: 0 + -1,-31: 0 + -1,-30: 0 + -1,-29: 0 + -1,-28: 0 + -1,-27: 0 + -1,-26: 0 + -1,-25: 0 + -1,-24: 0 + -1,-23: 0 + -1,-22: 0 + -1,-21: 0 + -1,-20: 0 + -1,-19: 0 + -1,-18: 0 + 0,-32: 0 + 0,-31: 0 + 0,-30: 0 + 0,-29: 0 + 0,-28: 0 + 0,-27: 0 + 0,-26: 0 + 0,-25: 0 + 0,-24: 0 + 0,-23: 0 + 0,-22: 0 + 0,-21: 0 + 0,-20: 0 + 0,-19: 0 + 0,-18: 0 + 1,-32: 0 + 1,-31: 0 + 1,-30: 0 + 1,-29: 0 + 1,-28: 0 + 1,-27: 0 + 1,-26: 0 + 1,-25: 0 + 1,-24: 0 + 1,-23: 0 + 1,-22: 0 + 1,-21: 0 + 1,-20: 0 + 1,-19: 0 + 1,-18: 0 + 2,-31: 0 + 2,-30: 0 + 2,-29: 0 + 2,-28: 0 + 2,-27: 0 + 2,-26: 0 + 2,-25: 0 + 2,-24: 0 + 2,-23: 0 + 2,-22: 0 + 2,-21: 0 + 2,-20: 0 + 2,-19: 0 + 2,-18: 0 + 3,-31: 0 + 3,-30: 0 + 3,-29: 0 + 3,-28: 1 + 3,-27: 1 + 3,-26: 0 + 3,-25: 0 + 3,-24: 0 + 3,-23: 0 + 3,-22: 0 + 3,-21: 0 + 3,-20: 0 + 3,-19: 0 + 3,-18: 0 + 4,-31: 0 + 4,-30: 0 + 4,-29: 0 + 4,-28: 0 + 4,-27: 0 + 4,-26: 0 + 4,-25: 0 + 4,-24: 0 + 4,-23: 0 + 4,-22: 0 + 4,-21: 0 + 4,-20: 0 + 4,-19: 0 + 4,-18: 0 + 5,-31: 0 + 5,-30: 0 + 5,-29: 0 + 5,-28: 2 + 5,-27: 2 + 5,-26: 0 + 5,-25: 0 + 5,-24: 0 + 5,-23: 0 + 5,-22: 0 + 5,-21: 0 + 5,-20: 0 + 5,-19: 0 + 5,-18: 0 + 5,-17: 0 + 6,-30: 0 + 6,-29: 0 + 6,-28: 0 + 6,-27: 0 + 6,-26: 0 + 6,-25: 0 + 6,-24: 0 + 6,-23: 0 + 6,-22: 0 + 6,-21: 0 + 6,-20: 0 + 6,-19: 0 + 6,-18: 0 + 7,-18: 0 + 7,-17: 0 + -3,-34: 0 + -3,-33: 0 + -2,-34: 0 + -2,-33: 0 + 0,-34: 0 + 0,-33: 0 + 1,-34: 0 + 1,-33: 0 + -10,-16: 0 + 8,-16: 0 + -10,-18: 0 + -10,-17: 0 + 8,-18: 0 + 8,-17: 0 + -10,-15: 0 + -9,-15: 0 + -9,-14: 0 + -8,-13: 0 + -7,-10: 0 + -7,-9: 0 + -7,-8: 0 + -6,-10: 0 + -6,-9: 0 + 5,-10: 0 + 5,-9: 0 + 5,-8: 0 + 7,-15: 0 + 7,-14: 0 + 8,-15: 0 + -9,-20: 0 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + type: GridAtmosphere + - fixtures: [] + type: Fixtures + - chunkCollection: + -1,-1: + 0: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarningLine + coordinates: -4,-22 + 1: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarningLine + coordinates: -4,-21 + 2: + color: '#FFFFFFFF' + id: Arrows + coordinates: -1,-22 + type: DecalGrid +- uid: 74 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 73 + type: Transform +- uid: 75 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 76 + type: TableReinforced + components: + - pos: 4.5,-5.5 + parent: 73 + type: Transform +- uid: 77 + type: WallReinforced + components: + - pos: -3.5,-27.5 + parent: 73 + type: Transform +- uid: 78 + type: Catwalk + components: + - pos: -0.5,-25.5 + parent: 73 + type: Transform +- uid: 79 + type: WallReinforced + components: + - pos: -6.5,-12.5 + parent: 73 + type: Transform +- uid: 80 + type: WallReinforced + components: + - pos: 5.5,-12.5 + parent: 73 + type: Transform +- uid: 81 + type: WallReinforced + components: + - pos: 5.5,-11.5 + parent: 73 + type: Transform +- uid: 82 + type: WallReinforced + components: + - pos: -5.5,-11.5 + parent: 73 + type: Transform +- uid: 83 + type: DisposalPipe + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 84 + type: TableReinforced + components: + - pos: 5.5,-14.5 + parent: 73 + type: Transform +- uid: 85 + type: WallReinforced + components: + - pos: 2.5,-14.5 + parent: 73 + type: Transform +- uid: 86 + type: WallReinforced + components: + - pos: 5.5,-20.5 + parent: 73 + type: Transform +- uid: 87 + type: AirlockExternalGlass + components: + - pos: 4.5,-16.5 + parent: 73 + type: Transform +- uid: 88 + type: WallReinforced + components: + - pos: -2.5,-17.5 + parent: 73 + type: Transform +- uid: 89 + type: Grille + components: + - pos: -1.5,-10.5 + parent: 73 + type: Transform +- uid: 90 + type: AirlockExternalGlass + components: + - pos: -0.5,-22.5 + parent: 73 + type: Transform +- uid: 91 + type: WallReinforced + components: + - pos: 6.5,-17.5 + parent: 73 + type: Transform +- uid: 92 + type: WallReinforced + components: + - pos: 1.5,-17.5 + parent: 73 + type: Transform +- uid: 93 + type: WallReinforced + components: + - pos: 3.5,-14.5 + parent: 73 + type: Transform +- uid: 94 + type: WallReinforced + components: + - pos: -2.5,-18.5 + parent: 73 + type: Transform +- uid: 95 + type: ReinforcedPlasmaWindow + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 73 + type: Transform +- uid: 96 + type: WallReinforced + components: + - pos: 2.5,-26.5 + parent: 73 + type: Transform +- uid: 97 + type: WallReinforced + components: + - pos: 2.5,-28.5 + parent: 73 + type: Transform +- uid: 98 + type: WallReinforced + components: + - pos: 6.5,-25.5 + parent: 73 + type: Transform +- uid: 99 + type: WallReinforced + components: + - pos: 6.5,-22.5 + parent: 73 + type: Transform +- uid: 100 + type: WallReinforced + components: + - pos: -7.5,-23.5 + parent: 73 + type: Transform +- uid: 101 + type: WallReinforced + components: + - pos: -7.5,-26.5 + parent: 73 + type: Transform +- uid: 102 + type: WallReinforced + components: + - pos: -7.5,-22.5 + parent: 73 + type: Transform +- uid: 103 + type: WallReinforced + components: + - pos: -7.5,-20.5 + parent: 73 + type: Transform +- uid: 104 + type: CableApcExtension + components: + - pos: -1.5,-10.5 + parent: 73 + type: Transform +- uid: 105 + type: WallReinforced + components: + - pos: 6.5,-28.5 + parent: 73 + type: Transform +- uid: 106 + type: WallReinforced + components: + - pos: 6.5,-27.5 + parent: 73 + type: Transform +- uid: 107 + type: WallReinforced + components: + - pos: 6.5,-23.5 + parent: 73 + type: Transform +- uid: 108 + type: WallReinforced + components: + - pos: 6.5,-20.5 + parent: 73 + type: Transform +- uid: 109 + type: WallReinforced + components: + - pos: -7.5,-25.5 + parent: 73 + type: Transform +- uid: 110 + type: WallReinforced + components: + - pos: -7.5,-28.5 + parent: 73 + type: Transform +- uid: 111 + type: CableApcExtension + components: + - pos: -4.5,-10.5 + parent: 73 + type: Transform +- uid: 112 + type: WallReinforced + components: + - pos: -5.5,-17.5 + parent: 73 + type: Transform +- uid: 113 + type: WallReinforced + components: + - pos: -5.5,-18.5 + parent: 73 + type: Transform +- uid: 114 + type: Grille + components: + - pos: -2.5,-1.5 + parent: 73 + type: Transform +- uid: 115 + type: ReinforcedPlasmaWindow + components: + - pos: -0.5,-1.5 + parent: 73 + type: Transform +- uid: 116 + type: ReinforcedPlasmaWindow + components: + - pos: -6.5,-4.5 + parent: 73 + type: Transform +- uid: 117 + type: Grille + components: + - pos: -0.5,-1.5 + parent: 73 + type: Transform +- uid: 118 + type: Grille + components: + - pos: -4.5,-2.5 + parent: 73 + type: Transform +- uid: 119 + type: Grille + components: + - pos: -6.5,-4.5 + parent: 73 + type: Transform +- uid: 120 + type: WallReinforced + components: + - pos: -5.5,-3.5 + parent: 73 + type: Transform +- uid: 121 + type: WallReinforced + components: + - pos: 5.5,-5.5 + parent: 73 + type: Transform +- uid: 122 + type: WallReinforced + components: + - pos: -3.5,-2.5 + parent: 73 + type: Transform +- uid: 123 + type: Grille + components: + - pos: 3.5,-2.5 + parent: 73 + type: Transform +- uid: 124 + type: WallReinforced + components: + - pos: -6.5,-3.5 + parent: 73 + type: Transform +- uid: 125 + type: Grille + components: + - pos: -1.5,-1.5 + parent: 73 + type: Transform +- uid: 126 + type: ReinforcedPlasmaWindow + components: + - pos: -2.5,-1.5 + parent: 73 + type: Transform +- uid: 127 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 73 + type: Transform +- uid: 128 + type: WallReinforced + components: + - pos: -3.5,-18.5 + parent: 73 + type: Transform +- uid: 129 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 73 + type: Transform +- uid: 130 + type: WallReinforced + components: + - pos: -3.5,-1.5 + parent: 73 + type: Transform +- uid: 131 + type: WallReinforced + components: + - pos: 2.5,-1.5 + parent: 73 + type: Transform +- uid: 132 + type: Grille + components: + - pos: 5.5,-4.5 + parent: 73 + type: Transform +- uid: 133 + type: WallReinforced + components: + - pos: -5.5,-13.5 + parent: 73 + type: Transform +- uid: 134 + type: ReinforcedPlasmaWindow + components: + - pos: -4.5,-2.5 + parent: 73 + type: Transform +- uid: 135 + type: WallReinforced + components: + - pos: -5.5,-2.5 + parent: 73 + type: Transform +- uid: 136 + type: WallReinforced + components: + - pos: 5.5,-6.5 + parent: 73 + type: Transform +- uid: 137 + type: Grille + components: + - pos: 0.5,-1.5 + parent: 73 + type: Transform +- uid: 138 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 73 + type: Transform +- uid: 139 + type: WallReinforced + components: + - pos: 2.5,-6.5 + parent: 73 + type: Transform +- uid: 140 + type: PlasmaReinforcedWindowDirectional + components: + - pos: 3.5,-1.5 + parent: 73 + type: Transform +- uid: 141 + type: ReinforcedPlasmaWindow + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 73 + type: Transform +- uid: 142 + type: Catwalk + components: + - pos: 5.5,-8.5 + parent: 73 + type: Transform +- uid: 143 + type: PlasmaReinforcedWindowDirectional + components: + - pos: 0.5,-0.5 + parent: 73 + type: Transform +- uid: 144 + type: WallReinforced + components: + - pos: 4.5,-11.5 + parent: 73 + type: Transform +- uid: 145 + type: ReinforcedPlasmaWindow + components: + - pos: 5.5,-4.5 + parent: 73 + type: Transform +- uid: 146 + type: Catwalk + components: + - pos: 5.5,-10.5 + parent: 73 + type: Transform +- uid: 147 + type: WallReinforced + components: + - pos: -6.5,-13.5 + parent: 73 + type: Transform +- uid: 148 + type: VendingMachineCoffee + components: + - name: Hot drinks machine + type: MetaData + - pos: -5.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 149 + type: ReinforcedPlasmaWindow + components: + - pos: -1.5,-1.5 + parent: 73 + type: Transform +- uid: 150 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 73 + type: Transform +- uid: 151 + type: WallReinforced + components: + - rot: 1.5707963267948966 rad + pos: -9.5,-14.5 + parent: 73 + type: Transform +- uid: 152 + type: WallReinforced + components: + - pos: 5.5,-13.5 + parent: 73 + type: Transform +- uid: 153 + type: ReinforcedPlasmaWindow + components: + - pos: 0.5,-1.5 + parent: 73 + type: Transform +- uid: 154 + type: AirlockGlassShuttle + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-15.5 + parent: 73 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + mass: 100 + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 155 + type: ReinforcedPlasmaWindow + components: + - pos: 1.5,-1.5 + parent: 73 + type: Transform +- uid: 156 + type: Grille + components: + - pos: 1.5,-1.5 + parent: 73 + type: Transform +- uid: 157 + type: TableReinforced + components: + - pos: -6.5,-14.5 + parent: 73 + type: Transform +- uid: 158 + type: WallReinforced + components: + - pos: -4.5,-18.5 + parent: 73 + type: Transform +- uid: 159 + type: ReinforcedWindow + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 73 + type: Transform +- uid: 160 + type: PlasmaReinforcedWindowDirectional + components: + - pos: -4.5,-1.5 + parent: 73 + type: Transform +- uid: 161 + type: WallReinforced + components: + - pos: -2.5,-25.5 + parent: 73 + type: Transform +- uid: 162 + type: AirlockExternalGlass + components: + - pos: -2.5,-29.5 + parent: 73 + type: Transform +- uid: 163 + type: Catwalk + components: + - pos: -2.5,-28.5 + parent: 73 + type: Transform +- uid: 164 + type: WallReinforced + components: + - pos: -1.5,-22.5 + parent: 73 + type: Transform +- uid: 165 + type: WallReinforced + components: + - pos: 0.5,-22.5 + parent: 73 + type: Transform +- uid: 166 + type: WallReinforced + components: + - pos: 1.5,-24.5 + parent: 73 + type: Transform +- uid: 167 + type: WallReinforced + components: + - pos: 1.5,-23.5 + parent: 73 + type: Transform +- uid: 168 + type: WallReinforced + components: + - pos: 1.5,-22.5 + parent: 73 + type: Transform +- uid: 169 + type: WallReinforced + components: + - pos: -2.5,-24.5 + parent: 73 + type: Transform +- uid: 170 + type: WallReinforced + components: + - pos: -2.5,-23.5 + parent: 73 + type: Transform +- uid: 171 + type: WallReinforced + components: + - pos: -2.5,-22.5 + parent: 73 + type: Transform +- uid: 172 + type: ReinforcedWindow + components: + - pos: -2.5,-21.5 + parent: 73 + type: Transform +- uid: 173 + type: ReinforcedWindow + components: + - pos: -2.5,-19.5 + parent: 73 + type: Transform +- uid: 174 + type: WallReinforced + components: + - pos: 5.5,-22.5 + parent: 73 + type: Transform +- uid: 175 + type: ReinforcedWindow + components: + - pos: 2.5,-22.5 + parent: 73 + type: Transform +- uid: 176 + type: ReinforcedWindow + components: + - pos: 4.5,-22.5 + parent: 73 + type: Transform +- uid: 177 + type: Grille + components: + - pos: -2.5,-21.5 + parent: 73 + type: Transform +- uid: 178 + type: Grille + components: + - pos: -2.5,-19.5 + parent: 73 + type: Transform +- uid: 179 + type: Grille + components: + - pos: 2.5,-22.5 + parent: 73 + type: Transform +- uid: 180 + type: Grille + components: + - pos: 4.5,-22.5 + parent: 73 + type: Transform +- uid: 181 + type: AirlockGlass + components: + - pos: 1.5,-16.5 + parent: 73 + type: Transform +- uid: 182 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -4.5,-17.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 183 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 73 + type: Transform +- uid: 184 + type: Thruster + components: + - pos: -7.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 185 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 73 + type: Transform +- uid: 186 + type: Thruster + components: + - pos: 6.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 187 + type: Thruster + components: + - pos: -6.5,-2.5 + parent: 73 + type: Transform + - enabled: False + type: Thruster + - enabled: False + type: AmbientSound +- uid: 188 + type: Thruster + components: + - pos: 5.5,-2.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 189 + type: WallReinforced + components: + - pos: 6.5,-13.5 + parent: 73 + type: Transform +- uid: 190 + type: Catwalk + components: + - pos: -6.5,-8.5 + parent: 73 + type: Transform +- uid: 191 + type: Thruster + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 192 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-7.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 193 + type: AirlockGlass + components: + - pos: -2.5,-16.5 + parent: 73 + type: Transform +- uid: 194 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 195 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 73 + type: Transform +- uid: 196 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-28.5 + parent: 73 + type: Transform +- uid: 197 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-28.5 + parent: 73 + type: Transform +- uid: 198 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 73 + type: Transform +- uid: 199 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-28.5 + parent: 73 + type: Transform +- uid: 200 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-28.5 + parent: 73 + type: Transform +- uid: 201 + type: AMEShielding + components: + - pos: -6.5,-27.5 + parent: 73 + type: Transform +- uid: 202 + type: AMEShielding + components: + - pos: -5.5,-27.5 + parent: 73 + type: Transform +- uid: 203 + type: AMEShielding + components: + - pos: -4.5,-27.5 + parent: 73 + type: Transform +- uid: 204 + type: CableHV + components: + - pos: -5.5,-27.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 205 + type: CableHV + components: + - pos: -5.5,-26.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 206 + type: CableHV + components: + - pos: -5.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 207 + type: CableHV + components: + - pos: -5.5,-24.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 208 + type: CableHV + components: + - pos: -5.5,-23.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 209 + type: CableHV + components: + - pos: -5.5,-22.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 210 + type: ToolboxMechanicalFilled + components: + - pos: 4.486336,-4.2770233 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 211 + type: SalternSMES + components: + - pos: -4.5,-19.5 + parent: 73 + type: Transform + - containers: + - machine_parts + - machine_board + type: Construction + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 212 + type: PowerCellRecharger + components: + - pos: -6.5692306,-20.439983 + parent: 73 + type: Transform + - containers: + charger-slot: !type:ContainerSlot {} + type: ContainerContainer +- uid: 213 + type: CableTerminal + components: + - rot: 3.141592653589793 rad + pos: -4.5,-20.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 214 + type: Table + components: + - pos: -5.5,-19.5 + parent: 73 + type: Transform +- uid: 215 + type: CableHV + components: + - pos: -4.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 216 + type: DisposalTrunk + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalEntry: !type:Container + ents: [] + type: ContainerContainer +- uid: 217 + type: CableHV + components: + - pos: -4.5,-19.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 218 + type: CableHV + components: + - pos: -3.5,-19.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 219 + type: SalternSubstation + components: + - pos: -3.5,-19.5 + parent: 73 + type: Transform + - containers: + - machine_parts + - machine_board + type: Construction + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 220 + type: SalternAPC + components: + - pos: -3.5,-18.5 + parent: 73 + type: Transform +- uid: 221 + type: WallReinforced + components: + - pos: 3.5,-6.5 + parent: 73 + type: Transform +- uid: 222 + type: CableMV + components: + - pos: -3.5,-19.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 223 + type: CableMV + components: + - pos: -3.5,-18.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 224 + type: CableMV + components: + - pos: -3.5,-17.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 225 + type: CableMV + components: + - pos: -3.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 226 + type: CableMV + components: + - pos: -2.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 227 + type: CableMV + components: + - pos: -0.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 228 + type: CableMV + components: + - pos: -1.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 229 + type: CableMV + components: + - pos: -0.5,-15.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 230 + type: CableMV + components: + - pos: -0.5,-14.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 231 + type: CableMV + components: + - pos: -0.5,-13.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 232 + type: CableMV + components: + - pos: -0.5,-12.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 233 + type: CableMV + components: + - pos: -0.5,-11.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 234 + type: CableMV + components: + - pos: -0.5,-10.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 235 + type: CableMV + components: + - pos: -0.5,-9.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 236 + type: CableMV + components: + - pos: -0.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 237 + type: CableMV + components: + - pos: -0.5,-7.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 238 + type: CableMV + components: + - pos: 0.5,-7.5 + parent: 73 + type: Transform +- uid: 239 + type: SalternAPC + components: + - pos: 0.5,-7.5 + parent: 73 + type: Transform +- uid: 240 + type: CableMV + components: + - pos: -3.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 241 + type: CableMV + components: + - pos: -3.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 242 + type: CableMV + components: + - pos: -4.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 243 + type: CableMV + components: + - pos: -4.5,-22.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 244 + type: CableMV + components: + - pos: -4.5,-23.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 245 + type: CableMV + components: + - pos: -4.5,-24.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 246 + type: CableMV + components: + - pos: -4.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 247 + type: CableMV + components: + - pos: -4.5,-26.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 248 + type: CableMV + components: + - pos: -4.5,-27.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 249 + type: CableApcExtension + components: + - pos: -3.5,-18.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 250 + type: CableApcExtension + components: + - pos: -3.5,-17.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 251 + type: CableApcExtension + components: + - pos: -3.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 252 + type: CableApcExtension + components: + - pos: -4.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 253 + type: CableApcExtension + components: + - pos: -5.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 254 + type: CableApcExtension + components: + - pos: -6.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 255 + type: CableApcExtension + components: + - pos: -7.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 256 + type: CableApcExtension + components: + - pos: -8.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 257 + type: CableApcExtension + components: + - pos: -6.5,-15.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 258 + type: CableApcExtension + components: + - pos: -6.5,-17.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 259 + type: CableApcExtension + components: + - pos: -4.5,-15.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 260 + type: CableApcExtension + components: + - pos: -4.5,-14.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 261 + type: CableApcExtension + components: + - pos: -4.5,-13.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 262 + type: CableApcExtension + components: + - pos: -4.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 263 + type: CableApcExtension + components: + - pos: -4.5,-11.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 264 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 73 + type: Transform +- uid: 265 + type: CableApcExtension + components: + - pos: -5.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 266 + type: CableApcExtension + components: + - pos: -6.5,-12.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 267 + type: CableApcExtension + components: + - pos: -2.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 268 + type: CableApcExtension + components: + - pos: -1.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 269 + type: CableApcExtension + components: + - pos: -0.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 270 + type: CableApcExtension + components: + - pos: 0.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 271 + type: CableApcExtension + components: + - pos: 1.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 272 + type: CableApcExtension + components: + - pos: 2.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 273 + type: CableApcExtension + components: + - pos: 3.5,-16.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 274 + type: CableApcExtension + components: + - pos: 4.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 275 + type: CableApcExtension + components: + - pos: 5.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 276 + type: CableApcExtension + components: + - pos: 5.5,-15.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 277 + type: CableApcExtension + components: + - pos: 5.5,-17.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 278 + type: CableApcExtension + components: + - pos: 6.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 279 + type: CableApcExtension + components: + - pos: 7.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 280 + type: CableApcExtension + components: + - pos: 3.5,-15.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 281 + type: CableApcExtension + components: + - pos: 3.5,-14.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 282 + type: CableApcExtension + components: + - pos: 3.5,-13.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 283 + type: CableApcExtension + components: + - pos: 3.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 284 + type: CableApcExtension + components: + - pos: 3.5,-11.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 285 + type: CableApcExtension + components: + - pos: 3.5,-11.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 286 + type: CableApcExtension + components: + - pos: 3.5,-10.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 287 + type: CableApcExtension + components: + - pos: 4.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 288 + type: CableApcExtension + components: + - pos: 5.5,-12.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 289 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-5.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 290 + type: CableApcExtension + components: + - pos: -0.5,-6.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 291 + type: CableApcExtension + components: + - pos: -0.5,-7.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 292 + type: CableApcExtension + components: + - pos: -0.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 293 + type: CableApcExtension + components: + - pos: -0.5,-9.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 294 + type: CableApcExtension + components: + - pos: -0.5,-10.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 295 + type: CableApcExtension + components: + - pos: -0.5,-11.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 296 + type: CableApcExtension + components: + - pos: -0.5,-12.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 297 + type: CableApcExtension + components: + - pos: -0.5,-13.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 298 + type: CableApcExtension + components: + - pos: -0.5,-14.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 299 + type: CableApcExtension + components: + - pos: -1.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 300 + type: CableApcExtension + components: + - pos: 0.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 301 + type: CableApcExtension + components: + - pos: -0.5,-5.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 302 + type: CableApcExtension + components: + - pos: 0.5,-5.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 303 + type: CableApcExtension + components: + - pos: 1.5,-5.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 304 + type: CableApcExtension + components: + - pos: 2.5,-5.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 305 + type: CableApcExtension + components: + - pos: 3.5,-5.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 306 + type: CableApcExtension + components: + - pos: 3.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 307 + type: CableApcExtension + components: + - pos: -0.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 308 + type: CableApcExtension + components: + - pos: -0.5,-3.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 309 + type: CableApcExtension + components: + - pos: -0.5,-2.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 310 + type: CableApcExtension + components: + - pos: 0.5,-2.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 311 + type: CableApcExtension + components: + - pos: 1.5,-2.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 312 + type: CableApcExtension + components: + - pos: -1.5,-2.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 313 + type: CableApcExtension + components: + - pos: -2.5,-2.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 314 + type: CableApcExtension + components: + - pos: -1.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 315 + type: CableApcExtension + components: + - pos: -3.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 316 + type: CableApcExtension + components: + - pos: -2.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 317 + type: CableApcExtension + components: + - pos: -4.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 318 + type: CableApcExtension + components: + - pos: -5.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 319 + type: CableApcExtension + components: + - pos: -5.5,-5.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 320 + type: CableApcExtension + components: + - pos: -5.5,-6.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 321 + type: CableApcExtension + components: + - pos: -5.5,-3.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 322 + type: CableApcExtension + components: + - pos: 4.5,-4.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 323 + type: CableApcExtension + components: + - pos: 4.5,-3.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 324 + type: CableApcExtension + components: + - pos: 3.5,-6.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 325 + type: CableApcExtension + components: + - pos: -0.5,-17.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 326 + type: CableApcExtension + components: + - pos: -3.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 327 + type: CableApcExtension + components: + - pos: -3.5,-19.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 328 + type: CableApcExtension + components: + - pos: -3.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 329 + type: CableApcExtension + components: + - pos: -4.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 330 + type: CableApcExtension + components: + - pos: -4.5,-22.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 331 + type: CableApcExtension + components: + - pos: -4.5,-23.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 332 + type: CableApcExtension + components: + - pos: -4.5,-24.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 333 + type: CableApcExtension + components: + - pos: -4.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 334 + type: CableApcExtension + components: + - pos: -4.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 335 + type: CableApcExtension + components: + - pos: -4.5,-26.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 336 + type: CableApcExtension + components: + - pos: -4.5,-27.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 337 + type: CableApcExtension + components: + - pos: -5.5,-27.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 338 + type: CableApcExtension + components: + - pos: -6.5,-27.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 339 + type: CableApcExtension + components: + - pos: -6.5,-26.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 340 + type: CableApcExtension + components: + - pos: -6.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 341 + type: CableApcExtension + components: + - pos: -6.5,-24.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 342 + type: CableApcExtension + components: + - pos: -6.5,-23.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 343 + type: CableApcExtension + components: + - pos: -6.5,-22.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 344 + type: CableApcExtension + components: + - pos: -2.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 345 + type: CableApcExtension + components: + - pos: -1.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 346 + type: CableApcExtension + components: + - pos: -0.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 347 + type: CableApcExtension + components: + - pos: -0.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 348 + type: CableApcExtension + components: + - pos: -0.5,-23.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 349 + type: CableApcExtension + components: + - pos: -0.5,-22.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 350 + type: CableApcExtension + components: + - pos: -0.5,-24.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 351 + type: CableApcExtension + components: + - pos: -0.5,-25.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 352 + type: CableApcExtension + components: + - pos: -0.5,-19.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 353 + type: CableApcExtension + components: + - pos: 0.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 354 + type: CableApcExtension + components: + - pos: 1.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 355 + type: CableApcExtension + components: + - pos: 2.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 356 + type: CableApcExtension + components: + - pos: 3.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 357 + type: CableApcExtension + components: + - pos: 4.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 358 + type: CableApcExtension + components: + - pos: 3.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 359 + type: CableApcExtension + components: + - pos: 3.5,-22.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 360 + type: CableApcExtension + components: + - pos: 3.5,-23.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 361 + type: CableApcExtension + components: + - pos: 3.5,-24.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 362 + type: CableApcExtension + components: + - pos: 3.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 363 + type: CableApcExtension + components: + - pos: 3.5,-26.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 364 + type: CableApcExtension + components: + - pos: 3.5,-27.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 365 + type: CableApcExtension + components: + - pos: 4.5,-27.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 366 + type: CableApcExtension + components: + - pos: 5.5,-27.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 367 + type: CableApcExtension + components: + - pos: 5.5,-26.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 368 + type: CableApcExtension + components: + - pos: 5.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 369 + type: CableApcExtension + components: + - pos: 5.5,-24.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 370 + type: CableApcExtension + components: + - pos: 5.5,-23.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 371 + type: AirlockSecurityGlass + components: + - name: syndicate airlock + type: MetaData + - pos: -2.5,-20.5 + parent: 73 + type: Transform +- uid: 372 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 373 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-26.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 374 + type: Poweredlight + components: + - pos: -4.5,-19.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 375 + type: WallReinforced + components: + - pos: 1.5,-14.5 + parent: 73 + type: Transform +- uid: 376 + type: WallReinforced + components: + - pos: -4.5,-14.5 + parent: 73 + type: Transform +- uid: 377 + type: AirlockGlass + components: + - pos: -2.5,-15.5 + parent: 73 + type: Transform +- uid: 378 + type: AirlockCommandGlassLocked + components: + - pos: -0.5,-7.5 + parent: 73 + type: Transform +- uid: 379 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 73 + type: Transform +- uid: 380 + type: WallReinforced + components: + - pos: 4.5,-27.5 + parent: 73 + type: Transform +- uid: 381 + type: WallReinforced + components: + - pos: 4.5,-26.5 + parent: 73 + type: Transform +- uid: 382 + type: WallReinforced + components: + - pos: 4.5,-25.5 + parent: 73 + type: Transform +- uid: 383 + type: ReinforcedPlasmaWindow + components: + - pos: 3.5,-25.5 + parent: 73 + type: Transform +- uid: 384 + type: ReinforcedPlasmaWindow + components: + - pos: 5.5,-25.5 + parent: 73 + type: Transform +- uid: 385 + type: Grille + components: + - pos: 3.5,-25.5 + parent: 73 + type: Transform +- uid: 386 + type: Grille + components: + - pos: 5.5,-25.5 + parent: 73 + type: Transform +- uid: 387 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 3.5,-26.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 388 + type: GasPassiveVent + components: + - rot: 3.141592653589793 rad + pos: 5.5,-26.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 389 + type: GasMinerOxygen + components: + - rot: 3.141592653589793 rad + pos: 3.5,-27.5 + parent: 73 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 390 + type: GasMinerNitrogen + components: + - rot: 3.141592653589793 rad + pos: 5.5,-27.5 + parent: 73 + type: Transform + - fixtures: [] + type: Fixtures +- uid: 391 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 392 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 5.5,-25.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 393 + type: GasPipeBend + components: + - pos: 5.5,-24.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 394 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-24.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 395 + type: GasMixer + components: + - name: O2+N2 mixer + type: MetaData + - rot: 3.141592653589793 rad + pos: 3.5,-24.5 + parent: 73 + type: Transform + - inletTwoConcentration: 0.78 + inletOneConcentration: 0.22 + type: GasMixer + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 396 + type: GasPipeFourway + components: + - pos: 3.5,-23.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 397 + type: GasPipeStraight + components: + - pos: 3.5,-22.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 398 + type: GasPipeStraight + components: + - pos: 3.5,-21.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 399 + type: GasPipeBend + components: + - pos: 3.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 400 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 401 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 402 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 403 + type: GasPipeFourway + components: + - pos: -0.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 404 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 405 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 406 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 407 + type: GasPipeBend + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-20.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 408 + type: GasPipeStraight + components: + - pos: -0.5,-19.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 409 + type: GasPipeStraight + components: + - pos: -0.5,-18.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 410 + type: GasPipeStraight + components: + - pos: -0.5,-17.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 411 + type: GasPipeFourway + components: + - pos: -0.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 412 + type: GasPipeStraight + components: + - pos: -0.5,-15.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 413 + type: GasPipeStraight + components: + - pos: -0.5,-14.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 414 + type: GasPipeStraight + components: + - pos: -0.5,-13.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 415 + type: GasPipeStraight + components: + - pos: -0.5,-12.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 416 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 417 + type: GasPipeStraight + components: + - pos: -0.5,-10.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 418 + type: GasPipeFourway + components: + - pos: -0.5,-9.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 419 + type: GasPipeStraight + components: + - pos: -0.5,-8.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 420 + type: GasPipeStraight + components: + - pos: -0.5,-7.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 421 + type: GasPipeStraight + components: + - pos: -0.5,-6.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 422 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 423 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 424 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 425 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 426 + type: GasVentPump + components: + - pos: -0.5,-4.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 427 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 428 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 429 + type: GasPipeTJunction + components: + - pos: -1.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 430 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -0.5,-21.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 431 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-23.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 432 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -4.5,-21.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 433 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 434 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 435 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 436 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 437 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 438 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 439 + type: GasVentPump + components: + - rot: 3.141592653589793 rad + pos: -1.5,-17.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 440 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 441 + type: AirlockGlassShuttle + components: + - rot: -1.5707963267948966 rad + pos: -9.5,-16.5 + parent: 73 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + mass: 100 + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 442 + type: AirlockExternalGlass + components: + - pos: 7.5,-16.5 + parent: 73 + type: Transform +- uid: 443 + type: VendingMachineTankDispenserEVA + components: + - name: tank dispenser + type: MetaData + - pos: -0.5,-28.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 444 + type: SignSecureSmallRed + components: + - pos: 0.5,-10.5 + parent: 73 + type: Transform +- uid: 445 + type: ReinforcedPlasmaWindow + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 73 + type: Transform +- uid: 446 + type: Grille + components: + - pos: 0.5,-10.5 + parent: 73 + type: Transform +- uid: 447 + type: ReinforcedWindow + components: + - pos: 0.5,-10.5 + parent: 73 + type: Transform +- uid: 448 + type: CableApcExtension + components: + - pos: -5.5,-10.5 + parent: 73 + type: Transform +- uid: 449 + type: AirlockExternalGlass + components: + - pos: -5.5,-15.5 + parent: 73 + type: Transform +- uid: 450 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 73 + type: Transform +- uid: 451 + type: GasPassiveVent + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 452 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 453 + type: GasPressurePump + components: + - name: waste pump + type: MetaData + - rot: 1.5707963267948966 rad + pos: 4.5,-19.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 454 + type: GasPipeStraight + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-19.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 455 + type: GasPipeTJunction + components: + - pos: 2.5,-19.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 456 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 457 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 458 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-18.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 459 + type: GasPipeFourway + components: + - pos: 0.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 460 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 461 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 462 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 463 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 464 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 465 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 466 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 0.5,-16.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 467 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 468 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 0.5,-14.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 469 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 470 + type: GasPipeTJunction + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 471 + type: GasPipeStraight + components: + - pos: 0.5,-11.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 472 + type: GasPipeStraight + components: + - pos: 0.5,-10.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 473 + type: GasPipeStraight + components: + - pos: 0.5,-9.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 474 + type: GasPipeTJunction + components: + - rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 475 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 476 + type: GasPipeTJunction + components: + - pos: 0.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 477 + type: GasPipeStraight + components: + - rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 478 + type: GasVentScrubber + components: + - pos: -1.5,-6.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 479 + type: WallReinforced + components: + - pos: 1.5,-7.5 + parent: 73 + type: Transform +- uid: 480 + type: WallReinforced + components: + - pos: 1.5,-6.5 + parent: 73 + type: Transform +- uid: 481 + type: CableApcExtension + components: + - pos: 0.5,-7.5 + parent: 73 + type: Transform +- uid: 482 + type: StasisBed + components: + - pos: -4.5,-3.5 + parent: 73 + type: Transform +- uid: 483 + type: Bed + components: + - pos: -3.5,-7.5 + parent: 73 + type: Transform +- uid: 484 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 485 + type: GasVentScrubber + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 486 + type: GasVentScrubber + components: + - rot: 3.141592653589793 rad + pos: 2.5,-20.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 487 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 488 + type: GasPipeStraight + components: + - pos: 0.5,-20.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 489 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-21.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 490 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 491 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 492 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-21.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 493 + type: GasVentScrubber + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-21.5 + parent: 73 + type: Transform + - color: '#FF1212FF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 494 + type: Grille + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 73 + type: Transform +- uid: 495 + type: AirlockEngineeringGlassLocked + components: + - pos: 3.5,-22.5 + parent: 73 + type: Transform +- uid: 496 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-27.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 497 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 5.5,-27.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 498 + type: Poweredlight + components: + - pos: 5.5,-23.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 499 + type: Poweredlight + components: + - pos: 4.5,-19.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 500 + type: Poweredlight + components: + - pos: 1.5,-19.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 501 + type: Grille + components: + - pos: -1.5,-14.5 + parent: 73 + type: Transform +- uid: 502 + type: Grille + components: + - pos: 0.5,-14.5 + parent: 73 + type: Transform +- uid: 503 + type: AirlockExternalGlass + components: + - pos: 4.5,-15.5 + parent: 73 + type: Transform +- uid: 504 + type: WallReinforced + components: + - pos: -2.5,-14.5 + parent: 73 + type: Transform +- uid: 505 + type: Poweredlight + components: + - pos: -6.5,-15.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 506 + type: GasPipeBend + components: + - rot: 3.141592653589793 rad + pos: -3.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 507 + type: Gyroscope + components: + - pos: -1.5,-28.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 508 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 509 + type: Chair + components: + - rot: -1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 73 + type: Transform +- uid: 510 + type: Grille + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-8.5 + parent: 73 + type: Transform +- uid: 511 + type: Poweredlight + components: + - pos: 0.5,-8.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 512 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-27.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 513 + type: Chair + components: + - rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 73 + type: Transform +- uid: 514 + type: WindoorSecure + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 73 + type: Transform +- uid: 515 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 516 + type: AtmosFixOxygenMarker + components: + - pos: 3.5,-26.5 + parent: 73 + type: Transform +- uid: 517 + type: AtmosFixNitrogenMarker + components: + - pos: 5.5,-26.5 + parent: 73 + type: Transform +- uid: 518 + type: WarningO2 + components: + - pos: 2.5,-25.5 + parent: 73 + type: Transform +- uid: 519 + type: WarningN2 + components: + - pos: 4.5,-25.5 + parent: 73 + type: Transform +- uid: 520 + type: WarningWaste + components: + - pos: 4.5,-18.5 + parent: 73 + type: Transform +- uid: 521 + type: SignElectricalMed + components: + - pos: -2.5,-18.5 + parent: 73 + type: Transform +- uid: 522 + type: SignNosmoking + components: + - pos: 5.5,-22.5 + parent: 73 + type: Transform +- uid: 523 + type: GasPort + components: + - rot: 1.5707963267948966 rad + pos: 2.5,-23.5 + parent: 73 + type: Transform + - color: '#0335FCFF' + type: AtmosPipeColor + - canCollide: False + type: Physics +- uid: 524 + type: OxygenCanister + components: + - pos: 2.5,-24.5 + parent: 73 + type: Transform +- uid: 525 + type: Rack + components: + - pos: 5.5,-23.5 + parent: 73 + type: Transform +- uid: 526 + type: AirlockGlass + components: + - pos: 1.5,-15.5 + parent: 73 + type: Transform +- uid: 527 + type: Table + components: + - pos: 3.5,-19.5 + parent: 73 + type: Transform +- uid: 528 + type: Table + components: + - pos: 2.5,-19.5 + parent: 73 + type: Transform +- uid: 529 + type: Table + components: + - pos: 1.5,-19.5 + parent: 73 + type: Transform +- uid: 530 + type: KitchenMicrowave + components: + - pos: 3.5,-19.5 + parent: 73 + type: Transform + - containers: + microwave_entity_container: !type:Container + ents: [] + type: ContainerContainer +- uid: 531 + type: DonkpocketBoxSpawner + components: + - pos: 2.5,-19.5 + parent: 73 + type: Transform +- uid: 532 + type: ReinforcedWindow + components: + - pos: -1.5,-14.5 + parent: 73 + type: Transform +- uid: 533 + type: ReinforcedWindow + components: + - pos: 0.5,-14.5 + parent: 73 + type: Transform +- uid: 534 + type: CableApcExtension + components: + - pos: -6.5,-6.5 + parent: 73 + type: Transform +- uid: 535 + type: soda_dispenser + components: + - pos: 1.5,-19.5 + parent: 73 + type: Transform + - containers: + ReagentDispenser-beaker: !type:ContainerSlot {} + type: ContainerContainer +- uid: 536 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 73 + type: Transform +- uid: 537 + type: DrinkGlass + components: + - pos: 2.149538,-19.38108 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - solution: drink + type: DrainableSolution +- uid: 538 + type: DrinkGlass + components: + - pos: 2.305788,-19.396706 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - solution: drink + type: DrainableSolution +- uid: 539 + type: DrinkGlass + components: + - pos: 2.446413,-19.41233 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - solution: drink + type: DrainableSolution +- uid: 540 + type: DrinkGlass + components: + - pos: 2.571413,-19.396706 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - solution: drink + type: DrainableSolution +- uid: 541 + type: Catwalk + components: + - pos: -7.5,-15.5 + parent: 73 + type: Transform +- uid: 542 + type: Catwalk + components: + - pos: -6.5,-15.5 + parent: 73 + type: Transform +- uid: 543 + type: Chair + components: + - pos: -4.5,-11.5 + parent: 73 + type: Transform +- uid: 544 + type: CableApcExtension + components: + - pos: 4.5,-6.5 + parent: 73 + type: Transform +- uid: 545 + type: Wrench + components: + - pos: 5.4749,-23.512577 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 546 + type: Wrench + components: + - pos: 5.63115,-23.481327 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 547 + type: WindowReinforcedDirectional + components: + - pos: -1.5,-18.5 + parent: 73 + type: Transform +- uid: 548 + type: WindowReinforcedDirectional + components: + - pos: 0.5,-18.5 + parent: 73 + type: Transform +- uid: 549 + type: WindoorSecure + components: + - pos: -0.5,-18.5 + parent: 73 + type: Transform +- uid: 550 + type: Chair + components: + - pos: -3.5,-11.5 + parent: 73 + type: Transform +- uid: 551 + type: WallReinforced + components: + - pos: -1.5,-26.5 + parent: 73 + type: Transform +- uid: 552 + type: WallReinforced + components: + - pos: 0.5,-26.5 + parent: 73 + type: Transform +- uid: 553 + type: WallReinforced + components: + - pos: 1.5,-26.5 + parent: 73 + type: Transform +- uid: 554 + type: OxygenCanister + components: + - pos: 5.5,-17.5 + parent: 73 + type: Transform +- uid: 555 + type: OxygenCanister + components: + - pos: -6.5,-17.5 + parent: 73 + type: Transform +- uid: 556 + type: AirlockSecurityGlassLocked + components: + - pos: 1.5,-8.5 + parent: 73 + type: Transform +- uid: 557 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 73 + type: Transform +- uid: 558 + type: WallReinforced + components: + - pos: -2.5,-26.5 + parent: 73 + type: Transform +- uid: 559 + type: Thruster + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-13.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 560 + type: Gyroscope + components: + - pos: 0.5,-28.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 561 + type: VendingMachineSnack + components: + - pos: 4.5,-12.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 562 + type: Poweredlight + components: + - pos: -0.5,-30.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 563 + type: Catwalk + components: + - pos: 1.5,-30.5 + parent: 73 + type: Transform +- uid: 564 + type: Catwalk + components: + - pos: -2.5,-30.5 + parent: 73 + type: Transform +- uid: 565 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -4.5,-13.5 + parent: 73 + type: Transform +- uid: 566 + type: Catwalk + components: + - pos: -3.5,-30.5 + parent: 73 + type: Transform +- uid: 567 + type: Catwalk + components: + - pos: 1.5,-28.5 + parent: 73 + type: Transform +- uid: 568 + type: Catwalk + components: + - pos: 0.5,-30.5 + parent: 73 + type: Transform +- uid: 569 + type: VendingMachineYouTool + components: + - pos: -6.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 570 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 73 + type: Transform +- uid: 571 + type: AirlockExternalGlass + components: + - pos: -5.5,-16.5 + parent: 73 + type: Transform +- uid: 572 + type: CableApcExtension + components: + - pos: 0.5,-10.5 + parent: 73 + type: Transform +- uid: 573 + type: CableApcExtension + components: + - pos: 4.5,-10.5 + parent: 73 + type: Transform +- uid: 574 + type: ReinforcedWindow + components: + - pos: -1.5,-10.5 + parent: 73 + type: Transform +- uid: 575 + type: Chair + components: + - pos: -2.5,-11.5 + parent: 73 + type: Transform +- uid: 576 + type: Chair + components: + - pos: 1.5,-11.5 + parent: 73 + type: Transform +- uid: 577 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-11.5 + parent: 73 + type: Transform +- uid: 578 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-11.5 + parent: 73 + type: Transform +- uid: 579 + type: Catwalk + components: + - pos: -5.5,-25.5 + parent: 73 + type: Transform +- uid: 580 + type: Catwalk + components: + - pos: -5.5,-24.5 + parent: 73 + type: Transform +- uid: 581 + type: Catwalk + components: + - pos: -5.5,-23.5 + parent: 73 + type: Transform +- uid: 582 + type: Catwalk + components: + - pos: 4.5,-24.5 + parent: 73 + type: Transform +- uid: 583 + type: Catwalk + components: + - pos: 5.5,-24.5 + parent: 73 + type: Transform +- uid: 584 + type: SinkWide + components: + - pos: 4.5,-19.5 + parent: 73 + type: Transform +- uid: 585 + type: GasPipeBend + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 586 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 587 + type: Catwalk + components: + - pos: -6.5,-16.5 + parent: 73 + type: Transform +- uid: 588 + type: Catwalk + components: + - pos: -7.5,-16.5 + parent: 73 + type: Transform +- uid: 589 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 590 + type: WallReinforced + components: + - pos: -7.5,-14.5 + parent: 73 + type: Transform +- uid: 591 + type: Catwalk + components: + - pos: -6.5,-9.5 + parent: 73 + type: Transform +- uid: 592 + type: Catwalk + components: + - pos: -6.5,-10.5 + parent: 73 + type: Transform +- uid: 593 + type: AirlockExternalGlass + components: + - pos: -0.5,-26.5 + parent: 73 + type: Transform +- uid: 594 + type: AirlockExternalGlass + components: + - pos: 1.5,-29.5 + parent: 73 + type: Transform +- uid: 595 + type: Catwalk + components: + - pos: 5.5,-16.5 + parent: 73 + type: Transform +- uid: 596 + type: Catwalk + components: + - pos: 6.5,-16.5 + parent: 73 + type: Transform +- uid: 597 + type: Catwalk + components: + - pos: -0.5,-24.5 + parent: 73 + type: Transform +- uid: 598 + type: Catwalk + components: + - pos: -0.5,-23.5 + parent: 73 + type: Transform +- uid: 599 + type: WallReinforced + components: + - pos: 2.5,-10.5 + parent: 73 + type: Transform +- uid: 600 + type: WallReinforced + components: + - pos: 1.5,-10.5 + parent: 73 + type: Transform +- uid: 601 + type: CableApcExtension + components: + - pos: -5.5,-8.5 + parent: 73 + type: Transform +- uid: 602 + type: WallReinforced + components: + - pos: -2.5,-10.5 + parent: 73 + type: Transform +- uid: 603 + type: WallReinforced + components: + - pos: -4.5,-10.5 + parent: 73 + type: Transform +- uid: 604 + type: WallReinforced + components: + - pos: -3.5,-10.5 + parent: 73 + type: Transform +- uid: 605 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-19.5 + parent: 73 + type: Transform +- uid: 606 + type: DisposalBend + components: + - rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalBend: !type:Container + ents: [] + type: ContainerContainer +- uid: 607 + type: DisposalUnit + components: + - pos: 0.5,-19.5 + parent: 73 + type: Transform + - containers: + DisposalUnit: !type:Container + ents: [] + type: ContainerContainer +- uid: 608 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalEntry: !type:Container + ents: [] + type: ContainerContainer +- uid: 609 + type: DisposalJunction + components: + - rot: -1.5707963267948966 rad + pos: -0.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalJunction: !type:Container + ents: [] + type: ContainerContainer +- uid: 610 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 611 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -2.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 612 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 613 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -4.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 614 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 615 + type: DisposalPipe + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 616 + type: DisposalTrunk + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalEntry: !type:Container + ents: [] + type: ContainerContainer +- uid: 617 + type: DisposalPipe + components: + - pos: -0.5,-18.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 618 + type: DisposalPipe + components: + - pos: -0.5,-17.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 619 + type: DisposalPipe + components: + - pos: -0.5,-16.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 620 + type: DisposalPipe + components: + - pos: -0.5,-15.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 621 + type: DisposalPipe + components: + - pos: -0.5,-14.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 622 + type: DisposalPipe + components: + - pos: -0.5,-13.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 623 + type: DisposalPipe + components: + - pos: -0.5,-12.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 624 + type: DisposalPipe + components: + - pos: -0.5,-11.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 625 + type: DisposalPipe + components: + - pos: -0.5,-10.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 626 + type: DisposalPipe + components: + - pos: -0.5,-9.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 627 + type: DisposalPipe + components: + - pos: -0.5,-8.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 628 + type: DisposalPipe + components: + - pos: -0.5,-7.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + DisposalTransit: !type:Container + ents: [] + type: ContainerContainer +- uid: 629 + type: DisposalUnit + components: + - pos: 0.5,-6.5 + parent: 73 + type: Transform + - containers: + DisposalUnit: !type:Container + ents: [] + type: ContainerContainer +- uid: 630 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 631 + type: Chair + components: + - pos: 2.5,-11.5 + parent: 73 + type: Transform +- uid: 632 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 73 + type: Transform +- uid: 633 + type: Chair + components: + - pos: 3.5,-11.5 + parent: 73 + type: Transform +- uid: 634 + type: SheetSteel + components: + - pos: -5.743502,-19.431963 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 635 + type: Catwalk + components: + - pos: 0.5,-27.5 + parent: 73 + type: Transform +- uid: 636 + type: WallReinforced + components: + - pos: 3.5,-29.5 + parent: 73 + type: Transform +- uid: 637 + type: WallReinforced + components: + - pos: -5.5,-29.5 + parent: 73 + type: Transform +- uid: 638 + type: WallReinforced + components: + - pos: 4.5,-29.5 + parent: 73 + type: Transform +- uid: 639 + type: WallReinforced + components: + - pos: -4.5,-29.5 + parent: 73 + type: Transform +- uid: 640 + type: Thruster + components: + - rot: 1.5707963267948966 rad + pos: -7.5,-29.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 641 + type: WallReinforced + components: + - pos: 5.5,-29.5 + parent: 73 + type: Transform +- uid: 642 + type: Catwalk + components: + - pos: -0.5,-27.5 + parent: 73 + type: Transform +- uid: 643 + type: CableHV + components: + - pos: -1.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 644 + type: CableHV + components: + - pos: -1.5,-31.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 645 + type: CableHV + components: + - pos: -1.5,-32.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 646 + type: WallReinforced + components: + - pos: 0.5,-29.5 + parent: 73 + type: Transform +- uid: 647 + type: CableHV + components: + - pos: -1.5,-33.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 648 + type: CableHV + components: + - pos: -2.5,-33.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 649 + type: CableHV + components: + - pos: -2.5,-32.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 650 + type: Catwalk + components: + - pos: 1.5,-27.5 + parent: 73 + type: Transform +- uid: 651 + type: CableHV + components: + - pos: -0.5,-27.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 652 + type: CableHV + components: + - pos: -0.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 653 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -7.5,-16.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 654 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 6.5,-16.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 655 + type: CableHV + components: + - pos: -0.5,-26.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 656 + type: CableHV + components: + - pos: -0.5,-25.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 657 + type: CableHV + components: + - pos: -0.5,-24.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 658 + type: CableHV + components: + - pos: -0.5,-23.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 659 + type: CableHV + components: + - pos: -0.5,-22.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 660 + type: CableHV + components: + - pos: -0.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 661 + type: CableHV + components: + - pos: -0.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 662 + type: CableHV + components: + - pos: -1.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 663 + type: CableHV + components: + - pos: -2.5,-20.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 664 + type: CableHV + components: + - pos: -2.5,-19.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 665 + type: SolarPanel + components: + - pos: -1.5,-32.5 + parent: 73 + type: Transform +- uid: 666 + type: SolarPanel + components: + - pos: -1.5,-33.5 + parent: 73 + type: Transform +- uid: 667 + type: SolarPanel + components: + - pos: -2.5,-33.5 + parent: 73 + type: Transform +- uid: 668 + type: CableHV + components: + - pos: 1.5,-33.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 669 + type: CableHV + components: + - pos: 0.5,-33.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 670 + type: CableHV + components: + - pos: 1.5,-32.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 671 + type: CableApcExtension + components: + - pos: -0.5,-26.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 672 + type: CableHV + components: + - pos: 0.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 673 + type: CableApcExtension + components: + - pos: -0.5,-28.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 674 + type: CableHV + components: + - pos: 0.5,-31.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 675 + type: CableHV + components: + - pos: 1.5,-31.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 676 + type: CableHV + components: + - pos: 0.5,-32.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 677 + type: WallReinforced + components: + - pos: -3.5,-29.5 + parent: 73 + type: Transform +- uid: 678 + type: WallReinforced + components: + - pos: 2.5,-29.5 + parent: 73 + type: Transform +- uid: 679 + type: Thruster + components: + - rot: -1.5707963267948966 rad + pos: 6.5,-29.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 680 + type: SolarPanel + components: + - pos: -2.5,-32.5 + parent: 73 + type: Transform +- uid: 681 + type: CableHV + components: + - pos: -2.5,-31.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 682 + type: ComputerSolarControl + components: + - rot: -1.5707963267948966 rad + pos: -3.5,-21.5 + parent: 73 + type: Transform + - containers: + board: !type:Container + ents: [] + type: ContainerContainer +- uid: 683 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 684 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 4.5,-12.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 685 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 686 + type: TableReinforced + components: + - pos: -3.5,-3.5 + parent: 73 + type: Transform +- uid: 687 + type: MedkitBurnFilled + components: + - pos: 4.546448,-5.50261 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 688 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 6.5,-19.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 689 + type: WindowReinforcedDirectional + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 73 + type: Transform +- uid: 690 + type: MedkitOxygenFilled + components: + - pos: 4.546448,-5.361985 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 691 + type: MedkitCombatFilled + components: + - pos: -3.5,-3.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 692 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-24.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 693 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 694 + type: MedicalBed + components: + - pos: -5.5,-4.5 + parent: 73 + type: Transform +- uid: 695 + type: MedicalBed + components: + - pos: -5.5,-5.5 + parent: 73 + type: Transform +- uid: 696 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: 5.5,-9.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 697 + type: MedkitToxinFilled + components: + - pos: 4.546448,-5.236985 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 698 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 699 + type: AMEShielding + components: + - pos: -5.5,-26.5 + parent: 73 + type: Transform +- uid: 700 + type: AMEShielding + components: + - pos: -4.5,-26.5 + parent: 73 + type: Transform +- uid: 701 + type: GravityGeneratorMini + components: + - pos: -3.5,-24.5 + parent: 73 + type: Transform + - charge: 100 + type: GravityGenerator + - enabled: False + type: AmbientSound + - powerLoad: 500 + type: ApcPowerReceiver + - radius: 175.75 + type: PointLight +- uid: 702 + type: AMEJar + components: + - pos: -3.6440802,-23.49825 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 703 + type: AMEJar + components: + - pos: -3.4409552,-23.49825 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 704 + type: GasVentPump + components: + - rot: -1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 705 + type: GasVentPump + components: + - rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 706 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 707 + type: GasPipeStraight + components: + - rot: -1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics +- uid: 708 + type: ToolboxElectricalFilled + components: + - pos: 4.486336,-4.4801483 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 709 + type: AMEShielding + components: + - pos: -4.5,-25.5 + parent: 73 + type: Transform +- uid: 710 + type: AMEShielding + components: + - pos: -5.5,-25.5 + parent: 73 + type: Transform +- uid: 711 + type: Bed + components: + - pos: 3.5,-7.5 + parent: 73 + type: Transform +- uid: 712 + type: CableHV + components: + - pos: -6.5,-23.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 713 + type: CableApcExtension + components: + - pos: 4.5,-7.5 + parent: 73 + type: Transform +- uid: 714 + type: AMEJar + components: + - pos: -3.2222052,-23.49825 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 715 + type: AMEShielding + components: + - pos: -6.5,-25.5 + parent: 73 + type: Transform +- uid: 716 + type: AMEShielding + components: + - pos: -6.5,-24.5 + parent: 73 + type: Transform +- uid: 717 + type: AMEShielding + components: + - pos: -5.5,-24.5 + parent: 73 + type: Transform +- uid: 718 + type: Rack + components: + - pos: -3.5,-23.5 + parent: 73 + type: Transform +- uid: 719 + type: GeneratorUranium + components: + - pos: -6.5,-23.5 + parent: 73 + type: Transform + - containers: + - machine_parts + - machine_board + type: Construction + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 720 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: -8.5,-19.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 721 + type: Autolathe + components: + - pos: -6.5,-22.5 + parent: 73 + type: Transform + - containers: + - machine_parts + - machine_board + type: Construction + - containers: + machine_board: !type:Container + ents: [] + machine_parts: !type:Container + ents: [] + type: ContainerContainer +- uid: 722 + type: AMEShielding + components: + - pos: -4.5,-24.5 + parent: 73 + type: Transform +- uid: 723 + type: Chair + components: + - rot: 3.141592653589793 rad + pos: -3.5,-13.5 + parent: 73 + type: Transform +- uid: 724 + type: Catwalk + components: + - pos: 2.5,-30.5 + parent: 73 + type: Transform +- uid: 725 + type: AMEController + components: + - pos: -5.5,-23.5 + parent: 73 + type: Transform + - containers: + AMEController-fuelJarContainer: !type:ContainerSlot {} + type: ContainerContainer +- uid: 726 + type: Catwalk + components: + - pos: -2.5,-29.5 + parent: 73 + type: Transform +- uid: 727 + type: Catwalk + components: + - pos: 1.5,-29.5 + parent: 73 + type: Transform +- uid: 728 + type: ComputerShuttle + components: + - pos: -0.5,-2.5 + parent: 73 + type: Transform + - containers: + board: !type:Container + ents: [] + type: ContainerContainer +- uid: 729 + type: SheetGlass + components: + - pos: -6.618502,-19.400713 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 730 + type: WallReinforced + components: + - rot: -1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 73 + type: Transform +- uid: 731 + type: SheetRGlass + components: + - pos: -5.399752,-19.431963 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 732 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-17.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 733 + type: TableReinforced + components: + - pos: 4.5,-4.5 + parent: 73 + type: Transform +- uid: 734 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 735 + type: Poweredlight + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 736 + type: Catwalk + components: + - pos: -0.5,-30.5 + parent: 73 + type: Transform +- uid: 737 + type: Catwalk + components: + - pos: -2.5,-27.5 + parent: 73 + type: Transform +- uid: 738 + type: Catwalk + components: + - pos: -1.5,-30.5 + parent: 73 + type: Transform +- uid: 739 + type: CableHV + components: + - pos: -0.5,-28.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 740 + type: CableHV + components: + - pos: -0.5,-29.5 + parent: 73 + type: Transform +- uid: 741 + type: ReinforcedWindow + components: + - pos: -3.5,-22.5 + parent: 73 + type: Transform +- uid: 742 + type: Grille + components: + - pos: -3.5,-22.5 + parent: 73 + type: Transform +- uid: 743 + type: BoxLatex + components: + - pos: 5.590371,-14.454765 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 744 + type: SignSecureSmallRed + components: + - pos: -5.5,-17.5 + parent: 73 + type: Transform +- uid: 745 + type: AirlockGlassShuttle + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-15.5 + parent: 73 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + mass: 100 + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 746 + type: SignSecureSmallRed + components: + - pos: 4.5,-17.5 + parent: 73 + type: Transform +- uid: 747 + type: AirlockExternalGlass + components: + - pos: 7.5,-15.5 + parent: 73 + type: Transform +- uid: 748 + type: Table + components: + - rot: 1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 73 + type: Transform +- uid: 749 + type: WallReinforced + components: + - pos: -1.5,-29.5 + parent: 73 + type: Transform +- uid: 750 + type: Catwalk + components: + - pos: -1.5,-27.5 + parent: 73 + type: Transform +- uid: 751 + type: SheetPlastic + components: + - pos: -6.071627,-19.416338 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 752 + type: SheetPlasteel + components: + - pos: -6.321627,-19.416338 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 753 + type: Gauze + components: + - pos: -3.630405,-3.6167498 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 754 + type: BoxSterile + components: + - pos: 5.355996,-14.423515 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 755 + type: Poweredlight + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 756 + type: SpawnPointERTMedical + components: + - pos: -4.5,-4.5 + parent: 73 + type: Transform +- uid: 757 + type: SpawnPointERTLeader + components: + - pos: -0.5,-3.5 + parent: 73 + type: Transform +- uid: 758 + type: SpawnPointERTJanitor + components: + - pos: 2.5,-20.5 + parent: 73 + type: Transform +- uid: 759 + type: Catwalk + components: + - pos: -0.5,-13.5 + parent: 73 + type: Transform +- uid: 760 + type: Catwalk + components: + - pos: -0.5,-12.5 + parent: 73 + type: Transform +- uid: 761 + type: Catwalk + components: + - pos: -0.5,-11.5 + parent: 73 + type: Transform +- uid: 762 + type: SpawnPointERTSecurity + components: + - pos: 2.5,-4.5 + parent: 73 + type: Transform +- uid: 763 + type: SpawnPointERTEngineer + components: + - pos: -4.5,-20.5 + parent: 73 + type: Transform +- uid: 764 + type: TableReinforced + components: + - pos: 2.5,-3.5 + parent: 73 + type: Transform +- uid: 765 + type: TableReinforced + components: + - pos: 3.5,-3.5 + parent: 73 + type: Transform +- uid: 766 + type: VehicleKeySkeleton + components: + - pos: 1.4648019,-2.4157557 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 767 + type: ChairPilotSeat + components: + - rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 73 + type: Transform +- uid: 768 + type: ChairPilotSeat + components: + - rot: 1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 73 + type: Transform +- uid: 769 + type: ComputerComms + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 73 + type: Transform + - containers: + board: !type:Container + ents: [] + type: ContainerContainer +- uid: 770 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 73 + type: Transform +- uid: 771 + type: ComputerRadar + components: + - pos: 0.5,-2.5 + parent: 73 + type: Transform + - containers: + board: !type:Container + ents: [] + type: ContainerContainer +- uid: 772 + type: TableReinforced + components: + - pos: -1.5,-3.5 + parent: 73 + type: Transform +- uid: 773 + type: TableReinforced + components: + - rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 73 + type: Transform +- uid: 774 + type: ComputerCrewMonitoring + components: + - pos: -2.5,-2.5 + parent: 73 + type: Transform + - containers: + board: !type:Container + ents: [] + type: ContainerContainer +- uid: 775 + type: CableApcExtension + components: + - pos: -5.5,-7.5 + parent: 73 + type: Transform +- uid: 776 + type: RandomPosterLegit + components: + - pos: 2.5,-6.5 + parent: 73 + type: Transform +- uid: 777 + type: RandomPosterLegit + components: + - pos: 2.5,-14.5 + parent: 73 + type: Transform +- uid: 778 + type: RandomPosterLegit + components: + - pos: -3.5,-14.5 + parent: 73 + type: Transform +- uid: 779 + type: RandomPosterLegit + components: + - pos: 0.5,-22.5 + parent: 73 + type: Transform +- uid: 780 + type: BoxFlashbang + components: + - pos: 2.441165,-3.4611654 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 781 + type: WallReinforced + components: + - pos: -6.5,-29.5 + parent: 73 + type: Transform +- uid: 782 + type: BoxTrashbag + components: + - pos: 5.6081657,-21.464664 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 783 + type: ClusterBangFull + components: + - pos: 2.8581657,-3.4611654 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + cluster-flash: !type:Container + ents: [] + type: ContainerContainer +- uid: 784 + type: Rack + components: + - pos: 5.5,-21.5 + parent: 73 + type: Transform +- uid: 785 + type: SprayBottleSpaceCleaner + components: + - pos: 5.2487907,-21.589664 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 786 + type: SoapNT + components: + - pos: 5.5300407,-21.63654 + parent: 73 + type: Transform +- uid: 787 + type: AtmosFixNitrogenMarker + components: + - pos: 5.5,-27.5 + parent: 73 + type: Transform +- uid: 788 + type: OxygenCanister + components: + - pos: -1.5,-23.5 + parent: 73 + type: Transform +- uid: 789 + type: AtmosFixOxygenMarker + components: + - pos: 3.5,-27.5 + parent: 73 + type: Transform +- uid: 790 + type: MopBucket + components: + - pos: 0.5,-23.5 + parent: 73 + type: Transform +- uid: 791 + type: MopItem + components: + - pos: 0.5,-23.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 792 + type: WeaponCapacitorRecharger + components: + - pos: 3.5,-3.5 + parent: 73 + type: Transform + - containers: + charger-slot: !type:ContainerSlot {} + type: ContainerContainer +- uid: 793 + type: WallWeaponCapacitorRecharger + components: + - pos: 4.5,-3.5 + parent: 73 + type: Transform + - containers: + charger-slot: !type:ContainerSlot {} + type: ContainerContainer +- uid: 794 + type: WallWeaponCapacitorRecharger + components: + - pos: 4.4974046,-3.864585 + parent: 73 + type: Transform + - containers: + charger-slot: !type:ContainerSlot {} + type: ContainerContainer +- uid: 795 + type: WallWeaponCapacitorRecharger + components: + - pos: 1.6224047,-6.3065147 + parent: 73 + type: Transform + - containers: + charger-slot: !type:ContainerSlot {} + type: ContainerContainer +- uid: 796 + type: TableReinforced + components: + - pos: -4.5,-17.5 + parent: 73 + type: Transform +- uid: 797 + type: TableReinforced + components: + - pos: 3.5,-17.5 + parent: 73 + type: Transform +- uid: 798 + type: InflatableDoorStack + components: + - pos: -4.5,-17.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 799 + type: ChairOfficeDark + components: + - pos: -2.5,-3.5 + parent: 73 + type: Transform +- uid: 800 + type: SolarPanel + components: + - pos: -2.5,-31.5 + parent: 73 + type: Transform +- uid: 801 + type: SolarPanel + components: + - pos: -1.5,-31.5 + parent: 73 + type: Transform +- uid: 802 + type: InflatableWallStack + components: + - pos: -4.5,-17.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 803 + type: InflatableWallStack + components: + - pos: 3.5,-17.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 804 + type: SolarPanel + components: + - pos: 0.5,-33.5 + parent: 73 + type: Transform +- uid: 805 + type: SolarPanel + components: + - pos: 1.5,-33.5 + parent: 73 + type: Transform +- uid: 806 + type: SolarPanel + components: + - pos: 1.5,-32.5 + parent: 73 + type: Transform +- uid: 807 + type: SolarPanel + components: + - pos: 0.5,-32.5 + parent: 73 + type: Transform +- uid: 808 + type: SolarPanel + components: + - pos: 0.5,-31.5 + parent: 73 + type: Transform +- uid: 809 + type: SolarPanel + components: + - pos: 1.5,-31.5 + parent: 73 + type: Transform +- uid: 810 + type: CableApcExtension + components: + - pos: -0.5,-29.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 811 + type: InflatableDoorStack + components: + - pos: 3.5,-17.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 812 + type: CableApcExtension + components: + - pos: -0.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 813 + type: CableApcExtension + components: + - pos: -1.5,-27.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 814 + type: CableApcExtension + components: + - pos: -2.5,-27.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 815 + type: CableApcExtension + components: + - pos: 0.5,-27.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 816 + type: CableApcExtension + components: + - pos: 1.5,-27.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 817 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: -3.5,-9.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 818 + type: Poweredlight + components: + - rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 73 + type: Transform + - powerLoad: 0 + type: ApcPowerReceiver + - containers: + light_bulb: !type:ContainerSlot {} + type: ContainerContainer + - inputs: + On: [] + Off: [] + Toggle: [] + type: SignalReceiver +- uid: 819 + type: Thruster + components: + - rot: 3.141592653589793 rad + pos: -5.5,-30.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 820 + type: Thruster + components: + - rot: 3.141592653589793 rad + pos: -4.5,-30.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 821 + type: Thruster + components: + - rot: 3.141592653589793 rad + pos: 4.5,-30.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 822 + type: Thruster + components: + - rot: 3.141592653589793 rad + pos: 3.5,-30.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 823 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: -6.5,-30.5 + parent: 73 + type: Transform +- uid: 824 + type: WallReinforced + components: + - rot: 3.141592653589793 rad + pos: 5.5,-30.5 + parent: 73 + type: Transform +- uid: 825 + type: CableApcExtension + components: + - pos: -6.5,-28.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 826 + type: CableApcExtension + components: + - pos: -6.5,-29.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 827 + type: CableApcExtension + components: + - pos: -2.5,-28.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 828 + type: CableApcExtension + components: + - pos: -2.5,-29.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 829 + type: CableApcExtension + components: + - pos: -2.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 830 + type: CableApcExtension + components: + - pos: -3.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 831 + type: CableApcExtension + components: + - pos: -4.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 832 + type: CableApcExtension + components: + - pos: -5.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 833 + type: CableApcExtension + components: + - pos: 1.5,-28.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 834 + type: CableApcExtension + components: + - pos: 1.5,-29.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 835 + type: CableApcExtension + components: + - pos: 1.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 836 + type: CableApcExtension + components: + - pos: 2.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 837 + type: CableApcExtension + components: + - pos: 3.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 838 + type: CableApcExtension + components: + - pos: 4.5,-30.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 839 + type: CableApcExtension + components: + - pos: 5.5,-28.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 840 + type: CableApcExtension + components: + - pos: 5.5,-29.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 841 + type: WindowReinforcedDirectional + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 73 + type: Transform +- uid: 842 + type: Windoor + components: + - rot: 1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 73 + type: Transform +- uid: 843 + type: Windoor + components: + - rot: -1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 73 + type: Transform +- uid: 844 + type: CableApcExtension + components: + - pos: 4.5,-8.5 + parent: 73 + type: Transform +- uid: 845 + type: CableApcExtension + components: + - pos: -2.5,-9.5 + parent: 73 + type: Transform +- uid: 846 + type: CableApcExtension + components: + - pos: -1.5,-9.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 847 + type: CableApcExtension + components: + - pos: 0.5,-9.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound +- uid: 848 + type: WallReinforced + components: + - pos: 8.5,-17.5 + parent: 73 + type: Transform +- uid: 849 + type: WallReinforced + components: + - pos: -9.5,-17.5 + parent: 73 + type: Transform +- uid: 850 + type: CableApcExtension + components: + - pos: 1.5,-9.5 + parent: 73 + type: Transform +- uid: 851 + type: AirlockExternalGlass + components: + - pos: -8.5,-16.5 + parent: 73 + type: Transform +- uid: 852 + type: AirlockGlassShuttle + components: + - rot: 1.5707963267948966 rad + pos: 8.5,-16.5 + parent: 73 + type: Transform + - fixtures: + - shape: !type:PolygonShape + vertices: + - 0.49,-0.49 + - 0.49,0.49 + - -0.49,0.49 + - -0.49,-0.49 + mask: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + - InteractImpassable + layer: + - MidImpassable + - HighImpassable + - BulletImpassable + - InteractImpassable + - Opaque + mass: 100 + - shape: !type:PhysShapeCircle + position: 0,-0.5 + radius: 0.2 + hard: False + id: docking + type: Fixtures +- uid: 853 + type: Grille + components: + - pos: -2.5,-9.5 + parent: 73 + type: Transform +- uid: 854 + type: CableHV + components: + - pos: -4.5,-18.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 855 + type: CableHV + components: + - pos: -3.5,-18.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 856 + type: CableHV + components: + - pos: -3.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 857 + type: CableHV + components: + - pos: -4.5,-21.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 858 + type: CableHV + components: + - pos: -4.5,-22.5 + parent: 73 + type: Transform + - enabled: False + type: AmbientSound + - canCollide: False + type: Physics + - fixtures: [] + type: Fixtures +- uid: 859 + type: Grille + components: + - pos: 1.5,-9.5 + parent: 73 + type: Transform +- uid: 860 + type: ReinforcedWindow + components: + - pos: -2.5,-9.5 + parent: 73 + type: Transform +- uid: 861 + type: ReinforcedWindow + components: + - pos: 1.5,-9.5 + parent: 73 + type: Transform +- uid: 862 + type: Table + components: + - pos: -4.5,-7.5 + parent: 73 + type: Transform +- uid: 863 + type: Table + components: + - pos: 2.5,-7.5 + parent: 73 + type: Transform +- uid: 864 + type: WardrobePrisonFilled + components: + - pos: -4.5,-9.5 + parent: 73 + type: Transform + - isPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 865 + type: WardrobePrisonFilled + components: + - pos: 3.5,-9.5 + parent: 73 + type: Transform + - isPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 866 + type: BedsheetNT + components: + - pos: -3.5,-7.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 867 + type: BedsheetNT + components: + - pos: 3.5,-7.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 868 + type: FoodSnackPopcorn + components: + - pos: -4.5,-7.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 869 + type: FoodSnackChocolate + components: + - pos: 2.5,-7.5 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 870 + type: DrinkGrapeCan + components: + - pos: -4.2489357,-7.5511894 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - solution: drink + type: RefillableSolution +- uid: 871 + type: DrinkSodaWaterCan + components: + - pos: 2.6729393,-7.5043144 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - solution: drink + type: DrainableSolution +- uid: 872 + type: Rack + components: + - pos: -3.5,-17.5 + parent: 73 + type: Transform +- uid: 873 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: -3.6708107,-17.529346 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 874 + type: Rack + components: + - pos: 2.5,-17.5 + parent: 73 + type: Transform +- uid: 875 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: -3.4833107,-17.560596 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 876 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: -3.2645607,-17.591846 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 877 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: 2.2979393,-17.560596 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 878 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: 2.5323143,-17.576221 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 879 + type: ExtendedEmergencyOxygenTankFilled + components: + - pos: 2.7354393,-17.591846 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 880 + type: ClothingMaskBreath + components: + - pos: -3.5614357,-17.685596 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 881 + type: ClothingMaskBreath + components: + - pos: 2.5479393,-17.748096 + parent: 73 + type: Transform + - canCollide: False + type: Physics +- uid: 882 + type: ClosetEmergencyFilledRandom + components: + - pos: -1.5,-11.5 + parent: 73 + type: Transform + - isPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 883 + type: ClosetEmergencyFilledRandom + components: + - pos: -1.5,-24.5 + parent: 73 + type: Transform + - isPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 884 + type: ClosetFireFilled + components: + - pos: -1.5,-25.5 + parent: 73 + type: Transform + - isPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 885 + type: ClosetFireFilled + components: + - pos: 0.5,-11.5 + parent: 73 + type: Transform + - isPlaceable: False + type: PlaceableSurface + - containers: + EntityStorageComponent: !type:Container + ents: [] + type: ContainerContainer +- uid: 886 + type: ExtinguisherCabinetFilled + components: + - pos: 5.5,-20.5 + parent: 73 + type: Transform + - containers: + ItemCabinet: !type:ContainerSlot {} + type: ContainerContainer +- uid: 887 + type: BoxHandcuff + components: + - pos: 3.0137286,-3.4554117 + parent: 73 + type: Transform + - canCollide: False + type: Physics + - containers: + storagebase: !type:Container + ents: [] + type: ContainerContainer +- uid: 888 + type: PaintingMoony + components: + - pos: 2.5,-2.5 + parent: 73 + type: Transform +... diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 53a7ee9760..59ea044d56 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -127,3 +127,76 @@ - id: BoxSurvival - id: AcousticGuitarInstrument - id: SaxophoneInstrument + +# ERT + +- type: entity + noSpawn: true + parent: ClothingBackpackERTLeader + id: ClothingBackpackERTLeaderFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - id: WeaponPulsePistolPdw + - id: WeaponPistolMk58 + - id: MagazinePistolHighCapacityRubber + - id: MagazinePistol + - id: Handcuffs + + +- type: entity + noSpawn: true + parent: ClothingBackpackERTSecurity + id: ClothingBackpackERTSecurityFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - id: WeaponTaser + - id: WeaponPulsePistolPdw + - id: WeaponPulseCarbineDeac + - id: BoxHandcuff + - id: Handcuffs + +- type: entity + noSpawn: true + parent: ClothingBackpackERTMedical + id: ClothingBackpackERTMedicalFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - id: WeaponPulseCarbineDeac + - id: Hypospray + - id: MedkitAdvancedFilled + + +- type: entity + noSpawn: true + parent: ClothingBackpackERTEngineer + id: ClothingBackpackERTEngineerFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - id: trayScanner + - id: WeaponPulseCarbineDeac + - id: RCD + - id: RCDAmmo + - id: RCDAmmo + - id: RCDAmmo + +- type: entity + noSpawn: true + parent: ClothingBackpackERTJanitor + id: ClothingBackpackERTJanitorFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - id: WeaponPulsePistolPdw + - id: MedkitFilled + - id: BoxLightMixed + - id: BoxLightMixed + - id: Soap diff --git a/Resources/Prototypes/Datasets/Names/military.yml b/Resources/Prototypes/Datasets/Names/military.yml new file mode 100644 index 0000000000..4d06fa4977 --- /dev/null +++ b/Resources/Prototypes/Datasets/Names/military.yml @@ -0,0 +1,14 @@ +- type: dataset + id: NamesFirstMilitaryLeader + values: + - Colonel + - Commander + - Lieutenant + - Major + +- type: dataset + id: NamesFirstMilitary + values: + - Corporal + - Sergeant + - Specialist \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 72fde6d241..b196406a37 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -136,7 +136,77 @@ sprite: Clothing/Back/Backpacks/virology.rsi - type: Clothing sprite: Clothing/Back/Backpacks/virology.rsi + +#ERT +- type: entity + parent: ClothingBackpack + id: ClothingBackpackERTLeader + name: ERT commander backpack + description: A spacious backpack with lots of pockets, worn by the Commander of an Emergency Response Team. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/ertleader.rsi + - type: Clothing + sprite: Clothing/Back/Backpacks/ertleader.rsi + - type: Storage + capacity: 200 +- type: entity + parent: ClothingBackpackERTLeader + id: ClothingBackpackERTSecurity + name: ERT security backpack + description: A spacious backpack with lots of pockets, worn by Security Officers of an Emergency Response Team. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/ertsec.rsi + - type: Clothing + sprite: Clothing/Back/Backpacks/ertsec.rsi + +- type: entity + parent: ClothingBackpackERTLeader + id: ClothingBackpackERTMedical + name: ERT medical backpack + description: A spacious backpack with lots of pockets, worn by Medical Officers of an Emergency Response Team. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/ertmed.rsi + - type: Clothing + sprite: Clothing/Back/Backpacks/ertmed.rsi + +- type: entity + parent: ClothingBackpackERTLeader + id: ClothingBackpackERTEngineer + name: ERT engineer backpack + description: A spacious backpack with lots of pockets, worn by Engineers of an Emergency Response Team. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/erteng.rsi + - type: Clothing + sprite: Clothing/Back/Backpacks/erteng.rsi + +- type: entity + parent: ClothingBackpackERTLeader + id: ClothingBackpackERTJanitor + name: ERT janitor backpack + description: A spacious backpack with lots of pockets, worn by Janitors of an Emergency Response Team. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/ertjanitor.rsi + - type: Clothing + sprite: Clothing/Back/Backpacks/ertjanitor.rsi + +- type: entity + parent: ClothingBackpackERTLeader + id: ClothingBackpackERTClown + name: ERT clown backpack + description: A spacious backpack with lots of pockets, worn by Clowns of an Emergency Response Team. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/ertclown.rsi + - type: Clothing + sprite: Clothing/Back/Backpacks/ertclown.rsi + +#Special - type: entity parent: ClothingBackpack id: ClothingBackpackHolding diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 3d38af729f..2cea9b1e36 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -404,3 +404,56 @@ Piercing: 0.8 Heat: 0.2 Radiation: 0.5 + + +#ERT +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitERTLeader + name: ERT leader hardsuit helmet + description: A special hardsuit helmet worn by members of an emergency response team. + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi + +- type: entity + parent: ClothingHeadHelmetHardsuitERTLeader + id: ClothingHeadHelmetHardsuitERTEngineer + name: ERT engineer hardsuit helmet + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi + +- type: entity + parent: ClothingHeadHelmetHardsuitERTLeader + id: ClothingHeadHelmetHardsuitERTMedical + name: ERT medic hardsuit helmet + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi + +- type: entity + parent: ClothingHeadHelmetHardsuitERTLeader + id: ClothingHeadHelmetHardsuitERTSecurity + name: ERT security hardsuit helmet + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi + +- type: entity + parent: ClothingHeadHelmetHardsuitERTLeader + id: ClothingHeadHelmetHardsuitERTJanitor + name: ERT janitor hardsuit helmet + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index d30245f7e5..b829f813fb 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -568,3 +568,66 @@ resistance: 0.3 - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitSyndieElite + + +#ERT +- type: entity + parent: ClothingOuterHardsuitSyndie + id: ClothingOuterHardsuitERTLeader + name: ERT leader's hardsuit + description: A protective hardsuit worn by members of an emergency response team. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitERTLeader + +- type: entity + parent: ClothingOuterHardsuitERTLeader + id: ClothingOuterHardsuitERTEngineer + name: ERT engineer's hardsuit + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitERTEngineer + +- type: entity + parent: ClothingOuterHardsuitERTLeader + id: ClothingOuterHardsuitERTMedical + name: ERT medic's hardsuit + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitERTMedical + +- type: entity + parent: ClothingOuterHardsuitERTLeader + id: ClothingOuterHardsuitERTSecurity + name: ERT security's hardsuit + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitERTSecurity + +- type: entity + parent: ClothingOuterHardsuitERTLeader + id: ClothingOuterHardsuitERTJanitor + name: ERT janitor's hardsuit + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitERTJanitor diff --git a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml index bbb8497729..4d9bd34f4a 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/jobs.yml @@ -405,3 +405,65 @@ layers: - state: green - state: security_officer + +# SPECIAL +# ERT +- type: entity + id: SpawnPointERTLeader + parent: SpawnPointJobBase + name: ERTleader + components: + - type: SpawnPoint + job_id: ERTLeader + - type: Sprite + layers: + - state: green + - state: ertleader + +- type: entity + id: SpawnPointERTEngineer + parent: SpawnPointJobBase + name: ERTengineer + components: + - type: SpawnPoint + job_id: ERTEngineer + - type: Sprite + layers: + - state: green + - state: ertengineer + +- type: entity + id: SpawnPointERTMedical + parent: SpawnPointJobBase + name: ERTmedical + components: + - type: SpawnPoint + job_id: ERTMedical + - type: Sprite + layers: + - state: green + - state: ertmedical + +- type: entity + id: SpawnPointERTSecurity + parent: SpawnPointJobBase + name: ERTsecurity + components: + - type: SpawnPoint + job_id: ERTSecurity + - type: Sprite + layers: + - state: green + - state: ertsecurity + +- type: entity + id: SpawnPointERTJanitor + parent: SpawnPointJobBase + name: ERTjanitor + components: + - type: SpawnPoint + job_id: ERTJanitor + - type: Sprite + layers: + - state: green + - state: ertjanitor \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/Player/human.yml b/Resources/Prototypes/Entities/Mobs/Player/human.yml index cc9c340268..c184cb75e1 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/human.yml @@ -52,3 +52,193 @@ - type: Loadout prototype: CentcomGear - type: RandomHumanoidAppearance + +# ERT Leader +- type: entity + name: ERT leader + parent: MobHuman + id: MobHumanERTLeader + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertleader + - type: GhostRoleMobSpawner + prototype: MobHumanERTLeader + deleteOnSpawn: true + makeSentient: false + name: ERT Leader + description: Lead a team of specialists to resolve the stations issues. + - type: Loadout + prototype: ERTLeaderGear + - type: RandomMetadata + nameSet: NamesFirstMilitaryLeader + - type: RandomHumanoidAppearance + randomizeName: false + +- type: entity + name: ERT leader + suffix: EVA + parent: MobHumanERTLeader + id: MobHumanERTLeaderEVA + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertleadereva + - type: GhostRoleMobSpawner + prototype: MobHumanERTLeaderEVA + deleteOnSpawn: true + makeSentient: false + - type: Loadout + prototype: ERTLeaderGearEVA + +# ERT Engineer +- type: entity + name: ERT engineer + parent: MobHumanERTLeader + id: MobHumanERTEngineer + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertengineer + - type: GhostRoleMobSpawner + prototype: MobHumanERTEngineer + deleteOnSpawn: true + makeSentient: false + name: ERT Engineer + description: Assist with engineering efforts to resolve the stations issues. + - type: Loadout + prototype: ERTEngineerGear + - type: RandomMetadata + nameSet: NamesFirstMilitary + +- type: entity + name: ERT engineer + suffix: EVA + parent: MobHumanERTEngineer + id: MobHumanERTEngineerEVA + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertengineereva + - type: GhostRoleMobSpawner + prototype: MobHumanERTEngineerEVA + deleteOnSpawn: true + makeSentient: false + name: ERT Engineer + description: Assist with engineering efforts to resolve the stations issues. + - type: Loadout + prototype: ERTEngineerGearEVA + +# ERT Security +- type: entity + name: ERT security + parent: MobHumanERTLeader + id: MobHumanERTSecurity + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertsecurity + - type: GhostRoleMobSpawner + prototype: MobHumanERTSecurity + deleteOnSpawn: true + makeSentient: false + name: ERT Security + description: Assist with security efforts to resolve the stations issues. + - type: Loadout + prototype: ERTSecurityGear + - type: RandomMetadata + nameSet: NamesFirstMilitary + +- type: entity + name: ERT security + suffix: EVA + parent: MobHumanERTEngineer + id: MobHumanERTSecurityEVA + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertsecurityeva + - type: GhostRoleMobSpawner + prototype: MobHumanERTSecurityEVA + deleteOnSpawn: true + makeSentient: false + name: ERT Security + description: Assist with security efforts to resolve the stations issues. + - type: Loadout + prototype: ERTSecurityGearEVA + +# ERT Medical +- type: entity + name: ERT medic + parent: MobHumanERTLeader + id: MobHumanERTMedical + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertmedical + - type: GhostRoleMobSpawner + prototype: MobHumanERTMedical + deleteOnSpawn: true + makeSentient: false + name: ERT Medic + description: Assist with medical efforts to resolve the stations issues. + - type: Loadout + prototype: ERTMedicalGear + - type: RandomMetadata + nameSet: NamesFirstMilitary + +- type: entity + name: ERT medic + suffix: EVA + parent: MobHumanERTMedical + id: MobHumanERTMedicalEVA + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertmedicaleva + - type: GhostRoleMobSpawner + prototype: MobHumanERTMedicalEVA + deleteOnSpawn: true + makeSentient: false + name: ERT Medic + description: Assist with medical efforts to resolve the stations issues. + - type: Loadout + prototype: ERTMedicalGearEVA + +# ERT Janitor +- type: entity + name: ERT janitor + parent: MobHumanERTLeader + id: MobHumanERTJanitor + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertjanitor + - type: GhostRoleMobSpawner + prototype: MobHumanERTJanitor + deleteOnSpawn: true + makeSentient: false + name: ERT Janitor + description: Assist with custodial efforts to resolve the stations issues. + - type: Loadout + prototype: ERTJanitorGear + - type: RandomMetadata + nameSet: NamesFirstMilitary + +- type: entity + name: ERT janitor + suffix: EVA + parent: MobHumanERTJanitor + id: MobHumanERTJanitorEVA + components: + - type: Icon + sprite: Markers/jobs.rsi + state: ertjanitoreva + - type: GhostRoleMobSpawner + prototype: MobHumanERTJanitorEVA + deleteOnSpawn: true + makeSentient: false + name: ERT Janitor + description: Assist with custodial efforts to resolve the stations issues. + - type: Loadout + prototype: ERTJanitorGearEVA \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index d612d6db9f..7ffc9dd713 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -615,3 +615,11 @@ - type: Icon state: pda-syndi +- type: entity + parent: HoSPDA + id: ERTLeaderPDA + name: ERT PDA + description: Red for firepower. + components: + - type: PDA + id: ERTLeaderIDCard \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 3a8ad3787d..c05852d842 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -394,9 +394,20 @@ - type: IdCard jobTitle: Central Commander - type: Access - #GOD DEAR FUCKING GOD WE NEED AN ALL-ACCESS FLAG groups: - AllAccess + +- type: entity + parent: CentcomIDCard + id: ERTLeaderIDCard + name: ERT ID card + components: + - type: Sprite + layers: + - state: gold + - state: ert_commander # we have the sprites but don't need individual ID entities for now. + - type: Clothing + HeldPrefix: gold - type: entity parent: IDCardStandard @@ -425,6 +436,19 @@ - state: idmusician - type: PresetIdCard job: Musician + +- type: entity + parent: CentcomIDCard + id: CentcomIDCardDeathsquad + name: Deathsquad ID card + components: + - type: Sprite + layers: + - state: centcom + - type: Clothing + HeldPrefix: blue + - type: IdCard + jobTitle: Centcom Agent - type: entity parent: PassengerIDCard diff --git a/Resources/Prototypes/Maps/shuttleert.yml b/Resources/Prototypes/Maps/shuttleert.yml new file mode 100644 index 0000000000..34ce1a52d8 --- /dev/null +++ b/Resources/Prototypes/Maps/shuttleert.yml @@ -0,0 +1,19 @@ +- type: gameMap + id: ShuttleERT + mapName: 'ERT Shuttle' + mapPath: /Maps/shuttleert.yml + minPlayers: 0 + votable: false + stations: + Station: + mapNameTemplate: '{0} ERT Shuttle {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14' + overflowJobs: [] + availableJobs: + ERTLeader: [ 1, 1 ] + ERTEngineer: [ 1, 1 ] + ERTSecurity: [ 1, 1 ] + ERTMedical: [ 1, 1 ] + ERTJanitor: [ 1, 1 ] \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml index 605653aa94..db0d3419f8 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml @@ -4,12 +4,12 @@ setPreference: false startingGear: CentcomGear departments: - - Command + - Command icon: "Nanotrasen" supervisors: "the head of security" - access: - - Command - - Maintenance + canBeAntag: false + accessGroups: + - AllAccess - type: startingGear id: CentcomGear diff --git a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml new file mode 100644 index 0000000000..62582ae621 --- /dev/null +++ b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml @@ -0,0 +1,222 @@ +# Leader +- type: job + id: ERTLeader + name: "ERT leader" + setPreference: false + startingGear: ERTLeaderGearEVA + departments: + - Command + icon: "Nanotrasen" + supervisors: "centcom official" + canBeAntag: false + accessGroups: + - AllAccess + +- type: startingGear + id: ERTLeaderGear + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTLeaderFilled + shoes: ClothingShoesBootsJack + head: ClothingHeadHelmetHelmet + eyes: ClothingEyesGlassesSecurity + gloves: ClothingHandsGlovesColorBlack + outerclothing: ClothingOuterVestKevlar + id: ERTLeaderPDA + ears: ClothingHeadsetAltCommand + belt: ClothingBeltSecurityWebbing + pocket1: Flare + pocket2: + +- type: startingGear + id: ERTLeaderGearEVA + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTLeaderFilled + shoes: ClothingShoesBootsMag + head: ClothingHeadHelmetHardsuitERTLeader + mask: ClothingMaskBreath + eyes: ClothingEyesGlassesSecurity + gloves: ClothingHandsGlovesColorBlack + outerClothing: ClothingOuterHardsuitERTLeader + suitStorage: OxygenTankFilled + id: ERTLeaderPDA + ears: ClothingHeadsetAltCommand + belt: ClothingBeltSecurityFilled + pocket1: Flare + pocket2: + +# Engineer +- type: job + id: ERTEngineer + name: "ERT engineer" + startingGear: ERTEngineerGearEVA + departments: + - Command + icon: "Nanotrasen" + supervisors: "centcom official" + canBeAntag: false + accessGroups: + - AllAccess + +- type: startingGear + id: ERTEngineerGear + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTEngineerFilled + shoes: ClothingShoesBootsWork + head: ClothingHeadHelmetHelmet + eyes: ClothingEyesGlassesMeson + gloves: ClothingHandsGlovesColorYellow + outerClothing: ClothingOuterVestKevlar + id: ERTLeaderPDA + belt: ClothingBeltChiefEngineerFilled + pocket1: Flare + pocket2: + +- type: startingGear + id: ERTEngineerGearEVA + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTEngineerFilled + shoes: ClothingShoesBootsMagAdv + head: ClothingHeadHelmetHardsuitERTEngineer + mask: ClothingMaskBreath + eyes: ClothingEyesGlassesMeson + gloves: ClothingHandsGlovesColorYellow + outerClothing: ClothingOuterHardsuitERTEngineer + suitStorage: OxygenTankFilled + id: ERTLeaderPDA + belt: ClothingBeltChiefEngineerFilled + pocket1: Flare + +# Security +- type: job + id: ERTSecurity + name: "ERT security" + startingGear: ERTEngineerGearEVA + departments: + - Command + icon: "Nanotrasen" + supervisors: "centcom official" + canBeAntag: false + accessGroups: + - AllAccess + +- type: startingGear + id: ERTSecurityGear + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTSecurityFilled + shoes: ClothingShoesBootsJack + head: ClothingHeadHelmetHelmet + eyes: ClothingEyesGlassesSecurity + gloves: ClothingHandsGlovesColorBlack + outerClothing: ClothingOuterVestKevlar + id: ERTLeaderPDA + belt: ClothingBeltSecurityWebbing + pocket1: Flare + pocket2: + +- type: startingGear + id: ERTSecurityGearEVA + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTSecurityFilled + shoes: ClothingShoesBootsMag + head: ClothingHeadHelmetHardsuitERTSecurity + mask: ClothingMaskBreath + eyes: ClothingEyesGlassesSecurity + gloves: ClothingHandsGlovesColorBlack + outerClothing: ClothingOuterHardsuitERTSecurity + suitStorage: OxygenTankFilled + id: ERTLeaderPDA + belt: ClothingBeltSecurityWebbing + pocket1: Flare + +# Medical +- type: job + id: ERTMedical + name: "ERT medic" + startingGear: ERTMedicalGearEVA + departments: + - Command + icon: "Nanotrasen" + supervisors: "centcom official" + canBeAntag: false + accessGroups: + - AllAccess + +- type: startingGear + id: ERTMedicalGear + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTMedicalFilled + shoes: ClothingShoesBootsJack + head: ClothingHeadHelmetHelmet + eyes: ClothingEyesHudMedical + gloves: ClothingHandsGlovesColorBlack + outerClothing: ClothingOuterVestKevlar + id: ERTLeaderPDA + belt: ClothingBeltMedicalFilled + pocket1: HandheldHealthAnalyzer + pocket2: Flare + +- type: startingGear + id: ERTMedicalGearEVA + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTMedicalFilled + shoes: ClothingShoesBootsMag + head: ClothingHeadHelmetHardsuitERTMedical + mask: ClothingMaskBreath + eyes: ClothingEyesHudMedical + gloves: ClothingHandsGlovesColorBlack + outerClothing: ClothingOuterHardsuitERTMedical + suitStorage: OxygenTankFilled + id: ERTLeaderPDA + belt: ClothingBeltMedicalFilled + pocket1: HandheldHealthAnalyzer + pocket2: Flare + +# Janitor +- type: job + id: ERTJanitor + name: "ERT janitor" + startingGear: ERTJanitorGearEVA + departments: + - Command + icon: "Nanotrasen" + supervisors: "centcom official" + canBeAntag: false + accessGroups: + - AllAccess + +- type: startingGear + id: ERTJanitorGear + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTJanitorFilled + shoes: ClothingShoesGaloshes + head: ClothingHeadHelmetHelmet + gloves: ClothingHandsGlovesColorBlack + outerClothing: ClothingOuterVestKevlar + id: ERTLeaderPDA + belt: ClothingBeltJanitorFilled + pocket1: Flare + pocket2: + +- type: startingGear + id: ERTJanitorGearEVA + equipment: + jumpsuit: ClothingUniformJumpsuitColorBlue + back: ClothingBackpackERTJanitorFilled + shoes: ClothingShoesBootsMag + head: ClothingHeadHelmetHardsuitERTJanitor + mask: ClothingMaskBreath + gloves: ClothingHandsGlovesColorBlack + outerClothing: ClothingOuterHardsuitERTJanitor + suitStorage: OxygenTankFilled + id: ERTLeaderPDA + belt: ClothingBeltJanitorFilled + pocket1: Flare diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..df622e17347988acee4600685cc1ff4acf8290f7 GIT binary patch literal 537 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0}1^9%x0_mWjAZu%DRaMpd_wO_OXE{DS|Z1BOTY_X`1KISV`@iy0XB4ude`@%$AjKnMAG zx;TbJxWAotx2Q#dr`3DW>98B}_y4C>Gch(gmftN~WNG<-gz9|E(b>K|iU7L{GlWbhLdys(_1VsfH$!i%04M!AxvTHt}8 zx@TMhw&nX4#fUI9yvhz@isKGna&$g(i3!jJQVom(ybi1m&+h+T7=9>uGT%bphBN+e z_D1dgBzH4$--@k_GjxRP+4MO!^;jKz_GKEQSY1H3r(E6GW)wHfk>Ab{^z;*-f_==qM&E|R#vRP!{4rA)QZ7xo|CL=a_u#CM zl}~jS{OfFH{=X+eWVYml5AFYU#jr&(*j;AeX?U@p@%1m}4Jpiio6j2F2L?BTr>mdK II;Vst0Py?OIsgCw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..af71fb7d7f92805c23d3a9860c28482e9cb30f53 GIT binary patch literal 400 zcmV;B0dM|^P)x=J3Bi7{{THbJ!7;i%rgKmFfbVz8B$VGY;0^fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM z;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+wWuUMIVZn7Pl<~&C9|j)C}zmTnO2mT zn+jnoE4cc(fQ<$Kzfv361~-`q0001+Nkl#Bw uxiS&S>0GN^W=`=!aw!9&AP_JNDgXdR*eRE2{Y>!y0000U~=+waSW-L z^LEz8yvGJSZU1HRHm6B`JD0~a%P?S`(s!xKZEtQ0r@VRamZ!u-;q0X~(ovizO~r56 z-pXLC>&`hj!Lw;e^9yzsM*#$SczVPA_m}Uy|6%x@d)?0|&YYbcY1}N)3~RP_cHHYZ z>$bn&Wy+eZm*;qBoX=jn^UNOxZ-#YqPapfX|M%?QngW5FqPr6%KJ2M;>zR1?%(1;y79JAH`rfuJQDSd=k6`ZYM@2gwG>@h}V~=1eu$v$5dwGcf z)0ChWyVkKVGdOWDG;GUte|!D=-&L8jOn8`q62I$?CO)^lQPmK{<)zsoAmDVMY`5<9 z%3LqD95ZRX%W{W)iC%~jPxoIQyz`%r{EJoA^}zfwYZ%Qb^z3dcB-dA3|z zDss%q#YJ&agB4`n?5{vmD&wOlWZo{;sLR};@pA34fc@Q4 z2J=@m26rEbV)E{g+Od@*NA<$@zo#tQRb6=JM6q1siSW9@aOYa}HKiv%?k?OThYOF#`4V7)GqW&Od+VBG(_&j$hk-SFbcS{Fg)Q^@4MZ4lDm}^!*Xd grl1_f!uF5Bjnn&QmbcwqVA5jnboFyt=akR{0Ieq{AOHXW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/ertclown.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..47990d9fdd9a4cf9bbf5526aecefad6a6def4dca GIT binary patch literal 698 zcmV;r0!96aP)Px%bV)=(RCt{2+ChurFcb&yzsua3bAmkzS@003N2#B}{ThBY@7@)U3OxuD=&{nA zo12h5ED58w(pfuN<^4b$)7mD_yc8x6AcPP?2qA@k;ZAQuYyoJ1B@|T?odv5c8 z7c&M$QT)IVx}mimNGV-aRR91XMB}+v0oZIdgW+)Ks;UBG3|W?iU;u!>XdK5s(f7{y zAaKr+=Q)nYV{Hojs%vD7fiZ@vs!&xGX0uuN+aK%m47fC%P8*NarT}oh(5=^NFvdcA zpVxt}{EwFBdE+@(GeAn|0Ki%c&N-A)u+~B;1k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uw0_mWjAZu%DRaMn>ZRSU3`WP4(T-jQglanJUDXFQc85$bu@9(dr zrInG90aR?USu+Pn36uo+1^-6{3=foJC4q9B1s;*b3=DjSL74G){)!Z!Lwr14977`9 z-%h(-bVPxpja$X-uJgVBx!heM#-3%H-}>bL(HHUk;qsVe-?jKG1~!K;%NcHbiB`O5 z;_I^Fu@XB&Q1ds=juzuHcdDA01wx%(Z+GHKY*cO0W7*Hz#Ui-l>c=omLDof6N@A`s zo>I%&t^Tps>0;qURfhRW?hW&qZb&yW%v@-^h&%m&w{hd&-2!?p41tUn>!0xj*z)gN z6eE(t@a_5$=D6Z6VA8UXRirvpULo&rNuFmZ9jy@uDlHwmVH`iFMLakX^Yp{Z3n*k zoBI8EyHMMV_rize|9;(If5|XE6BI1>8%qDOHDo@StR55|4h(DtPgg&ebxsLQ0FaT; A;s5{u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0f618b627c0360e7133a8b8d05a5b9947d81f717 GIT binary patch literal 392 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#Q>iW*8>L*sH&>2YcsdDwmv%3 z=gQW~prD|foE!rK14&8A$jHbiOVh)EiWy6S{DK)Ap4~_Ta*C=#B1&9Ri<65o3raHc z^B5Q^=BW1W=4vqDVR-&b+v)Dn>#vl$EMDk$B;*)JDDwXLEq3?aj)z8X+6tpK%vayx zsT9u`o%4z5%;DX?R7zQo30tqM7q zd8S4BP=?N(jajanHz@ivtd6*G=+vQz9b9?GikufTEd0rIhv`t;+0)|YN|tkrmle8i kR-NQ6DZ$#Px%JxN4CRCt{2+OcliFc1ddUqv@@rXcMcIe0YWr!YEp&*B#d0%Yu*7sxBPQwFbv z4UZm}r4Z0j06CL0Gm&tb#Ff&MkO22Bwk1J69!Sc7e}FN@7-Nhv#u#Iau@7Uj*~F>8 z`tb`@RpI;1ABqy+MA85NaL%DDON0<`d;dEh4zb*L7V{*LCds z9zqCoT~|=l`5Ll4KnMXL1ibg~-ea{|<@f2_m>IBKE~!epi1aBSrObof@Avurdp0p+ z%-|XGKS&yo9#bI%NGYMUMhF2~Ye*^cQW!cQrBqDICcRFDYzCx(h7e$_h1MF@+I(!R zs;Y20ohID?0isP%YmKI9u-on4yhciS@%*_dH@&}+%z*87Tci!HEX!x-(r4$~tOFa0 zyr9>9wtmEcGsYNWj4{R-V~jDz7>PMT4MPmAW0HWx)S(8-ECOi*<_IlSTNHe_OBD>u8M0`#@Dyu+{=VUjIWk;ZNCs dgtG_)o&Zo6RUx$)Br*U1002ovPDHLkV1gMD9N_=} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/erteng.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..11de37d456202b9d3ec503e996e8b00fbcf25a78 GIT binary patch literal 712 zcmV;(0yq7MP)Px%f=NU{RCt{2+A)vXFcb&yf2wZwY>SLY9vCdah~Nu!MICSN!WTH5)UBQS1#at1 zr&GmRffzx`NvMjHF({eiIUQQ3fh06nauCq_NhpaE9NY18hCF}}LI@#*5JCtcgpivu zolev1s`x}osnq_SpYGFszkjryZ^{ZsqtRX^`K?ka9gRkSNa}Lfqk|aTrBp8p!*}gs3<{5Bk zI2=}$T5A|%ptXh&A`6AK zhkzxegp@Mt*P+r7upKqVAc`Vrtr100R(37ytnGHYdowz(5CU3jxUP%&d|p|x5aQ_h zwy>|g&1O@1O<@MiW;4ewaE!6NbM`onW0bv9uhG#?l*P@hbes@E2qA8%#L^H|7`d^KAF|Y!cD{0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0>4Q_K~#8N?V8Q1 z8Zi{dGZ%Nd6h-gCBFsY3g-g-B-3dNJ7nb@scGqVRx+!(9_yB?~1i5!n2c=8hNv;2o zBdJc4$(7Mc&ksU!lDVFbNlq@42!>%8hG7_nvD4{v4yqZ7ZTwmqjmE+EeOW$;uYc4i z7*~%*=1J97;M{aNRZ=(@k1GhebD2y=6rKy>qxVhLkO|iyc&fI72&<-8EEX4kXB)p3 zIJVhrL^7F_aG8p6WII?~xL*Znr)e^(uP*kf`k>WWh&F1-v=sDQ6b0u1VBG^``(CeipsY{*aYBxw ztk-MlJZkED%Pe@98~|r)wVIN`!8o3C!8riP_~)4(vh9C_YeAqX$g~v_Bx9UjNK~92 z{#OWF=W%Yo48t%C!!QiPFbu;m48t)07ryVm=;!dRr!Tiaw~cI7Lq;NfN@dDTio9RM@3F{1~*XyeFcto+?8i2`U zBJbeP6_iH+w!&uEZo?P=Or>l#D^P3%K_J(s5@Q28pvwl?ZCbj(7y#@5bQ{Zd|K^y0 z#B4T;eK&v(=rTdJ!gkxG31a|o-Hfuo3D5Ix;yeLe&}o8p1D7jvMlkilGVd*>{oe@F o4IA%i6T>hJ!!QiPJOo1g2A^$lr)s6Cg8%>k07*qoM6N<$f{0CUs{jB1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf88a586e2c1d364ab012bcb7fcb106cb4d4fc5 GIT binary patch literal 390 zcmV;10eSw3P)(^b0d!JMQvg8b*k%9#0B?F! zSad{Xb7OL8aCB*JZU6vyoKseCa&`CgQ*iP1SU>HEas0aked|}tnP-j7efUt2&N=mY^0Fppj zc^R^Rpm4LXakC&ofODd-ps?Ufgc*X86U_`~BB_utluXYQv_J?*H7_(XT-*g0;G8+b zN>IvTCfpE4W8scfE1HE3VFFym!WLE*#==!_GnN|y1q{s>;1&=zY+k;&5y|PCGmSf% kEs)08s8CbZ7@lw*UYD07*qoM6N<$g1keJj{pDw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..313a7821c67583bccc8954939c25fdd7f9005338 GIT binary patch literal 663 zcmV;I0%-k-P)Px%QAtEWRCt{2+A(k9Fcb&ye@-_wUe8gohv_^pqVNeiB6YvD68n7%q?@|mUdBr7 zL5vI;Ep?1!&-Uz_Y{8X7q4yHC()%qyLWAu-KdR;rFvb{Tj4{R-V~jEOVXW8dF!pDB z8T$iHy=Ow3nGSVbkG2qBsV>wsO|aGi03Nd!Jcax82mn&bo36K+>F|nQ>1VapR6{*O zQUOiVq~B1S=wtSB_WBleU5DpyKhXC*e&0R7drvXUi^wX#T8li-;k`%u{bxGvUp?|X zhqV@c-w(c?_a0SM;cz%W2thT>H%Jy>zu#wNSqA4Egb?VuE-eNCIOhNWRaFhTp4K`m z%QEzR4uKY4X&8~L9zhxYsz~MDJ7Ir@ZLiy1u13P3PUGU*L8^7CO(dZtODXhz4tK2Kq&=d zOgeU}q9|}Y9!G6}08tZEN};MM>~_0}_8DlU-sDUzzKw1G) zg&KhK{T{Oj@px>ILy$JXDMAg@Sp>2Lm@?ErnMEM2fGI)^N-50e^Q-TH|elz!(DnY5xyx!k=;hBF-WZ_ygILPH(gnku?AS002ovPDHLkV1kEXCMo~` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/ertjanitor.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..12dabf300e41e876b0bad8010b57cd237b378435 GIT binary patch literal 729 zcmV;~0w(>5P)Px%lSxEDRCt{2+A(X}Koke?ze}gwt-T`}17|Swz!{D62|5O{hOUK7UHUD&cJEs1 zvEbbyqYWAi6=+nDvfgzHT!(Vk*piG=E4Cco4~*lJEZsfdJ3;ONgb+dqA%qY@2qA>L zDmOPb?zk?zBc+t{uSq{~!{KmiKi^h0j>ltH6a@g_Q|~9fx)0$U0E7^2_q!E?!N5H} zKK|?9191KOJFfe1pMR-d)ptq(7>~yxVnPVu;cpQ9XCIg@TCG-okd85iZzop(0LB=U zQ!Yu8QV=RZ4#5Bbf6*w4UZU@<@j(zmAWc);-``iJz?-T@&N(>eFvh?bgNuuc z@V7tK zYYibpNQJJafG4GdlroHKQ)LSHfm&;k=Q*_2$n!k39Sc8e&(6+jAKj%C&{`vkBFtv9 z+6xOIwjS>a|JYkDm$m1VX25hh?fC_cF}8Nhe=dpwRnOF8v~>_wdGlHZP6#1{5JCtc zgb+dqAv@bg%|P4tsNEXd)TNq%Nk4J^zPtXHx^ib|Q>kVE>oo)WGU+F4{b=Lfjc352 zYX+23?#H{2keS5%5$V68<&}Sz$^0yk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e2l#}z0_mKboS>i}Yiny&RaKp^Jp00)fC-xn3=AYCCIA2buc@gS8XD^F z@2{n$m64GFRG)co(n=sDSQ6wH3{-#u7*yBJOae-B7I;J!GcfQS24TkI`72U@jtTR0 zaSVxYe>?4M-eCnE*Y>wY5`Rzpwtt($bLAvcxso58b{43W4?9#SiDiEn;tq?n~SdhaYpq%@$#D^L6|P zf02wx3IqG1E1Pv5MAW!!`*EGYx=Q}Q^jX5Q9Op1xWZ5HmAnsdxRhb#Xxj%ckYgONs zaUL~icyAN`Q*&xoxMpG5hkMhrm<7BZr9W>_IQz$sL)Y5Wp}??y_p;lz^*1m6owhE? z^6c}IF1g$rmmT>MuzR_Cqd2?#pQpjBtF&*ZkN)B#K111uf?q&Mi?kK6cpHUFEI R&A?!1@O1TaS?83{1OPS_+IIi| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d560a0d5b93233f1e0a1fc84bc6991759e9f5582 GIT binary patch literal 400 zcmV;B0dM|^P)GhjqwGZ`x>8zBiWsf3l6g{UJ0R9wo^ z(n=f^kOayF#Y@}~0!k_^E-o$V2m#JXDoQF!(-CGUX-;x?nyH9Tq2Z)iSgC|$s8-7& zcc&$dZ~@MlGrW|vJRA}3a#876wW0+fz$K#M;pO2ua{^psp%YNR#Y+KIz-tMT)16ut uE@^Q=a_LN$juy|E2$wQ2DFFe)paK9WT_woKl9k&40000Px%cS%G+RCt{2+A(X}Ko|z#*Co(Fw-mz($>5=&skyqF^$@|`QVMrNs6m}1>@+cw`$;75J&SC~NO$MEPsVxy#u#IaF~%5Uj4{Su zjf;zmqU~$EYx@Gbj_J_p`DKwLNoxafLUp1vO$%!+0O0-T3m(_E)fNDxl#R}Jc6D9g z&rkFRLu?-;wANHj-9s_}X_{8wkdzW9gCRbAzQM1}4{RSK%7LjXNs?mw{TuQy#P9nB zMH62{HUq4+2!a6Kdwks70h>GY0o;3!AP8WsMV{xi&*!~I9LHF#RuDo^HS-@N1F&2! zdr=e>&N&DnkY!ml7y#g$0|3NvTs}N^MV{vnLO^TXqiE-I$cms40zwEl=ir>f zWHPB-DeKvS@bzJ~Je=t1id0-t+vk3jc5TCx@ z9DPl)8PH{@fijCgx&*oiHBe^}$d-WCx@U|*7oi5qECT5a=ql6z>=(K+i%{-wl1U;h zf?b3fsIv%U1JGrtfijCgIs>{0H7KPp8jTKqrb!mzO+L1sPNzkdWmO#r!w|+80I1e~ j-6H%Z2cX1R1Ok5n3x`|)PE`fr00000NkvXXu0mjfhMF+k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/ertleader.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2c36bf285a9ec648f2671495fa0643c62799f7 GIT binary patch literal 762 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f7db1b9b2793f28ced46661331e262309f94f744 GIT binary patch literal 393 zcmV;40e1e0P)VDj^HaSW-L z^Y+%ptj7it>>u{Ow-QmYI(6f5qr0OK+jGrNJhIGp-|ObRmzGI6FX3@w#=*r47CX*T zeeo<>Yhq0C!FRQ0x;6Wc_Q~dWPTbe>gWuqoL~@TInD~~t=KAZrH`O)LzuBJKU0OJI zUTJ7(ubDu3i1@14yNb^-GR%9=Di`m3i>V%!Nvs%wAiZijmvlyJU!g<&^>2+p#%(eG`;7ujuEy(?W;33%b+2FFrF-tK8z!{Mc=xU}WF+`Vd@>8H2IpXZ&)*nPBVRi^pGI&O`nLFwOr*WUW? zA)7I4+4r8G@+!;%`xy6^(GxvmPc84a&Y*xxE;khG%FsM}!|%Q6nrfONqV(;5ubHeUl8!JI1ASiPx%iAh93RCt{2+A(Y6Fcb&yf9`HLkhoDI9s?RW2;4CwaNi-H;l{%4_bs~LXXu`> zkkYXM4;c&|9qh44a6=E>P^4>OJGfU};*|G;l3I3b=~YjL>H&lhLI@#*5JCtcguE+P zS6A-5Zu~|{Dd&G~b?VYIJ=o7rZH=?p%++-b0QmWt;oC18J^?@o5xd_}TwGkZr>CdC z{d=^y{tZB)OC%rEaQ(Ll045xN-1ZI0RTuTJFjg7;O_2jG#-zg zF$SD-WLXx10RaA{Ns|1JzDMJOAcR0s6xeRJtts%Kt&wvM&N+-RFveg$pNHT5xgpPh zebec*^IU5R0J{s_YPACAJhTsa9eBzA(TbwzyrwY&lu`}=thEqAKx++aEwt7ULWEQp zdJ1?_N=PZgxc0TCfFG!}7FAV2YmKU^Lfg6Uvvx9>biTS9DWJ7Rk|bCzmz_5jLL59l z6#lihUavc^Y0Q9|o12ke;22{&=lpS9*JyjEo}+_@TGH^l&A%qY@2qA+@zS@h&TW9StCtu-z$FArXGjG6%{B_19gLh8lP zdm&jY7B0)OuntHmQB@THg#16pt@BrRm}&;znLp$5V=>Q+(=-48002ovPDHLkV1lMl BLUaHC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/meta.json b/Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/meta.json new file mode 100644 index 0000000000..154f526df0 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Backpacks/ertsec.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/12c21ced8432015485484b17e311dcceb7c458f6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/icon-flash.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/icon-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..2e9de699582148dc6289d82cdb59303eb0b7ef67 GIT binary patch literal 961 zcmV;y13vtTP)V=-0C=1w$FUBAFc1ddx%U)*VAhDZb}=QU1H6K1(u3Y$O|B=rz60C$^>|LN zxFF1tcGf1}3XjM2M(&Vo1s>y_Tw&RYooSYg;n9_(x&6e33#+}kZc>@GBbP-RJO*;B zrVpR)F)aaMj`RnJY#_v4-I!be00RL@L_t(oh3%GINK;`L$A4#Q%iM=KhZ{{NW=5+i zWkQ3E4UR2j!dLuy~f*5!c-8j24&~&(5q#{l^96#o8AFeId zy4YE)nA%M6W)Hla_Z*(*|NP$PdCz-};PrYrO;ep}_7Xq|paf6?0L~mIsJFK_^YY#j z&)zozked$;4GAX>Ad31jpd2s&(Wa(HA&caBytGA%6TJ&L($y* zSAc@1)oRe*j#KLvNTWhew$`<%s6{}Vilg1r6eD>cKop4OMy~X!RGNe_L6Rg5v~Zq_ z090|FePj}u1hLq6QmG$AB5`asb1Y9MS`5HG5C^t^puR?QR(%+xsm=YrjyUg0G>nTO~!{3oz^Vuj2D96OmVF z8L*sH&>2$z{mN$@#yB zAt)%w+S>Zw6rePN)hmYh{~9y?mx_srwaTwb0tzvf1o;IsI6S+N2IN##g+!FNq!uR^ zWfqiV=I1dmRLltuD<~@c{w28J!F=lq6+2UXTVs9Gtsb4-#;TiFNUS(8q1$+^ zhM~FWp|G%muf>eFnHf546b@S&yx9wMMWv^UV~EDYS<*S66wmPt2JZILk7aGqS-w)^p_xhE2i!yLVh!@S}D49vN3g=EF0Md6>BvUN%eT Ur5!(`4Ri#9r>mdKI;Vst0D^Cg)&Kwi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/meta.json new file mode 100644 index 0000000000..2c29e1db67 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/f09526480788c2e18fff8c16c4318fd6b4272c10 inhands by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..da83451329b8add37a9647ca1520d8df4931d00b GIT binary patch literal 1189 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=HB})IB`&GO$wiq3C7Jno3=9=> zRF50-9WvlyyrbbdFEPE`e)Y*! zK|^_UuK1Pr1PU#KGjysy*PrP&R%#2|ax1#VYQwL&zxC!uvU7!A5iks{$f(?;_{c?h zny%v7nROj43daOZuX!^tFhB8haSW-L^LEz$>^o@^$L&9r>dsRVEkC7je96_K;77X^ zgU@+qdO9rYUU;E=g=Wi=$e@h&GLPjB3p}}B*(Xd*IXOw^Xsh+_!IL>5<%_bt)|v^yOkN9xc0f z%ujotA%kMeyRTI-|0TNKW;)I&uTf@j;*e!weEf07Ud7;C0hX=KE0pUp8E&3k8sf3? z#?91KQ-geC&GSVcpAWkFzq(J?O!;p6ob!LoehbzWdaRBI5)2-k3!Z<`pYwG566OhCXP@G5 zFxz$VpTIfaUz7hTzAxPP?c(_-yX3r1PJVKE|LRkQmHYxuFPfW~<<@Dxt2KVP|Eq0I z-cB7oJt5bL!8d(R{$Sw0F8Y@HWzdZ~MT}ZU&4CuTE&TWScFE_{SN1VX-&frEc*nLU z#-fTMp`t*a&v3BV&s2T*viCl|P$mY=mN%dOn^smZGvs$`{nh_qwvsX7c0;ZyLyq)@ zwQLQ!%-gOqY{)&ZO^RU~?~O3#1KSvHXEEF`ONi!WxXqTc8mxG3CBw0$h84Apo6arr zP~65WbN+{ydti#qf@2IV0>5tdwtUvU{I}Zq1?NJ4#zP;oA6bXDTKrP&ic&K-*6X$1 zJ+UDFhw9^x5}Km(rcYZsZQ8UQTR$o9{avSP{IFP2=DEsG9lM4}Lf1ck`Vs#A_i;6W zp0opZx3=8gAIp5q*!$A<sBJ??gT!51E2z$J-> zX?8xZ{PO$n%+QCG%mPjsUDo}R=efTq+wGxQc{2Lt-vb@j&X&n9Rq;9*?saMPVzKyM zyTsBft5P}FyxS(WNn(0=v`Avg(@(XkJ8!;Yp3)az#px3Gq$P1ht-Y^J^zXTT;!B@s zr?Wj!+&J*=N@p`yPMtZ@$E!mRfl9*);D-Js9E@3Kff)z5lCzpVR() zr^m`qM;=?09Wp3M_*C{K`{a{_k7g$XN>1Tv3EH&I{Lr+ZPaKy5_0{6awxnmSd(Q0C zyfxfaT3VXBy}jN2bI(PY34~%EBbl7DX{cwEFaNJ7VB>cHSne=*y85}Sb4q9e0P#>S Ac>n+a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/off-inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/off-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8617b5a239bf66310b440eb2214556e786ba2309 GIT binary patch literal 933 zcmV;W16urvP)Px&Ur9tkRCt{2n!j(;Oc=*MPFPVV98@L-Qv|P6h7a@e6pP%RQ1?W$O5c*HpkBU(Ngb>>IeOj#+>kS4{-}i?G@w@i>;gG3<66fMr z0kFE(IZx7`p4-v%`t2(fcSre28NagMFUAA_kW!}SODi4_r)hHE^SnLFP^$Cn>KfGR zbykmcf=}{IV^jbD-}gEE`YUHSpXPn$E#EJn8W3nN`+B|3(uzm(h2+G)9RZVk(-;*X zsa?6zfFr$pxzXS#r-s&kg6mdLD((i~x&G^kq6p9PwClS1)eZEF>K(6cpk3G1p6BWQ zPhS*814m+?l=1(wp6zb-CNTO21VP}`YBfDQ1-Bpe@~5YI_lMaFA@t_vCfAk+JHm;H ziJ|uU!FV4KhM{w&R?}bZD~_Lp^#+`I;1Y&mCg%?#$h|Nw0Q5xYzdnfHF+uK*nQqew zS%=HUhr&hUK$^hsV)D<| zZwK;b>;)Kma-R{}4HL6Oc19>8V=us8IVH9iLI?+F?{Z5AK`?TK7ES=5{r;xp_{qV{ z^#;y4A+}!zL3xzI3M0T(AsnY0{FBCYS|3{gs5r*0RG6Hc1lPsrisF+*RpJ0UXO>y3UZb+Yb%YWY*fXD1?71!;p zB5O3)mN#`62BoY6p+b!W@1360XxNzb(pq=j3Q{(4fag~f(^H+*Xr)x9*a{Px&BS}O-RCt{2nlWhGKoo|5C!t%(RJ){8hD$==mP|>V!JEB=LIU199HpUP8nSrl z&0sdA9;f&ve@e@`5nZeGSb6A#za}#|n=REdKxQ+fZ{>}hk+X}X= z&^|+7Yul>tzPRDnKZr2>=lmy9O7FN_V*qTg)z=wgPh0s3#E*=%C(z%^R`_6}UR|Gv24*I&vmDg}vpNupAa zkg^-9|J>k1ip8R{whZhY+{o9K5!g9yRIAmL5W=~Nrh2})R9UfhT@2k4CPX?1%R0Iu-BdH=0@rLS|&|5%U|M{boESr=bD zqqD+|A{`w{*@;>aj%_n!7)DCUZla7Q2m-$W_2i4O2)&7s00000NkvXXu0mjfKdz!6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..176eb22cf2d0aa5f654e2f8e1a98c94bf3a32910 GIT binary patch literal 1772 zcmVV=-0C=1w$1x7VFboCIIX=Z#JA){6&4N;)4DA(Aq?pD7L9z{8pMkf%5!dCG zH>5Swht=fO5iuW66uwfuA>wkT&{+27|CkqNL=3HHwYT_mVD&rqT{^Q46so8pVy5uW z@?=BAL?f0hA+4Eyh_oQb39a&c000InNkl1{v|Soq+B&vkFu@DQ6H(de?`Y<^VZkmn&@e)%Qq;K6tA z0R{jgmCF1&Q&WGXuPDjxcs#3{*YC38sH$qE)4Lt(|LrFrC*A;TYHQouy=BWre7-rH zOBbQ*I_J_w_zwW5s%s2#(I`64I;~4PF|2P43m==WMtXP(xpKf8|&%pJlYDZ%JrKKg1{<8NwxwQ zhI!qa^6k0%Z0p+zU?EUmSy@3iT#YQ3;qh4PI#G*h8tghzi^pRj%VmVa)l^ni0F>wY z%?1l|;{jlr28LnMa~gVkd+9lyoxEupg?()6+gbw(@p`@7xlQ7!Z7~K}MFr(}7{~jA z*Xd9*A`*$v+uO^IeIe5CX(-Qz0Asq{DRu%F0ETpZ5P(c(l5@c`oG(4k5JQwx&f?5s z77ngtVqyYaA0!;E9?JEb4F-Ur!iGQ~h-n(R$!Gt*2HW~}0x*E%>(<@d($==O)i5ry zu3O`iCyp`26h#!V@uMqzYIG3{E@0cX%`L$3T))}C0FI~AyIT|`*?Rc!VE}eMZc@Jt zdQL<0o>4R{&AfT@NT+u@(wFRf5h~n<>gt~E{$y*KZ%$23zkm0NA|88R;oEON_(!(E z(b3UA-IJTVV|`lzTuUO6u#UW9QoS6`_QBd$19WtBNR9{k7cip$AR9vd^?!Bpa1#Oi zUzpKvf&UY30HO_u#tlHU0nxYth&CV^HvrKFMB@e^+JI=>07M%QjT?Yy1EO&Q5N$v- zZUCYUh~}0Lz;S5|vi14vwYRsoU-jSNXtY!UNTo6}s^8zJzg>MhI1WHnRcn8XM)mTm z+t2nvTve^SiDR^s;;qw6}` z4{YL%^_n9A+X1MmYQ5d_0ES^=7$%Z5Nhq|0rlwkCc`hX-7R#2&oGDKdi`7B)RL5!{ zo`05|kn0oAjnNQ`)p4dg$udQzq{Kp&=hD)t#H(VpGhoeW}h5Ezn z*q1Fy`+T+2?Q7P=SiQkSVu~>?v78lMz#UG;z5(;|FA|BSu0Br1e5}Q?ikLeT0H$(Y z{FvrZB;d96+O$VI*bbn*y_abt;Ksh#f*$ha^S#sXxbTupFF{$vO8J80+zEv z1H3>n@cm47fmAAEMWdx(0X4uCVB!b9k6q*l7cxKM|2RxYS;EN3Bpy#Ofj|%oi{?F} zbadEX18fJ7uL$>?Hfi1yz%YJdc(@Tsn#8hh=gU|>zWw`HJg16>{f~SGEF!xLeB*TT z1snu^1}*^?Iz~QJ&rkI;7GFU_gUrcO{aDuReE#_tjE`OB-N#Mpldv|Cu#yHmO?DSJkxFHB+ad)-qotKV7#LWyX6v!xk#PVb;mGu% zC{0WMF`3+TkArHpqcz}qsTPJ3i9`wyETsVx7<8g>4F>QVFfu$mP9P8@7z|(-=JdpG zwlqI$mx|8-Qp7qHzNdZ9p_`0HO_u#tlHU0nyy@0sIb#e|ypFl|StO O0000P)Px)qDe$SRCt{2nqN#)R~*MbEr^z3`P0!7j2ebqWl{t-Cx*oW$pB3jnI>qHWg#Xt z8HRM(mMlKFhh^D(SvJDdY#1N*Fcssrhb1Zxld2C!HXLC1(@qgg>h8rrk!Ea+?e3ws zq%zQ!TPWK5;o-K2bMEi_zW3bU@ARAl8X6iJ8X6iJ8X6iJ8X6iJafVJ!IUEjoc6+z`^p?;%E|n&0TDL=HOxMBOnb}lbxMOK|u~C(`xj3nUlAQkR*|lw~El~ zWlW~k6cpr;ot+7g0c0udvy|@uNRo&sN^}lDPfrh>0|DnHNes2QMzO0J)iFR}GWfw@ zFtD~!$D57ij8I4>8R(h7aN7{pjjUEHJv}{vz<0uf@OB;`&Xg*U)KuK=(?0;e0v(S_h2f%l z9xyu%78k$e{QjVuU;3tJ>b;bo$Qxe^+`RcsSZQ#4eEfg56z7|OJ_1j_Z$1GcnFlP& zM95;<)ph+tiJVO^*bk*2nQ3ipU9c_R&mZe{zjw3{kb`B>ng~TjfVrrvtDEVp8s`_n zlFkI@W2v29DAAY)Jk`X#0E_ktsG;0ezGSxIegwq50O}&O{NySzAp);r76ar(R8JRy z0&)Ke#JvD9i2?1dc2#D>A>8S3+>ZcFfLM1R)~HH@bEUFi3JU#SBxz}>S(FhlTbRYn z`D%%}0L$6gxmdCouv~?S`yi+Z5bF-ankD-+xR6w6v!w*j1jwPw;0}jl&VXXyuGd!{ z_$s1c6LkS}=%Nzvl)Z*zzzW<9?mY;Cz3YksxrRa4%-l?NhII;sK$pYm)G zR7`}*fK*^LFe(W4QE)Lng(=>v?f=HtFdr@p`?y|I;3h)_5Z7 z^RiqOR@ew^0agM@<>kfP@#V2m7$G@X#$;MWWn~cny}d&-2Pi%lUq!m;kO}jr{&E%o z;5lFwkW^P!d9Rx9GZ{HBIoWz9-mzj9@2gmkFl-Qv(urd2gyaJaAEWCAX+jj8Wm=9n* z)`DC*I|ISa<8jYaK6KU$1U6=$>Jb1lqo9a@2oqyt6PV2wEEY4OD9t$Td`+K_z?2T4 z)bZUvk=lvLO2y;O6+8}y!y%i^7CavJ6Sv==$wkqYmKI$&&TD9Bgw1~r3ljd_UcR*e O0000Px);z>k7RCt{2nqO>FRUF4Zw-ia^7;J@g{LdJ>Y_bl9K~N0scwm4b%psK;V+ct# zqGU0e7#`rknBa>fWDyfac<^N~L0$}DGg*3J%3uhN5!h}c|J1_0(=o8PFksh*+m2GU zb+@#%g!{P<%{}MbbAG??`P*|2n3$NDn3$NDn3$NDn3$NDJZA`gzaN(?t1LQD6us>` zRtDI5w1~)WU0t1EG;^2B^{^m@|6D^enl%Cfe#t*%oX_XeV(pjZ`t{LiBq?+dz#4YG z1egevEL-+b&Fa;wShpsCU#n!@+5pEbtJt>fbM4r%Zx#VJ07a5Q_ly`DFW!gI5_82y9tfIE|P#aJUEDaa>#LgQ{7faZVr9ibPdfS{%C&6Hl%bh&( z>vTF1#SP1V*MMojSO5#K2yituovNy+SV&=^1H0YEh3j?{MdiYEJ9fK`!a@fX6$@!< zI<*TZLsvYhP6;v3DD!jxWuoZa1)wPEkl#hZMbTRdECDK9uB^8#=uLmx)TxsxEiJ%q zACJYNvG@D}R8?W``2|=k8g~15N=plvI(0HYE|71?y99_8WEfHM!}b86stSsta;6J9 zIyyMhr8}>xO7u6mz>AZHV6b~WKq%DD6~`s6WnH6(9&*WLW@sk)-Sg<{>mwNK zrnI!62YoQi1a1I5(E)jR4pdbMJFmaT@E33gbOG9c{1q!+p|t-2Hh@q z(!Gr)vJQxy25;TE^;p`l^T&aU=(YcgB!vzRxe#(VR=2lqS1Bll%bl>~i#!?{8Vt`< zPfLJ!^q&6Gvi8%j*1^NYMr0u*`29m?;_-L}6DQ(4WR3tMVI3|aQKz3Zh7}-HB(m-w z7FYZv@vuC37SA@O0O>X$-IxNT+kkXq3XpCC(oISQNa~!QA_PrKt&y>t7?~zY%DX_O zIULJ#KL%JONlJMke*6z#lCXYHCeM8f$S47Z+WC#QO&*;t5i&{uczn>*!cVHmI01$u zo(PGGlu-htW6I1Z0n)*9FM#1a!RCD*2=ylh28N1@zC#e+Y8L<`Db${@g(=3c0QDyZ z1{!Mu6cj%iez_AWeLhW=>*t4q#sTF(hs%{!CP|@l@$xo$Paqi>62Ry4X^k}jc6NSD zZ)*=ZIpdf$YdW`Y|3_b+Mq|xRMA6$W%k`VkPhckk*+5e&jE^Q!@eGXtJ5~nxtht(C zFi1|$IOffpLV5Wt=FFLl%_gw*xQE@FVDsj$_W`d0g@6b=cKS4uBO|?!<{Kl7x&`=r zJ}ocrbwIypFnzj>qN3R>U%r4NM_LF5HRjH>b1B!0dv+GUOF%zx7nlol#Vcc|8XQfn zK1sJR)CE3S*uvJM`jK;X_JYCi#f#m{U#%i=pWFOHF(rQhS?B^h^}`nV=-0C=1w$FUBAFc1ddx%U)*VAg=Rb}=QS1H6K1($k)akX#RZeFwJhYw;MT zxFF1t4%RB$3Xl7>BlnYR1s=nVTw!?^J5wzg!=oulbKS-I3#&apX%*YFA(urfJbH33 zOUj{J%00Rw4L_t(oh3%G0XcJKshQA~x#CE1l6EVSYMpO)z zKGdohP#Ch1VnuvXic)pcP0^JbmjyR2bYqv@_&_MdCq-P^g6Kk2L?xo7(nN>0n$$cd zX;Ncc%tWH5+Ek&N9JtJ#nREa9-E$A;UdzbH2uo?!C7rzrPz9(0Q~`ixiy73@(^J@3 z+s7Nd4}fBSU|_)V-vLxrZ~`@e2qartjz`fj}$${Wph!ZRXew zrdC-iy9H+0R{;vp1SrkTYsu$fYHEf|_z*Eyj+u!V0HU%C_wrtrE4T1^8?YJc-3o+F zNnKTiXu0i}F9J0{EwB<$LZOK+zh6O;Jb1kgBxdG_jHPip?KquwB4cS1Gjn*o4M>s) zzh5B~n&>hYu+r43S#Sg}l1M1Fy1H5Y&)>7(Q zs$puz779?-91c5z3_f`9tScT*^7UST zcPB2A7ejm?0>ElyY)K2YD`$AI`Z@LWBEewWAVv~Sn_B4w1B{NQW>rx0)2mnS zyJE2~$oYDvj`k6`yq8bkrj4K0Dddy)SheK^k?0t1w~Jt~?P+lVfHq%2`cn=}nok`F zpFVwf-@$`thd(4w;FBFhc3;9%$QvFO8?H?b9zSa4vpC4@+voRTgk1-;60P6N^0!;@ zuccT~4n&V^zf05h`k(w>KZ$eW$$rA&I~A4UzXFuA&d$!lv0e9n`gZ-{9)^a7Dn5)B v1yF=2eP7Jv{{-;AY{@SqRe&nMk^_7PX}%OxQ2?n$00000NkvXXu0mjf+>No2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/icon.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2e6cd06a076525f613e1a2ef1d897e4e474c71cc GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`*8>L*sH&>^8Z6Dp$(h%A zCnzY$+S_zY0q>J>x$e~lUcOU1;*oCC7v0EHM!g8YIR9G=}s19B>>LLy3BQj3#| zG7CyF^Ya)OD&_=-6%>_z{}NpA@#_;UZ(Xf(XU+$22sOB9{NRz!c^}P_3`IS?J1mTY zj4vB|Da?5^>ByuIg9kjr+^{07Joo-U3d8WWQfB$65e13egA9d6t_BH-${BHKe_ zlhDR1mp*K8NooAD>5GvHquW81ttzIDEpo@)92F)w2xZLOnsxOQhYI7x$lc}Zd0aNR zxfNes<;gxVXJX(i%V5sP2KQLcl`j}J1^4gXab>}e*5!L-Tp5`U&ot&?=3;o+ES;Bj S{ERlx5e%NLelF{r5}E)5rjDur literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/meta.json new file mode 100644 index 0000000000..2c29e1db67 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/f09526480788c2e18fff8c16c4318fd6b4272c10 inhands by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..6348ab2c9618312912f5678616126c4faf9f34df GIT binary patch literal 1226 zcmV;*1U37KP)V=-0C=1w$1x7VFboCIIX=Z#JA(>z&4N-@8QLqLNHN4nw32P$`V747^|(%R zUXhkeA6AonL&SI-D14=QL&W7wp|L!g|6^X95z)1x)!yR6fz@x%vWf57QK+JZh>^lw z%Zm*WC+ab+32Djn17v(4aL8n@JOBU$2uVaiRCt{2nonpPRUF4ZlhxBADV5ID1yAiX zu{u3?NN6?%PXyppbXyF?iC`p3-BE3e$s^QW)_RQScNoQj&v*EXeLoau8wV zy{IJULLemLVKcK6lft}pcOPx$dwIKWXXp3(ecoUA{j9aMH7>GV>gP{Fhz5YIo^JKnxB8`wL*w^6c7e&e@xf7=Xtc-ZR(qQr&`bR5JJSd z4w$x|8$j}MDHT#Gws)GRS}E13=LW5;{qxkXeXS)BMN#@$QG-seO@4P>SLc=5Qc41F z*lE(})Hy6S`KzqbeqCwr0iNga%GbYeoA=Ycr>ye#hc{0F8kRiIqh7D0sPXCIcRYOb z9&~#By3zuWjBd2sfGfTJXt%*tZVr9)6WO+dQnDNT$@hL`>D&W^5b^&0KGT&I{`~%a z+W+dikJ)H1F+M&%)Z;L*4=`O>;rg`+ws)Frw3h(-vabaI!1w+5{+(~x-f55ard0qi?SN?&08BezS{EKb z-}M3K^^Yh$ZUM*V{1gX4pgo{{)d$?W^#pI~(y9LX<{m=KkD^B4_!;)CMKOQ$CDwPT^|Nar*Y|Rg4CM*hJStr3K_5qZX*p8FhU)`EN z)`6fk118HgevOx*-Ob0JO-U~^S*{JGTEv3m|JnyoN)eNoTIP*%O=}tC1|WopZQFs9 zn3a+^j>G!;I!T&mSsY}-yBiHX^Wmf|oBa}R880NJ$oMtg}UYT>#! z(%GP@z)y|b@#yN~AHIk`d-ENLVYljHJ5IXnqNs%hOjTBxzB6I@{@pll!dB}P$Yz8S zWoJaTL}k#+KnRiUb>3TEx(P;6D}5$07{gc?hPjHRv`&HZsAi#fp7)H?VKB0`t zlqwB83`5KJeG7WGqpxxX4}IPQvr3>OAe55Bx)GL?l1I=T^=#mINBcYtv_8Q1{oHG> zA1y2_j2#>t91YS&Q6OR30n;h~n0COl3IL`ZFs%ZBX$MTJ0AShy(<%U%cEGd>0Hz%< otpb2)2TZE~VA=uGy6^!01#wCVv*eW4#{d8T07*qoM6N<$g7)Q4asU7T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8de04490735fcb09ac7d82a36f33195ae5a5c2eb GIT binary patch literal 941 zcmV;e15*5nP)Px&XGugsRCt{2nm=e0Q5?rVY3dZDqV%ExCk?IDb8u+sAEA@Qq96zXDRk-^9E+1q znd;clp$;xZIB-%FoC+PJ9UKful4}PM0{5!YqJctapF?w(L}GerFTEal9|$k^?)~1q z-}l{n?{{|(G#ZUYqtR$I8jVJy(P+AiSWp$MtgLwdg%D~mktJWw;-*VWOTMplTzi1Y z$w^=3dfTbg4?+kvH8sVp%OiaLUQ2}#%8wJrwQrZ6AS)9>DAP14l}hB+w;NK^G!a6m zPTC)Zzyxp`=Qt9_k!)-h8dArR4dq(dH{&q-qY~&4ux;D>FUdl=mb&ND>2%9Fq;vqN zlndm`IVy<)zY@~R51PQ|0Mj%%`{pa7-1qW6@s{5YhZ+QGWuMFCkYsr}_krgx??Snj zA2fjq;P$S)m52UXzP**_B14DvzKdZbk;{BQ*9#EJL{-0Jc8U{^1CB~FG5j_@2)cd03CZA4ua!EjDCYDeFucyfRhY+n-RJI%{YmNC6}%r0$ne_sT=~W5JL0-d(F-r z<@0&u1OWE#-F%HXe6Argx4zAsc%)voDMDlfm=mHWR&~B|=@swRN&ra5!AK@arBdAI zb=x9DMt~UX4JNXDQwvb4?H76~bzR0WsV}*EptQhA>@d2ZSIMnSEaX+VTNr&_0$8FUcojah~pPzWk#*aLZ zW_)}C!!W!e3dNc|k7Zf0$h;M9#{VM0XV)hc3bw}6UauQQ65B2k1BR=63YJ%=ky85d zEiwWKA-uWHykUBipluhuGOjZU;!?_eKi7)P8~|YSCq3tFyNGQU-LKGbAiiJyS(fF? zd5F>+0B59hDuCyBCX?v_Xvg7yiOdiHn4O*N-QC@-_}P09_G7k26A}IbYfqKT9TRAz P00000NkvXXu0mjfIZ3M4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-inhand-right.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/off-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7a96aed7319b91cca562d1eab95068b1188de70a GIT binary patch literal 912 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/on-inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..030472239bb00bfc702f93fa77f0edc0a8a71c37 GIT binary patch literal 1555 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 FV1g)*l}i8s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/icon.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c76d801bf7b9e2c469c9056f47dedd5ce78a76ff GIT binary patch literal 391 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`*8>L*sH&|J(|6*cd*4EZQg){z_cItK>0J0cMg8YIR9G=}s19GaXLLy3BQj3#| zG7CyF^Ya)OD&_=-6%>_z{}NpA@#_;UZ(Xf(XU+$22sOB9{NRz!c^}P_3`IS?J1mTY zj4vB|Da?5^>ByuIgQ;}=Ze!KWDRO-^iWt>!PjEOXcmU`sfs%LK3jhWI-}jw#W6%Osj9I|^r@R88fDieS5%xP-U j;F6F?JC`C6z`$@YT6&H|&Xho)lNdZ*{an^LB{Ts5jZlx2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/meta.json new file mode 100644 index 0000000000..2c29e1db67 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/f09526480788c2e18fff8c16c4318fd6b4272c10 inhands by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..8ec84341db38c5ea8c68366b6f6c981dce9fc9d2 GIT binary patch literal 1424 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/on-inhand-right.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertleader.rsi/on-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..848bfcfe88baa290765289cd9bd295f02eccb8af GIT binary patch literal 1334 zcmV-61Px(@JU2LRCt{2ns00qWgN#pSBhh!@sG%7+=YIFxJr4*30)apv5C{YUfj}VmzajPX^q?rN5@0P*28;qz zp-^J_UO#GVYPG9}Z#@!#s;U;i?C#@P{gFsl3u%8qOi^6XP$)6t#5VtAdMh72 z`h7=B%Zm&TkMgbTr)E_XnMQ-bpfp(P2F!=;Z&3zo-Jsbzo0@FR=W6SyPwV&j+D=3w zU0(nbKomexTvHD0Gw%iJhlcbH|E^alDOtts+cQ{WGw8aGuIm)HhqK8RDyphl#qD8q zT?Zf$O95o{`+RL3Ks|Fkeysz$TgXF0dP8O9MoNpOktB;-w^FR0ieeZhhG8;g46KN$ zT*>Ivb)6|=AR9*JxX;(t0La+B%N%z$AWi>8GC4y$9!EO!4yI{fnnw0oDs&v(tr&)x z{S06j<~{X0v5Ue)W#z`xLqmE)GI<-<-XzcN_45Q3BuVl!-!R!yO*kBWNH*?|iHV8q z)-(-fcONI5HtzTP35UZ(B3-Ak>p&bBbpkQcMdAGUXhTs^34d(qW7;*t6)tm=n?y$j z@KC)XrgA}+W&D0Wy}iA_Tn})&%jbXX9Jb#WFy&0|09-qJ_V>3<^9Ivj-X!tK8OCPE z02tZnWpJVwS(ec>O)8{uKn6|IBvn z(f=DFfRz@o(ue?7TEI#p0$9$*6~!efimRYss4nz$5C*fRw3bnJw3Vwb>QWV#EU?cVvv;p+xTX??6DFC&z z(<*+gpJ%SWOPTcu+ngJys@h6yavX0-oUb}Aa_CUAr6?c00#so4fEyHW06Eow+2@Y4 z?Ls@cewFFk581S7Jv(-IDJ^v(%d6?!@G&pFbqGy6brRSK)B#O}TnCoi15{PDJnnJ~ zAh!K5n|oh}mv;eB_f#`mwuBiSHGqDQJph}RMRA_V;S!LDZ9j~oyA?-w0PBUFjE|={ zb?R55(UYux^9Ek(h;xl*X-^O+28w{eP$*HbOKX-KKrr~36bL+TdA(J@D#pfA^!5G8 z>}-n5m#<*7{=n9V=-0C=1w$FUBAFc1ddx%U)*VAhDRb}=QS1H6K1>}f9%NUo>8z60C$wYZH_ zToC3+U)C!729M!!=5gS&U%_xZiwyZ1XGkx1|_P5h_XI{+Pk4nPN>U4U3DR$E?P-r%uV ztk#Z}^tS*-k-LCyzy)Z-!XtaEJC@gA@Fm-0yWBIjj^!^lase{jqfOm98eV5(JGJ7>M*jC z9|eMd|K7bvcSKPlpVzo@cYyu-eK_jtJz*yYFcd}3 zHQSC>JKKLcswp5k&zkdd!Mzn);0~0OzI^?ku%gA5nw5m`WRhV zS;a6ae4Uce?!I8j%GMu>i@2_zrf^`MOvcIX-CiP*k(d1Z3^T0;(w}-@!M+;6-1PML z`HL5CJ{3g?%My8e)`w|&09bK|3=V$d{rfLiR+Yz(Z=a`Lb_2*XX#Hj_2hqCyI*NnA z3%RbYUHJX}4RP6QmQtz6+}x8bjpDxoG_#3`iJHgb*>F!)RpRluuvM+LPQ!RSE~u(X rqqmbB+N{8K+W+}O(gElIY^Qw(_AfpxPF*H_00000NkvXXu0mjf{`|lw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/icon.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e6d9f8d51abae6e7e7ffec29373acb055865e98c GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`*8>L*sH&>2S+gc5C+FY) z|3N`P*4Ebd?%e~*TfJh4|F1FQf2o+5m}30?XFwswk|4ie28U-i(tw=Gs*s2hm(=3q zqRfJl%=|nChKf1CVFg8{-@gPGeEj-E%Uf6L+?n&i8$t~(8b5fXbKXbuBtub8?+y#& zAmhu%UJ7#_O*%3uL?KvHd85YC9VVNPIGAr;p<-uls%mU$=-%0Fth#xHghu{}qcg*% z%$UuUsI9%@*UpBuj0|yI3a&x3TgrisDDrf14AGdFoFI|Z5a{X2;OcPW=urVz#}(b) z8k>YRe);rilZy>gPm`B}LdS)}H#9g{ggltmZVp=;CE2K=V3qy--PA^pYbQL`MVWq7 zn51jeWSq{W#QmXzlS@s`q3qScEhds8`#*4SEz(FxuqbXzbYNuo@>TM=>+{!aK-(ES MUHx3vIVCg!05uehk^lez literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/meta.json new file mode 100644 index 0000000000..2c29e1db67 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/f09526480788c2e18fff8c16c4318fd6b4272c10 inhands by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..d6982ce20f3eb3fb6b1b780226384a01cc15ac9c GIT binary patch literal 1172 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=wN)VzB`&GO$wiq3C7Jno3=9=> zRF50-9WvlyyE8(q3nq<7dc=U3aFyR543QM`EaktG3V{9jrq6TM2^{eMRMz#t-tWBQSQ<`d4X={ zA-*touk`5Rho{NG@9o^?hfbF<&fE1s+pDVLKL6dYl?#c?OH`{L2=!+f6t zLy{NUxLt96^qYa{ljpAQd+*QfGr3p1?6T&(O;x%3R9ZBqpH401R6La{eLM6|dTtZD zW5eXhle2QH<~nf%s(C)zV(KJ%KZBh^(d(RL*P;VS8&|Abq;bH~{krwS?jOC3FHSBE z=~%?E`R1Bki!_?1WIZmv9cH`lT8`Q3xb409UxZJ5mSGS${&Dg9>Urr#OE*rL#1MA! zcwx`Q3>M8$(>$%m#tp@N>+Ak=>wj=I{l=I7;rz+ZTmjP`&3XLklTe{dve8Thj;7wi zU`fUct7pf@GqS(__~#c_{Nu{!tJgo>#p88StMYp4+UG?+^O#!%o}N9+`|aDef)8bT zZ(VohuiA6ky0MR+VO}}Qu^5k)6P_0{WQgA9U|?uTjQF*0|Hiu(&rfXP$(;4>iP;Lp zD_6z#88RfW9{k+5YX9e&eUqQ;4$x*ez|~aucc&VE4O4@@>)LCbK8RNHNRlJG@(A^N!)ihXc{6lT?mz-&$p#U^Mf=hYtnG zH5(&|V<`C~E-tRo#T2Av@QjIpt+`Pztc>Ylx}wZ; zyGmJkhAC4DBo8MT9FU*vd0wO`Fg9Ul%(TZJB^Xvs+M?%U^h~KsiDC7ppW75U6i)#| zn?a)gc&L5Dw*}%ri8t@xoA=$7Xb@PmCOmQKq=X*D)0@~=ABtsg`1_@UZ@_s(9O z|0}X<j9OKl|=qHjLZzelef(^waC79{Ksx zn;}DH|3}FQDxJalU9WV_Wqt*C)m<^(Ps?pfy{1@LTWeo7 z$=$O7n1Y^27Eer-{8Ynt-g;G8vlLTB^;HY`;J;s<=RaM4zlMFv>N=L`8&~P7oqt}y zz*8&FC!@}DcvI%VYcB-Wgtu&cWxeR0@r9F;1@_ASr-ipK$m?Uc_In>oRpugw%hCAK*>-D23P!;r;%WfQ{+-hk6g3(OpJ ixf^f^&a-K#XXM_-5uTd;{|vC0VeoYIb6Mw<&;$VYArzDV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3ce261575b8ca79f8aa3fdc641db5b55edeb8b GIT binary patch literal 913 zcmV;C18)3@P)Px&OG!jQRCt{2nlVq?KorM+X`*(jm~bjK1~bt513)}5HB+TZNFFjU^%kb0vbbNs zo%jOu6IklRluj9_*t{TBG_I7*(j8q;7m#S(A=q)M01h}9EBBKu*=N7=z5n^{p6v%3 zjYgxC+sET^MUb-)Yh&|6sk6qVge}6ysz3yudu(7d`>$=7?mF7VR z5x3iIHa9oZvRW`9=-9Rgt(0>d$T-FeeAZ>&Qp2@IWgT^G;u zkW!`PMN{}3U|AN=zkFwnH)+`s2mIb#O$EBm{`mM9*LCT3yR_TwvGSrRRDh&+!_yO3 z9F>QsC%j6 z>2VnLb2(omr3FF&zVFu@$BDDYv$#(Y%tQcq+)igHG!m>LT7a?}P&RWfKq(VdcFCL- z4;}~Hl}TdcZF~{T{SeRsl-+=`(E^m+fU?m7l-+=`nR@|d_Bvby_lX$u22=V8D7yg< z8TL-1bO9#u5HCv!b3X*;UVukA1a3kIQ3oz3ox98L^U4VTTz0!%mY0{u3I~G$uiNeT z^OPb~Mu2xh)N5DH@9pgoMG*i>N{nWcrKKglcDqxHP#FPgaOrs-K@bo{QJOEHlp?aENWNS@Ur4*2=&1Tbl}Yz)IlFNulS-rmOd{aR(d3Qyv? zNbuv!jhJ|tZ;$w@3&(Nl0Mj`9Kb08*09#vI nPtVWKFY@Fbl>M5m(Nu(g48M;f_IHiC00000NkvXXu0mjfbf=%| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-inhand-right.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi/off-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..67f7494249b0fd91690293a97f7c73ccdf70bd24 GIT binary patch literal 849 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 P00000NkvXXu0mjf`>Ee? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/icon-flash.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/icon-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..8049a11c7c3832a62f85cc183117b75d4c090e6f GIT binary patch literal 963 zcmV;!13dhRP)V=-0C=1w$1x7VFboCIIX=Z#JA){&Wv0*c zc}AKteOOJFHzLma1BI_tZ-_V@DKwU6^DXAZ84+D8T5S~{cC3CgzOO3&>nK!FL&QMg zq2H@JBeih>MBFgmhsO2NM!U2Pa(|P1xigAWe)WBu*xRgHAftR73n#vDA_hukF#^ zVOxhDrf5-0Oj!CPZ|-vUJm2^8JnxhDeT9XE1@_V$dpdgypaswZXaNAO-2_cdO;rIN zEG+?Wy}uuT+1Xj)zXNERECFty9mqf5cP2Z2?K%MGZGiFdaR7vi7ph~$7u}n_!2051 zq4YQXZI?jPWT&Rd3J?Z{fbitx-RxNSIHs8=onHCnn@+D_nt8^;$C;eGo2`%0G+EI! z+1WGz&;#@XAz)-?=HdM4=n#bZxU&?;>y`Ngd;+{)nLA5y2=y^KI>gM(!+BuDj_tR# z8d}38u*-fJP=NtJ9USbVTn63HaRJq;g&>Jwzq`~P^nqiXI1#{E%l8zJv?UEqle3MM zW4j8tf&G9VP!oyI(O^(TQMxhJ9&~>fk|eV1mRNR6NRo)|@4{4jP?T@CTmfoLByWz6j{PW#4}doZeZu{XAJ@ofiezcYPAmFAb@~q8HjpYGm_f^8V-%@T*u*??# zdI{jn3*_cTC>(f;$J0(EGCW7E2{X3V`i=n>7Yij#lT*~12VgZG{}^3c`;K8)tlV&s zzyFfeN~ZSH@s0MIr^y{!CY2KD>gpsC8Gf~y0Fc^lL;70}r0u5xB&VmZUb=GS*1W^v zqEd12?wpr$*#p3u)4|D;8@zx2l}hCYj~?B-M6K)wkgC)A!-Rj`ihtjVRrPXKlJ?>E z`?vUIG8syxBFW_ArncgL0yMITiHWMmPW{-;8S3rP#01+eD;KLIvt7y^zNMXUe-002ovPDHLkV1j)C#FPL4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/icon.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c39c5acc1d766a61cdcdb11421a1d715d698f1 GIT binary patch literal 376 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`*8>L*sH&>&XJE+5$@$N~ z5EK+-ZEbxYD9gZL^@<_>zs8LJrD9@YLK=JpKq1DGAirP+hi5m^fSjtTkcbkO)Z*l# z%z~24{5%GRiaEhy1x2ObzXTV2{Q5-8TUYDcne)LLLJck&KX{~b-beE!Ls3uf4h!QT z$sAb!?G4=H{p{!9gfv?$)fUr#Ms?FGlVzU(e&R z$<3|k>Z(rmi8&Jm=U4^{L^inl1Q>i|*c8maZ0X4bKU&=b1Y8-J56?8_Vdi4EJW=x6 U6As%Npd%POUHx3vIVCg!0A_lMxc~qF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/meta.json new file mode 100644 index 0000000000..2c29e1db67 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/f09526480788c2e18fff8c16c4318fd6b4272c10 inhands by peptide", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..b6479ec04ef90ff3897f34bc9111520de1a7d7dd GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=byXn|B`&GO$wiq3C7Jno3=9=> zRF50-9WvlyyE9~q|Rh#z??S#kSy;XJ)c$63aEBYm%l zD;@jm@KE`xw344YSMSq{f8;+u>giY~x^`P9zjfGtsrzQ4|I0*Htx!x_QgHoKit~}i zDj#pBS;l`E`YtGZd|RLWgMoqhh^LEVNX4ADvo_{mb`UvczkJP#;M^&U5iu$c%Djw9 z8vSCMQnq<{#Heq}JJZ3rjW6Icf5MR~Yh#sHwBRJX#dT>zu>Ec)9BCI`iCOal!qG)y&Uh z^qC@}qMSB9o%33YZN=kg#s_nV zzSN4LVe!MQTm6<7)vOj(XlV!%TAgUIQPk-MPq?So$(l{86FC%`7fo4XGViO}35mmB z&;O1%P;_s5x9^|2qVG-&2FEsR-_E`?WgBPT*W0JK94u7y`uH1mZmuh=X^`GAJAQri zKKUow=WEt$oqr~C!1DUvI{D3;H_y0jS$*sHT7hNueUESb6I49krZ+0JELwGFI~zlaz@Y-W|9VFrw)*Vj3uOZG z&piKM`ssi@!w#KIc3kmhmJCcF_8nuzd{MuteeqHbGRNaYT&-mM?(F%! zHq3f8pX6%E8N1qoZyi;u`(wo*u;^;mVfkgp7#*A+XYOAw++E*%X}yDp>#x~C%0GV? z%xMoYs%Ki3_TX!st!lCUd)=%TYvc|d`SO>+N#>Aqm~nyd0p|Pqb2n`D>Ju|Q^_U4S`JD4Uf#5H|H=8>0xWh* zLVg~ZtnzV@#;1nOmoF}#G?`s%9!s}T01wB~lvwpcl1rax7KBYmREztT>3=EYH8U{D zl!|$;S+mB(4+xe^9v1Z=HVJ?e%eATOAK23@8LQr%+0zOvSr|NB{an^LB{Ts5V}$~$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b53126d489dbe29849c41f0d4e6ff8c27542fc GIT binary patch literal 893 zcmV-@1A_dCP)Px&H%UZ6RCt{2nm=#UFc^oQ&jek_*+9OWL$vRgYb=2|ztyZhhedo$lS_Gw3 z+yZ81X2_>XsrV$ym!(nxlv1&jk}aUy?f#WYDMuP{)bfX+G6B-gMUi3afHZ&KzsfJR z+W>6!uPwIQBg-F_NDmWGa;B*_Er}Cw6-Eacf?tpEa0Jb||8|x!=e*KVAbPlhAGw%UT0NWj~jT69j z2W;a6u-yUMoOuC`?Q{633|k>r-Kd`DO^_d2} z zQ*Z^iD+I=v|LYY{O2v4IYfCAKB9j>p5Hkp*poCrZc?AG5*+AY&jMsWIA9pYgjQ{Q* zVHoa>sw<^79spc0Ci(?~fQujq#sJC~yq{W)0dsS6=XZB^e-(*6u>G0saMXl9KYMjT T<9Xe)00000NkvXXu0mjf1i+us literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-inhand-right.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/off-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b6be1feebb69336ed9868584759f6212af9d3ef3 GIT binary patch literal 849 zcmV-X1FrmuP)Px&3rR#lRCt{2nz3u!KorJ5HKkke6scs&av1_Qx2ZCCYNjkIICFX4lBLEF%s|06`E0 zK@bE%5ClOG!~?_7UwXY>Tp708;UQx>3J<47z zgb3RJ_V)IWEQJu^GQ_W%vieg72q8kwIYt0{-%pjC^V*wm7yXZt7Xv^LD2xiq z8#~yK>jpT(pV!-sFo1K8%gakB6-0wzranu`05)|@j<10AS-l)z;Tg8$_PS%5R@`&- zaS^F$PzVuTUtgouYGM6icDKhigRXa7ccJO9ifK^m2Y}B?VH43faA2AM5bH0T26b?p zbBt{ke>mr<_PXM_uF-0>07OAQH_f@=v)9ax0iNd>olYlYY%8wo_xtcXuhzk9%HE_o z1Av(c$>aM9t1Gz%0RMN;N#>Tq4-GP)Y5`S422?GeYI0wQ+?7?X{s@8~h!v2#-e1Oy zkfp9O#8Rih+o+=n4}Kv;22?GeYRG`91yl_gP_=-nDSRnf#P?5cjnlzolGj%Eyg?qN z4LBW4Cg)OOGgChT@JfiVX(p61KnM|@ONsYKNAP_gL7-q+QRZc1V*}^M$Bi?g)EICg zCAy9i2d`7nL7?FKKDv&B6De!EhaiuIdw>ukH0@nrntN9&fMr?e_xoVe{R6-(C*KrG zJp%78`h_Xym%}yeU>^gV;mwbajd=tXHo$e=C}}zkTtEA^y<w$?Pd;3JV+1>2$(h zN@1iF4onkL4#C(KlnSB^2{wR>s})LJ4W-@(Bs0buokq7TGqnXJZzibY`+!nofX*2I zbe%N-xWSX~!?)p$Zs(l;b3;-cDZLN^fEVIx9JDQ>UZi`6QbD6ugiHG`;CY@Q<*-q~ b69j?3ZgP7X=bw`200000NkvXXu0mjfaLITH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..b521190ff1093003942e37f5dc4d900abf1f0939 GIT binary patch literal 1749 zcmV;`1}gc9P)V=-0C=1w$1x7VFboCIIX=Z#JA){6&4N;)4DA(AL=5o&m24Np?HPF6>v5hg zc|n>py;)7x7b3>}fx<_sH$uAo4h0y|n-U1`_l_jt*7&N5tSCk@dE9pVDvQCxK&-$2VK-e62&y>fP<=&BCFvu8?N~LbO27^Ilxz~35yBa{j`Sziq zbA6qikF$Qgk6gQ-eEtSwKt6wiT)Ut3>wR=~KF-k4xjvxX99Ic^K)WpW_5o;`&cRp= zfHAYf!B`AU(*ZF1S&nbTfR#XFb8{1cKr0?kJ*V1Qk))gK_WO~fo1AJZv)C}=GL+@vx&L6IZ~+% zfk5k|Ij$0w#WaUMu{1^&_ULKL<#~2+wU-~{2>L8i?j?vNg?#nSaJw5%mKIY&#IbaaB%Rxy$Ds3MHv7E6N>l$)y2a-81R3=%6q{78pi<90z~5&AX!qH1&GEmK(qkSI0lFoAR5O2(E>#Cz#Fir`T#{yjN7#j z3=G`z?{FkiCjlf9x!d-?8+RISHNF*W8=xqPF{G+IvY>qo*r_N+QA8wCw-oRIv%rkq zI41Q#eI!zMEs@CGD8~O(RcTq!@v<5JU7IG@GN8ElBd@$dHam&iT|-ODYG!7xGdE{2 z^yXXaEEFm<0nHRLv>I^!pJ%=!trRjs=}4q5CCj~;Aywt*s|RqoBpMoOnHayqfZVYy+ME zp0c&%TY1WyW80oRM>6lb;80H-mrJ6pt%*>mg~v8E<964ON~Jg$i!q?8wgOl-Kv5Lq zaCkeKrlV;(l9b2qUq@HhW;~vy)Ycko*x=!ty}d-EAt+RJbO7DOXW0(sm~L~9a5NfX zbZ;*kWDm8q1|H8+y1F*w_pd{e@+Dn|!`tt;N8AoukH8yWoGGQG8yYs3+P7?p((#Or z#5^-x<54ya1FP-KeFv5oZ{qQ;;UD-u+Q3!}qnf3YUSQtT;zrlcAp!50g;Q3sY{0<4 zfE16%4ZoR-ud1pco6YmtXWyc#KQr~>C05n1VFfFAl#MFj0&0LC7jp_E5;-FhsrwRW z1AYhQe&WaIRlefa+!fp(2Jp-4$Y%3YRn_42`Y+)85iU|plly$$Qi+P&UC-IG z$2usS0+$krT*`8gG9r<>W*`8hw`|#cekwZ)Krj$2)d{I;@~_31*Aq6f)wcG4+qqh9 zN-!8KFIY+fI*_pwV*wiQ2auhbn#Jq&;q!UXG`+O&dri$(EInQ!{7$91JXdDAX3lNQCfM@}taSRYGKs1g4 rq6LV?F+j8c(KrT(79g4j-he*=aPn*H4P;=P00000NkvXXu0mjf)Syf; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/on-inhand-left.png b/Resources/Textures/Clothing/Head/Hardsuits/ERThelmets/ertsecurity.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..946a56c89a7341e9eb864979b5d1ba24f13b1535 GIT binary patch literal 1480 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9c188ab729128d319a9376e861400b95c3573861 GIT binary patch literal 1750 zcmV;{1}XW8P)Px*kV!;ARCt{2ThD77M-={6^xmF!Kt2^Ras!@2-9sVr$&{>{i`$hCb^nCa!US@t zOX)8t?jc~(80QZ#2nvo8pK6&93XMxo+rs7$X+zSBwwcK(e}FYTtY@_PQF&*iwV>5! zgrwckd~e^pc{B6gGcdypGt4l<3^UB|KZP@G0c=1imHpSED6)E%f=T0pDkP;;_6wk{ z9aJ$O*d(F&0e~^4UrGiW{>%zEs6tj&0nhU^VOklU=b^Hiv@;dLhCd8L{ThcqlL9EE zvex$T;wccvF%7-O2dSS*4u)^p#4|BWn-2q6$cfO8HZ z1iX-fF@`vflaaU$0HL-F)qYY)^N)hMZ^A#)0+jX@gb*X=V48FiRxpZRO$GIC%RkZr zwpSu7&PNEEz*-#+rBtQ~?|ih2>Vpk58VxN-6h+SVN+cJTk^C+)dge_0O6lr74O9M+ z3fMZLU~P6r6!nlQr=uP`EzGdr+2G&!(^jEi%b#f#XlzE>oD@0d96_@?@6>flscdYH zG3*)m_t#HA2+^PA&sORyksUU>V4{gJLu5iBZ%VM#J-Q8U$ zi&u@J$l2J~kZ~NNUayaR))>XF6fh3Ik$~xCi4X$Lxqb&Q_K0WYCxifi=2xF>_%m&U z6t-6)D6hH`l(qJ6ES~5#<1Bkw_;&)gN8$bVP5F%!005O$;Kftm22QYc2g#Z{54`;j zaPQExH*+XuZyixJ+A+hU1KWM5}$ke+e@MOk03yW2S&<3ovcW6fkW8rj3~brY*p;C zjbD^fS)!$mdp#oWgUj0u{D^S1xlro1E8b0 z()<8GTmmk*Y_(e23MPIQ5JKqlcNm7?oTITB>3n_8Z~$PgSVUtp0_R*S!gXD6!F8Lg zFjhc1Gs755vN5-*PLk#f2>|UlhIjjt&I*NL2tvrvr0IDuc7pv-`T9nq0U((sc{xQX z(Q%x_)eJZvWbfC+2grv7S$*&sj*lDq z8efgT|8xC0mjQ!ddsUE;5gMF zrcvQisZ;=P>bfpmlBCLCiC5_+g;uMjJDs=!fbN!9rK*GbR5hV3;Q>)iui?O)}iMO&cLRqnpN z%gU9nj{mNxUlNkI)@aAn>2}R=+a(V~&bDG+-)Zd7JHu&nxy@zy+4p9N`Kf31e$9Wz X{Vh)ByS$Dl$k_~@u6{1-oD!M<|HEx3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..60bc426d8bb3a56c42dca751f0a9c1b23a7b82f5 GIT binary patch literal 653 zcmV;80&@L{P)Px%M@d9MRCt{2+C6X7Fc=5$zbkf_66w0u>4F#5s2d_(aXa-RKu(CUg1s9EA^H(m zIBvd^ZauNF_y$Cfn26MTh&~KgrzvW$b{caRcz#l(T%yO0U*cHy0gN%m7-Nhv#u#Ia zF}5M3lq993ka=u{NOUv=<#|rF0C}F%Xb9(m*m(QfH{OTnIziiFN+}p)@aK6^6f5&= zws@9h0D$RqTHn7d-dE>6Ac`UYz+f<_ui0~Z&m}&~GL&VBvMlS0aEbSIuj>TkIL3TF z7XU~p1z_2NMNtT))UDmP8E*@0jB$?l)%hzxGtj}QuDiUYl)~p{V~EGA^K8c33aF~e zIezW5)&yLR;LVZT-U}J;D_CughM>1!QvkrrM{^v$_sc6y(<_C&crE&aW~f__X8xZr znt?{c<Ca^37N)Qm7l1sqQ#j}Y$8RKiMy?d_{~gIN2{ceMZI@V~jDz7-Nk6zczlMk;r`^NC^Mp1X&U46Rv=D zKft>bnRg`UbWU_H)7kQ-`gHwEf$N5&DVd_O+A2! z@ahTZ({s>{+&TA|GB@>l5EKG9dPx%1xZ9fRCt{2+P`Y!FdPT)Z^}J`1L>?$gS)C@!JXY(u8(lol#ZP`b}Yw1U*O;- zU*;OJdc6!9J)eiXggUr#UH?gQZbGH<{XoExm1LRD2wA%^mQ={C&ga}-4}17M_-0O|^s zWjT{lI)56p^V=V+wI0pi>&|8cbMX*2UEY#X;?MUbW@r6lT++^O3$WR2cF!Nju>oF2 z(Dq1b_qptU^N&^|OJVN+DgeOsNrA6F-Tvphlv1yL?DJ`{JF`MlJ+t!X5@?wfOqSNK zZTWkHpmp&O1JJGQ<=#UcQhOZx{ZC>n|L8<$mo`@o&Hlz_go6dRc@(%jeyP~y@e((W zVs8Nt?e4sMbrsWEUK43X#g=%RxUCKUjvi?Cj=0RZ`xzl#o&3UGZ=0I1j90U-L}&#F<^ z0KhwX08l?T^%+isNrVt4OZ}e- ZJ^_82*%94i7|{R#002ovPDHLkV1kY*5E%df literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/meta.json new file mode 100644 index 0000000000..4fbd43a08b --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/12c21ced8432015485484b17e311dcceb7c458f6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6d63a755307e4f84dc88b4b78b485f433bb243 GIT binary patch literal 1854 zcmV-E2f_G>P)Px*_(?=TRCt{2ThDJ3M-=|nkc)`~&0$A1s*vie6V!~L2Tc19;ED!O!J#P^3hJrh zz$vKW5RAmB7m7&L8|?-85TPQ{AoCX#+)7jfRqVB;g2ciMQq)MUFDRKFmYJ*_3 z<#Zox`L`8-=Xug~T`VRzCXbgFvj4zZqJ0!%Fh@BrBrjLQYlbM zo9>(N$C?6!5C|c_IfoDe3^SmVA_xLdO0mRd06=SodcIeP@^^x|Z^GYE1C;a?gb>K( zasU9vnEn9a9E_6oLJKF^>^YtTZ->6lo9y7zx%8AlTBG zcE7X1oA{$z(b_Ll{#aIEnijM=DRRy^soXQqF`?ZN|evnS}p-?}!~@^3o@R+n55LXb+OwEC&< zK@jMpvJlEV-B>ye(df<+bmCX%LJ0lRHvHR;&WRHzWGa=y_3PK2IIF7f`_8#@=VTBB zxOMAR*E_;a{7L}b@Edh7YL*Bg;GF9t5UQfBQ)0qT2mt`iug-1wWBUR?XqHe9&p8&f z^vCM6;W3G>%w8P+RV*|Ky!E~*zmYcx0LN#t7*9`NtUe3h_noo&EXLClI6jj#ZORH` z^;wM7XZ2_cA@nsH7z+RZs7Sj3U^B5oI;h0-r5etoWvwLGddJANYp0O8BFIwhQQkQSlz3!1;Nd2MxcAzTbC z_>Be7ZZjl==&ASjHu+<(0mly9lo!t41*LS$UfgwEP)c#(>|OLLEarJ$EPhiD)F>jf zT$;l^Tx|QyK3v3dX|8V(p=nyca%t|3F#*mwmP>O@enT9@o&rksUM0(0wwOW)RO{ug zy}wQfEl>OQmHG=I@G5C$kp>Evu-oaz0dU zUZt!VW5(KG;tOOl83(|I;)?PE0C5Sp;IdMw=z;CIFCc`_{x@R`oO4Xmf=)>E84dvK zO{FkR3*ekzx&O;bYE4D<_s{=Qj{pc0~Cl9Xe)6h@1~Xw?_7+ca7Olm+0N>zsTv8mnps`h{w( z3=xS5ss%YquHl7vp}(8J*bGi4^VqItz+??DG=p0nrj$aw5cu-gkNCOpE6R;LDwT@n z-_8sgFM_M13%Ieg(3G=RWoxQl!1sOAW@90j%Qe*`Fvd3P0q&dzM$wcoi34K|0H9wu zx&SKlb0c*0=+Q*AT3wG`a~uapjvPU>c*;ZrjLlVa%c~YZ+uS^09u>}HG6?|duIs`j zE;#3SDPBe&NmMEo-DuAR0BmlFRZ9B#+I{@?*LPNJ*@VSU?m3xw`p$dn@9sVfi4Cld zeh(o;TSurbVe!di9%J>{w^kF-imCM}Ew#^PKEhc2YfL6DS+!*y4;W8R*#5NV@Y4I? zSiXw&6o|$I?ms^dA;epo0)!C9fwOTqbyc^q(wJ}Z0u_301{G9JK2GgmKOiBo^3Ob` z=+u^a0TWmY;BD3fw1RUkUE)GQc0B;r0*IEY?ZZV>YvsQDr${>-|F9rWeS8;BcU*x3 zN1I_Abmb1KlGNqW999|(uIozMwIB`%Ar63zJ-hc{=Z-0Sdgxo+_~mq0ZFV&U0N{4v sL0{_v+Cf6%5qpGJwFl8!1uMb-3twd=i#X7I7XSbN07*qoM6N<$f}ciVFaQ7m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..432e48be40fbd3cea00a8118349c85399fadef03 GIT binary patch literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvi2$Dv*Z=?j`|2-KRaKqSekUg< zCnzYWFzBqcwYBlLAZ4H$#*!evU3V&c>!fF2!}gku_3nYM_OEha&E@KKl{r_YP)Px%c1c7*RCt{2+C6C7Koke?ze>B9LW2hhytG54q|n1l6WSWjg47{J&ER&+?4i&h zYe>iJolBsko0b-X=i)AgLXii9$k0U)4V{b^LtY0(!gZZQXW!Koc|S17GVgS{FP-lM zFvb{Tj4{R-V~jDz*nh&dZL)2fbY8>Ik?3~ygzneBq0{LA09@C_&#%w$`N!*A*IP7R zhVlf{8WTbw2m(wWhhcc-H79G_bzK0+3L;OutXnD*0|3)B0RWXsB|DcMr@!TicU>1z z6d{VDtRV8l%et*PLCdnx?RE_SB!mEv)L9Al@sDILGpI7WHcLV4K2UgKCp4in0| zK&su_pLr}3KNuzB$DN)~mal1ATEKSo)d5#&Hi-F2(=WzV03`->2CIYe7cLl z=pc9edg(BGdH~7OWW98#G>?oi#u#IaF~%6XxwI{cszQ{1A;>V~Z%5mrXi;zhEIR|s z#s#qK3@l>JSv!CG@;lXQ^|_bK3tIq=Q$@mg9K?cEboVf}?+s@FxFs^)nK(cFe z7N5Px%L`g(JRCt{2+A(O`Ko|w!=h7~rlLr~RbP{AajD~oq=qv~}0g=IUDVYr&y@pJI zjD>E6lErk=(qPbB+@T&!(PB_DbP@E1PR2_Hbx=;Ymd>U^PNed_Nj{&=^Y6Qp@f|=! zL_|bHL_|bH^q(+IGd4{#-qxp)*Vylj;}@^K!uNdufa5s$`Q;@(e}A3ZziR#^f2KiI zObCG>2(Wn_hGC_Pu>OrZjspN`A%JZDC!23z7zO~K-EOCC>RLTlWh$fNIEbPMQ52-pE|@@GcCWHy55d5z80)APIrfXa`6_54!Gv|X29yP)+uZNJPEP$sic z?sZ*EW+NM?k+b&dim(wyMhe^{4wqm|K9w>Ku2sr|ILn+fyu7=cNVQ zx5I;r^zH>DceBHTi$_dEL_|bHL_|bHL{w+}&Ny~mH~w(>W9I>cs?+WaZKM7o|9JBz z-FmL8LIp4k13?hLvMl(%uibR0gF*!Wk|NCKa{xe3d@3!_Ln~B(=5h!CP}|Qp!JxcE z53KMSU|ClBxa#MI_QJO9xK10UI)&GOZtGo{IUbGne84W>e!YcU$=w|*uJ8x|lJkRg kp9X~sAf>F`xq&=?06%Ql!-`6v`2YX_07*qoM6N<$f?ifO3;+NC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/meta.json new file mode 100644 index 0000000000..4fbd43a08b --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/12c21ced8432015485484b17e311dcceb7c458f6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1f10cfdeaba979be59926e02323678463af5a1 GIT binary patch literal 1870 zcmV-U2eJ5xP)Px+2uVaiRCt{2TQO`KITn4K91sL{uqk$jbJNBncmY#mTpM?%SlN^j6fA6H`^4EQ zS6|`&s!KM_R+qCIU))=(bh#}L)-Z)mQkp9Sk=|-;!*Jo@6*5O7$(DzdYyrD^hG0oU z^O2wYpP&DK12fDp!wfUbFvASLQ;=y7zy?7OsKM`=&8F2{GXK&2=lco(oN9T9P!A|B z>;M2hzg?cVUgfFKBz>$>2aV0cfO+ir#Lm{5Jew{?fGxytfUL_UnA8A6umPFFJwJ<1*zRc~k^JpcrFl z<+pLN)wB5822e^Ngh)Q?EqG_WXOL_ilu`Uz$J4ezkHeIIV_Z1C8kasJfl=ew^ zPyiZ?F$f``o_&O<)yDD%M)6+;Q~r@E;8e>XQFo%g?)$~4m>Ngtv+}3?g7kYE{!FKUMqJoIM}LSm66tsHZ+eZ!IQFveBiiT__|S7h zej@<@01ZPNbxzUAzrp9X%iS~g{GuXiHPh~lp@r>K%X+nyz6IJKlPf%kV^L4eW~W-l zv8Y=Qz!WqLF-I4Zt8ZM`!5m!#4MVH`j0E6R%Mi61Lb2KReJC~|YPE^q0x#pgXaQ{b zja48Nn~4r;2q6$+6O;4(uI5i`zZY$Ek4B6Bj0JF!Ga{uNGDz2jN%Ln`f&0(*)mN_? zV2mMsLj$_!F=Gs0y=o+(t4SjWf=v9TH_%K12!cR`ViR7a)E5v*qm|!=S1BPBn-dF$ zr1|fxb9j}~kosu|A>dU?xUGPk;BPKZ8<=R(>1v-fbNGEeF7^O2ft# z&gF87fT%BD{g>#Jxa>&$x?07tsP_rsDp%NO2RPL-?w*IDrIcV;10p~ac68EIUFUAd z<#Gf-%oszB{*`!@5`f-Cjs8@?i4+QGWbV^g1=49Tot$uZ8SP7wmDd5^_rdqd5Ce%3 zAq8N#tBs9ddh(31UTA#vy=hn0Xt&!?N+px$oP$z26e!7pu}^_wu?PSl?^ed`Dl<6e zc=YH|!mZBhh1B_v35*jXhjbCjyN#IE0I`{*s}CQ30Jd&M4P4hvco}0*g@2)Qp07}b zA$nsQ0CbBZh!Ef@dw^)|+M~jaMnmOtxxR!f=Nz8c02TDoaNQ^vsel)4;AE?7a1I}S z=u1xOSlxpM53Vi5v$C?H(p=ggA3pqmj_lxMi@}RFjQTX%0a8lDg&n9c#NG3py_B*q zRyXMasWdcSIt)%J1*sGefA?>k?e9Z=cxu$Au?l$61`weyXU`ae@B3)C+kK^TlZNhF zb8*gl^#K1^!5;}=njJ7sj{`_1d{MoQsUu|K2|j-O*lD#|XX)<b;2f&%@x^SrrAp{QOLAr_4Xf%>eCoTY>SE!&<)yJ}q&iikz z`m(tTlnICH3?9dvAFe z9lROYeiW=d!8y8UO*$F$R(9U|`pT8Qx)%ckLC{x~ark}}Qpy`s0ZJ($An|;uqI-c; zEvrVOaWg6aq;m4tm=7EU1%+GHGM3oVP`!W&tOanBH35SVLMWHIP*7tpfVBY9>`kU))2$ zme5(<1^MTA*YL4a0081z4F@-D2NV=O@lQCTH8>(!c`L#HAH5kOqwl*F0ssI207*qo IM6N<$g2`!dX#fBK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bd3c592a1fffe29de0749d748ea7bf34cf1f5615 GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvi2$Dv*Z=?jD`#F%RaMn%_+d5U ze@;$LP*9Mywe>+afi|ET#*!evU? zRn{-UPBVCM`&)}L*vxu;Q-f=!>5Y?7azT~M6Px%fJsC_RCt{2+C6XDKo|$`ziFieDN!@TFFP_BA_#O0RhEF*jnXCR2cY#v=7=v* z^#fF`sz&k-fljak9;(L8&;Pkgah93S)2e&R(v z4LZY%LK9APSpq=u_1^%1TCE1haisXZO=vIsj`xm<#ES}i1gvOFFbsnLVD)$xtH-+l z0K+h7MOzYzpX4`QRNxJu)l0A}O9BAbb>X@$0Kl>=NvoHH;wSly7Zvy<=t-12r1jna z0M62Har!PJbgo=3H#G{{?RF?-4SWvps9Rfb8}2xLDi}|%S{QV@<9LKq|L__>tC#R| zB0W>QZI9A}RDdO$7Ro{>QSSURiQRPUHaD#W!delA(g3l>9=ht`_Cx4D&~UmXR^W7-Nhv#u#IZE3}8AK_T-0AV`wLs}sr-p(x=7n0Eo@ZQ&ar zwD$u4!$xvrxL)}tY4sAmr#}KSOzM#x0m)>N2qa1GUjV>(|ADB;HUKc%H;~O{(X)Gy z6?vvSB7F(;`+W=s1E`9Mi$W8#>>Y@719)$bR9VI4+1Hu!i1a1k$vn^CN%Q5rixCbY zy7i-#K2f6Fq3zr@i7c5XMSKK|?s}JnFAvP&5xc8rRaK?6XKRoZ8Ld`JTDU($>gyla sOl>|WkI3Eyyx#BSKO<)Q-+OS~AIe|qt*30T8~^|S07*qoM6N<$f^U#O5dZ)H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f3aeb98d69767610940bffc8fb9d0b06d2ac735d GIT binary patch literal 656 zcmV;B0&o3^P)Px%N=ZaPRCt{2+COjFKp4mIFQ`(26t>2Aj~GqLTB;Q)i(u()D^>2M?&%>$=bwEqu^A3G#ymG>h`5W;=q4WsVh3KOAP; zp6AVdXPqp27+!{IRQOm8Yu0UnR8uq=yyzfUfgi#yYsid29cL+NCilDYZQyc$+c-ee&dx&C7q-V(=d@n0F38>O%QrMV3};E%+t&9nIwxm0stJx qNz}OklgJ~$_kHdP7l}GIVDb-D`q8-82OJy#0000Px*6-h)vRCt{2S}||iMil;NbnDPeB%sa1DMNfil+o^(5Xcstx&%>vK;Xqd7IhDj zA_mmKK-x@22QHz|A7`y_;*q5$0H`~Hkzb@3As;a3n5 z(K7ryCge&fxULJ}a?-2}*L9(kLS0HI@>{R1+_fryDFyhxPpwu9Q4}GLW7xJ00FY7w z0BqYv9LI>F2(4CYTqH$n)qZ5wHt>Io-Ff;3Ixx-MRv zoZwp`D5U@ZqtOW5e-(CFAa=ytn$iLrAjUKvtKbh}-got>2#x)h51 zX`1F%K~@G+{?bm6olN#SJHa@PbFaqi_fYNR6`~AMQ z#iOGm-DjECUK##=zpuX+eZkSuQLX&&eV>SkCXdB#GN;U5l%P)f}#e@2odP)cDq92)VLHUVCGK@iL=w=_)=1VODk z!t2J*?n_KJU>i@16V?0XvaIW;SlS2tSFu&VrUlqEwhGv^0Gq~E0h<aNfJr`peL%KNN{NRLA3`aG zD2fmS0hCf&hDG^+rB*=ktiJBVXc&gnY&LV8%VwdBoM6A-*D0q~tCc&PU4tl@892f|Ni}# zY@20SxOeYfu1YQY8eHTAjdhj{c{wInrW(XFE8J{0cL02`ZCeLFAJdQ7E<0fu>Ooho z0N}Dvf$IX^zI}^l&z@Bpt4dn@!Gi}ow{G3~a{Kme5E1%6_mQS4jl=PbPpjoM$h$$M z6b6Gql_8db{6}K?H5}-4Iv0&Zl^#Ild;q_CHUaA|i?UDl&Ye38pY)YuRrx0&1Z8sq zPo6wMnx<K-uUhY_T(Nr z;Ytdq915?qCZLEUNyv6=5NN%ja2A{skW%9O{JgfhfO&ZH<_(?yd5%4~H@9BE1WRp( zk|e>|*%_2lyfLDxrcegOrGGj&#liOnOO3gd2>`%gFj!lqID`t_ Z{{q;KvZ^s0>Mj5P002ovPDHLkV1kF55Q_i+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fbd5291cf761453bebe1163b2673545a4e52b3cd GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LK*Z=?juUWH3RaF(p$jQmM zckf{8?^%n+)GYkyU>3dRuDj7?H{DK)Ap4~_Ta#ne|IEH9Uyn10T-ysDN)&#Gb zhJP;4Zwo&?$J1MF`bPH34#_pC(-zh;#NRPf6OnT~rvH2ngVUeuClyj;ov$)2x8aJJ z^C)~fllJ!iJU)yfi}!ElQgHwBEN3de@Z2p8XLoT_%o1>HK51Ehfw8Zcxu8lm*FAX; z=i)`vy^}siPx%K1oDDRCt{2+A)seFcb#hKdbF`s!#{Xrt%5W(789M_XIRZ6pJ_n&76UTZ~!_Q zM7h$0ij0zuBA0kupp4iR196BqWcPg%QbhFZ7stF<4gh0}F~%5Uj4{R-V~jlsAp{8_ z$Ymd%i$>!(rtNl%&1M4t&{|_S93qOMO8u4buj&;5Fiyr+@irQ7u)JeRDI`gPpJ|Hk z#vn-&06?0iH~YMI$M414`qE@$0O0%n$FbHLKgQ#$=kCR8t)Y~HQVLq@%JH@up8;8x zQNQ2!gb-9FToeV;H1*1JF5_)AJ_CXvfH8)EbK*r&004|J6a;}){H3b#tt*o+EBIw4 zzjk3w$J=u96adbZe6d&n049@(bp;Q@@VATI?RHLbbv6J*L{drs!0~v5=Xq9r5fQD| zYXHD#G_sDb>Z^-JfpgN=j&0)0N9S_6Y%H%oHC_aP^YpLs-Dj??1zfKP8zqFGIF3IG zSb1DE{xbHm4VO7H#u#IaF~%5U?Em3xPp~OO)%QW_Y#Tb+66+EkfVLB88xKI+3DhN} z^ag_g0iZn33BbR(YfMB}KSBs1A`(JS7>1N(S*-!+>|;<$Nm^^1PA34sTk?kY^!@3t z$J(tK5QZU@GokK_lg`!v;Qapsr4;f!$80vM)kdcW000h$1E$ky+iAG-*-wCoFrUw9 zwOWyof^3$|mz=#G{~J8dLli~NU&$YFYXPx$|4BqaRCt{2+A)r!Fcb#hpVgj$o=8sTg4#_w_mFx|kS5*Uf`%JJO643NU7EC+ z!d)y;MhcgBTa1jD05g+h(BkNQ6#|2PgE1C1z!+nUF~%5Uj4{R-V=qDoK|%=ntW4Cm z(-=dC!vXvK9sr=V#$vI+a=Gj+KQ%soDN6vr%B}|UcXs$YCZ&Y67H`hsPnN-23jlD= zP5LH$^~7)U|GF&@$8oc*wZ`Aos`uDb`HWg?NGTzugx31Qv9`|Btg4D;vsomBAb&z# z*Kp27{@9omc-Fo7J1rnd5@cCM{=~Yj0RUN+QIaI%*WgL*{B7UP?@#tUXuBuvyYST9 zn}4u58)K*_3IM=*y$g$F^p_F=w`L>5%0RY%+Hb0poJW8qH#{j?+EdY2Q3%tT>@Q@JK4fOd3is}1Y TCa6o000000NkvXXu0mjf8m|x? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/meta.json new file mode 100644 index 0000000000..4fbd43a08b --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/12c21ced8432015485484b17e311dcceb7c458f6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..83cd6ef9028583eb6b228e18c80053619094193e GIT binary patch literal 1524 zcmVPx)u1Q2eRCt{2TCr{$IS_qoTz^+_0aZRAR2uIOcvUD(6r`lB=7v&lS?p)M_m)xmpRh(=!&fDQe$vc4n5G8Q_2e4mjX| z0}eRge~M(^0>nT{N!2l}b<|ppLMBfDl2TGt03MqFD}rqk%ntxrmbr^%h~aOnfC)fD z0He{!5&Fs)jYb$Q=7kCo!(SAIyV~$KQh=0_&XvLqfU+zhga81ieIW$OvcwI5bERrc zv<<5K%sm>7oD8x28~sK~NkRx%YaN*}2G&}PMk8EaUP1_gG))1_pA65B^~-hqMNuHj zGW2>qH>WI1Hy+C0$O3qA#uyYu;e;v65?PkPT8pA6V2oLszb*Lu>kz~L%eoI)`wV{S z0C0JE>Bj5E7T=>bR`3{qS(Yfv61`r}xddBdDF50ICjcD-xB>7CNTihHo0%^dk87=y z>i0qy-h{u3SpKyZ@JdQ|V`vTF!N;p+<_lH#y%?ju#!nzwzlPrKs2I;o{;VX|lo4S|_hxzoxP*F&>Xw z?*rEHvjW=i2MOrEmeMqZF~0u+InJ7ORw6 zQh-uwNhw|PKV|_j{A*u>bvRdQvc zy27^kgEB%ht&wHf%3fRufh@}~)4H>akd(3!f2bP-WrWU@!u#>KcFz0p7-vd#mJzzr z8fP``$1uj=OsS=FLlZQ10XDrGV8z_5wYWjOd2S2q?$7eD93j|yTAZlcH&>FZUt&;N z{J)5U0`@JyzHv~%z6IDf4hq<}0Q<&40s9tU-w0MfH3QRi4&YHa`Z9Uie@dT|gszi> zCP_lFFYh}io&c2RIVq)FCZ?`wqA7?d_>xjmU-s`gJEWAN!Rde|z|t~a1-6h(m-FJ1sxC}WX?qQy@L zf(s+Z0FD7%W1gU7|BG#liHQN#IP_*b#t`$Q$qj%Zk&|Il42TMXTn^)S;P(f0sQ>`z z_xn`sRjSG~o6Q<4ASec~=8ZAAjIm2*H7*spbTP5Ic1NAw-gjl&%4~e#lGg&IN#nntV|dz};Q!ZK6RSypnyKWG5^A z0wIW2z%F|NsxZcoNCgPgx*!`J12`v;Wf{I&+gV>g9X=-seYLkZ$xdqf1wzp3ILs}n zXNyyzxVs~3ZD;W)P16Lx{cj7?ACJcv4DyZNTZdLI0L)*5UG@dkfk60He8V*WYn&TK aDgIv>9+t5!u!6Gy0000t%Z z6BHD5pMk;J+WMukRv%CeV@Z%-FoVOh8)-n!N>3NZ5RHjfFIe*(GT>o*aODw0EyuGf zSs(7Oesd~M@vtplF{3l&>#r?NMU#~u=+1v*@7MEl{izEMvd&i(?|u5q(`+GC!CrJ} zg8J$Q9JZ5#8zkS~DA9W%tNcO8LV9a+;~s?!EuI}6Et{RnQe(Vt*>0Kr+wO~0R@{bC z8M%wAqTN32P^#%-(fhg5cfrnKNnKA^ES6u5$|C9VLH}g@&qAd~s()Kw% WleIe67ViOcG=rzBpUXO@geCx_TW!w( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..31fc1a5227d9b2bd51d1b4d56851aa169cefa50f GIT binary patch literal 638 zcmV-^0)hRBP)Px%I7vi7RCt{2nm=yaFcgPB72TUj0z8M##1jYs+DW@|hfF#`$KIp8K(lA5yBO#$ zPu9{&Ky-+_4mDLZNNrISK?{B#V1SnJ7-Pg3 zBO%*(6Qa@$NL5wh22fR%Y+&?2oZkKS)%%dlU7>qo)>`Vi=4H8QnxkzFpLkIe06acE z_V-WeeVIK1(liBNwOaMpT-n_lqc4hrwry$Kwl`vo-j}y?SD0lP+wC?1#99mdeu7QY zB-YxKVLa5k0oQdsTJOv3Q$RrO%CZl6hqack4-X_K+8pYg0bSRP)<>r-OMyQt_;4k6 z_d@D@3FhVoh-|B|>Aa{fpPKzt9=stQcct1N{Q#%479I?XZrJeO46ZGCA+G z5)c``_9cn`aDwFlOF<2Y-GSK5z8?^pDf9do7asv?KYgUmvFIt#wr&3zKA9NIi#DLH>;BxpR2FRjz;3q-`tkJa5Rv}(8RQ$twYh%w z**;%1Lj%5m2*?I5(||Nhr7TM^#!NO~(QCkuuKVvg7MloVSteKSu8_mAf&G4;Oi6`* Y0h=lS_DCZX0000007*qoM6N<$g704@S^xk5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..05c21acd9b9e1dd5ec2a618d2fc57f8ff2792b49 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z=X$z0hE&XX zduwB1vw;Nb19v^+2b>|R7KC*zDO&$#LYJYDYZ=F0?Mnf>16C@@vU>l~H0a8Gz;t8h zf*-Y0btk<4X|MQNhtUNN*u69Zy-vnIkI3@+w|n6+p$RtUosZj`U&^vb^T?b(Co2yZ z9^H0Zmmy*M?bg@#e#gx>ojH5IInyN*-np-Lxy4?8*t{z{+syp`-^#;jn;k<#IT>DB zSv-HR*MG~k)%85jp1tQyXMA!q%Hp}x(OJtHuSvakZA@8kepbw!`%&5lzVlSsOfI{A zEhq2a#Vm}VR&W`Z*5?boDLF65kg>LL(T=JU_f1Uy zKXA&(_$qR_tHAHy!NfqOPm8X2-k$xvqU(uahpoLJ3|!nbr6D5QwP6K+0E6;xCi|EF zis}s1a%_)h1u|YTX)Wf9oHkd+uH)h&CWc(WZ@+7IzZKc&%385ji{b6Q-Nkxcxt|TY zpEu~7KJ}Q1ak>OB))+ip{an^LB{Ts5Sxnl) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/meta.json new file mode 100644 index 0000000000..4fbd43a08b --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradisestation at commit https://github.com/ParadiseSS13/Paradise/commit/12c21ced8432015485484b17e311dcceb7c458f6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Markers/jobs.rsi/ertengineer.png b/Resources/Textures/Markers/jobs.rsi/ertengineer.png new file mode 100644 index 0000000000000000000000000000000000000000..629bc8078a9e8abebf7543da88f9ff7018285cdb GIT binary patch literal 1210 zcmV;r1V#IaP)Px(bV)=(R9J=OmVZoDWf;dlN3FPU<%-jlB$e5m7z%POl5v@$v_fFcm90$y!BTe9 zHgm0PHvPx-M_abFHeHIE5p?gXxY8@ zu>7lMJLl{?@AH1Y-}5~0`!{5{6M>|&;5w?X42wfMv zxR$S^@O?XH`n^0mC7s58FN>$7bNJmsIxl*ye3MlHAb{>~KxaOQF^`~*rlH4NM&}BB z{#KAl!6*rXG-j6M=H|XCRmCbilMemE@W&N+cm_CZ;Qf*OvSt9PzWp>}+zD0$BqU5i z-Bk&VUW0VbEO11@*|Vs-Dwvrt(Gs~O0i~s-VvDjHFX?Fz2n4UIke&_#(YDFFx#g|M z^G}2&aJ${|-~%=q&YWgsWCVcLs(t1@OwL^oKva|sfDBhAyLW#O5q8)hx7#fz>z&x_ zd(7y8YXkp?b2uD#y${`R)7D-T7C&qWPSmR`uPY{_!V3ZgYm11DjU^{1mrbv~!HS$* zVjT_&)~++>WK^Ezx#NW-B_0Y}j*tS}Znps-P`m5^0G*wk0BBkhUw(CzW~~WC=i|;S}0Ajp5-T6lDTkT^(at5jgsN8&9X4r{M^=)`ZmX?{@qUBH|Dc zFq#$&!vDCMvELAoy)%f@amCZ{vE@`7AIv*m_ z`^{ZIt6y0aF|H*6^XBZ8Wz`#K*M~zFRlZTsvy+&#_#9Px(2}wjjR9J=WmQQFLWf;bPD;|3D=+5j+P9EB3XJ(V^rhl1YMP zGZW~|7ryM*BHP7!cstGyJbw_QJI{f82QgmE zb3hIvh!hI>SX8`+qB*xDlWAvpWf}6YvN|uXEYqIZgJq^7D-l`&)38JYs?{1XAa6sp zR`cg-Z3D@a6zuRygnrO8EU}#ereSS*dm})>E?}7{q7aCj1DSM&N5*sPr8{8p0~6dm z(n`TD0MVilnt&jfhJ^?e$sw$NeTf{Jv|7a<3+OGo<1>>hG+>*RsE%WY!rrnICYue3 z$CaSC_CME!=ee}CrD@W2(rp=B&!uaB7k&u}YFxoch6_oERxGHB3IZZfE|=GqS*etf zRcgUHpsESN_Jf85ejY>$gGF9z`VyyT1A>S@bY0`Zi3>Doy3c2|0oabs(WY_iVTZZl ztywfAaO`T5-s?Ray_yWxnsnb`xm;oR>mkaOG9u!yuey8nib3D^y}UAIY~{Z(0so_f z{9q9y>4U9Qe5qZx#xt=IYOa3}l~==ICQa;hffE3vThr9M8q?=)Fn1XqKhxMp!?WP^Y%|K7f}*JCy3R%8Hk<%H zhIr!X;JM|gH*ks$i}n)VOkM_{C%DmBqsQ^=768*GXu!q6Nu!ITLTeqBSg5A zE`7ERK3jt0*=E2`)Y%e25BT--Xe2@rxc)w}^GP_K-ObHO7%O*g>a^#}-Q1dlW7%dN zdjh6M!;=U_K!P6_s~pDj+~5pA1lRRAzeY-kbS(^*gaX&I{@>if!hg2wb&q=817b{H z3-264D)8(nVmtnX(#1tuQZ2+Ejc?>eJRYaDrG?@|i5-7H=gIKp9g4v2ox5bbe2DH( z5Aj9ECGMy3`OZtc^vPkyDu-#_wL5eWLWMwpg}g8QoCfvZ>YMhxdY#$Q{ll}B{R^1& V)PW^b^AZ36002ovPDHLkV1gzd8qfd$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Markers/jobs.rsi/ertjanitor.png b/Resources/Textures/Markers/jobs.rsi/ertjanitor.png new file mode 100644 index 0000000000000000000000000000000000000000..7d548c26c6d9fd38945d414606e8fc5a7dc1600a GIT binary patch literal 1122 zcmV-o1fBbdP)Px(97#k$R9J=OmS0TURTRfRKi9+-7BFB!+eMQWAAmBWEY3j7p8}hTV-h110^MS! z2@f-{xy6JheKsQcVD{q7Sky5lLm&eOj5$gfBQS_5Xhs_+(Bi_fWr~oDaeQcLAsYJo zF@5qr^!|S5chC2H`#tBLd*S~+l&v`JFRc+-dkH^ube`N2mQJffX=#ldd9OYayQ`}Y zfL+0WjE=TzCZWlpbYG1eIbILZ|BtXrSNCNA+&yiKj&*3l)TBVF?L`nF?YXC;1O!A1 z>F&Oa$z;+32WU`WS5~Pw_LSl7X~Sd=2Z{OLV`Ci( z2n>1P-tTa435I_R&36}J=vsK4dil3Bva-kr=B7nAS zc>2n-8*9g()c}u3nuYKR<&{8b8v6se19TqbI~YIKcAKG8r}-OTAx3 zz8Q+D@J@O$==Ip`xtd6*s)3#9XTYe0w|1KHUQ z=I4XtWILj<1e9$b)9d__;=V&#e^n-5$T4xcGRi7AwI(AhdZ@6hX|6b)dXL0M50XRcvWr#Dw(zbXX~W zBjnR^{%lNqO?^8ruRzLPd!1`T9*hm&Fg3D5`U_zZ1^V`$!u#`KO_-{W~OpZJV%dP!D)I{LU?dtFyP*}KKjZ#&s1nQe2$^K6-B%uHjDNI@4 z{zNpj-}OUNzAm+FjIg&H<)3U?Fg0CD9XZiww`ZL_TMNp@p(zCha|s4>2_i5PYKYAE zLc$w%lwjCVqM3kd1-hG&@6TNXLP~7VU1057cQf+xo9fe`ia=L0^3s7<0Qh63ivbT2 o1|l%v38f+asgMHQTvScsFQFu@3wzAj-2eap07*qoM6N<$f=+k;GXMYp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Markers/jobs.rsi/ertjanitoreva.png b/Resources/Textures/Markers/jobs.rsi/ertjanitoreva.png new file mode 100644 index 0000000000000000000000000000000000000000..24312247a8456c2c4c77fb14980fac552bf12cba GIT binary patch literal 1209 zcmV;q1V;ObP)Px(b4f%&R9J=WmQ8F_RTRg6Lu^eu8Y%%~-lQ`E+JSz|o3FNnQeq$|2@3@*k}ilP zZH!3`D`O0PurO#~X(CaewlQLeL|lQz(n#8Fn3>MU>jy@qGY{TOTM}ZZ723^lG1IXV zllHx;JMZS+ch9~5^S|f(?|ldUZ!2hiH6U#}65>|_($<_1zb_yw#d^%@2A}GeLoKh; zyxGgZ?ZY&0@-le)FbEP$4BP%w0zTC*jrH3|rBamYkdg^X(=Z_uG&D3Kh{O{yOC(Ga z@Tq$C4|rG2aET?l3-M?PwwBp z&o1}3Obvz#^H1-H(4RiQnl)=kB;%GaS6Nxy5Ng0)UQT~{KfBuJdHYLYSNlBu>HXO4 z<(8d;g$T5_bx1gJlSgxNc&a?a;==`-en$tur}}6JHFCD=bJMt{7JBPcS-dzDtjE!P zu3*o$wG)Yiix3mZgemN0Q{b&rMR6!VPG1KPv=EMlnQZIe@ee*^vaN$iB+M%ZTUc16 zIGm_n)s!4fXh3i(&cat(PXRDBJ;g+Nf~n~#1W2dTNS>tA=`?*CmL%Y<^@_4V0ff1^ zM>+UBa3~Pu-o0r;fnc6y&M-GO2O>BWrI5On6R@9Qr}7PhLxXJJ*0ktU!WPd~L}1I7 z>Y_bO+nX2|8sK^566zD5E$4q}0*To-_=RIsR8-({xd3ogR)RopUoZ8+danJ@3ka@C zci!%zqT(rj<`{|JU;k$W7LNQ<^)$vm1kujJ^rD#3eihf7OFbuMj8IoFZNgvBT z7Ox#?6L+PHNHkJ-@s`@9jcB$L@0}1`*Xio%S{C2bYqf9hK3ThV9pksgc=3h349B9Z zU$-73W8hSr7}*Q}*=z=FMEmzEA}KsE@N3_0R-@-<7VE0F!ocD z_E_B_X#M8~fX$7Iw^95g>zkxQ}iMtv4 zKQ>RoQbB@1NmVzQj8QagWDH6@-8rrNB^Oi8oCpQ_zRQiH!_nMek=C=5S+bK^0QxVR zcMc{au;)0ouFKas**Q!w5X9kd6rIws!9g$(f@hT18q>Y=u#)^rj~m*vq|F7)$ujqGfuh(R`+Vf=xHHv9MVEZ6=7 XMmEg_sf=^C00000NkvXXu0mjfM!P}$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Markers/jobs.rsi/ertleader.png b/Resources/Textures/Markers/jobs.rsi/ertleader.png new file mode 100644 index 0000000000000000000000000000000000000000..ec540ef750234d8392a75605444c9a9d43fb5991 GIT binary patch literal 1161 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 Hu0mjf%CAed literal 0 HcmV?d00001 diff --git a/Resources/Textures/Markers/jobs.rsi/meta.json b/Resources/Textures/Markers/jobs.rsi/meta.json index 2ba5d82717..ea50a4cd64 100644 --- a/Resources/Textures/Markers/jobs.rsi/meta.json +++ b/Resources/Textures/Markers/jobs.rsi/meta.json @@ -61,6 +61,36 @@ { "name": "detective" }, + { + "name": "ertengineer" + }, + { + "name": "ertengineereva" + }, + { + "name": "ertjanitor" + }, + { + "name": "ertjanitoreva" + }, + { + "name": "ertleader" + }, + { + "name": "ertleadereva" + }, + { + "name": "ertmedical" + }, + { + "name": "ertmedicaleva" + }, + { + "name": "ertsecurity" + }, + { + "name": "ertsecurityeva" + }, { "name": "geneticist" },