From fc087bfbd4a4d9fc4d6a23e4e1f8fd2b502c1c40 Mon Sep 17 00:00:00 2001 From: doublechest <114690331+doublechest0@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:37:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5/=D0=92=D0=BE=D0=B7=D1=80=D0=B0=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=9A=D0=A2=20(#25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * base * locs clean * update * remove garbage --------- Co-authored-by: Doublechest --- .../Shuttles/Systems/ShuttleConsoleSystem.cs | 5 +- .../Stories/Prison/PrisonShuttleComponent.cs | 7 + .../Stories/Prison/StationPrisonComponent.cs | 15 + .../Stories/Prison/StationPrisonSystem.cs | 33 + .../fills/backpacks/startergear/backpack.ftl | 4 - .../fills/backpacks/startergear/duffelbag.ftl | 2 - .../stories/catalog/fills/lockers/jedi_nt.ftl | 3 - .../catalog/fills/lockers/suit_storage.ftl | 9 - .../entities/clothing/back/backpacks.ftl | 4 - .../stories/entities/clothing/back/duffel.ftl | 2 - .../entities/clothing/back/satchel.ftl | 2 - .../entities/clothing/ears/headsets.ftl | 2 - .../entities/clothing/ears/headsets_alt.ftl | 4 +- .../entities/clothing/eyes/glasses.ftl | 2 - .../stories/entities/clothing/head/hats.ftl | 2 - .../stories/entities/clothing/head/soft.ftl | 2 - .../stories/entities/clothing/neck/cloaks.ftl | 2 - .../entities/clothing/outerclothing/coats.ftl | 2 - .../clothing/outerclothing/wintercoats.ftl | 2 - .../entities/clothing/uniforms/jumpskirts.ftl | 4 - .../entities/clothing/uniforms/jumpsuits.ftl | 4 - .../objects/devices/encryption_keys.ftl | 2 - .../stories/entities/objects/devices/pda.ftl | 8 - .../objects/misc/identification_cards.ftl | 10 +- .../stories/entities/objects/misc/stamps.ftl | 3 - .../entities/objects/weapons/melee/sword.ftl | 2 - .../storage/closets/lockers/lockers.ftl | 4 - .../Locale/ru-RU/stories/job/department.ftl | 2 +- .../Locale/ru-RU/stories/job/job-names.ftl | 12 +- .../ru-RU/stories/job/job-supervisors.ftl | 1 - .../ru-RU/stories/paper/stamp-component.ftl | 1 - Resources/Maps/Stories/Shuttles/prison.yml | 3912 +++ Resources/Maps/Stories/prison.yml | 24588 ++++++++++++++++ .../Entities/Clothing/Ears/headsets_alt.yml | 2 +- .../Structures/Machines/telecomms.yml | 2 +- .../Prototypes/Roles/Jobs/departments.yml | 1 - .../Prototypes/Stories/Access/prison.yml | 23 + .../Fills/Backpacks/StarterGear/backpack.yml | 11 +- .../Fills/Backpacks/StarterGear/duffelbag.yml | 4 +- .../Fills/Backpacks/StarterGear/satchel.yml | 4 +- .../Stories/Catalog/Fills/Items/belt.yml | 20 +- .../Stories/Catalog/Fills/Items/prison.yml | 9 + .../Stories/Catalog/Fills/Lockers/heads.yml | 25 - .../Stories/Catalog/Fills/Lockers/prison.yml | 49 + .../Catalog/Fills/Lockers/spaceprison.yml | 19 - .../Catalog/Fills/Lockers/suit_storage.yml | 51 +- .../VendingMachines/Inventories/prison.yml | 39 + .../VendingMachines/Inventories/spdrobe.yml | 20 - .../Entities/Clothing/Back/backpacks.yml | 9 - .../Stories/Entities/Clothing/Back/duffel.yml | 8 - .../Stories/Entities/Clothing/Back/prison.yml | 26 + .../Entities/Clothing/Back/satchel.yml | 8 - .../Stories/Entities/Clothing/Belt/belts.yml | 73 +- .../Stories/Entities/Clothing/Belt/prison.yml | 37 + .../Entities/Clothing/Ears/headsets.yml | 19 +- .../Entities/Clothing/Ears/headsets_alt.yml | 61 +- .../Stories/Entities/Clothing/Ears/prison.yml | 68 + .../Entities/Clothing/Eyes/glasses.yml | 11 - .../Stories/Entities/Clothing/Eyes/prison.yml | 11 + .../Clothing/Head/hardsuit-helmets.yml | 108 +- .../Stories/Entities/Clothing/Head/hats.yml | 14 - .../Stories/Entities/Clothing/Head/prison.yml | 51 + .../Stories/Entities/Clothing/Head/soft.yml | 10 - .../Stories/Entities/Clothing/Neck/cloaks.yml | 9 - .../Entities/Clothing/OuterClothing/coats.yml | 6 +- .../Clothing/OuterClothing/hardsuits.yml | 133 +- .../Entities/Clothing/OuterClothing/vests.yml | 6 +- .../Clothing/OuterClothing/wintercoats.yml | 9 - .../Stories/Entities/Clothing/Shoes/boots.yml | 11 +- .../Entities/Clothing/Shoes/prison.yml | 10 + .../Entities/Clothing/Uniforms/jumpskirts.yml | 21 - .../Entities/Clothing/Uniforms/jumpsuits.yml | 70 +- .../Entities/Clothing/Uniforms/prison.yml | 43 + .../Entities/Markers/Spawners/jobs.yml | 50 - .../Entities/Markers/Spawners/prison.yml | 47 + .../Objects/Devices/encryption_keys.yml | 71 +- .../Stories/Entities/Objects/Devices/pda.yml | 66 +- .../Objects/Misc/identification_cards.yml | 115 +- .../Stories/Entities/Objects/Misc/stamps.yml | 14 - .../Entities/Objects/Weapons/Melee/prison.yml | 34 + .../Entities/Objects/Weapons/Melee/sword.yml | 28 - .../Stories/Entities/Objects/door_access.yml | 47 + .../Stories/Entities/Objects/door_remote.yml | 21 + .../Entities/Objects/encryption_keys.yml | 15 + .../Entities/Objects/handheld_consoles.yml | 68 + .../Entities/Objects/identification_cards.yml | 56 + .../Stories/Entities/Objects/pda.yml | 52 + .../Stories/Entities/Objects/stamps.yml | 14 + .../Stations/{spaceprison.yml => base.yml} | 11 +- .../Structures/Machines/vending_machines.yml | 25 - .../Storage/Closets/Lockers/lockers.yml | 59 +- .../Stories/Entities/Structures/airlocks.yml | 163 + .../Entities/Structures/airlocks_shuttle.yml | 27 + .../Stories/Entities/Structures/computers.yml | 29 + .../Stories/Entities/Structures/flags.yml | 10 + .../Stories/Entities/Structures/locks.yml | 29 + .../Entities/Structures/vending_machines.yml | 59 + .../Stories/Entities/Structures/walls.yml | 69 + .../Stories/Entities/Structures/windows.yml | 97 + .../Stories/Loadouts/prison_loadouts.yml | 232 + Resources/Prototypes/Stories/Maps/bagel.yml | 7 +- Resources/Prototypes/Stories/Maps/box.yml | 11 +- Resources/Prototypes/Stories/Maps/fland.yml | 7 +- .../Prototypes/Stories/Maps/marathon.yml | 7 +- Resources/Prototypes/Stories/Maps/meta.yml | 7 +- Resources/Prototypes/Stories/Maps/origin.yml | 7 +- Resources/Prototypes/Stories/Maps/prison.yml | 22 + .../Roles/Jobs/Prison/head_of_prison.yml | 49 + .../Roles/Jobs/Prison/prison_engineer.yml | 35 + .../Roles/Jobs/Prison/prison_medic.yml | 31 + .../Roles/Jobs/Prison/prison_officer.yml | 37 + .../Stories/Roles/Jobs/Security/jedi_nt.yml | 8 +- .../Jobs/SpacePrison/head_of_space_prison.yml | 53 - .../SpacePrison/space_prison_engineer.yml | 44 - .../Jobs/SpacePrison/space_prison_medic.yml | 45 - .../Jobs/SpacePrison/space_prison_officer.yml | 42 - .../Stories/Roles/Jobs/departments.yml | 14 +- .../Prototypes/Stories/radio_channels.yml | 3 +- Resources/Prototypes/Stories/tags.yml | 9 +- .../Belt/hosp_sheath.rsi/equipped-BELT.png | Bin 660 -> 662 bytes .../Clothing/Belt/hosp_sheath.rsi/meta.json | 2 +- .../sheath-sabre-equipped-BELT.png | Bin 754 -> 726 bytes .../Belt/hosp_sheath.rsi/sheath-sabre.png | Bin 507 -> 822 bytes .../Clothing/Belt/hosp_sheath.rsi/sheath.png | Bin 507 -> 515 bytes .../Belt/sp_webbing.rsi/equipped-BELT.png | Bin 0 -> 825 bytes .../Clothing/Belt/sp_webbing.rsi/icon.png | Bin 0 -> 605 bytes .../Belt/sp_webbing.rsi/inhand-left.png | Bin 0 -> 511 bytes .../Belt/sp_webbing.rsi/inhand-right.png | Bin 0 -> 526 bytes .../Clothing/Belt/sp_webbing.rsi/meta.json | 26 + .../Head/Hardsuits/engisp.rsi/icon-flash.png | Bin 682 -> 401 bytes .../Head/Hardsuits/engisp.rsi/icon.png | Bin 459 -> 355 bytes .../Head/Hardsuits/engisp.rsi/meta.json | 2 +- .../engisp.rsi/off-equipped-HELMET.png | Bin 1137 -> 822 bytes .../Hardsuits/engisp.rsi/off-inhand-left.png | Bin 842 -> 1061 bytes .../Hardsuits/engisp.rsi/off-inhand-right.png | Bin 908 -> 1006 bytes .../engisp.rsi/on-equipped-HELMET.png | Bin 1429 -> 953 bytes .../Hardsuits/engisp.rsi/on-inhand-left.png | Bin 1248 -> 1061 bytes .../Hardsuits/engisp.rsi/on-inhand-right.png | Bin 1303 -> 1006 bytes .../Head/Hardsuits/hospsp.rsi/icon-flash.png | Bin 0 -> 484 bytes .../Head/Hardsuits/hospsp.rsi/icon.png | Bin 0 -> 468 bytes .../Head/Hardsuits/hospsp.rsi/meta.json | 41 + .../hospsp.rsi/off-equipped-HELMET.png | Bin 0 -> 1246 bytes .../Hardsuits/hospsp.rsi/off-inhand-left.png | Bin 0 -> 1061 bytes .../Hardsuits/hospsp.rsi/off-inhand-right.png | Bin 0 -> 1006 bytes .../hospsp.rsi/on-equipped-HELMET.png | Bin 0 -> 1341 bytes .../Hardsuits/hospsp.rsi/on-inhand-left.png | Bin 0 -> 1061 bytes .../Hardsuits/hospsp.rsi/on-inhand-right.png | Bin 0 -> 1006 bytes .../Head/Hardsuits/medicsp.rsi/icon-flash.png | Bin 0 -> 344 bytes .../Head/Hardsuits/medicsp.rsi/icon.png | Bin 0 -> 304 bytes .../Head/Hardsuits/medicsp.rsi/meta.json | 41 + .../medicsp.rsi/off-equipped-HELMET.png | Bin 0 -> 837 bytes .../Hardsuits/medicsp.rsi/off-inhand-left.png | Bin 0 -> 1061 bytes .../medicsp.rsi/off-inhand-right.png | Bin 0 -> 1006 bytes .../medicsp.rsi/on-equipped-HELMET.png | Bin 0 -> 947 bytes .../Hardsuits/medicsp.rsi/on-inhand-left.png | Bin 0 -> 1061 bytes .../Hardsuits/medicsp.rsi/on-inhand-right.png | Bin 0 -> 1006 bytes .../Hardsuits/securitysp.rsi/icon-flash.png | Bin 284 -> 334 bytes .../Head/Hardsuits/securitysp.rsi/icon.png | Bin 214 -> 342 bytes .../Head/Hardsuits/securitysp.rsi/meta.json | 2 +- .../securitysp.rsi/off-equipped-HELMET.png | Bin 902 -> 861 bytes .../securitysp.rsi/off-inhand-left.png | Bin 746 -> 1061 bytes .../securitysp.rsi/off-inhand-right.png | Bin 792 -> 1006 bytes .../securitysp.rsi/on-equipped-HELMET.png | Bin 1207 -> 905 bytes .../securitysp.rsi/on-inhand-left.png | Bin 903 -> 1061 bytes .../securitysp.rsi/on-inhand-right.png | Bin 953 -> 1006 bytes .../Hats/hosp_ushanka.rsi/equipped-HELMET.png | Bin 0 -> 732 bytes .../Head/Hats/hosp_ushanka.rsi/icon.png | Bin 0 -> 549 bytes .../Head/Hats/hosp_ushanka.rsi/meta.json | 18 + .../Head/Soft/cap_sp.rsi/equipped-HELMET.png | Bin 0 -> 392 bytes .../Clothing/Head/Soft/cap_sp.rsi/icon.png | Bin 0 -> 348 bytes .../Head/Soft/cap_sp.rsi/inhand-left.png | Bin 0 -> 348 bytes .../Head/Soft/cap_sp.rsi/inhand-right.png | Bin 0 -> 354 bytes .../Clothing/Head/Soft/cap_sp.rsi/meta.json | 26 + .../Soft/hosp_cap.rsi/equipped-HELMET.png | Bin 0 -> 557 bytes .../Clothing/Head/Soft/hosp_cap.rsi/icon.png | Bin 0 -> 298 bytes .../Head/Soft/hosp_cap.rsi/inhand-left.png | Bin 0 -> 504 bytes .../Head/Soft/hosp_cap.rsi/inhand-right.png | Bin 0 -> 502 bytes .../Clothing/Head/Soft/hosp_cap.rsi/meta.json | 26 + .../Coats/hosp.rsi/equipped-OUTERCLOTHING.png | Bin 1155 -> 2192 bytes .../OuterClothing/Coats/hosp.rsi/icon.png | Bin 490 -> 671 bytes .../Coats/hosp.rsi/inhand-left.png | Bin 291 -> 817 bytes .../Coats/hosp.rsi/inhand-right.png | Bin 295 -> 787 bytes .../OuterClothing/Coats/hosp.rsi/meta.json | 10 +- .../engisp.rsi/equipped-OUTERCLOTHING.png | Bin 2156 -> 2062 bytes .../Hardsuits/engisp.rsi/icon.png | Bin 817 -> 906 bytes .../Hardsuits/engisp.rsi/inhand-left.png | Bin 687 -> 916 bytes .../Hardsuits/engisp.rsi/inhand-right.png | Bin 699 -> 941 bytes .../Hardsuits/engisp.rsi/meta.json | 2 +- .../hospsp.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 2058 bytes .../Hardsuits/hospsp.rsi/icon.png | Bin 0 -> 967 bytes .../Hardsuits/hospsp.rsi/inhand-left.png | Bin 0 -> 975 bytes .../Hardsuits/hospsp.rsi/inhand-right.png | Bin 0 -> 999 bytes .../Hardsuits/hospsp.rsi/meta.json | 26 + .../medicsp.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 2160 bytes .../Hardsuits/medicsp.rsi/icon.png | Bin 0 -> 883 bytes .../Hardsuits/medicsp.rsi/inhand-left.png | Bin 0 -> 943 bytes .../Hardsuits/medicsp.rsi/inhand-right.png | Bin 0 -> 977 bytes .../Hardsuits/medicsp.rsi/meta.json | 26 + .../securitysp.rsi/equipped-OUTERCLOTHING.png | Bin 2145 -> 2033 bytes .../Hardsuits/securitysp.rsi/icon.png | Bin 836 -> 864 bytes .../Hardsuits/securitysp.rsi/inhand-left.png | Bin 601 -> 855 bytes .../Hardsuits/securitysp.rsi/inhand-right.png | Bin 604 -> 880 bytes .../Hardsuits/securitysp.rsi/meta.json | 2 +- .../armor_sp.rsi/equipped-OUTERCLOTHING.png | Bin 734 -> 944 bytes .../OuterClothing/Vests/armor_sp.rsi/icon.png | Bin 372 -> 511 bytes .../Vests/armor_sp.rsi/inhand-left.png | Bin 286 -> 528 bytes .../Vests/armor_sp.rsi/inhand-right.png | Bin 291 -> 564 bytes .../Vests/armor_sp.rsi/meta.json | 10 +- .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 1435 bytes .../eng_sp.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1736 bytes .../Uniforms/Jumpsuit/eng_sp.rsi/icon.png | Bin 0 -> 585 bytes .../Jumpsuit/eng_sp.rsi/inhand-left.png | Bin 0 -> 749 bytes .../Jumpsuit/eng_sp.rsi/inhand-right.png | Bin 0 -> 583 bytes .../Uniforms/Jumpsuit/eng_sp.rsi/meta.json | 30 + .../hosp.rsi/equipped-INNERCLOTHING-digi.png | Bin 0 -> 1762 bytes .../hosp.rsi/equipped-INNERCLOTHING.png | Bin 1394 -> 1533 bytes .../Uniforms/Jumpsuit/hosp.rsi/icon.png | Bin 539 -> 493 bytes .../Jumpsuit/hosp.rsi/inhand-left.png | Bin 535 -> 563 bytes .../Jumpsuit/hosp.rsi/inhand-right.png | Bin 522 -> 569 bytes .../Uniforms/Jumpsuit/hosp.rsi/meta.json | 4 +- .../equipped-INNERCLOTHING-monkey.png | Bin 0 -> 1542 bytes .../medic_sp.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1529 bytes .../Uniforms/Jumpsuit/medic_sp.rsi/icon.png | Bin 0 -> 607 bytes .../Jumpsuit/medic_sp.rsi/inhand-left.png | Bin 0 -> 443 bytes .../Jumpsuit/medic_sp.rsi/inhand-right.png | Bin 0 -> 466 bytes .../Uniforms/Jumpsuit/medic_sp.rsi/meta.json | 30 + .../equipped-INNERCLOTHING-digi.png | Bin 0 -> 2357 bytes .../officersp.rsi/equipped-INNERCLOTHING.png | Bin 617 -> 2018 bytes .../Uniforms/Jumpsuit/officersp.rsi/icon.png | Bin 509 -> 531 bytes .../Jumpsuit/officersp.rsi/inhand-left.png | Bin 305 -> 630 bytes .../Jumpsuit/officersp.rsi/inhand-right.png | Bin 308 -> 648 bytes .../Uniforms/Jumpsuit/officersp.rsi/meta.json | 4 +- .../Misc/job_icons.rsi/HeadOfSpacePrison.png | Bin 184 -> 183 bytes .../job_icons.rsi/SpacePrisonEngineer.png | Bin 156 -> 156 bytes .../Misc/job_icons.rsi/SpacePrisonMedic.png | Bin 150 -> 158 bytes .../SpacePrisonSecurityOfficer.png | Bin 166 -> 170 bytes .../Devices/handheld_console.rsi/meta.json | 21 + .../handheld_console.rsi/shuttle_sp.png | Bin 0 -> 698 bytes .../Objects/Devices/pda.rsi/pda-engi.png | Bin 0 -> 612 bytes .../Objects/Devices/pda.rsi/pda-hosp.png | Bin 508 -> 627 bytes .../Devices/pda.rsi/pda-spengineer.png | Bin 549 -> 604 bytes .../Objects/Devices/pda.rsi/pda-spmedic.png | Bin 525 -> 640 bytes .../Objects/Devices/pda.rsi/pda-spofficer.png | Bin 440 -> 515 bytes .../Objects/Misc/id_cards.rsi/default_sp.png | Bin 0 -> 438 bytes .../Objects/Misc/id_cards.rsi/meta.json | 100 +- .../Objects/Misc/id_cards.rsi/silver_sp.png | Bin 0 -> 543 bytes .../Weapons/Melee/hosp_sabre.rsi/icon.png | Bin 365 -> 663 bytes .../Melee/hosp_sabre.rsi/inhand-left.png | Bin 529 -> 580 bytes .../Melee/hosp_sabre.rsi/inhand-right.png | Bin 502 -> 571 bytes .../Weapons/Melee/hosp_sabre.rsi/meta.json | 8 +- .../Airlocks/Glass/security.rsi/assembly.png | Bin 0 -> 705 bytes .../Glass/security.rsi/bolted_open_unlit.png | Bin 0 -> 178 bytes .../Glass/security.rsi/bolted_unlit.png | Bin 0 -> 202 bytes .../Airlocks/Glass/security.rsi/closed.png | Bin 0 -> 726 bytes .../Glass/security.rsi/closed_unlit.png | Bin 0 -> 212 bytes .../Airlocks/Glass/security.rsi/closing.png | Bin 0 -> 1671 bytes .../Glass/security.rsi/closing_unlit.png | Bin 0 -> 634 bytes .../Glass/security.rsi/deny_unlit.png | Bin 0 -> 481 bytes .../security.rsi/emergency_open_unlit.png | Bin 0 -> 206 bytes .../Glass/security.rsi/emergency_unlit.png | Bin 0 -> 246 bytes .../Airlocks/Glass/security.rsi/meta.json | 197 + .../Airlocks/Glass/security.rsi/open.png | Bin 0 -> 401 bytes .../Glass/security.rsi/open_unlit.png | Bin 0 -> 173 bytes .../Airlocks/Glass/security.rsi/opening.png | Bin 0 -> 1696 bytes .../Glass/security.rsi/opening_unlit.png | Bin 0 -> 675 bytes .../Glass/security.rsi/panel_closed.png | Bin 0 -> 120 bytes .../Glass/security.rsi/panel_closing.png | Bin 0 -> 461 bytes .../Glass/security.rsi/panel_open.png | Bin 0 -> 234 bytes .../Glass/security.rsi/panel_opening.png | Bin 0 -> 471 bytes .../Airlocks/Glass/security.rsi/sparks.png | Bin 0 -> 1051 bytes .../Glass/security.rsi/sparks_broken.png | Bin 0 -> 575 bytes .../Glass/security.rsi/sparks_damaged.png | Bin 0 -> 504 bytes .../Glass/security.rsi/sparks_open.png | Bin 0 -> 439 bytes .../Airlocks/Glass/security.rsi/welded.png | Bin 0 -> 326 bytes .../Glass/shuttle_sp.rsi/assembly.png | Bin 0 -> 1548 bytes .../shuttle_sp.rsi/bolted_open_unlit.png | Bin 0 -> 120 bytes .../Glass/shuttle_sp.rsi/bolted_unlit.png | Bin 0 -> 4972 bytes .../Airlocks/Glass/shuttle_sp.rsi/closed.png | Bin 0 -> 1356 bytes .../Glass/shuttle_sp.rsi/closed_unlit.png | Bin 0 -> 5035 bytes .../Airlocks/Glass/shuttle_sp.rsi/closing.png | Bin 0 -> 5195 bytes .../Glass/shuttle_sp.rsi/closing_unlit.png | Bin 0 -> 6610 bytes .../Glass/shuttle_sp.rsi/deny_unlit.png | Bin 0 -> 6524 bytes .../shuttle_sp.rsi/emergency_open_unlit.png | Bin 0 -> 120 bytes .../Glass/shuttle_sp.rsi/emergency_unlit.png | Bin 0 -> 5301 bytes .../Airlocks/Glass/shuttle_sp.rsi/meta.json | 158 + .../Airlocks/Glass/shuttle_sp.rsi/open.png | Bin 0 -> 1475 bytes .../Glass/shuttle_sp.rsi/open_unlit.png | Bin 0 -> 120 bytes .../Airlocks/Glass/shuttle_sp.rsi/opening.png | Bin 0 -> 4597 bytes .../Glass/shuttle_sp.rsi/opening_unlit.png | Bin 0 -> 6610 bytes .../Glass/shuttle_sp.rsi/panel_closed.png | Bin 0 -> 120 bytes .../Glass/shuttle_sp.rsi/panel_closing.png | Bin 0 -> 6400 bytes .../Glass/shuttle_sp.rsi/panel_open.png | Bin 0 -> 5073 bytes .../Glass/shuttle_sp.rsi/panel_opening.png | Bin 0 -> 6183 bytes .../Airlocks/Glass/shuttle_sp.rsi/welded.png | Bin 0 -> 5638 bytes .../Standard/security.rsi/assembly.png | Bin 0 -> 673 bytes .../security.rsi/bolted_open_unlit.png | Bin 0 -> 178 bytes .../Standard/security.rsi/bolted_unlit.png | Bin 0 -> 202 bytes .../Airlocks/Standard/security.rsi/closed.png | Bin 0 -> 668 bytes .../Standard/security.rsi/closed_unlit.png | Bin 0 -> 212 bytes .../Standard/security.rsi/closing.png | Bin 0 -> 1656 bytes .../Standard/security.rsi/closing_unlit.png | Bin 0 -> 634 bytes .../Standard/security.rsi/deny_unlit.png | Bin 0 -> 481 bytes .../security.rsi/emergency_open_unlit.png | Bin 0 -> 206 bytes .../Standard/security.rsi/emergency_unlit.png | Bin 0 -> 246 bytes .../Airlocks/Standard/security.rsi/meta.json | 197 + .../Airlocks/Standard/security.rsi/open.png | Bin 0 -> 404 bytes .../Standard/security.rsi/open_unlit.png | Bin 0 -> 173 bytes .../Standard/security.rsi/opening.png | Bin 0 -> 1677 bytes .../Standard/security.rsi/opening_unlit.png | Bin 0 -> 675 bytes .../Standard/security.rsi/panel_closed.png | Bin 0 -> 120 bytes .../Standard/security.rsi/panel_closing.png | Bin 0 -> 461 bytes .../Standard/security.rsi/panel_open.png | Bin 0 -> 234 bytes .../Standard/security.rsi/panel_opening.png | Bin 0 -> 471 bytes .../Airlocks/Standard/security.rsi/sparks.png | Bin 0 -> 1051 bytes .../Standard/security.rsi/sparks_broken.png | Bin 0 -> 575 bytes .../Standard/security.rsi/sparks_damaged.png | Bin 0 -> 504 bytes .../Standard/security.rsi/sparks_open.png | Bin 0 -> 439 bytes .../Airlocks/Standard/security.rsi/welded.png | Bin 0 -> 326 bytes .../Standard/shuttle_sp.rsi/assembly.png | Bin 0 -> 1443 bytes .../shuttle_sp.rsi/bolted_open_unlit.png | Bin 0 -> 120 bytes .../Standard/shuttle_sp.rsi/bolted_unlit.png | Bin 0 -> 4972 bytes .../Standard/shuttle_sp.rsi/closed.png | Bin 0 -> 1222 bytes .../Standard/shuttle_sp.rsi/closed_unlit.png | Bin 0 -> 5035 bytes .../Standard/shuttle_sp.rsi/closing.png | Bin 0 -> 4987 bytes .../Standard/shuttle_sp.rsi/closing_unlit.png | Bin 0 -> 6610 bytes .../Standard/shuttle_sp.rsi/deny_unlit.png | Bin 0 -> 6524 bytes .../shuttle_sp.rsi/emergency_open_unlit.png | Bin 0 -> 120 bytes .../shuttle_sp.rsi/emergency_unlit.png | Bin 0 -> 5301 bytes .../Standard/shuttle_sp.rsi/meta.json | 158 + .../Airlocks/Standard/shuttle_sp.rsi/open.png | Bin 0 -> 683 bytes .../Standard/shuttle_sp.rsi/open_unlit.png | Bin 0 -> 120 bytes .../Standard/shuttle_sp.rsi/opening.png | Bin 0 -> 3473 bytes .../Standard/shuttle_sp.rsi/opening_unlit.png | Bin 0 -> 6610 bytes .../Standard/shuttle_sp.rsi/panel_closed.png | Bin 0 -> 120 bytes .../Standard/shuttle_sp.rsi/panel_closing.png | Bin 0 -> 6400 bytes .../Standard/shuttle_sp.rsi/panel_open.png | Bin 0 -> 5073 bytes .../Standard/shuttle_sp.rsi/panel_opening.png | Bin 0 -> 6183 bytes .../Standard/shuttle_sp.rsi/welded.png | Bin 0 -> 5638 bytes .../secMachineSP.rsi/broken.png | Bin 0 -> 888 bytes .../secMachineSP.rsi/deny-unshaded.png | Bin 0 -> 729 bytes .../secMachineSP.rsi/eject-unshaded.png | Bin 0 -> 1532 bytes .../secMachineSP.rsi/meta.json | 52 + .../secMachineSP.rsi/normal-unshaded.png | Bin 0 -> 1287 bytes .../VendingMachines/secMachineSP.rsi/off.png | Bin 0 -> 589 bytes .../secMachineSP.rsi/panel.png | Bin 0 -> 242 bytes .../VendingMachines/spdrobe.rsi/broken.png | Bin 817 -> 863 bytes .../VendingMachines/spdrobe.rsi/meta.json | 2 +- .../spdrobe.rsi/normal-unshaded.png | Bin 1155 -> 1052 bytes .../VendingMachines/spdrobe.rsi/off.png | Bin 483 -> 567 bytes .../Machines/computers_sp.rsi/computer_sp.png | Bin 0 -> 2447 bytes .../computers_sp.rsi/generic_keyboard_sp.png | Bin 0 -> 1106 bytes .../computers_sp.rsi/generic_keys_sp.png | Bin 0 -> 395 bytes .../Machines/computers_sp.rsi/meta.json | 49 + .../Machines/computers_sp.rsi/shuttle_sp.png | Bin 0 -> 1457 bytes .../Walls/shuttle_diagonal_sp.rsi/meta.json | 17 + .../Walls/shuttle_diagonal_sp.rsi/state0.png | Bin 0 -> 868 bytes .../Walls/shuttle_diagonal_sp.rsi/state1.png | Bin 0 -> 808 bytes .../Structures/Walls/shuttle_sp.rsi/full.png | Bin 0 -> 1234 bytes .../Structures/Walls/shuttle_sp.rsi/meta.json | 64 + .../shuttle_sp.rsi/shuttle_construct-0.png | Bin 0 -> 1039 bytes .../shuttle_sp.rsi/shuttle_construct-1.png | Bin 0 -> 1114 bytes .../shuttle_sp.rsi/shuttle_construct-2.png | Bin 0 -> 1145 bytes .../shuttle_sp.rsi/shuttle_construct-3.png | Bin 0 -> 1101 bytes .../shuttle_sp.rsi/shuttle_construct-4.png | Bin 0 -> 1088 bytes .../shuttle_sp.rsi/shuttle_construct-5.png | Bin 0 -> 1084 bytes .../Walls/shuttle_sp.rsi/state0.png | Bin 0 -> 1608 bytes .../Walls/shuttle_sp.rsi/state1.png | Bin 0 -> 1173 bytes .../Walls/shuttle_sp.rsi/state2.png | Bin 0 -> 1608 bytes .../Walls/shuttle_sp.rsi/state3.png | Bin 0 -> 1173 bytes .../Walls/shuttle_sp.rsi/state4.png | Bin 0 -> 1186 bytes .../Walls/shuttle_sp.rsi/state5.png | Bin 0 -> 1718 bytes .../Walls/shuttle_sp.rsi/state6.png | Bin 0 -> 1186 bytes .../Walls/shuttle_sp.rsi/state7.png | Bin 0 -> 5079 bytes .../Walls/shuttleinterior_sp.rsi/full.png | Bin 0 -> 909 bytes .../Walls/shuttleinterior_sp.rsi/meta.json | 46 + .../Walls/shuttleinterior_sp.rsi/state0.png | Bin 0 -> 1352 bytes .../Walls/shuttleinterior_sp.rsi/state1.png | Bin 0 -> 650 bytes .../Walls/shuttleinterior_sp.rsi/state2.png | Bin 0 -> 1352 bytes .../Walls/shuttleinterior_sp.rsi/state3.png | Bin 0 -> 650 bytes .../Walls/shuttleinterior_sp.rsi/state4.png | Bin 0 -> 656 bytes .../Walls/shuttleinterior_sp.rsi/state5.png | Bin 0 -> 1036 bytes .../Walls/shuttleinterior_sp.rsi/state6.png | Bin 0 -> 656 bytes .../Walls/shuttleinterior_sp.rsi/state7.png | Bin 0 -> 388 bytes .../shuttle_window_diagonal_sp.rsi/meta.json | 17 + .../shuttle_window_diagonal_sp.rsi/state0.png | Bin 0 -> 421 bytes .../shuttle_window_diagonal_sp.rsi/state1.png | Bin 0 -> 371 bytes .../Windows/shuttle_window_sp.rsi/full.png | Bin 0 -> 734 bytes .../Windows/shuttle_window_sp.rsi/meta.json | 46 + .../shuttle_window_sp.rsi/swindow0.png | Bin 0 -> 1154 bytes .../shuttle_window_sp.rsi/swindow1.png | Bin 0 -> 918 bytes .../shuttle_window_sp.rsi/swindow2.png | Bin 0 -> 1154 bytes .../shuttle_window_sp.rsi/swindow3.png | Bin 0 -> 918 bytes .../shuttle_window_sp.rsi/swindow4.png | Bin 0 -> 924 bytes .../shuttle_window_sp.rsi/swindow5.png | Bin 0 -> 928 bytes .../shuttle_window_sp.rsi/swindow6.png | Bin 0 -> 924 bytes .../shuttle_window_sp.rsi/swindow7.png | Bin 0 -> 412 bytes .../Stories/Structures/flags.rsi/meta.json | 14 + .../Stories/Structures/flags.rsi/sp.png | Bin 0 -> 632 bytes 398 files changed, 31972 insertions(+), 1216 deletions(-) create mode 100644 Content.Server/Stories/Prison/PrisonShuttleComponent.cs create mode 100644 Content.Server/Stories/Prison/StationPrisonComponent.cs create mode 100644 Content.Server/Stories/Prison/StationPrisonSystem.cs delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/suit_storage.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/backpacks.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/duffel.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/satchel.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/eyes/glasses.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/hats.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/soft.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/neck/cloaks.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/wintercoats.ftl delete mode 100644 Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpskirts.ftl create mode 100644 Resources/Maps/Stories/Shuttles/prison.yml create mode 100644 Resources/Maps/Stories/prison.yml create mode 100644 Resources/Prototypes/Stories/Access/prison.yml create mode 100644 Resources/Prototypes/Stories/Catalog/Fills/Items/prison.yml delete mode 100644 Resources/Prototypes/Stories/Catalog/Fills/Lockers/heads.yml create mode 100644 Resources/Prototypes/Stories/Catalog/Fills/Lockers/prison.yml delete mode 100644 Resources/Prototypes/Stories/Catalog/Fills/Lockers/spaceprison.yml create mode 100644 Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/prison.yml delete mode 100644 Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/spdrobe.yml delete mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Back/duffel.yml create mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Back/prison.yml delete mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Back/satchel.yml create mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Belt/prison.yml create mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Ears/prison.yml create mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Eyes/prison.yml delete mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Head/hats.yml create mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Head/prison.yml delete mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Head/soft.yml delete mode 100644 Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/wintercoats.yml create mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Shoes/prison.yml delete mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpskirts.yml create mode 100644 Resources/Prototypes/Stories/Entities/Clothing/Uniforms/prison.yml create mode 100644 Resources/Prototypes/Stories/Entities/Markers/Spawners/prison.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/prison.yml delete mode 100644 Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/sword.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/door_access.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/door_remote.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/encryption_keys.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/handheld_consoles.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/identification_cards.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/pda.yml create mode 100644 Resources/Prototypes/Stories/Entities/Objects/stamps.yml rename Resources/Prototypes/Stories/Entities/Stations/{spaceprison.yml => base.yml} (64%) delete mode 100644 Resources/Prototypes/Stories/Entities/Structures/Machines/vending_machines.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/airlocks.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/airlocks_shuttle.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/computers.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/flags.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/locks.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/vending_machines.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/walls.yml create mode 100644 Resources/Prototypes/Stories/Entities/Structures/windows.yml create mode 100644 Resources/Prototypes/Stories/Loadouts/prison_loadouts.yml create mode 100644 Resources/Prototypes/Stories/Maps/prison.yml create mode 100644 Resources/Prototypes/Stories/Roles/Jobs/Prison/head_of_prison.yml create mode 100644 Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_engineer.yml create mode 100644 Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_medic.yml create mode 100644 Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_officer.yml delete mode 100644 Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/head_of_space_prison.yml delete mode 100644 Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_engineer.yml delete mode 100644 Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_medic.yml delete mode 100644 Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_officer.yml create mode 100644 Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/icon-flash.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/icon-flash.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/off-inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/off-inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/on-inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hats/hosp_ushanka.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hats/hosp_ushanka.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Hats/hosp_ushanka.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/equipped-INNERCLOTHING-digi.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/equipped-INNERCLOTHING-monkey.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/icon.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/inhand-left.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/inhand-right.png create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi/equipped-INNERCLOTHING-digi.png create mode 100644 Resources/Textures/Stories/Objects/Devices/handheld_console.rsi/meta.json create mode 100644 Resources/Textures/Stories/Objects/Devices/handheld_console.rsi/shuttle_sp.png create mode 100644 Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-engi.png create mode 100644 Resources/Textures/Stories/Objects/Misc/id_cards.rsi/default_sp.png create mode 100644 Resources/Textures/Stories/Objects/Misc/id_cards.rsi/silver_sp.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/bolted_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/closed_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/emergency_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/opening_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks_broken.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks_damaged.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/welded.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/assembly.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/bolted_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/bolted_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closed_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closing_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/deny_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/emergency_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/emergency_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/opening_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/welded.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/bolted_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/closed_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/closing_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/emergency_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/opening_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks_broken.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks_damaged.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/welded.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/assembly.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/bolted_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/bolted_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closed_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closing_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/deny_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/emergency_open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/emergency_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/open_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/opening_unlit.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_closed.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_closing.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_open.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_opening.png create mode 100644 Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/welded.png create mode 100644 Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/broken.png create mode 100644 Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/deny-unshaded.png create mode 100644 Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/eject-unshaded.png create mode 100644 Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/normal-unshaded.png create mode 100644 Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/off.png create mode 100644 Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/panel.png create mode 100644 Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/computer_sp.png create mode 100644 Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/generic_keyboard_sp.png create mode 100644 Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/generic_keys_sp.png create mode 100644 Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/shuttle_sp.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_diagonal_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_diagonal_sp.rsi/state0.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_diagonal_sp.rsi/state1.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/full.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-0.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-1.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-2.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-3.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-4.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-5.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state0.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state1.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state2.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state3.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state4.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state5.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state6.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state7.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/full.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state0.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state1.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state2.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state3.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state4.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state5.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state6.png create mode 100644 Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state7.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_diagonal_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_diagonal_sp.rsi/state0.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_diagonal_sp.rsi/state1.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/full.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow0.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow1.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow2.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow3.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow4.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow5.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow6.png create mode 100644 Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow7.png create mode 100644 Resources/Textures/Stories/Structures/flags.rsi/meta.json create mode 100644 Resources/Textures/Stories/Structures/flags.rsi/sp.png diff --git a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs index 7a19fd13b2..9b0d0e55cf 100644 --- a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs +++ b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs @@ -168,10 +168,11 @@ private bool TryPilot(EntityUid user, EntityUid uid) { if (!_tags.HasTag(user, "CanPilot") || !TryComp(uid, out var component) || - !this.IsPowered(uid, EntityManager) || - !Transform(uid).Anchored || + // !this.IsPowered(uid, EntityManager) || Stories + // !Transform(uid).Anchored || Stories !_blocker.CanInteract(user, uid)) { + Logger.Error("111"); return false; } diff --git a/Content.Server/Stories/Prison/PrisonShuttleComponent.cs b/Content.Server/Stories/Prison/PrisonShuttleComponent.cs new file mode 100644 index 0000000000..6e8b5e90d1 --- /dev/null +++ b/Content.Server/Stories/Prison/PrisonShuttleComponent.cs @@ -0,0 +1,7 @@ +namespace Content.Server.Stories.Prison; + +[RegisterComponent] +public sealed partial class PrisonShuttleComponent : Component +{ + +} diff --git a/Content.Server/Stories/Prison/StationPrisonComponent.cs b/Content.Server/Stories/Prison/StationPrisonComponent.cs new file mode 100644 index 0000000000..b5826f220a --- /dev/null +++ b/Content.Server/Stories/Prison/StationPrisonComponent.cs @@ -0,0 +1,15 @@ +using Content.Server.Maps; +using Robust.Shared.Prototypes; +using Content.Shared.Whitelist; + +namespace Content.Server.Shuttles.Components; + +[RegisterComponent] +public sealed partial class StationPrisonComponent : Component +{ + [DataField] + public ProtoId GameMap = new("/Maps/prison.yml"); + + [DataField] + public EntityWhitelist Whitelist = new(); +} diff --git a/Content.Server/Stories/Prison/StationPrisonSystem.cs b/Content.Server/Stories/Prison/StationPrisonSystem.cs new file mode 100644 index 0000000000..8ccdfd1115 --- /dev/null +++ b/Content.Server/Stories/Prison/StationPrisonSystem.cs @@ -0,0 +1,33 @@ +using Content.Server.GameTicking; +using Content.Server.Shuttles.Components; +using Robust.Server.GameObjects; +using Robust.Server.Maps; +using Robust.Shared.Map; +using Robust.Shared.Prototypes; + +namespace Content.Server.Shuttles.Systems; + +public sealed partial class StationPrisonSystem : EntitySystem +{ + [Dependency] private readonly GameTicker _gameTicker = default!; + [Dependency] private readonly MapSystem _map = default!; + [Dependency] private readonly IMapManager _mapManager = default!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly ShuttleSystem _shuttle = default!; + public override void Initialize() + { + SubscribeLocalEvent(OnStationInit); + } + + private void OnStationInit(EntityUid uid, StationPrisonComponent component, MapInitEvent args) + { + var mapUid = _map.CreateMap(out var mapId); + _mapManager.AddUninitializedMap(mapId); + var gameMap = _prototypeManager.Index(component.GameMap); + var grids = _gameTicker.LoadGameMap(gameMap, mapId, null); + _mapManager.DoMapInitialize(mapId); + + _shuttle.TryAddFTLDestination(mapId, true, out _); + _shuttle.SetFTLWhitelist(mapUid, component.Whitelist); + } +} diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/backpack.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/backpack.ftl index 1a72f06112..3550807368 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/backpack.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/backpack.ftl @@ -1,7 +1,3 @@ -ent-ClothingBackpackSpacePrisonFilled = { ent-ClothingBackpackSpacePrison } - .desc = { ent-ClothingBackpackSpacePrison.desc } -ent-ClothingBackpackJediNtFilled = { ent-ClothingBackpackJediNt } - .desc = { ent-ClothingBackpackJediNt.desc } ent-ClothingBackpackIAAFilled = { ent-ClothingBackpack } .desc = { ent-ClothingBackpack.desc } ent-ClothingBackpackPsychologistFilled = { ent-ClothingBackpackMedical } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/duffelbag.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/duffelbag.ftl index 814cb57f71..bf39d8f125 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/duffelbag.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/backpacks/startergear/duffelbag.ftl @@ -1,5 +1,3 @@ -ent-ClothingBackpackDuffelSpacePrisonFilled = { ent-ClothingBackpackDuffelSpacePrison } - .desc = { ent-ClothingBackpackDuffelSpacePrison.desc } ent-ClothingBackpackDuffelIAAFilled = { ent-ClothingBackpackDuffel } .desc = { ent-ClothingBackpackDuffel.desc } ent-ClothingBackpackDuffelPsychologistFilled = { ent-ClothingBackpackDuffelMedical } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/jedi_nt.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/jedi_nt.ftl index 81eedd1da5..e69de29bb2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/jedi_nt.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/jedi_nt.ftl @@ -1,3 +0,0 @@ -ent-LockerJediNtFilled = { ent-LockerJediNt } - .suffix = Заполненный - .desc = { ent-LockerJediNt.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/suit_storage.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/suit_storage.ftl deleted file mode 100644 index f033260851..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/catalog/fills/lockers/suit_storage.ftl +++ /dev/null @@ -1,9 +0,0 @@ -ent-SuitStorageOfficerSP = { ent-SuitStorageBase } - .suffix = Офицер Космической Тюрьмы - .desc = { ent-SuitStorageBase.desc } -ent-SuitStorageEngiSP = { ent-SuitStorageBase } - .suffix = Инженер Космической Тюрьмы - .desc = { ent-SuitStorageBase.desc } -ent-SuitStorageWardenOfSP = { ent-SuitStorageBase } - .suffix = Глава Космической Тюрьмы - .desc = { ent-SuitStorageBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/backpacks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/backpacks.ftl deleted file mode 100644 index cc462873fe..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/backpacks.ftl +++ /dev/null @@ -1,4 +0,0 @@ -ent-ClothingBackpackJediNt = рюкзак стража клинка - .desc = Кажется, вы где-то это уже видели. -ent-ClothingBackpackSpacePrison = рюкзак сотрудника космической тюрьмы - .desc = Это очень прочный рюкзак. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/duffel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/duffel.ftl deleted file mode 100644 index 28d7d8a248..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/duffel.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-ClothingBackpackDuffelSpacePrison = вещмешок сотрудника космической тюрьмы - .desc = Большой вещмешок для хранения дополнительных предметов, связанных с обеспечением безопасности. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/satchel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/satchel.ftl deleted file mode 100644 index 90983a21a5..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/back/satchel.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-ClothingBackpackSatchelSpacePrison = сумка сотрудника космической тюрьмы - .desc = Прочная сумка для обеспечения безопасности. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets.ftl index ba3fd39390..989ef2605a 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets.ftl @@ -1,4 +1,2 @@ ent-ClothingHeadsetIAA = гарнитура АВД .desc = Гарнитура агента внутренних дел, чтобы услышать последние слова капитана. -ent-ClothingHeadsetPrison = гарнитура космической тюрьмы - .desc = Гарнитура, используемая сотрудниками космической тюрьмы. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets_alt.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets_alt.ftl index 91369c9355..aaffc3f7ea 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets_alt.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/ears/headsets_alt.ftl @@ -1,4 +1,2 @@ ent-ClothingHeadsetJediNtAlt = полноразмерная гарнитура стража клинка - .desc = Почему тут нет командной частоты? -ent-ClothingHeadsetPrisonAlt = полноразмерная гарнитура ГКТ - .desc = { ent-ClothingHeadsetAlt.desc } + .desc = Почему тут нет командной частоты? \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/eyes/glasses.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/eyes/glasses.ftl deleted file mode 100644 index 949cc8cc87..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/eyes/glasses.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-ClothingEyesGlassesSpacePrison = солнцезащитные очки сотрудника космической тюрьмы - .desc = Странная древняя технология используется для обеспечения элементарной защиты глаз. Усиленная защита блокирует многие вспышки. Их часто носят сотрудники бюджетных служб безопасности. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/hats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/hats.ftl deleted file mode 100644 index 08b69002fb..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/hats.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-ClothingHeadHatBeretSP = берет космической тюрьмы - .desc = Берет - любимый головной убор художников. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/soft.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/soft.ftl deleted file mode 100644 index 89944a459e..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/head/soft.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-ClothingHeadHatSPsoft = кепка космической тюрьмы - .desc = Это надежная бейсболка со вкусом подобранного синего цвета. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/neck/cloaks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/neck/cloaks.ftl deleted file mode 100644 index 0d8c273623..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/neck/cloaks.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-ClothingNeckCloakHoSP = плащ главы космической тюрьмы - .desc = Изысканный серый плащ, подходящий для тех, кто умеет доминировать над обидчиками. Попробуйте проявить вежливость в судебном преследовании! diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/coats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/coats.ftl index 2e941af6a3..f18ac05659 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/coats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/coats.ftl @@ -1,4 +1,2 @@ ent-ClothingOuterCoatJedi = накидка джедая .desc = Длинный вид одежды, который свободно лежит на плечах, охватывая шею, но не имеет капюшона. -ent-ClothingOuterCoatHoSP = пальто начальника космической тюрьмы - .desc = Прочное холщовое пальто, разработанное и созданное компанией TX Fabrication Corp. Его ношение заставляет сочувствовать судьбе тибетцев. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/wintercoats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/wintercoats.ftl deleted file mode 100644 index e585f92f3b..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/outerclothing/wintercoats.ftl +++ /dev/null @@ -1,2 +0,0 @@ -ent-ClothingOuterWinterSP = зимнее пальто космической тюрьмы - .desc = { ent-ClothingOuterWinterCoat.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpskirts.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpskirts.ftl deleted file mode 100644 index d9b38b524e..0000000000 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpskirts.ftl +++ /dev/null @@ -1,4 +0,0 @@ -ent-ClothingUniformJumpskirtSP = юбка-комбинезон космической тюрьмы - .desc = Юбка-комбинезон из прочного материала, обеспечивающая надежную защиту. -ent-ClothingUniformJumpskirtHoSP = юбка-комбинезон главы космической тюрьмы - .desc = Юбка-комбинезон из прочного материала, обеспечивающая надежную защиту. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpsuits.ftl index cf2b50df84..04d7191c29 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/clothing/uniforms/jumpsuits.ftl @@ -2,7 +2,3 @@ ent-ClothingUniformJumpsuitJedi = роба джедая .desc = Свободная роба, носимая членами Ордена джедаев. ent-ClothingUniformJumpsuitJediNt = униформа стража клинка .desc = Специальная униформа никак не повышающая точность владения мечом. -ent-ClothingUniformJumpsuitSP = комбинезон космической тюрьмы - .desc = Комбинезон из прочного материала, обеспечивающий надежную защиту. -ent-ClothingUniformJumpsuitHoSP = комбинезон главы космической тюрьмы - .desc = Комбинезон из прочного материала, обеспечивающий надежную защиту. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/encryption_keys.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/encryption_keys.ftl index 76843e3681..b759480f39 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/encryption_keys.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/encryption_keys.ftl @@ -1,4 +1,2 @@ ent-EncryptionKeyIAA = ключ шифрования авд .desc = Ключ шифрования, используемый самым дотошным человеком. -ent-EncryptionKeyPrison = ключ шифрования космической тюрьмы - .desc = Ключ шифрования diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/pda.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/pda.ftl index a700ef776c..e9aaa7be37 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/pda.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/devices/pda.ftl @@ -1,12 +1,4 @@ ent-JediNtPDA = КПК стража клинка .desc = Черный, чтобы скрыть повреждения от неправильного использования светового меча. -ent-HeadOfSPPDA = КПК главы космической тюрьмы - .desc = Синий, чтобы скрыть пятна крови пассажира. -ent-SpacePrisonOfficerPDA = КПК офицера космической тюрьмы - .desc = Синий, чтобы скрыть пятна крови пассажира. -ent-SpacePrisonEngineerPDA = КПК инженера космической тюрьмы - .desc = Синий, чтобы скрыть пятна крови пассажира. -ent-SpacePrisonMedicPDA = КПК медика космической тюрьмы - .desc = Синий, чтобы скрыть пятна крови пассажира. ent-IAAPDA = КПК агента внутрених дел .desc = Корпорация и прибыль - лучшие друзья. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/identification_cards.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/identification_cards.ftl index f79621e331..5c98b8297b 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/identification_cards.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/identification_cards.ftl @@ -1,12 +1,4 @@ -ent-HeadOfSPIDCard = ID карта главы космической тюрьмы - .desc = { ent-IDCardStandard.desc } -ent-SpacePrisonOfficerIDCard = ID карта офицера космической тюрьмы - .desc = { ent-HeadOfSPIDCard.desc } -ent-SpacePrisonEngineerIDCard = ID карта инженера космической тюрьмы - .desc = { ent-HeadOfSPIDCard.desc } -ent-SpacePrisonMedicIDCard = ID карта медика космической тюрьмы - .desc = { ent-HeadOfSPIDCard.desc } ent-IAAIDCard = ID карта агента внутрених дел - .desc = { ent-HeadOfSPIDCard.desc } + .desc = { ent-PRISONIDCardHeadOfPrison.desc } ent-JediNtIDCard = ID карта стража клинка .desc = Карта, необходимая для доступа в различные области станции. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/stamps.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/stamps.ftl index e6521e38da..77b3219f60 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/stamps.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/misc/stamps.ftl @@ -1,6 +1,3 @@ -ent-RubberStampHoSP = печать главы космической тюрьмы - .suffix = НЕ МАППИТЬ - .desc = { ent-RubberStampBase.desc } ent-RubberStampIAA = печать агента внутрених дел .suffix = НЕ МАППИТЬ .desc = { ent-RubberStampBase.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/weapons/melee/sword.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/weapons/melee/sword.ftl index ecff3faf8a..e69de29bb2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/weapons/melee/sword.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/objects/weapons/melee/sword.ftl @@ -1,2 +0,0 @@ -ent-HoSPSabre = сабля главы космической тюрьмы - .desc = Парадное оружие, принадлежащее главе космической тюрьмы. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/structures/storage/closets/lockers/lockers.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/structures/storage/closets/lockers/lockers.ftl index e95d2cbc52..6ee026ff60 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/structures/storage/closets/lockers/lockers.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/stories/entities/structures/storage/closets/lockers/lockers.ftl @@ -1,6 +1,2 @@ ent-LockerJediNt = шкаф стража клинка .desc = Арсенал моды каждого стража клинка. -ent-LockerSpacePrison = шкаф офицера космической тюрьмы - .desc = { ent-LockerBaseSecure.desc } -ent-LockerWardenOfSP = шкаф главы космической тюрьмы - .desc = { ent-LockerSpacePrison.desc } diff --git a/Resources/Locale/ru-RU/stories/job/department.ftl b/Resources/Locale/ru-RU/stories/job/department.ftl index 649180cf62..9e7e6e357e 100644 --- a/Resources/Locale/ru-RU/stories/job/department.ftl +++ b/Resources/Locale/ru-RU/stories/job/department.ftl @@ -1 +1 @@ -department-SpacePrison = Космическая Тюрьма +department-Prison = Космическая Тюрьма diff --git a/Resources/Locale/ru-RU/stories/job/job-names.ftl b/Resources/Locale/ru-RU/stories/job/job-names.ftl index a97699fafa..19b3949d26 100644 --- a/Resources/Locale/ru-RU/stories/job/job-names.ftl +++ b/Resources/Locale/ru-RU/stories/job/job-names.ftl @@ -1,11 +1,7 @@ -job-name-hosp = глава космической тюрьмы -job-name-space-prison-officer = офицер космической тюрьмы -job-name-space-prison-engineer = инженер космической тюрьмы -job-name-space-prison-medic = медик космической тюрьмы job-name-iaa = агент внутрених дел # Role timers - Make these alphabetical or I cut you -JobHeadOfSpacePrison = глава космической тюрьмы -JobSpacePrisonOfficer = офицер космической тюрьмы -JobSpacePrisonEngineer = инженер космической тюрьмы -JobSpacePrisonMedic = медик космической тюрьмы +JobHeadOfSpacePrison = глава тюрьмы +JobSpacePrisonOfficer = офицер тюрьмы +JobSpacePrisonEngineer = инженер тюрьмы +JobSpacePrisonMedic = медик тюрьмы JobIAA = агент внутрених дел diff --git a/Resources/Locale/ru-RU/stories/job/job-supervisors.ftl b/Resources/Locale/ru-RU/stories/job/job-supervisors.ftl index 80e329c127..e69de29bb2 100644 --- a/Resources/Locale/ru-RU/stories/job/job-supervisors.ftl +++ b/Resources/Locale/ru-RU/stories/job/job-supervisors.ftl @@ -1 +0,0 @@ -job-supervisors-hosp = главе космической тюрьмы diff --git a/Resources/Locale/ru-RU/stories/paper/stamp-component.ftl b/Resources/Locale/ru-RU/stories/paper/stamp-component.ftl index e2d91e8635..6dbfd365bd 100644 --- a/Resources/Locale/ru-RU/stories/paper/stamp-component.ftl +++ b/Resources/Locale/ru-RU/stories/paper/stamp-component.ftl @@ -1,3 +1,2 @@ -stamp-component-stamped-name-hosp = Глава космической тюрьмы stamp-component-stamped-name-iaa = Агент внутрених дел stamp-component-stamped-name-psychologist = Психолог diff --git a/Resources/Maps/Stories/Shuttles/prison.yml b/Resources/Maps/Stories/Shuttles/prison.yml new file mode 100644 index 0000000000..5a53c9c3f0 --- /dev/null +++ b/Resources/Maps/Stories/Shuttles/prison.yml @@ -0,0 +1,3912 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 36: FloorDarkMini + 37: FloorDarkMono + 41: FloorDarkPlastic + 98: FloorSteelCheckerDark + 115: FloorWhite + 128: Lattice + 129: Plating + 132: PlatingBurnt + 133: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: PRISON VRE-15 + - type: Transform + pos: -0.546875,-0.45312524 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: YgAAAAAAgQAAAAAAYgAAAAAAYgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAJAAAAAAAJAAAAAAAKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAJAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAJAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAJAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYgAAAAAAYgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAKQAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAJAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAJAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAJAAAAAAAKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAhAAAAAAAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAhAAAAAAAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAhAAAAAAAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAhQAAAAAAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAhAAAAAAAhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAhAAAAAAAhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYgAAAAAAYgAAAAAAgQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: JQAAAAAAJQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAhAAAAAAAhQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAhAAAAAAAhQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAhAAAAAAAhAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAhAAAAAAAhQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAhAAAAAAAhQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAhAAAAAAAhAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAgQAAAAAAYgAAAAAAYgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAJQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAJQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#52B4E996' + id: BrickCornerOverlayNE + decals: + 0: 3,-12 + 4: 4,-14 + - node: + color: '#52B4E996' + id: BrickCornerOverlayNW + decals: + 1: 2,-12 + - node: + color: '#52B4E996' + id: BrickCornerOverlaySE + decals: + 8: 4,-18 + - node: + color: '#52B4E996' + id: BrickLineOverlayE + decals: + 3: 3,-13 + 5: 4,-15 + 6: 4,-16 + 7: 4,-17 + - node: + color: '#52B4E996' + id: BrickLineOverlayW + decals: + 2: 2,-13 + 9: 3,-17 + 10: 3,-16 + - node: + color: '#5268CC93' + id: CheckerNESW + decals: + 38: -2,3 + 39: -1,4 + - node: + color: '#5268CCFF' + id: CheckerNESW + decals: + 51: -3,2 + - node: + color: '#5268CC93' + id: CheckerNWSE + decals: + 40: 2,3 + 41: 1,4 + - node: + color: '#5268CCFF' + id: CheckerNWSE + decals: + 52: 3,2 + - node: + color: '#5268CC93' + id: FullTileOverlayGreyscale + decals: + 42: 0,5 + - node: + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 13: 1,-14 + - node: + color: '#5268CC93' + id: HalfTileOverlayGreyscale + decals: + 43: -1,5 + 44: 1,5 + - node: + color: '#5268CC93' + id: HalfTileOverlayGreyscale180 + decals: + 45: -1,3 + 46: 0,3 + 47: 1,3 + - node: + color: '#5268CC93' + id: HalfTileOverlayGreyscale270 + decals: + 34: -3,5 + 35: -3,4 + 36: -3,3 + - node: + color: '#5268CC93' + id: HalfTileOverlayGreyscale90 + decals: + 32: 3,5 + 33: 3,4 + 37: 3,3 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 23: 0,-18 + - node: + color: '#52B4E996' + id: MiniTileInnerOverlayNE + decals: + 12: 3,-14 + - node: + color: '#52B4E996' + id: MiniTileInnerOverlaySW + decals: + 11: 3,-15 + - node: + color: '#5268CC93' + id: MiniTileLineOverlayS + decals: + 48: 0,2 + 49: -1,2 + 50: 1,2 + - node: + color: '#5268CC93' + id: QuarterTileOverlayGreyscale + decals: + 30: -2,6 + - node: + color: '#5268CC93' + id: QuarterTileOverlayGreyscale180 + decals: + 26: 2,2 + 27: 3,3 + - node: + color: '#5268CC93' + id: QuarterTileOverlayGreyscale270 + decals: + 24: -2,2 + 25: -3,3 + - node: + color: '#5268CC93' + id: QuarterTileOverlayGreyscale90 + decals: + 31: 2,6 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 22: 0,-17 + - node: + color: '#5268CC93' + id: ThreeQuarterTileOverlayGreyscale + decals: + 28: -3,6 + - node: + color: '#5268CC93' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 29: 3,6 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 18: 1,-16 + 19: 1,-17 + 21: 1,-18 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleE + decals: + 14: 0,-14 + - node: + color: '#52B4E996' + id: WarnLineGreyscaleW + decals: + 15: 2,-14 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 16: -1,-16 + 17: -1,-17 + 20: -1,-18 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65309 + 0,-1: + 0: 57111 + -1,0: + 0: 60934 + 0,1: + 0: 3327 + -1,1: + 0: 1774 + 1: 4096 + 1,1: + 1: 4096 + 1,0: + 1: 8736 + -2,0: + 1: 34944 + -1,-1: + 0: 28172 + 1: 16 + -2,-4: + 1: 32836 + -2,-5: + 1: 17472 + -1,-4: + 0: 28667 + -1,-5: + 0: 48000 + 1: 96 + -1,-3: + 1: 16 + 0: 52230 + -1,-2: + 0: 52236 + 0,-4: + 0: 57339 + 0,-3: + 0: 30493 + 0,-2: + 0: 30487 + 0,-5: + 0: 47920 + 1: 192 + 1,-4: + 0: 273 + 1: 9284 + 1,-3: + 1: 16 + 1,-1: + 1: 16 + 1,-5: + 0: 4352 + 1: 17472 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: PrisonShuttle +- proto: AirAlarm + entities: + - uid: 592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 1 + - type: DeviceList + devices: + - 507 + - 506 + - 541 + - 542 + - 599 + - 598 + - 543 + - 504 + - 505 + - 544 + - 601 + - 600 + - 610 + - 603 + - 602 + - 502 + - 503 + - 546 + - 545 + - 604 + - 605 + - 606 + - 564 + - 565 + - uid: 595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 1 + - type: DeviceList + devices: + - 607 + - 608 + - 609 + - 508 + - 509 + - 547 +- proto: AirCanister + entities: + - uid: 538 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 1 + - uid: 230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 1 + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,1.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 104 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 +- proto: BannerEngineering + entities: + - uid: 269 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 +- proto: BannerMedical + entities: + - uid: 268 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 +- proto: Bed + entities: + - uid: 195 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 +- proto: BedsheetOrange + entities: + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 1 +- proto: BedsheetWiz + entities: + - uid: 196 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 +- proto: BlastDoorBridgeOpen + entities: + - uid: 488 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 3 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 409 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 434 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 435 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 448 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 +- proto: CableHV + entities: + - uid: 224 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 367 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 368 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 369 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 374 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 380 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 381 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 382 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 383 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 384 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 386 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 387 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 390 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 393 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 394 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 397 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: CableMV + entities: + - uid: 231 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 + - uid: 401 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 405 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 223 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 1 + - uid: 461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-8.5 + parent: 1 + - uid: 462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-9.5 + parent: 1 + - uid: 463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-9.5 + parent: 1 + - uid: 464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 1 + - uid: 466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-9.5 + parent: 1 + - uid: 467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 1 + - uid: 470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 1 + - uid: 475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 1 + - uid: 478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-5.5 + parent: 1 + - uid: 481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 1 +- proto: ClosetWallEmergency + entities: + - uid: 482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-10.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 483 + - 484 + - 485 + - 611 + - 612 + - uid: 613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 614 + - 615 + - 616 + - 617 + - 618 + - uid: 619 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 620 + - 621 + - 622 + - 623 + - 624 + - uid: 625 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 626 + - 627 + - 628 + - 629 + - 630 +- proto: ClothingHeadHelmetEVA + entities: + - uid: 611 + components: + - type: Transform + parent: 482 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 615 + components: + - type: Transform + parent: 613 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 621 + components: + - type: Transform + parent: 619 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 628 + components: + - type: Transform + parent: 625 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskGas + entities: + - uid: 483 + components: + - type: Transform + parent: 482 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 618 + components: + - type: Transform + parent: 613 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 624 + components: + - type: Transform + parent: 619 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 629 + components: + - type: Transform + parent: 625 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterHardsuitEVAPrisoner + entities: + - uid: 484 + components: + - type: Transform + parent: 482 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 614 + components: + - type: Transform + parent: 613 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 620 + components: + - type: Transform + parent: 619 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 626 + components: + - type: Transform + parent: 625 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ExtendedEmergencyNitrogenTankFilled + entities: + - uid: 485 + components: + - type: Transform + parent: 482 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 617 + components: + - type: Transform + parent: 613 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 623 + components: + - type: Transform + parent: 619 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 627 + components: + - type: Transform + parent: 625 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ExtendedEmergencyOxygenTankFilled + entities: + - uid: 612 + components: + - type: Transform + parent: 482 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 616 + components: + - type: Transform + parent: 613 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 622 + components: + - type: Transform + parent: 619 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 630 + components: + - type: Transform + parent: 625 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FaxMachineBase + entities: + - uid: 283 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 +- proto: FireAlarm + entities: + - uid: 593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 + - type: DeviceList + devices: + - 507 + - 506 + - 541 + - 542 + - 599 + - 598 + - 543 + - 504 + - 505 + - 544 + - 601 + - 600 + - 610 + - 603 + - 602 + - 502 + - 503 + - 546 + - 545 + - 604 + - 605 + - 606 + - 564 + - 565 + - uid: 594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 1 + - type: DeviceList + devices: + - 607 + - 608 + - 609 + - 508 + - 509 + - 547 +- proto: Firelock + entities: + - uid: 610 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 +- proto: FirelockEdge + entities: + - uid: 598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 607 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 595 + - 594 + - uid: 608 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 595 + - 594 + - uid: 609 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 595 + - 594 +- proto: FirelockGlass + entities: + - uid: 106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 1 + - uid: 107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 1 + - uid: 602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 +- proto: GasDualPortVentPump + entities: + - uid: 501 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 1 +- proto: GasPipeBend + entities: + - uid: 510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-10.5 + parent: 1 + - uid: 568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 579 + components: + - type: Transform + anchored: False + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 1 + - type: Physics + canCollide: True + bodyType: Dynamic + - uid: 580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 + - uid: 590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-13.5 + parent: 1 +- proto: GasPipeFourway + entities: + - uid: 511 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 520 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 521 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 527 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 512 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 + - uid: 514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 1 + - uid: 515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 1 + - uid: 516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 1 + - uid: 517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-12.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-11.5 + parent: 1 + - uid: 519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-10.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 1 + - uid: 554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 559 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 560 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1 + - uid: 567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-1.5 + parent: 1 + - uid: 581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 + - uid: 556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - uid: 558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - uid: 576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 +- proto: GasPort + entities: + - uid: 536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-15.5 + parent: 1 +- proto: GasVentPump + entities: + - uid: 500 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 595 + - 594 + - uid: 509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-13.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 595 + - 594 +- proto: GasVentScrubber + entities: + - uid: 541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-12.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 595 + - 594 + - uid: 564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 + - uid: 565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 592 + - 593 +- proto: GeneratorBasic15kW + entities: + - uid: 65 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 73 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 +- proto: Grille + entities: + - uid: 24 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 1 + - uid: 146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,6.5 + parent: 1 + - uid: 147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 1 + - uid: 148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,7.5 + parent: 1 + - uid: 149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,7.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 1 + - uid: 217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-16.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - uid: 144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,6.5 + parent: 1 +- proto: GunSafeDisabler + entities: + - uid: 493 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - type: AccessReader + access: + - - Security +- proto: GunSafePistolMk58 + entities: + - uid: 492 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - type: AccessReader + access: + - - Security +- proto: GunSafeRifleLecter + entities: + - uid: 494 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - type: AccessReader + access: + - - Security +- proto: Gyroscope + entities: + - uid: 499 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 +- proto: LockerWallMedicalDoctorFilled + entities: + - uid: 109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-16.5 + parent: 1 +- proto: LuxuryPen + entities: + - uid: 632 + components: + - type: Transform + pos: 2.2103252,0.15872943 + parent: 1 +- proto: MedicalBed + entities: + - uid: 270 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 +- proto: NitrogenCanister + entities: + - uid: 540 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 539 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 +- proto: PlushieSpaceLizard + entities: + - uid: 591 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1 +- proto: PosterContrabandMissingSpacepen + entities: + - uid: 267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-12.5 + parent: 1 +- proto: PottedPlantRandomPlastic + entities: + - uid: 108 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 284 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-14.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-17.5 + parent: 1 + - uid: 337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-16.5 + parent: 1 + - uid: 348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 1 + - uid: 349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 1 + - uid: 350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 +- proto: PoweredlightSodium + entities: + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 1 + - uid: 278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1 + - uid: 344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - uid: 345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1 + - uid: 356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 +- proto: PRISONAirlockGlassLocked + entities: + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 +- proto: PRISONAirlockGlassLockedHeadOfPrison + entities: + - uid: 200 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: PRISONAirlockLocked + entities: + - uid: 162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 1 +- proto: PRISONAirlockLockedEng + entities: + - uid: 2 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 1 +- proto: PRISONAirlockLockedMed + entities: + - uid: 105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 1 +- proto: PRISONAirlockShuttleLocked + entities: + - uid: 218 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 +- proto: PRISONClothingHeadHatCapHeadOfPrison + entities: + - uid: 194 + components: + - type: Transform + pos: 2.9807463,-0.24409425 + parent: 1 +- proto: PRISONComputerShuttle + entities: + - uid: 150 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 +- proto: PRISONFlag + entities: + - uid: 338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 1 + - uid: 339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 +- proto: PRISONShuttleWindow + entities: + - uid: 10 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 1 + - uid: 140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 1 + - uid: 203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-16.5 + parent: 1 +- proto: PRISONShuttleWindowDiagonal + entities: + - uid: 137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - uid: 138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,6.5 + parent: 1 +- proto: PRISONVendingMachine + entities: + - uid: 187 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 +- proto: PRISONVendingMachineDrobe + entities: + - uid: 188 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 +- proto: PRISONWallShuttle + entities: + - uid: 15 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 20 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 34 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 45 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 46 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 47 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 48 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 49 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 50 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 51 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 52 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 56 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 57 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 58 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 59 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-17.5 + parent: 1 + - uid: 60 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 1 + - uid: 67 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-18.5 + parent: 1 + - uid: 69 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 1 + - uid: 78 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 + - uid: 79 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 80 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - uid: 81 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 1 + - uid: 82 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 + - uid: 83 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 1 + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 1 + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 1 + - uid: 92 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 1 + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 1 + - uid: 94 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-12.5 + parent: 1 + - uid: 95 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-13.5 + parent: 1 + - uid: 96 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-14.5 + parent: 1 + - uid: 97 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-15.5 + parent: 1 + - uid: 98 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 1 + - uid: 99 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-13.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 1 + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-16.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 1 + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,7.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1 + - uid: 169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-18.5 + parent: 1 + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-18.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 +- proto: PRISONWallShuttleDiagonal + entities: + - uid: 54 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 1 + - uid: 55 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-18.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - uid: 63 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-18.5 + parent: 1 + - uid: 64 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 90 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - uid: 171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-18.5 + parent: 1 + - uid: 172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-18.5 + parent: 1 + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-14.5 + parent: 1 + - uid: 213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-14.5 + parent: 1 +- proto: SignalButtonBridge + entities: + - uid: 491 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 +- proto: SignPrison + entities: + - uid: 165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 1 + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 222 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 221 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 +- proto: SubstationWallBasic + entities: + - uid: 398 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 +- proto: TableGlass + entities: + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 197 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 +- proto: Thruster + entities: + - uid: 66 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-17.5 + parent: 1 + - uid: 70 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 1 + - uid: 71 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-17.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 76 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 1 + - uid: 77 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 1 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 1 + - uid: 112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,4.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 1 +- proto: VendingMachineMedical + entities: + - uid: 266 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 +- proto: VendingMachineMediDrobe + entities: + - uid: 265 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 151 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 +- proto: WallmountTelescreen + entities: + - uid: 280 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 +- proto: WardrobePrisonFilled + entities: + - uid: 189 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 199 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 +- proto: WindoorSecureExternalLocked + entities: + - uid: 26 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1 + - uid: 36 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 39 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 + - uid: 42 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 1 + - uid: 161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 1 + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 + - uid: 40 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - uid: 43 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 44 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 1 + - uid: 157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 + - uid: 158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - uid: 159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 +... diff --git a/Resources/Maps/Stories/prison.yml b/Resources/Maps/Stories/prison.yml new file mode 100644 index 0000000000..2ecf1bf571 --- /dev/null +++ b/Resources/Maps/Stories/prison.yml @@ -0,0 +1,24588 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 43: FloorAsphalt + 56: FloorAsteroidSand + 58: FloorAsteroidSandRed + 55: FloorAsteroidSandUnvariantized + 59: FloorAsteroidTile + 2: FloorAstroGrass + 60: FloorBlue + 20: FloorBlueCircuit + 54: FloorBoxing + 12: FloorBrokenWood + 1: FloorCarpetClown + 10: FloorCarpetOffice + 22: FloorClown + 32: FloorDark + 5: FloorDarkDiagonal + 30: FloorDarkDiagonalMini + 4: FloorDarkHerringbone + 28: FloorDarkMini + 29: FloorDarkMono + 17: FloorDarkOffset + 9: FloorDarkPavement + 3: FloorDarkPavementVertical + 18: FloorDarkPlastic + 52: FloorDirt + 37: FloorFreezer + 40: FloorGold + 14: FloorGrass + 16: FloorGrassJungle + 49: FloorGrayConcrete + 8: FloorLaundry + 51: FloorMetalDiamond + 31: FloorMiningLight + 53: FloorMowedAstroGrass + 27: FloorOldConcrete + 35: FloorPlanetDirt + 11: FloorPlanetGrass + 23: FloorPlastic + 39: FloorRGlass + 38: FloorReinforced + 48: FloorRockVault + 26: FloorShuttleRed + 44: FloorSteel + 41: FloorSteelBurnt + 6: FloorSteelCheckerDark + 21: FloorSteelCheckerLight + 42: FloorSteelDamaged + 24: FloorSteelDirty + 25: FloorSteelLime + 19: FloorTechMaint3 + 36: FloorWebTile + 7: FloorWhite + 46: FloorWhiteDiagonal + 47: FloorWhiteMini + 45: FloorWhitePlastic + 13: FloorWood + 34: FloorWoodLarge + 33: FloorWoodTile + 128: Lattice + 15: Plating + 57: PlatingAsteroid + 50: PlatingBurnt +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: LoadedMap + - uid: 2 + components: + - type: MetaData + name: Prison X-12 + - type: Transform + pos: -6.1248283,24.663872 + parent: 1 + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAADwAAAAAAMAAAAAAADwAAAAAAIAAAAAAADwAAAAAAIAAAAAAAHAAAAAAAHAAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAHgAAAAAAHgAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAHAAAAAAAHAAAAAAADwAAAAAADwAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAHAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHAAAAAAAAwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAHAAAAAAAAwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAALwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAMQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAIAAAAAAALQAAAAAALgAAAAAALwAAAAAALgAAAAAALQAAAAAAIAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAADwAAAAAAMgAAAAAAMgAAAAAAAwAAAAAAAwAAAAAAIAAAAAAALQAAAAAALgAAAAAALwAAAAAALgAAAAAALQAAAAAAIAAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAwAAAAAAAwAAAAAAIAAAAAAALQAAAAAALgAAAAAALwAAAAAALgAAAAAALQAAAAAAIAAAAAAAMQAAAAAAMQAAAAAAMwAAAAAADwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAwAAAAAAAwAAAAAAIAAAAAAALQAAAAAALgAAAAAALwAAAAAALgAAAAAALQAAAAAAIAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADwAAAAAABQAAAAAABQAAAAAAIAAAAAAALQAAAAAALgAAAAAALwAAAAAALgAAAAAALQAAAAAAIAAAAAAAMQAAAAAADwAAAAAAMgAAAAAAMgAAAAAADwAAAAAAMgAAAAAAMgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: MAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAIAAAAAAACwAAAAAACwAAAAAADgAAAAAAIAAAAAAAEAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAIAAAAAAAJwAAAAAANAAAAAAANAAAAAAANAAAAAAANQAAAAAANAAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAJwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAJwAAAAAAIAAAAAAAAgAAAAAAAgAAAAAANQAAAAAANAAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAANQAAAAAANQAAAAAANQAAAAAANAAAAAAANAAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAAgAAAAAAAgAAAAAANQAAAAAAAgAAAAAANAAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAIAAAAAAAAgAAAAAAAgAAAAAANQAAAAAAAgAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAADwAAAAAAIAAAAAAAAgAAAAAAAgAAAAAANQAAAAAAAgAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAACQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAAgAAAAAAAgAAAAAANAAAAAAANQAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAACQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAANAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAACQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAACQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAACQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: MQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADwAAAAAAMQAAAAAADwAAAAAADwAAAAAADwAAAAAAMQAAAAAADwAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAHAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAHgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAACQAAAAAACQAAAAAAIAAAAAAAHAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAwAAAAAABgAAAAAABgAAAAAABgAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAAwAAAAAABAAAAAAABAAAAAAABgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAAwAAAAAAHQAAAAAABAAAAAAABgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAAwAAAAAAHQAAAAAABAAAAAAABgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAAwAAAAAABQAAAAAABQAAAAAAHgAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAABQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: DwAAAAAADwAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAEwAAAAAAEwAAAAAADwAAAAAAIAAAAAAAEwAAAAAAEwAAAAAADwAAAAAABgAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAEwAAAAAADwAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAABgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAADwAAAAAADwAAAAAAIAAAAAAABgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAANQAAAAAANAAAAAAANAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAEwAAAAAADwAAAAAADwAAAAAABgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAANQAAAAAAAgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAABgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAANQAAAAAANQAAAAAAIAAAAAAADwAAAAAADwAAAAAAIAAAAAAAEwAAAAAADwAAAAAADwAAAAAABgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAAAgAAAAAANQAAAAAAAgAAAAAAIAAAAAAADwAAAAAADwAAAAAAIAAAAAAAEwAAAAAADwAAAAAADwAAAAAABgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAAAgAAAAAANQAAAAAAAgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAEwAAAAAADwAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAAAgAAAAAANQAAAAAAAgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAANQAAAAAANQAAAAAANQAAAAAANgAAAAAANgAAAAAANgAAAAAAMQAAAAAAIAAAAAAADwAAAAAAEwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAANQAAAAAANAAAAAAAAgAAAAAANgAAAAAANgAAAAAANgAAAAAAMQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANgAAAAAANgAAAAAANgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAABQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAANgAAAAAANgAAAAAANgAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAABQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAABQAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: DwAAAAAAIAAAAAAAIAAAAAAAFgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAFgAAAAAAKQAAAAAAFwAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFwAAAAAAGAAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAFwAAAAAAKQAAAAAAGAAAAAAAFwAAAAAAKgAAAAAAGAAAAAAAFwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAGgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAGAAAAAAAKgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAKQAAAAAAGAAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAACQAAAAAACQAAAAAACQAAAAAADwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAOgAAAAAAOQAAAAAAOQAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAADwAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAOAAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAADwAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAAOAAAAAAAOQAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: EAAAAAAACwAAAAAAIAAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAAEwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAACQAAAAAACQAAAAAAEwAAAAAADwAAAAAAEwAAAAAAGwAAAAAAGwAAAAAAIAAAAAAADwAAAAAAAwAAAAAAIAAAAAAAIwAAAAAAIwAAAAAAIAAAAAAADwAAAAAADwAAAAAAEwAAAAAACQAAAAAADwAAAAAADwAAAAAADwAAAAAAGwAAAAAAGwAAAAAAIAAAAAAADwAAAAAAAwAAAAAAIAAAAAAAIwAAAAAAIwAAAAAAIAAAAAAAEwAAAAAADwAAAAAAEwAAAAAAEwAAAAAAEwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAAwAAAAAAIAAAAAAAIwAAAAAAIwAAAAAAIAAAAAAADwAAAAAACQAAAAAACQAAAAAACQAAAAAADwAAAAAADwAAAAAAEwAAAAAAGwAAAAAAGwAAAAAAIAAAAAAAJAAAAAAAAwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAACQAAAAAAEwAAAAAACQAAAAAACQAAAAAADwAAAAAAGwAAAAAAGwAAAAAAIAAAAAAADwAAAAAAAwAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAACQAAAAAAEwAAAAAAEwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAEwAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAKwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAKwAAAAAAIAAAAAAAKwAAAAAAIAAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFwAAAAAAGAAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAFgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAFgAAAAAAGAAAAAAAFwAAAAAAIAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAIAAAAAAADwAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAADwAAAAAADwAAAAAAOAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAADwAAAAAADwAAAAAAOAAAAAAADwAAAAAAMQAAAAAADwAAAAAADwAAAAAADwAAAAAAMQAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAgAAAAAAIAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAgAAAAAAIAAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAABgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAABgAAAAAABAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAABgAAAAAABAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAHgAAAAAABQAAAAAABQAAAAAAHgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHgAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAEwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAgAAAAAAADwAAAAAAEwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAADwAAAAAAEwAAAAAAEwAAAAAADwAAAAAAEwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAIAAAAAAAEwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAADwAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAPAAAAAAAPAAAAAAACAAAAAAAPAAAAAAAPAAAAAAADwAAAAAAMQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAADwAAAAAAMQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAPAAAAAAAPAAAAAAACAAAAAAAPAAAAAAAPAAAAAAADwAAAAAAMQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAADwAAAAAAMQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAADwAAAAAAGgAAAAAAGgAAAAAAIAAAAAAADwAAAAAADwAAAAAAPAAAAAAADwAAAAAADwAAAAAADwAAAAAAMQAAAAAAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAADwAAAAAAGgAAAAAAGgAAAAAAIAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: MgAAAAAADwAAAAAADwAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAANwAAAAAANwAAAAAAOAAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAANwAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: HAAAAAAAHAAAAAAAIAAAAAAALQAAAAAALgAAAAAALwAAAAAALgAAAAAALQAAAAAAIAAAAAAAMgAAAAAAMgAAAAAADwAAAAAADwAAAAAAMgAAAAAAMgAAAAAADwAAAAAAHAAAAAAAHAAAAAAAIAAAAAAAIAAAAAAALQAAAAAALwAAAAAALQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAAHAAAAAAAHAAAAAAAIAAAAAAALQAAAAAALQAAAAAALwAAAAAALQAAAAAALQAAAAAAIAAAAAAALgAAAAAALgAAAAAALgAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAAHAAAAAAAHAAAAAAAIAAAAAAALQAAAAAALQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALgAAAAAALgAAAAAALgAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAABQAAAAAABQAAAAAAIAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAIAAAAAAALgAAAAAALgAAAAAALgAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAANwAAAAAANwAAAAAANwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAANwAAAAAANwAAAAAAOQAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAIAAAAAAANwAAAAAANwAAAAAAOQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAANwAAAAAANwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAANwAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: BAAAAAAABAAAAAAABQAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAHAAAAAAABAAAAAAABAAAAAAABQAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAHAAAAAAABQAAAAAABQAAAAAAHgAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAHAAAAAAABgAAAAAABgAAAAAABgAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAHAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAABQAAAAAABQAAAAAADwAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAIAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIAAAAAAADwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAJwAAAAAAIAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAAEgAAAAAADwAAAAAADwAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAABQAAAAAABAAAAAAABAAAAAAABQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAABQAAAAAABAAAAAAABAAAAAAABQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAHgAAAAAABQAAAAAABQAAAAAAHgAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAAJQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAAEwAAAAAADwAAAAAAIAAAAAAAJQAAAAAAJQAAAAAAIAAAAAAACAAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAACAAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAA + version: 6 + -2,-2: + ind: -2,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAEwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADwAAAAAAIAAAAAAACwAAAAAAEAAAAAAADgAAAAAAIAAAAAAACwAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAAEwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAEwAAAAAAEwAAAAAADwAAAAAADwAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAAAAAAAAAAgAAAAAAADwAAAAAADwAAAAAAEwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAACQAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAgAAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAACQAAAAAAEwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAEwAAAAAACQAAAAAAEwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAADwAAAAAADgAAAAAACwAAAAAAIAAAAAAADwAAAAAADwAAAAAAEwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADwAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: EwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAJAAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAJAAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: DwAAAAAAEwAAAAAAEwAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAIAAAAAAAEwAAAAAAIAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAADwAAAAAAIAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAOAAAAAAAOAAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAOAAAAAAAOQAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAOQAAAAAAOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAAEwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAADwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAEwAAAAAADwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: BecomesStation + id: Prison + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 982: -1.4630022,-11.958401 + - node: + color: '#FFFFFFFF' + id: Basalt5 + decals: + 983: 0.8026228,-6.6302757 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 984: 1.2088728,-11.911526 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 728: -20,14 + 729: -18,14 + 730: -17,13 + 731: -16,13 + 732: -21,13 + 733: -22,13 + - node: + color: '#FFFFFFFF' + id: BotGreyscale + decals: + 734: -19,14 + 735: -20,13 + 736: -19,13 + 737: -18,13 + 738: -22,14 + 739: -21,14 + 740: -17,14 + 741: -16,14 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 727: -19,17 + - node: + color: '#334E6DC8' + id: BrickCornerOverlayNE + decals: + 45: 12,24 + 71: -3,19 + 139: 9,5 + 153: 13,5 + - node: + color: '#334E6DFF' + id: BrickCornerOverlayNE + decals: + 179: 17,-4 + 710: -3,14 + - node: + color: '#9FED58FF' + id: BrickCornerOverlayNE + decals: + 154: 17,-9 + - node: + color: '#334E6DC8' + id: BrickCornerOverlayNW + decals: + 70: -6,19 + - node: + color: '#334E6DFF' + id: BrickCornerOverlayNW + decals: + 94: -22,9 + 174: 15,-4 + 719: -12,14 + - node: + color: '#571212FF' + id: BrickCornerOverlayNW + decals: + 188: 19,-4 + - node: + color: '#9FED58FF' + id: BrickCornerOverlayNW + decals: + 155: 15,-9 + - node: + color: '#334E6DC8' + id: BrickCornerOverlaySE + decals: + 46: 12,22 + 74: -3,16 + 140: 9,-7 + - node: + color: '#334E6DFF' + id: BrickCornerOverlaySE + decals: + 176: 17,-7 + 709: -3,11 + - node: + color: '#571212FF' + id: BrickCornerOverlaySE + decals: + 191: 20,-7 + - node: + color: '#334E6DC8' + id: BrickCornerOverlaySW + decals: + 65: -11,22 + 75: -6,16 + - node: + color: '#334E6DFF' + id: BrickCornerOverlaySW + decals: + 89: -22,7 + 175: 15,-7 + 700: -12,11 + - node: + color: '#571212FF' + id: BrickCornerOverlaySW + decals: + 190: 19,-7 + - node: + color: '#571212FF' + id: BrickEndOverlayE + decals: + 204: 29,-4 + - node: + color: '#334E67FF' + id: BrickLineOverlayE + decals: + 596: 11,22 + 597: 11,23 + 598: 11,24 + 1668: 1,7 + 1695: 18,9 + 1696: 18,8 + - node: + color: '#334E6DC8' + id: BrickLineOverlayE + decals: + 47: 12,23 + 76: -3,17 + 77: -3,18 + 141: 9,-6 + 147: 9,-3 + 148: 9,-2 + 149: 9,4 + 150: 13,3 + 151: 13,2 + 152: 13,4 + - node: + color: '#334E6DFF' + id: BrickLineOverlayE + decals: + 173: 17,-5 + 177: 17,-6 + 609: 1,21 + 711: -3,13 + 712: -3,12 + - node: + color: '#571212FF' + id: BrickLineOverlayE + decals: + 192: 20,-5 + 268: 20,-6 + - node: + color: '#9FED58FF' + id: BrickLineOverlayE + decals: + 165: 17,-10 + 166: 17,-11 + 167: 17,-12 + 168: 17,-13 + 169: 17,-14 + 170: 17,-15 + - node: + color: '#DE3A3A96' + id: BrickLineOverlayE + decals: + 142: 9,-5 + 143: 9,-4 + 144: 9,-1 + 145: 9,2 + 146: 9,3 + - node: + color: '#334E67FF' + id: BrickLineOverlayN + decals: + 593: -11,24 + 594: -10,24 + 595: -9,24 + 1643: -17,9 + 1644: -15,9 + 1697: 3,9 + 1698: 2,9 + 1699: -2,9 + - node: + color: '#334E6DC8' + id: BrickLineOverlayN + decals: + 28: -8,24 + 29: -7,24 + 30: -6,24 + 31: 0,24 + 32: 1,24 + 33: 3,24 + 34: 5,24 + 35: 6,24 + 36: 6,24 + 37: 8,24 + 38: 10,24 + 39: 10,24 + 40: 11,24 + 41: 9,24 + 42: 7,24 + 43: 4,24 + 44: 2,24 + 78: -4,19 + 79: -5,19 + 85: -3,9 + 86: -5,9 + 87: -4,9 + 88: 4,9 + 121: 18,9 + 122: 17,9 + 123: 16,9 + 124: 15,9 + 125: 15,9 + 126: 14,9 + 127: 13,9 + 128: 12,9 + 129: 11,9 + 130: 10,9 + 131: 9,9 + 132: 8,9 + 133: 7,9 + 134: 6,9 + - node: + color: '#334E6DFF' + id: BrickLineOverlayN + decals: + 95: -21,9 + 96: -16,9 + 97: -14,9 + 98: -13,9 + 99: -12,9 + 100: -11,9 + 110: -10,9 + 111: -9,9 + 112: -8,9 + 113: -8,9 + 114: -7,9 + 115: -6,9 + 180: 16,-4 + 527: -5,24 + 528: -4,24 + 529: -3,24 + 530: -2,24 + 531: -1,24 + 713: -4,14 + 714: -5,14 + 715: -7,14 + 716: -8,14 + 717: -9,14 + 718: -11,14 + - node: + color: '#52B4E996' + id: BrickLineOverlayN + decals: + 135: 5,9 + - node: + color: '#571212FF' + id: BrickLineOverlayN + decals: + 195: 20,-4 + 196: 21,-4 + 197: 22,-4 + 198: 23,-4 + 199: 24,-4 + 200: 25,-4 + 201: 26,-4 + 202: 27,-4 + 203: 28,-4 + - node: + color: '#9FED58FF' + id: BrickLineOverlayN + decals: + 158: 9,-12 + 159: 10,-12 + 160: 11,-12 + 161: 13,-12 + 162: 12,-12 + 163: 16,-9 + 164: 14,-12 + - node: + color: '#FFA647FF' + id: BrickLineOverlayN + decals: + 211: -9,5 + 213: -9,-1 + - node: + color: '#334E67FF' + id: BrickLineOverlayS + decals: + 1637: -22,8 + 1638: -21,8 + 1639: -20,8 + 1640: -19,8 + 1641: -18,8 + 1642: -17,8 + 1645: -16,8 + 1646: -15,8 + 1647: -14,8 + 1648: -13,8 + 1649: -13,8 + 1650: -12,8 + 1651: -12,8 + 1652: -11,8 + 1653: -11,8 + 1654: -10,8 + 1655: -10,8 + 1656: -10,8 + 1657: -9,8 + 1658: -9,8 + 1659: -8,8 + 1660: -7,8 + 1661: -5,8 + 1662: -4,8 + 1663: -4,8 + 1664: -3,8 + 1665: -3,8 + 1666: -2,8 + 1669: 2,8 + 1670: 2,8 + 1671: 4,8 + 1672: 4,8 + 1673: 5,8 + 1674: 3,8 + 1675: 7,8 + 1676: 7,8 + 1677: 8,8 + 1678: 8,8 + 1679: 9,8 + 1680: 9,8 + 1681: 9,8 + 1682: 10,8 + 1683: 10,8 + 1684: 12,8 + 1685: 13,8 + 1686: 13,8 + 1687: 15,8 + 1688: 15,8 + 1689: 16,8 + 1690: 17,8 + 1691: 17,8 + 1692: 17,8 + 1693: 18,8 + 1694: 18,8 + - node: + color: '#334E6DC8' + id: BrickLineOverlayS + decals: + 48: 11,22 + 49: 10,22 + 50: 9,22 + 51: 8,22 + 52: 7,22 + 53: 6,22 + 54: 4,22 + 55: 3,22 + 56: 2,22 + 57: -3,22 + 58: -5,22 + 59: -5,22 + 60: -6,22 + 61: -7,22 + 62: -8,22 + 63: -9,22 + 64: -10,22 + 72: -5,16 + 73: -4,16 + 247: 5,22 + - node: + color: '#334E6DFF' + id: BrickLineOverlayS + decals: + 90: -21,7 + 91: -20,7 + 92: -19,7 + 101: -18,7 + 102: -16,7 + 103: -14,7 + 104: -13,7 + 105: -12,7 + 106: -12,7 + 107: -11,7 + 108: -10,7 + 109: -9,7 + 116: -4,7 + 117: -3,7 + 118: 4,7 + 119: 12,8 + 120: 16,8 + 241: 10,7 + 242: 9,7 + 243: 18,8 + 526: -4,22 + 607: -2,22 + 701: -11,11 + 702: -10,11 + 703: -9,11 + 704: -8,11 + 705: -7,11 + 706: -6,11 + 707: -5,11 + 708: -4,11 + - node: + color: '#571212FF' + id: BrickLineOverlayS + decals: + 193: 21,-4 + 194: 22,-4 + 205: 28,-4 + 206: 27,-4 + 207: 25,-4 + 208: 26,-4 + 209: 24,-4 + 210: 23,-4 + - node: + color: '#9FED58FF' + id: BrickLineOverlayS + decals: + 171: 10,-15 + 172: 14,-15 + - node: + color: '#FFA647FF' + id: BrickLineOverlayS + decals: + 212: -9,-4 + - node: + color: '#334E67FF' + id: BrickLineOverlayW + decals: + 1667: -1,7 + - node: + color: '#334E6DC8' + id: BrickLineOverlayW + decals: + 66: -11,23 + 67: -11,24 + 68: -6,18 + 69: -6,17 + 80: -2,14 + 81: -2,13 + 82: -2,12 + 83: -2,11 + 84: -2,10 + 136: -2,6 + 137: -2,5 + 138: -2,5 + - node: + color: '#334E6DFF' + id: BrickLineOverlayW + decals: + 93: -22,8 + 178: 15,-6 + 181: 15,-5 + 608: -1,21 + - node: + color: '#571212FF' + id: BrickLineOverlayW + decals: + 189: 19,-5 + 269: 19,-6 + - node: + color: '#9FED58FF' + id: BrickLineOverlayW + decals: + 156: 15,-10 + 157: 15,-11 + - node: + color: '#96DAFFFF' + id: BrickTileWhiteCornerNe + decals: + 743: 7,16 + - node: + color: '#96DAFFFF' + id: BrickTileWhiteCornerNw + decals: + 742: 3,16 + - node: + color: '#96DAFFFF' + id: BrickTileWhiteCornerSe + decals: + 744: 7,11 + - node: + color: '#96DAFFFF' + id: BrickTileWhiteCornerSw + decals: + 745: 3,11 + - node: + color: '#96DAFFFF' + id: BrickTileWhiteLineE + decals: + 750: 7,15 + 751: 7,14 + 752: 7,13 + 753: 7,12 + - node: + color: '#96DAFFFF' + id: BrickTileWhiteLineW + decals: + 746: 3,12 + 747: 3,13 + 748: 3,14 + 749: 3,15 + - node: + color: '#C6FF91FF' + id: BushCOne + decals: + 235: -24.193724,8.651961 + - node: + color: '#C6FF91FF' + id: BushCThree + decals: + 229: 11.54909,-10.077993 + 230: 10.043818,-9.458524 + 231: 13.319997,-9.0824175 + - node: + color: '#C6FF91FF' + id: BushDOne + decals: + 222: 15.738039,-16.009346 + 223: 16.800585,-17.115541 + - node: + color: '#C6FF91FF' + id: Bushb2 + decals: + 219: 13.174347,-17.181913 + 220: 14.918995,-16.960674 + 221: 17.13263,-15.965098 + - node: + color: '#9FED58FF' + id: Bushe3 + decals: + 6: -10.303516,20.854204 + - node: + color: '#9FED58FF' + id: Bushe4 + decals: + 12: -3.6626148,20.986948 + - node: + color: '#C6FF91FF' + id: Bushe4 + decals: + 232: 9.645366,-10.210736 + 233: -23.529633,9.094439 + - node: + color: '#C6FF91FF' + id: Bushf1 + decals: + 217: 12.200348,-15.832355 + - node: + color: '#9FED58FF' + id: Bushh2 + decals: + 13: -3.2346468,20.883703 + - node: + color: '#9FED58FF' + id: Bushh3 + decals: + 5: -9.875546,20.9132 + - node: + color: '#9FED58FF' + id: Bushi2 + decals: + 2: -8.872033,21.045944 + 3: -8.488336,20.809956 + - node: + color: '#9FED58FF' + id: Bushk1 + decals: + 1: -10.864302,20.972198 + 4: -9.388547,20.868954 + - node: + color: '#C6FF91FF' + id: Bushk1 + decals: + 214: 13,-16 + 215: 11,-17 + 216: 11,-16 + - node: + color: '#9FED58FF' + id: Bushl4 + decals: + 10: -5.8762484,20.89845 + 11: -4.0905848,20.824705 + - node: + color: '#FFFFFFFF' + id: Bushm1 + decals: + 987: 1.0526228,-5.9271507 + - node: + color: '#FFFFFFFF' + id: Bushm2 + decals: + 986: 0.021372795,-5.9584007 + - node: + color: '#C6FF91FF' + id: Bushm3 + decals: + 234: -24.237995,9.293553 + - node: + color: '#FFFFFFFF' + id: Bushm3 + decals: + 985: -1.0567522,-6.0209007 + - node: + color: '#9FED58FF' + id: Bushn1 + decals: + 7: -5.38925,20.957449 + - node: + color: '#C6FF91FF' + id: Bushn1 + decals: + 218: 11.226349,-16.407578 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 844: 14,15 + 845: 14,14 + 846: 14,13 + 847: 14,12 + 848: 14,16 + 849: 14,11 + - node: + color: '#000000FF' + id: Dirt + decals: + 277: 29,-6 + - node: + color: '#00000CFF' + id: Dirt + decals: + 337: 4,-23 + 338: 5,-25 + 339: 4,-22 + 346: 5,-23 + 347: 4,-24 + 348: 5,-25 + 349: 4,-24 + 358: 4,-22 + 359: 4,-23 + 360: 5,-24 + - node: + cleanable: True + color: '#00000CFF' + id: Dirt + decals: + 310: 3,-3 + 322: 24,-15 + 323: 21,-15 + 324: 22,-13 + 325: 22,-12 + 326: 24,-12 + 327: 26,-11 + 332: 28,-15 + 333: 26,-11 + 334: 29,-11 + 335: 29,-12 + - node: + cleanable: True + color: '#001C00FF' + id: Dirt + decals: + 532: -4,24 + 544: 0,24 + 557: -9,-13 + 558: -9,-12 + 559: -9,-13 + 568: -11,-17 + 569: -12,-17 + 570: -11,-17 + 571: -11,-17 + 590: -12,-17 + 591: -11,-18 + - node: + color: '#00260CFF' + id: Dirt + decals: + 293: 27,-1 + - node: + cleanable: True + color: '#06000CFF' + id: Dirt + decals: + 373: 17,-9 + 374: 16,-9 + 375: 17,-11 + 376: 17,-9 + 377: 20,-9 + 389: 24,-12 + 390: 24,-12 + 391: 23,-12 + 392: 24,-11 + 393: 25,-12 + 394: 25,-12 + 395: 24,-13 + 396: 25,-11 + 397: 25,-11 + 434: 21,-18 + 435: 23,-18 + 436: 20,-19 + 437: 19,-18 + 438: 26,-22 + 449: 28,-19 + 453: 32,-16 + 454: 33,-17 + 455: 32,-17 + 461: 32,-16 + 462: 32,-17 + 463: 33,-16 + 464: 33,-16 + 465: 32,-16 + 466: 31,-14 + 467: 32,-12 + 468: 32,-12 + 480: 33,-13 + 481: 33,-11 + 482: 33,-11 + 483: 31,-11 + 484: 32,-12 + 485: 32,-12 + 486: 31,-7 + 487: 31,-7 + 498: 33,0 + 499: 34,0 + 500: 34,0 + 501: 31,4 + 502: 32,4 + 503: 31,4 + 504: 13,9 + 519: 12,9 + 520: 13,9 + 521: 13,9 + - node: + color: '#571212FF' + id: Dirt + decals: + 270: 25,-6 + 271: 26,-7 + 272: 29,-6 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 236: 29,6 + 237: 25,5 + 238: 29,-2 + 239: 28,-2 + 240: 29,-1 + 626: -12,16 + 627: -11,16 + 628: -12,18 + 629: -11,19 + 630: -12,17 + 631: -11,17 + 632: -10,17 + 633: -11,18 + 634: -9,19 + 635: -9,18 + 636: -10,17 + 637: -9,16 + 638: -8,16 + 639: -8,16 + 640: -10,16 + 641: -10,18 + 642: -10,19 + 643: -12,19 + 644: -9,17 + 645: -8,17 + 646: -8,17 + 647: -8,19 + 648: -10,19 + 649: -11,19 + 650: -12,18 + 651: -12,17 + 652: -12,16 + 653: -10,16 + 654: -9,17 + 655: -8,18 + 656: -8,17 + 657: -10,17 + 658: -12,18 + 659: -10,19 + 660: -10,19 + 661: -10,18 + 662: -9,17 + 663: -10,17 + 664: -11,16 + 665: -9,16 + 666: -8,16 + 667: -8,18 + 668: -8,19 + 669: -9,19 + 798: 8,19 + 799: 9,20 + 800: 9,19 + 801: 10,18 + 802: 10,19 + 803: 10,20 + 804: 10,20 + 805: 11,18 + 806: 11,20 + 807: 11,20 + 808: 10,19 + 809: 10,18 + 850: 9,11 + 851: 10,14 + 852: 9,12 + 853: 9,13 + 854: 9,15 + 855: 9,15 + 856: 9,14 + 857: 10,14 + 858: 10,12 + 859: 10,11 + 860: 10,11 + 861: 10,10 + 862: 11,11 + 863: 11,11 + 864: 10,12 + 898: 12,11 + 899: 12,11 + 900: 13,14 + 901: 13,15 + 902: 13,16 + 903: 12,16 + 904: 13,15 + 905: 15,16 + 906: 15,14 + 907: 15,13 + 908: 15,12 + 909: 11,16 + 910: 10,16 + 911: 9,14 + 912: 9,11 + 913: 13,11 + 914: 16,11 + 915: 17,13 + 916: 17,16 + 917: 18,15 + 918: 17,14 + 919: 16,13 + 920: 18,12 + 921: 18,11 + 922: 18,13 + 923: 18,15 + 924: 16,16 + 925: 16,16 + 926: 16,15 + 927: 16,13 + 928: 17,13 + 929: 17,12 + 930: 17,12 + 931: 16,11 + 932: 17,11 + 933: 17,11 + 934: 17,13 + 935: 16,14 + 991: -8,-16 + 992: -8,-17 + 993: -7,-16 + 994: -7,-18 + 995: -6,-18 + 996: -7,-17 + 997: -8,-15 + 998: -8,-15 + 999: -8,-14 + 1000: -7,-15 + 1001: -7,-16 + 1002: -6,-17 + 1003: -5,-18 + 1171: -3,-20 + 1172: -1,-20 + 1173: -1,-20 + 1174: -2,-20 + 1175: -2,-20 + 1176: -1,-20 + 1177: 1,-20 + 1178: 3,-20 + 1179: 2,-20 + 1180: 0,-20 + 1189: -2,-22 + 1190: -2,-23 + 1191: -1,-22 + 1192: 1,-23 + 1193: 1,-22 + 1194: 0,-22 + 1195: 0,-23 + 1196: 2,-22 + 1197: 1,-23 + 1198: 3,-23 + 1199: 3,-22 + 1200: 2,-23 + 1201: 1,-24 + 1202: 0,-23 + 1203: -2,-23 + 1204: -1,-23 + 1205: -4,-22 + 1206: -3,-22 + 1207: -1,-22 + 1208: 0,-23 + 1209: 3,-22 + 1210: 1,-22 + 1211: 0,-22 + 1212: -2,-22 + 1213: 2,-22 + 1214: -4,3 + 1215: -4,4 + 1216: -4,3 + 1217: -4,1 + 1218: -4,3 + 1219: -4,4 + 1220: -4,2 + 1221: -4,0 + 1222: -4,-1 + 1223: -4,-3 + 1224: -5,-3 + 1225: -3,-4 + 1226: -4,-4 + 1227: -4,-3 + 1228: -4,-2 + 1229: 4,-4 + 1230: 4,-3 + 1231: 4,-2 + 1232: 5,-2 + 1233: 5,-1 + 1234: 4,0 + 1235: 4,0 + 1236: 4,-1 + 1237: 4,1 + 1238: 5,2 + 1239: 4,2 + 1240: 4,3 + 1241: 5,3 + 1242: 4,4 + 1243: 4,5 + 1389: -22,6 + 1390: -24,6 + 1391: -23,5 + 1392: -22,4 + 1393: -24,4 + 1394: -24,6 + 1395: -23,5 + 1396: -19,6 + 1397: -19,6 + 1398: -20,5 + 1399: -20,4 + 1400: -18,4 + 1401: -19,5 + 1402: -15,5 + 1403: -15,5 + 1404: -15,5 + 1405: -15,5 + 1406: -10,5 + 1407: -10,5 + 1408: -11,6 + 1409: -11,6 + 1410: -10,6 + 1411: -11,5 + 1412: -10,5 + 1413: 16,6 + 1414: 17,6 + 1415: 16,5 + 1416: 16,5 + 1417: 17,5 + 1418: 17,5 + 1419: 16,4 + 1420: 16,3 + 1421: 17,0 + 1422: 17,-2 + 1423: 16,-2 + 1424: 16,-1 + 1425: 16,0 + 1426: 17,-1 + 1427: 17,-1 + 1428: 16,3 + 1429: 16,2 + 1430: 16,1 + 1431: 16,0 + 1432: 18,5 + 1433: 17,5 + 1434: 17,3 + 1435: 17,3 + 1436: 19,5 + 1437: 19,5 + 1438: 19,5 + 1439: 16,5 + 1450: 22,6 + 1451: 23,6 + 1452: 22,5 + 1453: 23,5 + 1454: 25,6 + 1455: 25,5 + 1456: 24,5 + 1457: 23,5 + 1458: 22,5 + 1459: 22,5 + 1460: 21,6 + 1461: 25,5 + 1462: 28,5 + 1463: 29,6 + 1464: 28,5 + 1465: 28,5 + 1466: 29,3 + 1467: 28,3 + 1468: 28,3 + 1469: 28,3 + 1470: 27,4 + 1471: 27,5 + 1472: 28,6 + 1473: 29,5 + 1474: 29,4 + 1475: 29,3 + 1476: 28,4 + 1477: 27,5 + 1478: 28,6 + 1479: 27,5 + 1480: 27,4 + 1481: 27,4 + 1482: 27,3 + 1483: 27,3 + 1484: 27,3 + 1485: 28,0 + 1486: 27,1 + 1487: 27,0 + 1488: 27,-1 + 1489: 28,-2 + 1490: 28,-2 + 1491: 29,-1 + 1492: 27,0 + 1493: 28,1 + 1494: 28,1 + 1495: 29,0 + 1496: 29,-2 + 1497: 29,-2 + 1498: 27,-2 + 1499: 27,-2 + 1500: 28,0 + 1501: 28,1 + 1502: 24,-1 + 1503: 24,-1 + 1504: 24,0 + 1505: 22,-1 + 1506: 22,-1 + 1507: 22,-2 + 1508: 22,0 + 1509: 22,0 + 1510: 21,0 + 1511: 20,-1 + 1512: 20,-1 + 1513: 19,-2 + 1514: 20,-2 + 1515: 19,-2 + 1516: 19,-1 + 1517: 20,-1 + 1518: 20,0 + 1519: 20,0 + 1520: 20,1 + 1521: 19,3 + 1522: 19,3 + 1523: 20,2 + 1524: 21,2 + 1525: 21,3 + 1526: 21,2 + 1527: 22,2 + 1528: 23,2 + 1529: 24,3 + 1530: 24,1 + 1531: 25,0 + 1532: 24,3 + 1533: 24,4 + 1534: 24,5 + 1535: 22,6 + 1536: 21,5 + 1537: 22,6 + 1538: 24,6 + 1539: 25,5 + 1540: 24,3 + 1541: 24,3 + 1542: 25,1 + 1543: 25,1 + 1544: 24,-1 + 1545: 25,-2 + 1546: 25,-1 + 1547: 25,0 + 1548: 26,-1 + 1549: 29,0 + 1550: 28,1 + 1551: 27,0 + 1552: 28,-1 + 1553: 28,3 + 1554: 28,5 + 1555: 28,6 + 1556: 28,6 + 1557: 27,4 + 1558: 27,4 + 1559: 26,3 + 1560: 25,3 + 1561: 23,1 + 1562: 22,-1 + 1563: 19,0 + 1564: 21,0 + 1565: 21,0 + 1566: 19,-1 + 1567: 17,0 + 1568: 18,-1 + 1569: 19,-1 + 1570: 19,-1 + 1571: 20,-1 + 1572: 20,-1 + 1573: 19,-1 + 1574: 20,-1 + 1575: 20,-1 + 1576: 21,1 + - node: + color: '#000000FF' + id: DirtHeavy + decals: + 276: 23,-7 + 282: 19,-6 + - node: + color: '#00000CFF' + id: DirtHeavy + decals: + 341: 4,-24 + 342: 5,-25 + 343: 4,-25 + 344: 5,-23 + 345: 5,-23 + 356: 4,-22 + 357: 4,-25 + - node: + cleanable: True + color: '#00000CFF' + id: DirtHeavy + decals: + 320: 24,-15 + 321: 24,-14 + 328: 25,-11 + 329: 27,-9 + 330: 29,-9 + 331: 29,-14 + - node: + cleanable: True + color: '#001C00FF' + id: DirtHeavy + decals: + 533: -4,24 + 556: -9,-13 + 581: -12,-18 + 582: -12,-18 + - node: + color: '#00260CFF' + id: DirtHeavy + decals: + 303: 23,5 + 304: 22,6 + - node: + cleanable: True + color: '#06000CFF' + id: DirtHeavy + decals: + 367: 17,-9 + 368: 17,-10 + 369: 17,-9 + 405: 22,-12 + 406: 22,-12 + 407: 22,-13 + 408: 23,-13 + 409: 26,-11 + 410: 27,-9 + 431: 21,-18 + 432: 21,-19 + 433: 22,-19 + 469: 32,-12 + 470: 32,-12 + 479: 31,-12 + 488: 31,-7 + 489: 31,-6 + - node: + color: '#571212FF' + id: DirtHeavy + decals: + 273: 20,-4 + 274: 19,-5 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 813: 10,19 + 814: 11,20 + 815: 11,19 + 816: 11,18 + 817: 10,18 + 818: 10,19 + 819: 9,20 + 820: 11,19 + 821: 11,18 + 865: 10,12 + 866: 10,14 + 867: 9,14 + 868: 10,11 + 869: 11,11 + 870: 12,12 + 871: 13,15 + 872: 13,15 + 1072: 5,-9 + 1073: 6,-9 + 1074: 6,-8 + 1075: 6,-7 + 1076: 7,-7 + 1077: 6,-6 + 1078: 7,-5 + 1079: 6,-4 + 1134: -9,-7 + 1135: -8,-7 + 1136: -7,-7 + 1137: -6,-5 + 1138: -6,-4 + 1139: -6,-5 + 1140: -7,-3 + 1141: -8,-3 + 1142: -8,-5 + 1143: -8,-4 + 1144: -6,-3 + 1167: -8,4 + 1168: -7,5 + 1169: -7,5 + 1170: -8,2 + 1181: -2,-20 + 1182: -3,-20 + 1183: -2,-20 + 1184: 0,-20 + 1185: 3,-20 + 1186: 1,-20 + 1187: 0,-20 + 1188: -2,-20 + 1295: -10,1 + 1296: -12,-1 + 1297: -13,-2 + 1321: -13,-4 + 1322: -13,-5 + 1323: -13,-7 + 1324: -14,-7 + 1325: -17,-7 + 1326: -17,-7 + 1327: -11,5 + 1328: -11,5 + 1329: -11,5 + 1330: -11,4 + 1331: -10,6 + 1332: -11,6 + 1333: -15,5 + 1334: -15,5 + 1335: -15,6 + 1336: -15,6 + 1337: -19,5 + 1338: -19,6 + 1339: -19,6 + 1340: -18,6 + 1341: -18,6 + 1342: -18,6 + 1343: -18,5 + 1344: -18,4 + 1345: -19,4 + 1346: -20,5 + 1347: -20,6 + 1348: -22,6 + 1349: -22,6 + 1350: -22,6 + 1351: -22,5 + 1352: -22,5 + 1353: -23,4 + 1354: -23,5 + 1355: -23,6 + 1356: -23,6 + 1357: -24,6 + 1358: -24,5 + 1359: -24,4 + 1360: -10,6 + 1361: -10,6 + 1362: -10,5 + 1363: -10,5 + 1364: -10,4 + 1365: -11,4 + 1366: -11,6 + 1367: -10,2 + 1368: -10,2 + 1369: -10,1 + 1370: -10,1 + 1371: -10,1 + 1372: -10,0 + 1373: -11,0 + 1374: -12,0 + 1375: -11,1 + 1376: -13,1 + 1377: -13,1 + 1378: -14,0 + 1379: -10,-1 + 1380: -11,-1 + 1381: -12,-2 + 1382: -12,-2 + 1383: -16,-1 + 1384: -16,0 + 1385: -16,1 + 1386: -15,1 + 1387: -18,1 + 1388: -19,0 + 1440: 16,6 + 1441: 16,6 + 1442: 16,4 + 1443: 16,4 + 1444: 17,4 + 1445: 17,2 + 1446: 17,0 + 1447: 16,-1 + 1448: 17,-2 + 1449: 17,1 + 1577: 21,1 + 1578: 21,1 + 1579: 21,2 + 1580: 21,2 + 1581: 21,2 + 1582: 21,1 + 1583: 22,1 + 1584: 23,2 + 1585: 24,2 + 1586: 24,1 + 1587: 25,1 + 1588: 25,1 + 1589: 25,1 + 1590: 25,2 + 1591: 25,2 + 1592: 25,1 + 1593: 25,0 + 1594: 25,-1 + 1595: 25,-1 + 1596: 25,-2 + 1597: 25,-2 + 1598: 27,-1 + 1599: 27,-1 + 1600: 29,-2 + 1601: 29,-2 + 1602: 29,-2 + 1603: 29,-2 + 1604: 29,-2 + 1605: 29,-1 + 1606: 29,-1 + 1607: 29,0 + 1608: 28,1 + 1609: 28,1 + 1610: 28,1 + 1611: 28,1 + 1612: 28,4 + 1613: 28,5 + 1614: 28,4 + 1615: 27,4 + 1616: 27,4 + 1617: 28,3 + 1618: 28,3 + 1619: 28,4 + 1620: 25,5 + 1621: 24,5 + 1622: 24,6 + 1623: 23,6 + 1624: 22,5 + 1625: 22,5 + 1626: 22,5 + 1627: 22,2 + 1628: 21,2 + 1629: 21,2 + 1630: 21,3 + 1631: 20,3 + 1632: 19,3 + 1633: 17,2 + 1634: 17,2 + 1635: 17,4 + 1636: 17,4 + - node: + color: '#000000FF' + id: DirtHeavyMonotile + decals: + 280: 28,-7 + 281: 23,-4 + 283: 20,-6 + 287: 26,-4 + 288: 29,-4 + - node: + color: '#00000CFF' + id: DirtHeavyMonotile + decals: + 307: 28,6 + 340: 4,-24 + 354: 4,-22 + 355: 4,-22 + - node: + cleanable: True + color: '#00000CFF' + id: DirtHeavyMonotile + decals: + 314: 3,-3 + 315: 3,-2 + 316: 3,-2 + 317: 24,-15 + 318: 23,-15 + 319: 24,-14 + 336: 29,-12 + - node: + cleanable: True + color: '#001C00FF' + id: DirtHeavyMonotile + decals: + 550: 0,24 + 551: 1,24 + 552: -3,24 + 553: -3,24 + 554: -3,24 + 555: -4,23 + 560: -9,-13 + 561: -9,-12 + 572: -11,-17 + 573: -11,-17 + 579: -11,-17 + 580: -11,-17 + - node: + color: '#00260CFF' + id: DirtHeavyMonotile + decals: + 305: 22,5 + 306: 24,6 + - node: + cleanable: True + color: '#06000CFF' + id: DirtHeavyMonotile + decals: + 378: 20,-9 + 379: 19,-10 + 411: 23,-13 + 439: 26,-22 + 450: 32,-16 + 471: 31,-11 + 472: 31,-12 + 473: 32,-11 + 497: 33,0 + 505: 13,9 + 506: 11,9 + 507: 14,9 + 508: 13,8 + 518: 13,9 + 522: 13,8 + - node: + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 810: 9,18 + 811: 9,19 + 812: 10,20 + 1026: -2,-17 + 1027: -1,-16 + 1028: -2,-18 + 1029: -3,-17 + 1088: 6,-2 + 1089: 6,0 + 1090: 8,0 + 1091: 8,1 + 1159: -6,6 + 1160: -6,6 + 1161: -5,4 + 1162: -6,3 + 1163: -6,1 + 1164: -6,2 + 1165: -5,3 + 1166: -7,4 + 1298: -14,1 + 1299: -16,-1 + 1300: -14,-1 + 1301: -13,0 + 1302: -17,0 + - node: + color: '#000000FF' + id: DirtLight + decals: + 284: 28,-4 + 286: 25,-4 + - node: + color: '#00000CFF' + id: DirtLight + decals: + 308: 31,4 + 309: 31,2 + 350: 4,-23 + 351: 5,-24 + - node: + cleanable: True + color: '#00000CFF' + id: DirtLight + decals: + 311: 3,-2 + 313: 3,-3 + - node: + cleanable: True + color: '#001C00FF' + id: DirtLight + decals: + 534: -3,24 + 535: -4,23 + 536: -5,24 + 537: -5,24 + 538: -4,24 + 539: -4,24 + 545: 0,24 + 546: 0,24 + 547: -1,24 + 564: -9,-13 + 565: -9,-11 + 566: -9,-14 + 567: -9,-14 + 583: -12,-18 + 584: -12,-18 + 585: -12,-18 + 586: -12,-18 + 587: -11,-17 + 588: -12,-17 + 589: -12,-17 + 592: -5,-18 + - node: + color: '#00260CFF' + id: DirtLight + decals: + 294: 28,-1 + 295: 27,0 + 296: 28,1 + 300: 28,6 + 301: 29,3 + 302: 24,5 + - node: + cleanable: True + color: '#06000CFF' + id: DirtLight + decals: + 365: 5,-13 + 366: 16,-9 + 370: 17,-9 + 371: 16,-10 + 372: 15,-9 + 380: 20,-10 + 381: 19,-9 + 382: 19,-9 + 388: 24,-12 + 412: 23,-12 + 413: 22,-14 + 414: 22,-14 + 415: 21,-14 + 416: 21,-13 + 417: 25,-14 + 418: 25,-14 + 419: 25,-13 + 420: 25,-13 + 421: 27,-9 + 422: 26,-16 + 423: 21,-18 + 424: 21,-18 + 425: 21,-17 + 426: 21,-17 + 427: 23,-18 + 440: 26,-22 + 441: 26,-22 + 442: 25,-22 + 443: 26,-21 + 444: 26,-21 + 445: 28,-20 + 446: 28,-20 + 451: 32,-16 + 452: 32,-16 + 456: 33,-17 + 474: 31,-12 + 475: 31,-12 + 476: 32,-11 + 490: 31,-5 + 491: 31,-8 + 492: 31,-8 + 493: 31,-7 + 494: 34,0 + 495: 34,0 + 514: 12,9 + 515: 12,9 + 516: 13,9 + 517: 11,9 + 523: 12,8 + 524: 12,8 + 525: 14,9 + - node: + color: '#571212FF' + id: DirtLight + decals: + 275: 23,-4 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 822: 9,18 + 823: 9,19 + 824: 10,20 + 825: 10,20 + 873: 14,11 + 874: 11,12 + 875: 9,12 + 876: 9,14 + 877: 14,15 + 878: 14,14 + 879: 14,14 + 880: 14,14 + 881: 15,16 + 882: 15,14 + 883: 15,13 + 884: 15,12 + 885: 15,11 + 886: 15,11 + 887: 14,11 + 888: 12,11 + 889: 12,11 + 890: 12,12 + 891: 12,14 + 892: 10,16 + 893: 9,15 + 894: 9,14 + 895: 9,14 + 896: 12,11 + 897: 12,11 + 1018: -7,-16 + 1019: -7,-15 + 1020: -6,-18 + 1021: -4,-17 + 1022: -3,-16 + 1023: -2,-18 + 1024: -1,-17 + 1025: -1,-17 + 1030: 1,-17 + 1031: 2,-16 + 1032: 3,-17 + 1033: 1,-18 + 1034: 1,-17 + 1035: 4,-16 + 1055: 5,-15 + 1056: 6,-14 + 1057: 7,-14 + 1058: 7,-13 + 1059: 7,-12 + 1060: 7,-12 + 1061: 6,-13 + 1062: 6,-12 + 1063: 7,-11 + 1064: 7,-10 + 1065: 6,-10 + 1066: 7,-9 + 1067: 8,-9 + 1068: 7,-9 + 1069: 7,-9 + 1070: 7,-8 + 1071: 6,-7 + 1080: 6,-5 + 1081: 5,-4 + 1082: 7,-3 + 1083: 6,-4 + 1084: 6,-3 + 1085: 6,-2 + 1086: 7,-1 + 1087: 5,0 + 1106: 6,3 + 1107: 6,4 + 1108: 6,5 + 1109: 6,6 + 1110: 6,4 + 1111: 7,3 + 1112: 7,2 + 1113: 6,2 + 1114: 5,0 + 1115: 5,1 + 1116: 5,2 + 1117: 5,3 + 1118: -4,-16 + 1119: -5,-15 + 1120: -6,-15 + 1121: -6,-14 + 1145: -6,-3 + 1146: -6,-1 + 1147: -7,-2 + 1148: -7,0 + 1149: -7,0 + 1150: -8,1 + 1151: -7,2 + 1152: -7,1 + 1153: -6,3 + 1154: -6,4 + 1155: -6,6 + 1156: -6,6 + 1157: -6,5 + 1158: -7,4 + 1303: -22,0 + 1304: -20,1 + 1305: -19,1 + 1306: -22,0 + 1307: -22,0 + 1308: -20,0 + 1309: -19,-1 + 1310: -22,0 + - node: + color: '#000000FF' + id: DirtMedium + decals: + 278: 28,-6 + 279: 29,-7 + 285: 27,-4 + - node: + color: '#00000CFF' + id: DirtMedium + decals: + 352: 4,-22 + 353: 4,-22 + - node: + cleanable: True + color: '#00000CFF' + id: DirtMedium + decals: + 312: 3,-3 + - node: + cleanable: True + color: '#001C00FF' + id: DirtMedium + decals: + 540: -4,24 + 541: -4,24 + 542: -5,23 + 543: -6,24 + 548: 0,23 + 549: 1,24 + 562: -9,-12 + 563: -9,-12 + 574: -11,-17 + 575: -11,-18 + 576: -11,-18 + 577: -12,-17 + 578: -12,-17 + - node: + color: '#00260CFF' + id: DirtMedium + decals: + 297: 27,-2 + 298: 27,3 + 299: 28,5 + - node: + cleanable: True + color: '#06000CFF' + id: DirtMedium + decals: + 383: 20,-9 + 384: 19,-10 + 385: 24,-12 + 386: 24,-12 + 387: 24,-12 + 398: 25,-11 + 399: 25,-11 + 400: 24,-11 + 401: 23,-10 + 402: 24,-10 + 403: 23,-11 + 404: 23,-11 + 428: 21,-18 + 429: 21,-17 + 430: 20,-18 + 447: 28,-19 + 448: 28,-20 + 457: 32,-16 + 458: 32,-16 + 459: 33,-16 + 460: 31,-17 + 477: 31,-12 + 478: 31,-11 + 496: 34,0 + 509: 12,9 + 510: 12,8 + 511: 13,9 + 512: 12,9 + 513: 12,9 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 670: -12,16 + 671: -12,16 + 672: -12,17 + 673: -8,18 + 674: -11,16 + 675: -9,16 + 676: -9,16 + 677: -10,17 + 678: -10,18 + 679: -10,19 + 680: -11,19 + 681: -8,18 + 682: -8,17 + 683: -9,16 + 684: -12,17 + 685: -12,19 + 686: -10,18 + 687: -9,18 + 1004: -7,-15 + 1005: -8,-14 + 1006: -7,-17 + 1007: -8,-17 + 1008: -7,-18 + 1009: -5,-18 + 1010: -7,-18 + 1011: -8,-18 + 1012: -8,-16 + 1013: -8,-15 + 1014: -6,-17 + 1015: -5,-18 + 1016: -6,-17 + 1017: -7,-16 + 1036: 4,-17 + 1037: 3,-16 + 1038: 2,-16 + 1039: 1,-17 + 1040: -1,-17 + 1041: -2,-17 + 1042: -2,-18 + 1043: 0,-18 + 1044: 3,-18 + 1045: 7,-18 + 1046: 7,-17 + 1047: 6,-18 + 1048: 7,-15 + 1049: 8,-15 + 1050: 5,-15 + 1051: 5,-17 + 1052: 7,-14 + 1053: 8,-14 + 1054: 8,-14 + 1092: 8,-1 + 1093: 7,0 + 1094: 6,1 + 1095: 6,2 + 1096: 7,3 + 1097: 6,5 + 1098: 6,6 + 1099: 5,5 + 1100: 5,4 + 1101: 6,3 + 1102: 7,1 + 1103: 7,1 + 1104: 6,2 + 1105: 6,3 + 1122: -5,-15 + 1123: -7,-15 + 1124: -6,-13 + 1125: -7,-12 + 1126: -8,-11 + 1127: -7,-13 + 1128: -7,-12 + 1129: -7,-10 + 1130: -6,-9 + 1131: -7,-9 + 1132: -8,-9 + 1133: -6,-7 + 1311: -23,0 + 1312: -24,0 + 1313: -23,1 + 1314: -20,1 + 1315: -20,1 + 1316: -20,-1 + 1317: -17,-1 + 1318: -16,-2 + 1319: -18,-3 + 1320: -18,-4 + - node: + color: '#9FED58FF' + id: FlowersBRTwo + decals: + 14: -7.3224893,20.824705 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 990: 0.8963728,-12.036526 + - node: + color: '#9FED58FF' + id: Flowerspv3 + decals: + 15: -4.7989473,20.92795 + 16: -11.115181,20.883703 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 988: -0.3067522,-10.989651 + - node: + color: '#FFFFFFFF' + id: Flowersy3 + decals: + 989: -0.1817522,-12.224026 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 968: -3.8848772,-6.8490257 + 969: -3.0098772,-5.8959007 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 970: 3.6151228,-6.7709007 + 971: 3.6619978,-5.9896507 + 972: 2.0994978,-5.7240257 + 973: 3.6932478,-10.052151 + 974: 3.8338728,-9.270901 + - node: + color: '#FFFFFFFF' + id: Grassa5 + decals: + 979: 2.2244978,-13.270901 + 980: 3.1151228,-13.536526 + 981: 3.7088728,-13.036526 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 975: -3.7286272,-10.145901 + 976: -3.8380022,-9.349026 + 977: -3.4630022,-13.208401 + 978: -2.4161272,-13.552151 + - node: + color: '#FFFFFFFF' + id: Grassc1 + decals: + 965: -1.4473772,-7.1146507 + - node: + color: '#FFFFFFFF' + id: Grassc3 + decals: + 967: 1.8338728,-10.911526 + - node: + color: '#FFFFFFFF' + id: Grassc4 + decals: + 966: -1.9317522,-11.286526 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 936: -1.7286272,-11.958401 + 937: -0.9630022,-11.224026 + 951: -0.8380022,-6.9740257 + 952: -0.9317522,-6.4584007 + 953: -0.4317522,-5.8490257 + - node: + color: '#FFFFFFFF' + id: Grassd2 + decals: + 938: -1.1817522,-11.833401 + 939: -1.8067522,-10.864651 + 954: 0.2869978,-6.9115257 + 955: 0.3182478,-5.9427757 + 956: 1.2557478,-6.4740257 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 940: -0.1505022,-11.083401 + 941: -0.072377205,-11.989651 + 957: 1.6307478,-7.2709007 + 958: 2.1463728,-6.8959007 + 959: 2.0682478,-8.130276 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 942: 0.5526228,-10.864651 + 943: 0.8338728,-11.942776 + 944: 1.7088728,-11.942776 + 945: 1.6151228,-10.849026 + 946: -2.3848772,-9.958401 + 947: -1.7755022,-9.286526 + 960: 2.2869978,-9.692776 + 961: 2.1932478,-8.708401 + 962: 3.4276228,-10.239651 + 963: 2.7713728,-7.8334007 + 964: 2.9119978,-7.0365257 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 948: -1.8223772,-8.224026 + 949: -2.9473772,-7.5052757 + 950: -2.0567522,-7.1927757 + - node: + color: '#96DAFFFF' + id: MiniTileDarkCornerNe + decals: + 791: 11,20 + - node: + color: '#96DAFFFF' + id: MiniTileDarkCornerNw + decals: + 790: 9,20 + - node: + color: '#96DAFFFF' + id: MiniTileDarkCornerSe + decals: + 793: 11,18 + - node: + color: '#96DAFFFF' + id: MiniTileDarkCornerSw + decals: + 792: 9,18 + - node: + color: '#96DAFFFF' + id: MiniTileDarkLineE + decals: + 797: 11,19 + - node: + color: '#96DAFFFF' + id: MiniTileDarkLineN + decals: + 795: 10,20 + - node: + color: '#96DAFFFF' + id: MiniTileDarkLineS + decals: + 794: 10,18 + - node: + color: '#96DAFFFF' + id: MiniTileDarkLineW + decals: + 796: 9,19 + - node: + color: '#334E6DC8' + id: MiniTileInnerOverlayNE + decals: + 245: -9,24 + 255: -1,24 + - node: + color: '#334E6DC8' + id: MiniTileInnerOverlayNW + decals: + 248: -2,9 + - node: + color: '#9FED5896' + id: MiniTileInnerOverlayNW + decals: + 267: 15,-12 + - node: + color: '#334E67FF' + id: MiniTileInnerOverlaySE + decals: + 1701: 1,8 + - node: + color: '#334E6DC8' + id: MiniTileInnerOverlaySE + decals: + 246: 1,22 + 250: 11,8 + - node: + color: '#334E67FF' + id: MiniTileInnerOverlaySW + decals: + 1700: -1,8 + - node: + color: '#334E6DC8' + id: MiniTileInnerOverlaySW + decals: + 244: -2,22 + 249: -2,7 + - node: + color: '#334E6DFF' + id: MiniTileInnerOverlaySW + decals: + 610: -1,22 + - node: + color: '#334E6DFF' + id: MiniTileLineOverlayE + decals: + 611: 1,19 + 612: 1,18 + 613: 1,17 + 614: 1,16 + - node: + color: '#96DAFFFF' + id: MiniTileLineOverlayE + decals: + 755: 5,11 + 756: 5,12 + 757: 5,13 + 758: 5,14 + 759: 5,15 + 760: 5,16 + - node: + color: '#334E6DFF' + id: MiniTileLineOverlayW + decals: + 615: -1,19 + 616: -1,18 + 617: -1,17 + 618: -1,17 + 619: -1,16 + - node: + color: '#96DAFFFF' + id: MiniTileLineOverlayW + decals: + 761: 5,11 + 762: 5,12 + 763: 5,13 + 764: 5,14 + 765: 5,15 + 766: 5,16 + - node: + color: '#96DAFFFF' + id: MiniTileOverlay + decals: + 754: 5,10 + 789: 8,19 + - node: + color: '#96DAFFFF' + id: MiniTileWhiteCornerNw + decals: + 783: 5,19 + - node: + color: '#96DAFFFF' + id: MiniTileWhiteInnerSe + decals: + 784: 5,19 + - node: + color: '#96DAFFFF' + id: MiniTileWhiteLineE + decals: + 767: 5,16 + 768: 5,15 + 769: 5,14 + 770: 5,13 + 771: 5,12 + 772: 5,11 + 780: 5,17 + 781: 5,18 + - node: + color: '#96DAFFFF' + id: MiniTileWhiteLineN + decals: + 786: 6,19 + 787: 7,19 + - node: + color: '#96DAFFFF' + id: MiniTileWhiteLineS + decals: + 785: 6,19 + 788: 7,19 + - node: + color: '#96DAFFFF' + id: MiniTileWhiteLineW + decals: + 773: 5,11 + 774: 5,12 + 775: 5,13 + 776: 5,14 + 777: 5,15 + 778: 5,16 + 779: 5,17 + 782: 5,18 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimCornerNe + decals: + 1294: 2,4 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimCornerNw + decals: + 1293: -2,4 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimCornerSe + decals: + 1285: 2,-2 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimCornerSw + decals: + 1284: -2,-2 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimEndS + decals: + 1286: -1,-3 + 1287: 1,-3 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimInnerSe + decals: + 1289: -1,-2 + 1292: 1,-2 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimInnerSw + decals: + 1290: 1,-2 + 1291: -1,-2 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimLineE + decals: + 1274: 2,1 + 1275: 2,0 + 1276: 2,-1 + 1277: 2,2 + 1278: 2,3 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimLineS + decals: + 1288: 0,-2 + - node: + color: '#FFFFFFFF' + id: OldConcreteTrimLineW + decals: + 1279: -2,-1 + 1280: -2,0 + 1281: -2,1 + 1282: -2,2 + 1283: -2,3 + - node: + color: '#791500FF' + id: Remains + decals: + 23: 22.592476,-11.8336935 + - node: + color: '#FFFFFFFF' + id: Rock02 + decals: + 1244: -3,-4 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 1245: -4,-5 + 1248: 4,-6 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 1246: 0,-5 + 1247: -5,-7 + 1249: -4,-11 + - node: + color: '#FFFFFFFF' + id: Rock05 + decals: + 1250: 1,-14 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 1251: -4,-14 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 1252: 5,-13 + 1253: 5,-11 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 698: -11,11 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 699: -6,11 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 696: -11,14 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 697: -6,14 + - node: + color: '#334E6DFF' + id: WarnFullGreyscale + decals: + 725: -13,13 + 726: -13,12 + - node: + color: '#EFB34196' + id: WarnLineE + decals: + 259: 13,3 + 260: 13,2 + 261: 17,-4 + 262: 17,-5 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 826: 12,11 + 827: 12,12 + 828: 12,13 + 829: 12,14 + 830: 12,15 + 831: 12,16 + 838: 15,16 + 839: 15,15 + 840: 15,14 + 841: 15,13 + 842: 15,12 + 843: 15,11 + 1254: -4,6 + 1255: -4,5 + 1256: -4,4 + 1257: -4,3 + 1258: -4,2 + 1259: -4,1 + 1260: -4,0 + 1261: -4,-1 + 1262: -4,-2 + 1263: -4,-3 + - node: + color: '#334E67FF' + id: WarnLineGreyscaleN + decals: + 1702: -20,9 + 1703: -19,9 + 1704: -18,9 + 1708: -1,5 + 1709: 0,5 + 1710: 1,5 + 1712: 10,9 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleN + decals: + 251: -17,9 + 252: -15,9 + - node: + color: '#334E6DFF' + id: WarnLineGreyscaleN + decals: + 723: -6,14 + 724: -10,14 + - node: + color: '#EFB34196' + id: WarnLineGreyscaleN + decals: + 256: -2,14 + - node: + color: '#334E67FF' + id: WarnLineGreyscaleS + decals: + 1705: -1,7 + 1706: 0,7 + 1707: 1,7 + 1711: 6,8 + 1713: 11,8 + 1714: 14,8 + 1715: -6,8 + - node: + color: '#EFB34196' + id: WarnLineGreyscaleS + decals: + 253: -17,7 + 254: -15,7 + - node: + color: '#334E6DFF' + id: WarnLineGreyscaleW + decals: + 720: -12,13 + 721: -12,12 + 722: -12,13 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 599: -1,21 + 600: 0,21 + 601: 1,21 + 603: 0,16 + 622: -1,21 + 623: 1,21 + 624: -1,16 + 625: 1,16 + 692: -10,14 + 693: -9,14 + 694: -8,14 + 695: -7,14 + - node: + color: '#EFB34196' + id: WarnLineS + decals: + 257: 19,2 + 258: 19,3 + 263: 15,-4 + 264: 15,-5 + 265: 19,-4 + 266: 19,-5 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 832: 13,16 + 833: 13,15 + 834: 13,14 + 835: 13,13 + 836: 13,12 + 837: 13,11 + 1264: 4,6 + 1265: 4,5 + 1266: 4,4 + 1267: 4,3 + 1268: 4,2 + 1269: 4,1 + 1270: 4,0 + 1271: 4,-1 + 1272: 4,-2 + 1273: 4,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 602: 0,19 + 604: -1,14 + 605: 0,14 + 606: 1,14 + 620: -1,19 + 621: 1,19 + 688: -10,11 + 689: -9,11 + 690: -8,11 + 691: -7,11 + - node: + color: '#9FED58FF' + id: bushsnowa1 + decals: + 8: -5.035068,20.765709 + - node: + color: '#C6FF91FF' + id: bushsnowa1 + decals: + 224: 14.918995,-16.097843 + 225: 16.800585,-16.628817 + 226: 12.058225,-10.16649 + 227: 11.283454,-10.16649 + 228: 12.21318,-9.25941 + - node: + color: '#9FED58FF' + id: bushsnowa2 + decals: + 9: -4.5775843,20.9427 + - node: + color: '#062F0CFF' + id: grasssnow01 + decals: + 361: 4,-22 + - node: + color: '#062F0CFF' + id: grasssnow07 + decals: + 364: 5,-25 + - node: + color: '#00260CFF' + id: grasssnow08 + decals: + 289: 18,-12 + 290: 19,-13 + 291: 23,-6 + - node: + color: '#062F0CFF' + id: grasssnow08 + decals: + 362: 4,-24 + 363: 5,-23 + - node: + color: '#00260CFF' + id: grasssnowb3 + decals: + 292: 28,-6 + - node: + color: '#DE3A3A96' + id: skull + decals: + 0: 17,-20 + - node: + color: '#57121279' + id: splatter + decals: + 184: 22.412882,-6.8118925 + 185: 21.992292,-6.258795 + 186: 28.178102,-5.9711847 + 187: 28.576557,-7.077379 + - node: + color: '#571212FF' + id: splatter + decals: + 182: 22.257929,-6.6570253 + 183: 22.634247,-6.258795 + - node: + color: '#7915007F' + id: splatter + decals: + 25: 20.083693,-18.456114 + 26: 20.319813,-18.087381 + - node: + color: '#79150096' + id: splatter + decals: + 17: 23.197536,-13.942838 + - node: + color: '#791500FF' + id: splatter + decals: + 18: 25.145533,-13.013635 + 19: 27.152561,-11.9959345 + 20: 26.50323,-11.627204 + 21: 24.127262,-10.211274 + 22: 23.123749,-11.435463 + 24: 19.891844,-17.984137 + 27: 24.31911,-15.978236 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,1: + 0: 13119 + -1,1: + 0: 35231 + 0,2: + 0: 46079 + -1,2: + 0: 47359 + 0,3: + 0: 48059 + -1,3: + 0: 35771 + 0,4: + 0: 47931 + 1,0: + 0: 65535 + 1,1: + 0: 53247 + 1,2: + 0: 62207 + 1,3: + 0: 65535 + 1,-1: + 0: 65535 + 1,4: + 0: 65327 + 2,0: + 0: 55807 + 2,1: + 0: 36317 + 2,2: + 0: 58623 + 2,-1: + 0: 4433 + 2,3: + 0: 61166 + 2,4: + 0: 65038 + 3,0: + 0: 21623 + 3,1: + 0: 17749 + 3,2: + 0: 61695 + 3,3: + 0: 65535 + 3,4: + 0: 15 + 3,-1: + 0: 18203 + 4,0: + 0: 48059 + 4,1: + 0: 947 + 4,2: + 0: 28791 + 4,3: + 0: 30583 + 0,-4: + 0: 65535 + 0,-5: + 0: 65295 + -1,-4: + 0: 65535 + 0,-3: + 0: 65535 + -1,-3: + 0: 65535 + 0,-2: + 0: 65535 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 1,-4: + 0: 65535 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-5: + 0: 65294 + 2,-4: + 0: 56797 + 2,-3: + 0: 56669 + 2,-2: + 0: 21909 + 2,-5: + 0: 56783 + 3,-4: + 0: 65531 + 3,-3: + 0: 48015 + 3,-2: + 0: 47264 + 3,-5: + 0: 45120 + 4,-4: + 0: 65339 + 4,-3: + 0: 64319 + 4,-2: + 0: 48048 + 4,-1: + 0: 47883 + -4,0: + 0: 32767 + -4,-1: + 0: 65535 + -5,0: + 0: 32767 + -4,1: + 0: 1911 + -4,2: + 0: 28927 + -5,2: + 0: 63487 + -4,3: + 0: 30719 + -5,3: + 0: 65535 + -4,4: + 0: 30583 + -3,0: + 0: 30719 + -3,1: + 0: 1911 + -3,2: + 0: 61695 + -3,3: + 0: 20479 + -3,-1: + 0: 30583 + -3,4: + 0: 65535 + -2,0: + 0: 65535 + -2,1: + 0: 28671 + -2,2: + 0: 61695 + -2,3: + 0: 20479 + -2,-1: + 0: 65535 + -2,4: + 0: 56797 + -1,4: + 0: 65535 + -4,-4: + 0: 30583 + -4,-5: + 0: 30574 + -5,-4: + 0: 52417 + 1: 272 + -4,-3: + 0: 28167 + -5,-3: + 0: 65535 + -4,-2: + 0: 65520 + -5,-2: + 0: 56784 + -5,-1: + 0: 64733 + -3,-4: + 0: 1904 + -3,-3: + 0: 30583 + -3,-5: + 2: 13056 + 0: 47 + -3,-2: + 0: 1638 + -2,-4: + 0: 65535 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-5: + 0: 65295 + -1,-5: + 0: 65294 + 4,4: + 0: 7 + 5,0: + 0: 64511 + 5,-1: + 0: 65295 + 5,1: + 0: 3680 + 6,0: + 0: 45979 + 6,1: + 0: 3000 + 6,-1: + 0: 39695 + 7,0: + 0: 14395 + 7,1: + 0: 2986 + 7,-1: + 0: 43915 + 8,0: + 0: 17735 + 8,1: + 0: 7 + 4,-5: + 0: 47279 + 5,-4: + 0: 61167 + 5,-3: + 0: 48014 + 5,-2: + 0: 40400 + 5,-5: + 0: 65527 + 6,-4: + 0: 65535 + 6,-3: + 0: 65535 + 6,-5: + 0: 29568 + 1: 12 + 6,-2: + 0: 18016 + 7,-4: + 0: 35504 + 7,-2: + 0: 43960 + 7,-3: + 0: 41130 + 7,-5: + 0: 36541 + 1: 64 + 8,-4: + 0: 13059 + 8,-3: + 0: 51 + -7,-1: + 0: 26112 + -7,0: + 0: 1216 + -6,0: + 0: 32767 + -6,1: + 0: 1911 + -6,2: + 0: 61661 + -6,3: + 0: 65535 + -6,-1: + 0: 65279 + -6,4: + 0: 65535 + -5,1: + 0: 1911 + -5,4: + 0: 65535 + -7,-4: + 0: 61024 + -7,-3: + 0: 3822 + -6,-4: + 0: 12289 + 1: 2080 + -6,-3: + 0: 65535 + -6,-2: + 0: 65520 + 0,5: + 0: 65339 + -1,5: + 0: 65528 + 0,6: + 0: 13119 + -1,6: + 0: 34959 + 1,5: + 0: 65295 + 1,6: + 0: 15 + 2,5: + 0: 65294 + 2,6: + 0: 15 + -4,5: + 1: 17504 + -5,5: + 0: 65522 + -4,6: + 1: 775 + -5,6: + 1: 3968 + -3,5: + 0: 61152 + -3,6: + 0: 14 + -2,5: + 0: 65520 + -2,6: + 0: 15 + -6,5: + 1: 4400 + 0: 34944 + -6,6: + 1: 3719 + -1,-6: + 0: 4032 + 0,-6: + 0: 4082 + 1,-6: + 0: 49152 + 2,-6: + 0: 65280 + 3,-6: + 0: 3840 + 4,-6: + 0: 3840 + 5,-6: + 0: 2816 + 6,-6: + 0: 28480 + 7,-6: + 0: 61376 + 1: 4096 + 8,-6: + 0: 13072 + 8,-5: + 0: 13107 + 8,-1: + 0: 24576 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: GravityShake + nextShake: 0 + shakeTimes: 10 +- proto: AirAlarm + entities: + - uid: 11 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 134 + - uid: 14 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,17.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 24 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 135 + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 136 + - uid: 26 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 138 + - 1828 + - 1827 + - 1825 + - 1826 + - uid: 27 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-7.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 150 + - 2551 + - 2568 + - 1811 + - uid: 37 + components: + - type: Transform + pos: 28.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 2550 + - 2569 + - 149 + - 1812 + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 2570 + - 2552 + - 148 + - 1816 + - uid: 39 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 2590 + - 2534 + - 147 + - 1817 + - 1818 + - 1811 + - 1812 + - 1816 + - uid: 40 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 1826 + - 1825 + - uid: 41 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 2 + - uid: 46 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,19.5 + parent: 2 + - type: DeviceList + devices: + - 1842 + - uid: 641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,21.5 + parent: 2 +- proto: AirCanister + entities: + - uid: 52 + components: + - type: Transform + pos: -17.5,-8.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + pos: -11.5,14.5 + parent: 2 + - uid: 1451 + components: + - type: Transform + pos: 9.5,12.5 + parent: 2 + - uid: 1452 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + pos: 2.5,24.5 + parent: 2 +- proto: AirlockFreezerKitchenHydroLocked + entities: + - uid: 2033 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 2 +- proto: AirlockMaintEngiLocked + entities: + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-8.5 + parent: 2 + - type: AccessReader + access: + - - Maintenance +- proto: AirSensor + entities: + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-12.5 + parent: 2 + - uid: 134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11 + - uid: 135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 24 + - uid: 136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25 + - uid: 138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26 + - uid: 147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38 + - uid: 149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37 + - uid: 150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 36 +- proto: APCBasic + entities: + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-9.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,11.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,10.5 + parent: 2 + - uid: 1148 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: -6.5,15.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,15.5 + parent: 2 + - uid: 2563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-0.5 + parent: 2 + - uid: 2564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-18.5 + parent: 2 + - uid: 2565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,5.5 + parent: 2 + - uid: 2641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,14.5 + parent: 2 + - uid: 2751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 2 + - uid: 2958 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 3034 + components: + - type: Transform + pos: -2.5,10.5 + parent: 2 +- proto: AtmosDeviceFanTiny + entities: + - uid: 171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,27.5 + parent: 2 + - uid: 2433 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: 0.5,27.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 174 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 175 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 176 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 +- proto: BannerRevolution + entities: + - uid: 189 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 2 +- proto: BannerSyndicate + entities: + - uid: 190 + components: + - type: Transform + pos: 29.5,-8.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 +- proto: Barricade + entities: + - uid: 77 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,3.5 + parent: 2 + - uid: 194 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - uid: 195 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 2 + - uid: 252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,0.5 + parent: 2 + - uid: 479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,3.5 + parent: 2 + - uid: 1290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-1.5 + parent: 2 + - uid: 1291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-0.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-0.5 + parent: 2 + - uid: 1666 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 2117 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,0.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,3.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 2 + - uid: 2188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-19.5 + parent: 2 + - uid: 2224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,5.5 + parent: 2 + - uid: 2260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,6.5 + parent: 2 + - uid: 2402 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 2462 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-11.5 + parent: 2 + - uid: 197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-19.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-9.5 + parent: 2 + - uid: 501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-19.5 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 934 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + pos: 8.5,19.5 + parent: 2 + - uid: 2122 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 2365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-19.5 + parent: 2 + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-11.5 + parent: 2 + - uid: 206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-19.5 + parent: 2 + - uid: 207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-18.5 + parent: 2 + - uid: 208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-18.5 + parent: 2 + - uid: 209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-17.5 + parent: 2 + - uid: 210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-17.5 + parent: 2 + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-20.5 + parent: 2 + - uid: 212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-19.5 + parent: 2 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-19.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 2 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-17.5 + parent: 2 + - uid: 216 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-18.5 + parent: 2 + - uid: 218 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-19.5 + parent: 2 + - uid: 220 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 2 + - uid: 228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-9.5 + parent: 2 + - uid: 937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-8.5 + parent: 2 + - uid: 2068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,3.5 + parent: 2 + - uid: 2124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,2.5 + parent: 2 +- proto: BaseBallBat + entities: + - uid: 531 + components: + - type: Transform + pos: -8.782963,18.829758 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: -9.345463,18.876633 + parent: 2 + - uid: 1154 + components: + - type: Transform + pos: -9.907963,18.907883 + parent: 2 +- proto: Beaker + entities: + - uid: 908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.909472,18.5891 + parent: 2 +- proto: Bed + entities: + - uid: 230 + components: + - type: Transform + pos: 29.5,1.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 233 + components: + - type: Transform + pos: 29.5,6.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: 25.5,5.5 + parent: 2 + - uid: 626 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 + - uid: 1065 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + pos: -11.5,6.5 + parent: 2 + - uid: 2196 + components: + - type: Transform + pos: -19.5,6.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + pos: -23.5,6.5 + parent: 2 + - uid: 2199 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 + - uid: 2503 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 +- proto: BedsheetNT + entities: + - uid: 1076 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 +- proto: BedsheetYellow + entities: + - uid: 240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,6.5 + parent: 2 + - uid: 241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,6.5 + parent: 2 + - uid: 242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,3.5 + parent: 2 + - uid: 243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,1.5 + parent: 2 + - uid: 244 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-1.5 + parent: 2 + - uid: 245 + components: + - type: Transform + pos: 25.5,5.5 + parent: 2 +- proto: Bible + entities: + - uid: 5004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.399288,-6.6195707 + parent: 2 + - type: Storage + storedItems: + 5005: + position: 0,0 + _rotation: South + 5006: + position: 0,1 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 5005 + - 5006 +- proto: BlastDoor + entities: + - uid: 255 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 24.5,4.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 +- proto: BlastDoorOpen + entities: + - uid: 267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,20.5 + parent: 2 + - uid: 268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,20.5 + parent: 2 + - uid: 271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,20.5 + parent: 2 + - uid: 272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,15.5 + parent: 2 + - uid: 273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,15.5 + parent: 2 + - uid: 274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,15.5 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 275 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - uid: 276 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 1068 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 1305 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.581347,20.30785 + parent: 2 +- proto: BoxingBell + entities: + - uid: 2208 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 2 +- proto: BoxPrinter + entities: + - uid: 1357 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 +- proto: CabbageSeeds + entities: + - uid: 1129 + components: + - type: Transform + pos: 3.6621227,-6.6733665 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 42 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 43 + components: + - type: Transform + pos: -19.5,12.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: -22.5,12.5 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 113 + components: + - type: Transform + pos: -19.5,21.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: -9.5,23.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 2.5,23.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: 1.5,23.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: -18.5,15.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: 17.5,-2.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 385 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 397 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 398 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: 25.5,-4.5 + parent: 2 + - uid: 400 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 2 + - uid: 401 + components: + - type: Transform + pos: 27.5,-4.5 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: 28.5,-4.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 29.5,-4.5 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: 18.5,3.5 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 409 + components: + - type: Transform + pos: 20.5,3.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: 22.5,3.5 + parent: 2 + - uid: 412 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 416 + components: + - type: Transform + pos: 27.5,3.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 424 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: 22.5,0.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 431 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 2 + - uid: 433 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - uid: 437 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 456 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 459 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - uid: 461 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 2 + - uid: 463 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 468 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 492 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 499 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: -3.5,23.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: -4.5,23.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - uid: 527 + components: + - type: Transform + pos: 4.5,23.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: -2.5,23.5 + parent: 2 + - uid: 530 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: -7.5,23.5 + parent: 2 + - uid: 539 + components: + - type: Transform + pos: 7.5,23.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: 8.5,23.5 + parent: 2 + - uid: 541 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: 6.5,23.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 544 + components: + - type: Transform + pos: 9.5,23.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: 3.5,23.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: -21.5,18.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: -19.5,18.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 + - uid: 604 + components: + - type: Transform + pos: -17.5,18.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: -16.5,15.5 + parent: 2 + - uid: 637 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - uid: 638 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - uid: 647 + components: + - type: Transform + pos: 1.5,18.5 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: -0.5,18.5 + parent: 2 + - uid: 654 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 655 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 657 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 658 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 + - uid: 660 + components: + - type: Transform + pos: -14.5,18.5 + parent: 2 + - uid: 662 + components: + - type: Transform + pos: -16.5,18.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: -15.5,15.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: 1.5,19.5 + parent: 2 + - uid: 693 + components: + - type: Transform + pos: -16.5,23.5 + parent: 2 + - uid: 697 + components: + - type: Transform + pos: -21.5,15.5 + parent: 2 + - uid: 698 + components: + - type: Transform + pos: -22.5,15.5 + parent: 2 + - uid: 699 + components: + - type: Transform + pos: -14.5,15.5 + parent: 2 + - uid: 749 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 750 + components: + - type: Transform + pos: -3.5,18.5 + parent: 2 + - uid: 751 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 772 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - uid: 786 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 787 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 2 + - uid: 788 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: -25.5,-8.5 + parent: 2 + - uid: 790 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 794 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 795 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 796 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 797 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 + - uid: 814 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 1137 + components: + - type: Transform + pos: -5.5,11.5 + parent: 2 + - uid: 1138 + components: + - type: Transform + pos: -7.5,11.5 + parent: 2 + - uid: 1139 + components: + - type: Transform + pos: -6.5,15.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: 1.5,17.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: -8.5,14.5 + parent: 2 + - uid: 1147 + components: + - type: Transform + pos: -17.5,23.5 + parent: 2 + - uid: 1149 + components: + - type: Transform + pos: -17.5,22.5 + parent: 2 + - uid: 1150 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 1339 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + pos: -20.5,12.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 1355 + components: + - type: Transform + pos: -18.5,12.5 + parent: 2 + - uid: 1356 + components: + - type: Transform + pos: -21.5,12.5 + parent: 2 + - uid: 1383 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: -4.5,18.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: -15.5,12.5 + parent: 2 + - uid: 1550 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + pos: -14.5,12.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - uid: 1683 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 1687 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 1691 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + pos: 8.5,11.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + pos: 10.5,12.5 + parent: 2 + - uid: 1697 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 1705 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + pos: -20.5,18.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: 0.5,18.5 + parent: 2 + - uid: 1738 + components: + - type: Transform + pos: -7.5,14.5 + parent: 2 + - uid: 1747 + components: + - type: Transform + pos: -8.5,18.5 + parent: 2 + - uid: 1756 + components: + - type: Transform + pos: -9.5,18.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 1764 + components: + - type: Transform + pos: -9.5,15.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + pos: -9.5,19.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + pos: -6.5,14.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 + - uid: 1946 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + pos: 14.5,5.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 2051 + components: + - type: Transform + pos: -6.5,11.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + pos: -5.5,12.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: -5.5,13.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: -2.5,18.5 + parent: 2 + - uid: 2078 + components: + - type: Transform + pos: -10.5,13.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + pos: -9.5,16.5 + parent: 2 + - uid: 2080 + components: + - type: Transform + pos: -9.5,17.5 + parent: 2 + - uid: 2081 + components: + - type: Transform + pos: -10.5,12.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -10.5,14.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: -10.5,11.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + pos: -9.5,11.5 + parent: 2 + - uid: 2088 + components: + - type: Transform + pos: -8.5,11.5 + parent: 2 + - uid: 2175 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 2355 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 2471 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 2501 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 2549 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 2591 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 2592 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 2625 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 2627 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 2636 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 2640 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + pos: 3.5,14.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + pos: 4.5,14.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: 6.5,14.5 + parent: 2 + - uid: 2660 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + pos: 5.5,17.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: 5.5,16.5 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 2671 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 2684 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 2686 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 2689 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 2690 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 2694 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 2695 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 2 + - uid: 2696 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 2 + - uid: 2697 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 2698 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 2700 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + pos: -22.5,-4.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 2 + - uid: 2704 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 2706 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 2709 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 2715 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + pos: -22.5,1.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 + - uid: 2719 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 2721 + components: + - type: Transform + pos: -22.5,5.5 + parent: 2 + - uid: 2722 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 2 + - uid: 2723 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 2725 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 2 + - uid: 2728 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 2729 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 2730 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 2732 + components: + - type: Transform + pos: -10.5,2.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + pos: -10.5,3.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: -10.5,5.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: -14.5,5.5 + parent: 2 + - uid: 2737 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: -14.5,3.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + pos: -14.5,2.5 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + pos: -14.5,0.5 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 2 + - uid: 2744 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 2 + - uid: 2745 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 2 + - uid: 2746 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 2747 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - uid: 2749 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 2750 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - uid: 2753 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 2755 + components: + - type: Transform + pos: -4.5,5.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: -5.5,5.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + pos: -6.5,5.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + pos: -5.5,6.5 + parent: 2 + - uid: 2761 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 2762 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 2763 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 2772 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 2773 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 2774 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 2775 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 2781 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 2785 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 2787 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 2789 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 2790 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 2834 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - uid: 2835 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 2836 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 2837 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 2839 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 2842 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 2 + - uid: 2843 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 2 + - uid: 2844 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 2 + - uid: 2845 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - uid: 2846 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 2847 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 2849 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 2 + - uid: 2851 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - uid: 2852 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 2856 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 2 + - uid: 2865 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 2866 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 2867 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 2868 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 2869 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 + - uid: 2871 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 2873 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 2 + - uid: 2874 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - uid: 2876 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 2878 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 2879 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 2880 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 2881 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 2883 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 2885 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 2888 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + pos: 6.5,5.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 2901 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 2902 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 2909 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 2913 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 2914 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 2917 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 2968 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 2969 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 3011 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + pos: -14.5,9.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + pos: -13.5,9.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + pos: -12.5,9.5 + parent: 2 + - uid: 3017 + components: + - type: Transform + pos: -11.5,9.5 + parent: 2 + - uid: 3018 + components: + - type: Transform + pos: -10.5,9.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 3020 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 3021 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 3022 + components: + - type: Transform + pos: -6.5,9.5 + parent: 2 + - uid: 3023 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 3025 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - uid: 3027 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 3028 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - uid: 3030 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: 1.5,9.5 + parent: 2 + - uid: 3035 + components: + - type: Transform + pos: -2.5,10.5 + parent: 2 + - uid: 3098 + components: + - type: Transform + pos: 0.5,24.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + pos: 0.5,25.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + pos: 0.5,26.5 + parent: 2 +- proto: CableApcStack10 + entities: + - uid: 87 + components: + - type: Transform + pos: -2.433465,13.246687 + parent: 2 +- proto: CableHV + entities: + - uid: 33 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: -10.5,15.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 526 + components: + - type: Transform + pos: -11.5,15.5 + parent: 2 + - uid: 858 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 877 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 891 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 897 + components: + - type: Transform + pos: 11.5,14.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: 11.5,15.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 969 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 977 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 + - uid: 979 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 980 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 1160 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: -7.5,15.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + pos: -8.5,15.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + pos: -10.5,16.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + pos: -9.5,16.5 + parent: 2 + - uid: 1831 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 2322 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 2387 + components: + - type: Transform + pos: 16.5,15.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - uid: 2391 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 2393 + components: + - type: Transform + pos: 14.5,14.5 + parent: 2 + - uid: 2490 + components: + - type: Transform + pos: 14.5,15.5 + parent: 2 + - uid: 2495 + components: + - type: Transform + pos: 15.5,12.5 + parent: 2 + - uid: 2499 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - uid: 2502 + components: + - type: Transform + pos: -25.5,1.5 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 + - uid: 2506 + components: + - type: Transform + pos: -23.5,1.5 + parent: 2 + - uid: 2507 + components: + - type: Transform + pos: -22.5,1.5 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: -21.5,1.5 + parent: 2 + - uid: 2509 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: -19.5,1.5 + parent: 2 + - uid: 2511 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 2512 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 2514 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 2515 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 2517 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 2518 + components: + - type: Transform + pos: -12.5,1.5 + parent: 2 + - uid: 2519 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 2520 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 2521 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 2522 + components: + - type: Transform + pos: -8.5,1.5 + parent: 2 + - uid: 2523 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 2524 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 2525 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 2526 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 2528 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 2529 + components: + - type: Transform + pos: -5.5,5.5 + parent: 2 + - uid: 2530 + components: + - type: Transform + pos: -5.5,6.5 + parent: 2 + - uid: 2531 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 2532 + components: + - type: Transform + pos: -5.5,8.5 + parent: 2 + - uid: 2533 + components: + - type: Transform + pos: 11.5,12.5 + parent: 2 + - uid: 2537 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 2539 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 2540 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 2541 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 2543 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 2544 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 2546 + components: + - type: Transform + pos: 5.5,8.5 + parent: 2 + - uid: 2547 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 2548 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 2554 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 2555 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 2556 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 2558 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 2559 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - uid: 2560 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 2561 + components: + - type: Transform + pos: -4.5,8.5 + parent: 2 + - uid: 2562 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 +- proto: CableMV + entities: + - uid: 20 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 379 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 883 + components: + - type: Transform + pos: 9.5,15.5 + parent: 2 + - uid: 884 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 + - uid: 885 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 887 + components: + - type: Transform + pos: 9.5,12.5 + parent: 2 + - uid: 888 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 889 + components: + - type: Transform + pos: 8.5,11.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 996 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 997 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 998 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - uid: 1003 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 1005 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 1011 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 1014 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 + - uid: 1015 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 1048 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 1107 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - uid: 1108 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - uid: 1109 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 2 + - uid: 1159 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 1490 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 1515 + components: + - type: Transform + pos: -7.5,8.5 + parent: 2 + - uid: 1563 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 1566 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 1567 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 1568 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 1569 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 1576 + components: + - type: Transform + pos: -8.5,8.5 + parent: 2 + - uid: 1605 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 1616 + components: + - type: Transform + pos: -9.5,8.5 + parent: 2 + - uid: 1617 + components: + - type: Transform + pos: -10.5,8.5 + parent: 2 + - uid: 1754 + components: + - type: Transform + pos: -11.5,8.5 + parent: 2 + - uid: 1755 + components: + - type: Transform + pos: -12.5,8.5 + parent: 2 + - uid: 1770 + components: + - type: Transform + pos: -13.5,8.5 + parent: 2 + - uid: 2104 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: 12.5,8.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + pos: 13.5,8.5 + parent: 2 + - uid: 2304 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 2446 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 2455 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 2481 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 2482 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 2566 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 2567 + components: + - type: Transform + pos: 10.5,10.5 + parent: 2 + - uid: 2571 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 2572 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 2573 + components: + - type: Transform + pos: 11.5,8.5 + parent: 2 + - uid: 2574 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 2575 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 2576 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 2577 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 2578 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 2579 + components: + - type: Transform + pos: 9.5,8.5 + parent: 2 + - uid: 2580 + components: + - type: Transform + pos: 8.5,8.5 + parent: 2 + - uid: 2581 + components: + - type: Transform + pos: 7.5,8.5 + parent: 2 + - uid: 2582 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 2584 + components: + - type: Transform + pos: -6.5,8.5 + parent: 2 + - uid: 2585 + components: + - type: Transform + pos: -5.5,8.5 + parent: 2 + - uid: 2586 + components: + - type: Transform + pos: -4.5,8.5 + parent: 2 + - uid: 2587 + components: + - type: Transform + pos: -3.5,8.5 + parent: 2 + - uid: 2588 + components: + - type: Transform + pos: -2.5,8.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 2595 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 2597 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 2598 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - uid: 2599 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 2601 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 2602 + components: + - type: Transform + pos: 5.5,8.5 + parent: 2 + - uid: 2603 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 2605 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 2606 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 2608 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 2620 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 2623 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 2624 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 2643 + components: + - type: Transform + pos: 5.5,10.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - uid: 2647 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: 4.5,14.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: 3.5,14.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 2672 + components: + - type: Transform + pos: -25.5,1.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 + - uid: 2674 + components: + - type: Transform + pos: -23.5,1.5 + parent: 2 + - uid: 2675 + components: + - type: Transform + pos: -23.5,0.5 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 2677 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 2752 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 2797 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 2805 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + pos: -9.5,0.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + pos: -8.5,0.5 + parent: 2 + - uid: 2811 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 2815 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 2816 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 2817 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 2819 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 2 + - uid: 2821 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 2 + - uid: 2822 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 2823 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 + - uid: 2824 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 2825 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 2826 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 2827 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 2828 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 2 + - uid: 2829 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 2830 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 2831 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 2832 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 2833 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 2919 + components: + - type: Transform + pos: 14.5,5.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - uid: 2921 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 2923 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 2924 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 2925 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 2 + - uid: 2926 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 2945 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 2946 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 2 + - uid: 2955 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 2957 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 2963 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - uid: 2973 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 2974 + components: + - type: Transform + pos: 0.5,14.5 + parent: 2 + - uid: 2975 + components: + - type: Transform + pos: -0.5,14.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + pos: 0.5,17.5 + parent: 2 + - uid: 2981 + components: + - type: Transform + pos: 0.5,18.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + pos: 0.5,19.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - uid: 2984 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 2985 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 2986 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 2988 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 2999 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - uid: 3036 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: -2.5,10.5 + parent: 2 + - uid: 3045 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - uid: 3046 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 3048 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 3049 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 3052 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 + - uid: 3053 + components: + - type: Transform + pos: -17.5,17.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + pos: -17.5,18.5 + parent: 2 + - uid: 3055 + components: + - type: Transform + pos: -17.5,19.5 + parent: 2 + - uid: 3056 + components: + - type: Transform + pos: -18.5,19.5 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: -18.5,21.5 + parent: 2 + - uid: 3059 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 3060 + components: + - type: Transform + pos: -17.5,22.5 + parent: 2 + - uid: 3061 + components: + - type: Transform + pos: -17.5,23.5 + parent: 2 + - uid: 3067 + components: + - type: Transform + pos: -16.5,23.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: -15.5,13.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + pos: -14.5,13.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: -12.5,13.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: -11.5,13.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: -10.5,13.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + pos: -10.5,14.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 3090 + components: + - type: Transform + pos: -8.5,14.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + pos: -7.5,14.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + pos: -6.5,14.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + pos: -5.5,14.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + pos: -4.5,14.5 + parent: 2 + - uid: 3095 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 3096 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + pos: -6.5,15.5 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: -26.5,-1.5 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 4818 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 2492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,15.5 + parent: 2 + - uid: 2493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,12.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 5129 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 + - uid: 5130 + components: + - type: Transform + pos: -4.5,18.5 + parent: 2 + - uid: 5131 + components: + - type: Transform + pos: -3.5,18.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 5133 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 5135 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 5136 + components: + - type: Transform + pos: -3.5,19.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 1056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,21.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,21.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,22.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,22.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,22.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,21.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,16.5 + parent: 2 + - uid: 894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,16.5 + parent: 2 + - uid: 895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,15.5 + parent: 2 + - uid: 896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,14.5 + parent: 2 + - uid: 919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,14.5 + parent: 2 + - uid: 920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,16.5 + parent: 2 + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,15.5 + parent: 2 + - uid: 922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,14.5 + parent: 2 + - uid: 923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,13.5 + parent: 2 + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,12.5 + parent: 2 + - uid: 925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,11.5 + parent: 2 + - uid: 926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,15.5 + parent: 2 + - uid: 1173 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 2 + - uid: 1174 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 1175 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 1176 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 1177 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 1178 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + pos: -19.5,-9.5 + parent: 2 + - uid: 1180 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 2 + - uid: 1181 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 + - uid: 1182 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 1183 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 1188 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 1189 + components: + - type: Transform + pos: -15.5,-13.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 2 + - uid: 1194 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - uid: 1195 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 2 + - uid: 1196 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 2 + - uid: 1197 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - uid: 1198 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 + - uid: 1200 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 1222 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 2 + - uid: 1228 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + pos: 29.5,-21.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: 30.5,-20.5 + parent: 2 + - uid: 1235 + components: + - type: Transform + pos: 30.5,-19.5 + parent: 2 + - uid: 1236 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + pos: 33.5,-18.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 1242 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 1247 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 2 + - uid: 1249 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: 33.5,-11.5 + parent: 2 + - uid: 1251 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - uid: 1252 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - uid: 1253 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 1254 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - uid: 1255 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - uid: 1256 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 1258 + components: + - type: Transform + pos: 33.5,0.5 + parent: 2 + - uid: 1259 + components: + - type: Transform + pos: 34.5,1.5 + parent: 2 + - uid: 1260 + components: + - type: Transform + pos: 34.5,2.5 + parent: 2 + - uid: 1261 + components: + - type: Transform + pos: 33.5,4.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + pos: 34.5,4.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + pos: 31.5,7.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - uid: 1269 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - uid: 1271 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: 23.5,-16.5 + parent: 2 + - uid: 1273 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 1275 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 1276 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + pos: 27.5,-10.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: 27.5,-9.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 2 + - uid: 1310 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 1311 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 1312 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 + - uid: 1313 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 2 + - uid: 1314 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 2 + - uid: 1317 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 1318 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 1634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,13.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,12.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,11.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,13.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - uid: 2070 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 2321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,12.5 + parent: 2 + - uid: 2343 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 2381 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 2 + - uid: 2382 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 2 + - uid: 2392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,11.5 + parent: 2 + - uid: 2468 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - uid: 2469 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 2557 + components: + - type: Transform + pos: 14.5,5.5 + parent: 2 + - uid: 2594 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 +- proto: Chair + entities: + - uid: 915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,24.5 + parent: 2 + - uid: 916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,22.5 + parent: 2 + - uid: 939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,22.5 + parent: 2 + - uid: 940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,22.5 + parent: 2 + - uid: 941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,22.5 + parent: 2 + - uid: 985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,24.5 + parent: 2 + - uid: 1330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-6.5 + parent: 2 + - uid: 1331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-6.5 + parent: 2 + - uid: 1332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-6.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.6874294,3.801773 + parent: 2 + - uid: 297 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 664 + components: + - type: Transform + pos: -22.5,12.5 + parent: 2 + - uid: 744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,17.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.7188206,4.270523 + parent: 2 +- proto: ChairWood + entities: + - uid: 1029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-16.5 + parent: 2 +- proto: ChemDispenserEmpty + entities: + - uid: 905 + components: + - type: Transform + pos: 9.5,18.5 + parent: 2 +- proto: ChemicalPayload + entities: + - uid: 529 + components: + - type: Transform + pos: -2.527215,13.746687 + parent: 2 +- proto: ChemistryEmptyBottle03 + entities: + - uid: 907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.346972,18.260975 + parent: 2 +- proto: CigaretteSyndicate + entities: + - uid: 5006 + components: + - type: Transform + parent: 5004 + - type: Physics + canCollide: False +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1365 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 2 + - uid: 1366 + components: + - type: Transform + pos: 34.5,-0.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 1374 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 1376 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 +- proto: ClosetWall + entities: + - uid: 1377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-13.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 1378 + - 1379 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 1380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-7.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-11.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 1382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-14.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetWallOrange + entities: + - uid: 94 + components: + - type: Transform + pos: -22.5,7.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: -14.5,7.5 + parent: 2 + - uid: 2339 + components: + - type: Transform + pos: -10.5,7.5 + parent: 2 +- proto: ClothingBackpackDuffelSyndicateHardsuitBundle + entities: + - uid: 1384 + components: + - type: Transform + pos: 32.4127,2.5934563 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + Обеспечивает следующую защиту: + + - [color=orange]Взрывной[/color] урон [color=white]к содержимому[/color] снижается на [color=lightblue]90%[/color]. + priority: 0 + component: Armor + - message: Понижает вашу скорость бега на [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + title: null +- proto: ClothingHandsGlovesBoxingBlue + entities: + - uid: 511 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 2 +- proto: ClothingHandsGlovesBoxingRed + entities: + - uid: 95 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 +- proto: ClothingHeadHatCone + entities: + - uid: 1386 + components: + - type: Transform + pos: 33.811714,4.802536 + parent: 2 + - uid: 1387 + components: + - type: Transform + pos: 34.7562,4.802536 + parent: 2 + - uid: 1388 + components: + - type: Transform + pos: 34.2692,4.832034 + parent: 2 + - uid: 5123 + components: + - type: Transform + pos: -10.493663,-19.213833 + parent: 2 + - uid: 5124 + components: + - type: Transform + pos: -10.446788,-19.604458 + parent: 2 + - uid: 5125 + components: + - type: Transform + pos: -11.274913,-11.156652 + parent: 2 + - uid: 5126 + components: + - type: Transform + pos: -11.274913,-11.578527 + parent: 2 +- proto: ClothingHeadHatUshanka + entities: + - uid: 1390 + components: + - type: Transform + pos: -13.461011,-13.975373 + parent: 2 + - uid: 3533 + components: + - type: MetaData + desc: Идеально подходит для зимы в Серибе, da? + - type: Transform + pos: -26.189486,-0.5671978 + parent: 2 +- proto: ClothingMaskClown + entities: + - uid: 1392 + components: + - type: Transform + pos: -23.466145,9.350223 + parent: 2 +- proto: ClothingNeckSecuritymedal + entities: + - uid: 614 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 +- proto: ClothingNeckUSSPPin + entities: + - uid: 1395 + components: + - type: Transform + pos: -13.451035,-14.443943 + parent: 2 + - uid: 4843 + components: + - type: Transform + pos: -26.720736,-0.5203228 + parent: 2 +- proto: ClothingOuterCoatSpaceAsshole + entities: + - uid: 1397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.584091,-20.541527 + parent: 2 +- proto: ClothingShoesClownLarge + entities: + - uid: 1399 + components: + - type: Transform + pos: -23.480902,8.642258 + parent: 2 +- proto: ClothingUniformJumpsuitClown + entities: + - uid: 1400 + components: + - type: Transform + pos: -23.466145,8.951992 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 1403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-13.5 + parent: 2 + - uid: 1404 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 1405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-10.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-9.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-7.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 1409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-8.5 + parent: 2 + - uid: 1410 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 2 + - uid: 1411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-15.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-0.5 + parent: 2 + - uid: 1415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,4.5 + parent: 2 + - uid: 1418 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-11.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-19.5 + parent: 2 + - uid: 1424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-17.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-5.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 1425 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-13.5 + parent: 2 + - uid: 1427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-12.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + pos: 31.5,-8.5 + parent: 2 + - uid: 1429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-12.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-11.5 + parent: 2 + - uid: 1431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-11.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-13.5 + parent: 2 + - uid: 1433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-11.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-5.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-6.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-5.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-5.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-6.5 + parent: 2 +- proto: CockroachTimedSpawner + entities: + - uid: 1438 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 2 +- proto: CombatKnife + entities: + - uid: 1378 + components: + - type: Transform + parent: 1377 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ComfyChair + entities: + - uid: 1476 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 1163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,16.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 1442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-10.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2989: + - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver +- proto: ComputerBroken + entities: + - uid: 1443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-11.5 + parent: 2 + - uid: 1444 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,16.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 1840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,17.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 2271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,13.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 2 + - uid: 879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,14.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 1841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,16.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 1481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,18.5 + parent: 2 + - uid: 2096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 1878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 2 + - uid: 5090 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 +- proto: CrateEngineeringCableHV + entities: + - uid: 1464 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 +- proto: CrateFreezer + entities: + - uid: 1466 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 +- proto: CrateFunBoardGames + entities: + - uid: 1216 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 +- proto: CrateFunPlushie + entities: + - uid: 1467 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 +- proto: CrateFunToyBox + entities: + - uid: 1468 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 +- proto: CrateHydroponicsTools + entities: + - uid: 2130 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 2 +- proto: CrateMedicalSecure + entities: + - uid: 168 + components: + - type: Transform + pos: 5.5,20.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 169 + - 170 + - 172 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 184 + components: + - type: Transform + pos: 6.5,20.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 185 + - 186 + - 187 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 188 + components: + - type: Transform + pos: 7.5,20.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 229 + - 236 + - 237 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateServiceTheatre + entities: + - uid: 1471 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 +- proto: CrateTrashCart + entities: + - uid: 2258 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 +- proto: CrateVendingMachineRestockChemVendFilled + entities: + - uid: 239 + components: + - type: Transform + pos: 6.5,18.5 + parent: 2 +- proto: CrewMonitoringServer + entities: + - uid: 1843 + components: + - type: Transform + pos: -2.5,19.5 + parent: 2 +- proto: Crowbar + entities: + - uid: 1474 + components: + - type: Transform + pos: 29.555098,1.6958946 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 1475 + components: + - type: Transform + pos: -10.543692,-5.4498596 + parent: 2 +- proto: CyberPen + entities: + - uid: 1477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.200603,-14.192375 + parent: 2 +- proto: CyborgEndoskeleton + entities: + - uid: 1478 + components: + - type: Transform + pos: 23.595257,-10.203423 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 1480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,13.5 + parent: 2 +- proto: DehydratedSpaceCarp + entities: + - uid: 1483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.015306,-10.282484 + parent: 2 + - uid: 1484 + components: + - type: Transform + pos: 26.640306,-14.219984 + parent: 2 + - uid: 1485 + components: + - type: Transform + pos: 22.687181,-14.094984 + parent: 2 +- proto: DisposalBend + entities: + - uid: 1501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,19.5 + parent: 2 + - uid: 1512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 2 + - uid: 1514 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 1539 + components: + - type: Transform + pos: 26.5,7.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: 26.5,6.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: 26.5,5.5 + parent: 2 + - uid: 1542 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 1543 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 1544 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 + - uid: 1545 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 + - uid: 1546 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 1548 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: 26.5,-2.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 2 + - uid: 1611 + components: + - type: Transform + pos: -4.5,18.5 + parent: 2 + - uid: 1612 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 + - uid: 1613 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 1614 + components: + - type: Transform + pos: -4.5,15.5 + parent: 2 + - uid: 1618 + components: + - type: Transform + pos: -4.5,10.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-10.5 + parent: 2 + - uid: 1701 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 1737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,19.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 552 + components: + - type: Transform + pos: 5.5,22.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: -23.5,19.5 + parent: 2 + - uid: 2427 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 1777 + components: + - type: Transform + pos: 29.5,5.5 + parent: 2 + - uid: 1778 + components: + - type: Transform + pos: 29.5,4.5 + parent: 2 + - uid: 1779 + components: + - type: Transform + pos: 29.5,0.5 + parent: 2 + - uid: 1780 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - uid: 1781 + components: + - type: Transform + pos: 21.5,5.5 + parent: 2 + - uid: 1782 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 +- proto: DrinkJar + entities: + - uid: 4809 + components: + - type: Transform + pos: 25.721022,-15.816264 + parent: 2 +- proto: DrinkJarWhat + entities: + - uid: 4810 + components: + - type: Transform + pos: 32.50227,-19.498255 + parent: 2 +- proto: DrinkWaterCup + entities: + - uid: 85 + components: + - type: Transform + pos: -9.641878,-3.1974373 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: -9.485628,-3.4630623 + parent: 2 + - uid: 2112 + components: + - type: Transform + pos: -9.907503,-3.4943123 + parent: 2 +- proto: EggSpider + entities: + - uid: 1788 + components: + - type: Transform + pos: 33.16626,-13.203593 + parent: 2 + - uid: 1789 + components: + - type: Transform + pos: 33.365486,-13.026602 + parent: 2 + - uid: 1790 + components: + - type: Transform + pos: 33.365486,-13.269965 + parent: 2 +- proto: ExplosivesSignMed + entities: + - uid: 3128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,10.5 + parent: 2 + - uid: 3129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,10.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 663 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 +- proto: FaxMachineSyndie + entities: + - uid: 1808 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 2 +- proto: FireAlarm + entities: + - uid: 2077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,25.5 + parent: 2 +- proto: Firelock + entities: + - uid: 656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,25.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,25.5 + parent: 2 + - uid: 1730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,25.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - 36 + - uid: 1812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - 37 + - uid: 1816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - 38 + - uid: 1817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - uid: 1818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - uid: 1825 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40 + - 26 + - uid: 1826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40 + - 26 + - uid: 1827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26 + - uid: 1828 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26 + - uid: 1835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-8.5 + parent: 2 + - uid: 1842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 46 +- proto: FloodlightBroken + entities: + - uid: 1880 + components: + - type: Transform + pos: -24.596643,-10.37954 + parent: 2 +- proto: FloorDrain + entities: + - uid: 15 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1881 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2383 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2384 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2445 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloraTree03 + entities: + - uid: 22 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.78612614,-8.396278 + parent: 2 + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.1455011,-9.474403 + parent: 2 + - uid: 2101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.19237614,-9.365028 + parent: 2 +- proto: FloraTree05 + entities: + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.4077616,-12.399094 + parent: 2 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5239925,-12.554985 + parent: 2 + - uid: 1487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5924492,-9.013058 + parent: 2 + - uid: 1580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.6667814,-8.977043 + parent: 2 + - uid: 1581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.3969831,-6.067524 + parent: 2 + - uid: 1590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.4946547,-5.848774 + parent: 2 +- proto: FoamedAluminiumMetal + entities: + - uid: 1887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-18.5 + parent: 2 + - uid: 1888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-19.5 + parent: 2 + - uid: 1895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-19.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-16.5 + parent: 2 + - uid: 1906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-19.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 +- proto: FoodBreadMeatSlice + entities: + - uid: 1911 + components: + - type: Transform + pos: -10.184317,-5.5592346 + parent: 2 +- proto: FoodFrozenSnowconeClown + entities: + - uid: 5122 + components: + - type: Transform + pos: -13.330396,-16.567081 + parent: 2 +- proto: FoodMeatClown + entities: + - uid: 4801 + components: + - type: Transform + pos: -26.29886,-0.3328228 + parent: 2 +- proto: FoodPieBananaCream + entities: + - uid: 5154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.83063,9.04374 + parent: 2 +- proto: FoodSpaceshroom + entities: + - uid: 1920 + components: + - type: Transform + pos: -21.178097,-9.751247 + parent: 2 + - uid: 1921 + components: + - type: Transform + pos: -21.827427,-9.677501 + parent: 2 + - uid: 1922 + components: + - type: Transform + pos: 27.20302,-14.646598 + parent: 2 + - uid: 1923 + components: + - type: Transform + pos: 26.34708,-13.9533825 + parent: 2 + - uid: 1924 + components: + - type: Transform + pos: 19.942272,-16.804543 + parent: 2 +- proto: GasCanisterBrokenBase + entities: + - uid: 1319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,12.5 + parent: 2 +- proto: GasPipeBend + entities: + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,15.5 + parent: 2 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,18.5 + parent: 2 + - uid: 650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,12.5 + parent: 2 + - uid: 694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,19.5 + parent: 2 + - uid: 708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,14.5 + parent: 2 + - uid: 709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,13.5 + parent: 2 + - uid: 831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,14.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 + - uid: 1797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,14.5 + parent: 2 + - uid: 1914 + components: + - type: Transform + pos: -14.5,19.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1943 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1948 + components: + - type: Transform + pos: 25.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1961 + components: + - type: Transform + pos: 27.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-19.5 + parent: 2 + - uid: 1966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-16.5 + parent: 2 +- proto: GasPipeBroken + entities: + - uid: 1968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-18.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-17.5 + parent: 2 +- proto: GasPipeFourway + entities: + - uid: 1979 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1980 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1992 + components: + - type: Transform + pos: 22.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeHalf + entities: + - uid: 1993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-16.5 + parent: 2 +- proto: GasPipeStraight + entities: + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,18.5 + parent: 2 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,18.5 + parent: 2 + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,16.5 + parent: 2 + - uid: 112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,17.5 + parent: 2 + - uid: 596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,12.5 + parent: 2 + - uid: 607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,13.5 + parent: 2 + - uid: 608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,13.5 + parent: 2 + - uid: 610 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,12.5 + parent: 2 + - uid: 613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,12.5 + parent: 2 + - uid: 628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,15.5 + parent: 2 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,15.5 + parent: 2 + - uid: 639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,17.5 + parent: 2 + - uid: 661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,18.5 + parent: 2 + - uid: 669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,14.5 + parent: 2 + - uid: 670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,14.5 + parent: 2 + - uid: 681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,14.5 + parent: 2 + - uid: 685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,14.5 + parent: 2 + - uid: 689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,15.5 + parent: 2 + - uid: 690 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,12.5 + parent: 2 + - uid: 692 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,16.5 + parent: 2 + - uid: 748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,15.5 + parent: 2 + - uid: 777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,14.5 + parent: 2 + - uid: 983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,14.5 + parent: 2 + - uid: 987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,12.5 + parent: 2 + - uid: 990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,14.5 + parent: 2 + - uid: 1152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,11.5 + parent: 2 + - uid: 1153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,15.5 + parent: 2 + - uid: 1335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,18.5 + parent: 2 + - uid: 1337 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 1349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,15.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,13.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,12.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: -19.5,19.5 + parent: 2 + - uid: 1479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,18.5 + parent: 2 + - uid: 1726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,12.5 + parent: 2 + - uid: 1769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,14.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,19.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,12.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,20.5 + parent: 2 + - uid: 2034 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,12.5 + parent: 2 + - uid: 2047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,15.5 + parent: 2 + - uid: 2048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,12.5 + parent: 2 + - uid: 2064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,19.5 + parent: 2 + - uid: 2152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2170 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2181 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2182 + components: + - type: Transform + pos: 29.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2370 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2371 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2376 + components: + - type: Transform + pos: 27.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeTJunction + entities: + - uid: 108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,15.5 + parent: 2 + - uid: 640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,15.5 + parent: 2 + - uid: 651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,13.5 + parent: 2 + - uid: 652 + components: + - type: Transform + pos: -19.5,12.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,18.5 + parent: 2 + - uid: 1603 + components: + - type: Transform + pos: -21.5,18.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,14.5 + parent: 2 + - uid: 2504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPort + entities: + - uid: 2513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-19.5 + parent: 2 +- proto: GasVentPump + entities: + - uid: 535 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 + - uid: 645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,13.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + pos: -15.5,16.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 1871 + components: + - type: Transform + pos: -17.5,21.5 + parent: 2 + - uid: 2534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2551 + components: + - type: Transform + pos: 23.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 36 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,12.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: -19.5,21.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,17.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,17.5 + parent: 2 + - uid: 2568 + components: + - type: Transform + pos: 22.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 36 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GatfruitSeeds + entities: + - uid: 2607 + components: + - type: Transform + pos: -10.974922,-14.666669 + parent: 2 +- proto: GeigerCounter + entities: + - uid: 3127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.558895,13.043236 + parent: 2 +- proto: Girder + entities: + - uid: 2609 + components: + - type: Transform + pos: -19.5,-15.5 + parent: 2 + - uid: 2610 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - uid: 2611 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 2 + - uid: 2612 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 2 + - uid: 2613 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 +- proto: GravityGeneratorMini + entities: + - uid: 3114 + components: + - type: Transform + pos: -11.5,19.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 +- proto: Grille + entities: + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,25.5 + parent: 2 + - uid: 29 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 2 + - uid: 81 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,24.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: -14.5,26.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: 3.5,25.5 + parent: 2 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,3.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - uid: 126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,3.5 + parent: 2 + - uid: 127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,3.5 + parent: 2 + - uid: 246 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + - uid: 371 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 376 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,3.5 + parent: 2 + - uid: 609 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,26.5 + parent: 2 + - uid: 616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,26.5 + parent: 2 + - uid: 617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,26.5 + parent: 2 + - uid: 618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,26.5 + parent: 2 + - uid: 619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,26.5 + parent: 2 + - uid: 620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,26.5 + parent: 2 + - uid: 621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,26.5 + parent: 2 + - uid: 622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,20.5 + parent: 2 + - uid: 623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,20.5 + parent: 2 + - uid: 624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,20.5 + parent: 2 + - uid: 625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,20.5 + parent: 2 + - uid: 634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,22.5 + parent: 2 + - uid: 636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,21.5 + parent: 2 + - uid: 643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,25.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 1033 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 1043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,23.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,3.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,3.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 1131 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 1141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,16.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,19.5 + parent: 2 + - uid: 1293 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,17.5 + parent: 2 + - uid: 1363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,3.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,17.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 1573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,24.5 + parent: 2 + - uid: 1575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,25.5 + parent: 2 + - uid: 1577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 1579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,26.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,0.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - uid: 1656 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 + - uid: 1710 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,18.5 + parent: 2 + - uid: 1806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,15.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,21.5 + parent: 2 + - uid: 1940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,23.5 + parent: 2 + - uid: 1952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,22.5 + parent: 2 + - uid: 2024 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,15.5 + parent: 2 + - uid: 2042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,15.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,15.5 + parent: 2 + - uid: 2045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,10.5 + parent: 2 + - uid: 2065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,17.5 + parent: 2 + - uid: 2094 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 2207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 2 + - uid: 2244 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 2245 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 2312 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 2333 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 2 + - uid: 2454 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 2470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,7.5 + parent: 2 + - uid: 2472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 2 + - uid: 2615 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 2617 + components: + - type: Transform + pos: -4.5,25.5 + parent: 2 + - uid: 2618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,25.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,25.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: 4.5,10.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 2638 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 2639 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 2651 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: 25.5,4.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,9.5 + parent: 2 + - uid: 2662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,8.5 + parent: 2 + - uid: 2678 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 + - uid: 2679 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 2680 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 2681 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 2682 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 2687 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 2688 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 2691 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 + - uid: 2710 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 2 + - uid: 2711 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 2 + - uid: 2712 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 2713 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 + - uid: 2714 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-10.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-11.5 + parent: 2 + - uid: 2857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-10.5 + parent: 2 + - uid: 3517 + components: + - type: Transform + pos: 32.5,-4.5 + parent: 2 + - uid: 3825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,25.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 2858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 2 + - uid: 2859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-15.5 + parent: 2 + - uid: 2860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-15.5 + parent: 2 + - uid: 2862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-13.5 + parent: 2 + - uid: 5092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-14.5 + parent: 2 +- proto: HarmonicaInstrument + entities: + - uid: 2892 + components: + - type: Transform + pos: 29.34292,0.08919525 + parent: 2 +- proto: HospitalCurtains + entities: + - uid: 355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-3.5 + parent: 2 + - uid: 471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-3.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-5.5 + parent: 2 + - uid: 1626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 2 + - uid: 2897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 + - type: Door + secondsUntilStateChange: -126300.89 + state: Opening + - uid: 2898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,5.5 + parent: 2 + - type: Door + secondsUntilStateChange: -126301.99 + state: Opening + - uid: 2899 + components: + - type: Transform + pos: 27.5,1.5 + parent: 2 + - type: Door + secondsUntilStateChange: -126300.06 + state: Opening +- proto: HydroponicsToolHatchet + entities: + - uid: 2900 + components: + - type: Transform + pos: -14.669573,-14.115818 + parent: 2 +- proto: HydroponicsToolScythe + entities: + - uid: 2903 + components: + - type: Transform + pos: -14.653948,-14.209568 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 480 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 1036 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 +- proto: HydroponicsTrayEmpty + entities: + - uid: 2927 + components: + - type: Transform + pos: -20.5,-11.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 2 + - uid: 2929 + components: + - type: Transform + pos: -25.5,-11.5 + parent: 2 + - uid: 2930 + components: + - type: Transform + pos: -16.5,-11.5 + parent: 2 +- proto: Hypopen + entities: + - uid: 2932 + components: + - type: Transform + pos: -15.849928,-17.72664 + parent: 2 +- proto: InflatableWall + entities: + - uid: 28 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-0.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 2 + - uid: 224 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 2128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-0.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,2.5 + parent: 2 + - uid: 2183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 2 + - uid: 2406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,4.5 + parent: 2 + - uid: 2407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,5.5 + parent: 2 + - uid: 2408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + pos: -18.5,-14.5 + parent: 2 + - uid: 2934 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 2938 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 2939 + components: + - type: Transform + pos: -21.5,-13.5 + parent: 2 + - uid: 2940 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + pos: -23.5,-14.5 + parent: 2 + - uid: 2943 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 2950 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 2952 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 2954 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 +- proto: Lamp + entities: + - uid: 1067 + components: + - type: Transform + pos: 12.362946,6.319256 + parent: 2 +- proto: LampGold + entities: + - uid: 2028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-15.5 + parent: 2 +- proto: Lantern + entities: + - uid: 250 + components: + - type: Transform + pos: 0.99762344,-0.403862 + parent: 2 +- proto: LargeBeaker + entities: + - uid: 904 + components: + - type: Transform + pos: 10.518847,20.0891 + parent: 2 + - uid: 988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.659472,19.24535 + parent: 2 +- proto: LimeSeeds + entities: + - uid: 2218 + components: + - type: Transform + pos: -1.7910023,-11.001492 + parent: 2 +- proto: LockerBotanistFilled + entities: + - uid: 2966 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 2 +- proto: LockerEngineerFilled + entities: + - uid: 2308 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 +- proto: LockerEvidence + entities: + - uid: 2979 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 162 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 +- proto: LootSpawnerMedicalClassy + entities: + - uid: 151 + components: + - type: Transform + pos: 3.5,13.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: 7.5,15.5 + parent: 2 + - uid: 247 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: 3.5,18.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: -9.5,24.5 + parent: 2 +- proto: LuxuryPen + entities: + - uid: 686 + components: + - type: Transform + pos: -22.575766,11.576115 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: -22.450766,11.65424 + parent: 2 + - uid: 2020 + components: + - type: Transform + pos: 12.284821,5.850506 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 2989 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 2990 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 2991 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + pos: -16.5,-13.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + pos: -23.5,-11.5 + parent: 2 +- proto: MagazineLightRifle + entities: + - uid: 4997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.768185,-0.25017965 + parent: 2 +- proto: MagazinePistolSubMachineGun + entities: + - uid: 76 + components: + - type: Transform + pos: -9.220463,17.454758 + parent: 2 + - uid: 533 + components: + - type: Transform + pos: -8.454838,17.579758 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: -8.907963,17.595383 + parent: 2 +- proto: MagazineRifle + entities: + - uid: 536 + components: + - type: Transform + pos: -10.392338,17.470383 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: -10.064213,17.501633 + parent: 2 + - uid: 1345 + components: + - type: Transform + pos: -10.704838,17.439133 + parent: 2 +- proto: MaintenanceFluffSpawner + entities: + - uid: 2995 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 948 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 2432 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 2997 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 2 + - uid: 2998 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 3000 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + pos: 32.5,-18.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 +- proto: MaterialWoodPlank + entities: + - uid: 3006 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - type: Stack + count: 3 +- proto: MaterialWoodPlank1 + entities: + - uid: 2332 + components: + - type: Transform + pos: -14.989427,-4.0007744 + parent: 2 +- proto: Mattress + entities: + - uid: 3008 + components: + - type: Transform + pos: 28.5,-6.5 + parent: 2 + - uid: 3009 + components: + - type: Transform + pos: 25.5,-6.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 +- proto: MedicalBed + entities: + - uid: 128 + components: + - type: Transform + pos: 7.5,16.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - uid: 1151 + components: + - type: Transform + pos: 3.5,16.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + pos: 3.5,14.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: 3.5,12.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: 7.5,12.5 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 186 + components: + - type: Transform + parent: 184 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MedkitBruteFilled + entities: + - uid: 185 + components: + - type: Transform + parent: 184 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MedkitBurnFilled + entities: + - uid: 187 + components: + - type: Transform + parent: 184 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MedkitFilled + entities: + - uid: 169 + components: + - type: Transform + parent: 168 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 170 + components: + - type: Transform + parent: 168 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 172 + components: + - type: Transform + parent: 168 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MedkitOxygenFilled + entities: + - uid: 229 + components: + - type: Transform + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MedkitRadiationFilled + entities: + - uid: 236 + components: + - type: Transform + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MedkitToxinFilled + entities: + - uid: 237 + components: + - type: Transform + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MopBucketFull + entities: + - uid: 2286 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 +- proto: MopItem + entities: + - uid: 1027 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 +- proto: MouseTimedSpawner + entities: + - uid: 3029 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 +- proto: Multitool + entities: + - uid: 3110 + components: + - type: Transform + pos: 13.566889,-3.4793434 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 3031 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 + - uid: 3032 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 2 +- proto: OrganDwarfStomach + entities: + - uid: 3037 + components: + - type: Transform + pos: 25.469465,-9.215221 + parent: 2 +- proto: OrganHumanEyes + entities: + - uid: 3039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.51193,-12.316445 + parent: 2 +- proto: OrganHumanLiver + entities: + - uid: 3040 + components: + - type: Transform + pos: 25.303596,-11.358112 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 1334 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 1453 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 1458 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 3042 + components: + - type: Transform + pos: -17.5,-14.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 +- proto: Paper + entities: + - uid: 293 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: 2.4496164,4.317398 + parent: 2 + - uid: 2019 + components: + - type: Transform + pos: 12.706696,5.413006 + parent: 2 +- proto: Pen + entities: + - uid: 2278 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 +- proto: Pickaxe + entities: + - uid: 404 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 47 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 + - uid: 631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,23.5 + parent: 2 + - uid: 632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,23.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,23.5 + parent: 2 + - uid: 1469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 2 + - uid: 1640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,0.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,0.5 + parent: 2 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 880 + components: + - type: Transform + pos: 17.5,15.5 + parent: 2 + - uid: 890 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 +- proto: PositronicBrain + entities: + - uid: 3062 + components: + - type: Transform + pos: 25.720345,-9.347964 + parent: 2 +- proto: PosterBroken + entities: + - uid: 3063 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 + - uid: 3065 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 3066 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 2 + - uid: 5078 + components: + - type: Transform + pos: 27.5,-2.5 + parent: 2 +- proto: PosterContrabandClown + entities: + - uid: 3068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,9.5 + parent: 2 +- proto: PosterContrabandCommunistState + entities: + - uid: 5020 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 2 +- proto: PosterContrabandDDayPromo + entities: + - uid: 5063 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 +- proto: PosterContrabandEnergySwords + entities: + - uid: 5077 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 3071 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 +- proto: PosterContrabandFunPolice + entities: + - uid: 5076 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 +- proto: PosterContrabandLustyExomorph + entities: + - uid: 3075 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 +- proto: PosterContrabandRevolt + entities: + - uid: 3077 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-12.5 + parent: 2 +- proto: PosterContrabandRevolver + entities: + - uid: 5061 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 +- proto: PosterContrabandRise + entities: + - uid: 3079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,2.5 + parent: 2 +- proto: PosterContrabandSyndicatePistol + entities: + - uid: 3081 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 2 +- proto: PosterContrabandTheBigGasTruth + entities: + - uid: 5060 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 +- proto: PosterContrabandWaffleCorp + entities: + - uid: 3084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,4.5 + parent: 2 +- proto: PosterLegitCarpMount + entities: + - uid: 5047 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 +- proto: PosterLegitDoNotQuestion + entities: + - uid: 4937 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 +- proto: PosterLegitIonRifle + entities: + - uid: 5018 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 2 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 5029 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 +- proto: PosterLegitNoERP + entities: + - uid: 3086 + components: + - type: Transform + pos: 22.5,7.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 +- proto: PosterLegitSafetyMothDelam + entities: + - uid: 4218 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 +- proto: PosterLegitSafetyMothMeth + entities: + - uid: 3089 + components: + - type: Transform + pos: 2.5,18.5 + parent: 2 +- proto: PosterLegitScience + entities: + - uid: 5044 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 5062 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 +- proto: PotatoSeeds + entities: + - uid: 1128 + components: + - type: Transform + pos: -2.0253773,-7.8139915 + parent: 2 +- proto: PottedPlantRandom + entities: + - uid: 414 + components: + - type: Transform + pos: 8.5,5.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 2212 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 1347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,14.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 49 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,17.5 + parent: 2 + - uid: 114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,18.5 + parent: 2 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,11.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: -8.5,19.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: -17.5,23.5 + parent: 2 + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,21.5 + parent: 2 + - uid: 642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,21.5 + parent: 2 + - uid: 648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,8.5 + parent: 2 + - uid: 672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,8.5 + parent: 2 + - uid: 682 + components: + - type: Transform + pos: -12.5,9.5 + parent: 2 + - uid: 684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,21.5 + parent: 2 + - uid: 687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,8.5 + parent: 2 + - uid: 746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,17.5 + parent: 2 + - uid: 900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,12.5 + parent: 2 + - uid: 902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,13.5 + parent: 2 + - uid: 917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,12.5 + parent: 2 + - uid: 918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,14.5 + parent: 2 + - uid: 945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,13.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: 5.5,20.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,7.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,7.5 + parent: 2 + - uid: 1166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,19.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,21.5 + parent: 2 + - uid: 1204 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - uid: 1346 + components: + - type: Transform + pos: -10.5,19.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,23.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,23.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,8.5 + parent: 2 + - uid: 1615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,22.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,11.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,16.5 + parent: 2 + - uid: 1791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,14.5 + parent: 2 + - uid: 2038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,11.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + pos: 17.5,16.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,13.5 + parent: 2 + - uid: 2491 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 2494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,11.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,11.5 + parent: 2 + - uid: 3012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,12.5 + parent: 2 + - uid: 3013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,18.5 + parent: 2 + - uid: 3041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,14.5 + parent: 2 + - uid: 3044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,11.5 + parent: 2 + - uid: 3121 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-14.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 3143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-9.5 + parent: 2 + - uid: 3144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-12.5 + parent: 2 + - uid: 3145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-16.5 + parent: 2 + - uid: 3146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-16.5 + parent: 2 + - uid: 3147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-6.5 + parent: 2 + - uid: 3150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-6.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-6.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 3202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,21.5 + parent: 2 + - uid: 3207 + components: + - type: Transform + pos: 7.5,24.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: -6.5,24.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 3227 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 2 + - uid: 3228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-5.5 + parent: 2 + - uid: 3229 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 +- proto: PoweredlightCyan + entities: + - uid: 5152 + components: + - type: Transform + anchored: False + pos: -26.5,-0.5 + parent: 2 +- proto: PoweredlightSodium + entities: + - uid: 1172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-13.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 + - uid: 2095 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 2191 + components: + - type: Transform + pos: -4.5,6.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + pos: -16.5,2.5 + parent: 2 + - uid: 2329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-4.5 + parent: 2 + - uid: 2330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-4.5 + parent: 2 + - uid: 2331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 + parent: 2 + - uid: 2338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,2.5 + parent: 2 + - uid: 2396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 2 + - uid: 2397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 2426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-17.5 + parent: 2 + - uid: 2434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 2 + - uid: 2435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 2 + - uid: 2436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,3.5 + parent: 2 + - uid: 2437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 2 + - uid: 2438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 2 + - uid: 2440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 2 + - uid: 2441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-9.5 + parent: 2 + - uid: 2444 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 + - uid: 2476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-17.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 34 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: -10.5,6.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: -22.5,6.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 2 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,2.5 + parent: 2 + - uid: 223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-0.5 + parent: 2 + - uid: 249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,3.5 + parent: 2 + - uid: 306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,26.5 + parent: 2 + - uid: 2190 + components: + - type: Transform + pos: -14.5,6.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,26.5 + parent: 2 + - uid: 2231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,5.5 + parent: 2 + - uid: 2364 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 3237 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 + - uid: 3238 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 3239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-5.5 + parent: 2 +- proto: PRISONAirlockGlassLocked + entities: + - uid: 70 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,25.5 + parent: 2 + - uid: 78 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,25.5 + parent: 2 + - uid: 1063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,25.5 + parent: 2 + - uid: 1323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-0.5 + parent: 2 + - uid: 1342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,3.5 + parent: 2 + - uid: 1343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,4.5 + parent: 2 +- proto: PRISONAirlockGlassLockedBrig + entities: + - uid: 704 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,12.5 + parent: 2 + - uid: 1393 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 1609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,13.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 +- proto: PRISONAirlockGlassLockedHeadOfPrison + entities: + - uid: 1909 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 +- proto: PRISONAirlockGlassLockedMed + entities: + - uid: 1143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,17.5 + parent: 2 +- proto: PRISONAirlockGlassLockedPrisoner + entities: + - uid: 9 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 2 + - uid: 57 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-1.5 + parent: 2 + - uid: 179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,0.5 + parent: 2 + - uid: 1209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,1.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 2335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,1.5 + parent: 2 +- proto: PRISONAirlockGlassShuttleLocked + entities: + - uid: 1054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,27.5 + parent: 2 + - uid: 1060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,27.5 + parent: 2 + - uid: 1061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,27.5 + parent: 2 +- proto: PRISONAirlockLocked + entities: + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-4.5 + parent: 2 + - uid: 89 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-4.5 + parent: 2 + - uid: 90 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-4.5 + parent: 2 + - uid: 91 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-19.5 + parent: 2 +- proto: PRISONAirlockLockedBrig + entities: + - uid: 23 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,7.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 380 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,15.5 + parent: 2 + - uid: 1525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,7.5 + parent: 2 + - uid: 2237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 2 +- proto: PRISONAirlockLockedEng + entities: + - uid: 82 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 1692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,10.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 +- proto: PRISONAirlockLockedHeadOfPrison + entities: + - uid: 1792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,15.5 + parent: 2 +- proto: PRISONAirlockLockedMed + entities: + - uid: 59 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,19.5 + parent: 2 +- proto: PRISONAirlockLockedPrisoner + entities: + - uid: 364 + components: + - type: Transform + pos: -10.5,3.5 + parent: 2 + - uid: 1362 + components: + - type: Transform + pos: -14.5,3.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 +- proto: PRISONComputerShuttlePrison + entities: + - uid: 368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,16.5 + parent: 2 +- proto: PRISONEncryptionKey + entities: + - uid: 3112 + components: + - type: Transform + parent: 3111 + - type: Physics + canCollide: False +- proto: PRISONLockerFilled + entities: + - uid: 745 + components: + - type: Transform + pos: -5.5,17.5 + parent: 2 + - uid: 1134 + components: + - type: Transform + pos: -7.5,12.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + pos: -9.5,12.5 + parent: 2 +- proto: PRISONLockerHeadOfPrisonFilled + entities: + - uid: 1042 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 +- proto: PRISONSpawnPointEngineer + entities: + - uid: 2309 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 +- proto: PRISONSpawnPointHeadOfPrison + entities: + - uid: 1161 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 +- proto: PRISONSpawnPointMedic + entities: + - uid: 946 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 +- proto: PRISONSpawnPointOfficer + entities: + - uid: 555 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 711 + components: + - type: Transform + pos: -9.5,11.5 + parent: 2 + - uid: 743 + components: + - type: Transform + pos: -7.5,11.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: -8.5,11.5 + parent: 2 +- proto: PRISONSuitStorageEngi + entities: + - uid: 2307 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 +- proto: PRISONSuitStorageMed + entities: + - uid: 163 + components: + - type: Transform + pos: 3.5,20.5 + parent: 2 +- proto: PRISONSuitStorageOfficer + entities: + - uid: 1607 + components: + - type: Transform + pos: -5.5,18.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 + - uid: 2043 + components: + - type: Transform + pos: -6.5,13.5 + parent: 2 + - uid: 2067 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 +- proto: PRISONVendingMachine + entities: + - uid: 556 + components: + - type: Transform + pos: -9.5,13.5 + parent: 2 +- proto: PRISONVendingMachineDrobe + entities: + - uid: 833 + components: + - type: Transform + pos: -6.5,12.5 + parent: 2 +- proto: Rack + entities: + - uid: 60 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,18.5 + parent: 2 + - uid: 158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,18.5 + parent: 2 + - uid: 3252 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 +- proto: Railing + entities: + - uid: 6 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: -16.5,-1.5 + parent: 2 + - uid: 19 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-3.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-2.5 + parent: 2 + - uid: 352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-6.5 + parent: 2 + - uid: 353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 + parent: 2 + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-2.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-6.5 + parent: 2 + - uid: 1106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-6.5 + parent: 2 + - uid: 1110 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-6.5 + parent: 2 + - uid: 1321 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-3.5 + parent: 2 + - uid: 1417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-5.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 + - uid: 1585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-5.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-13.5 + parent: 2 + - uid: 2074 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 2131 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 2 + - uid: 2288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-12.5 + parent: 2 + - uid: 2289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-12.5 + parent: 2 + - uid: 2290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 2 + - uid: 2295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-13.5 + parent: 2 + - uid: 2465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 2 + - uid: 2467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-12.5 + parent: 2 + - uid: 3266 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 3267 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 3268 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 3269 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-13.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-12.5 + parent: 2 + - uid: 3273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-11.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 2 + - uid: 1021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-12.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 2 + - uid: 1118 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 1620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-12.5 + parent: 2 + - uid: 2098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 2 + - uid: 3280 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 2 + - uid: 290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 2 + - uid: 358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 2 + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-6.5 + parent: 2 + - uid: 1320 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-1.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-1.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 2 + - uid: 1593 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 + - uid: 2458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 2 + - uid: 2466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 2 + - uid: 3281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-10.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 3286 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 +- proto: RandomBrownStalagmite + entities: + - uid: 955 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 +- proto: RandomPosterContraband + entities: + - uid: 3292 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 3293 + components: + - type: Transform + pos: 34.5,-16.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 3313 + components: + - type: Transform + pos: 34.5,-18.5 + parent: 2 + - uid: 3314 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - uid: 3315 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 + - uid: 3316 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 2 + - uid: 3317 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - uid: 3318 + components: + - type: Transform + pos: 28.5,-2.5 + parent: 2 + - uid: 3319 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - uid: 3320 + components: + - type: Transform + pos: 20.5,4.5 + parent: 2 + - uid: 3327 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 3328 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 +- proto: RandomScienceCorpseSpawner + entities: + - uid: 3334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-13.5 + parent: 2 +- proto: RandomSecurityCorpseSpawner + entities: + - uid: 3335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-13.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 5097 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 +- proto: RandomSoap + entities: + - uid: 469 + components: + - type: Transform + pos: -22.5,-3.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 1169 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 1170 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 3337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,0.5 + parent: 2 + - uid: 3342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-21.5 + parent: 2 + - uid: 3343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-20.5 + parent: 2 + - uid: 3344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-19.5 + parent: 2 + - uid: 3345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-18.5 + parent: 2 + - uid: 3346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-15.5 + parent: 2 + - uid: 3347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,2.5 + parent: 2 + - uid: 3348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-1.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,4.5 + parent: 2 + - uid: 3350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,6.5 + parent: 2 + - uid: 3351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-12.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 2 + - uid: 3354 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 + - uid: 3355 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 3377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-12.5 + parent: 2 + - uid: 3378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-15.5 + parent: 2 + - uid: 3380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-9.5 + parent: 2 + - uid: 3382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-8.5 + parent: 2 + - uid: 3393 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 3401 + components: + - type: Transform + pos: 25.5,-6.5 + parent: 2 + - uid: 3402 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 3403 + components: + - type: Transform + pos: 28.5,-6.5 + parent: 2 + - uid: 3404 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 3405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-18.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-11.5 + parent: 2 + - uid: 3408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-10.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-15.5 + parent: 2 +- proto: RandomSpawner100 + entities: + - uid: 1583 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 1621 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 2314 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 2450 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 +- proto: RandomStalagmiteOrCrystal + entities: + - uid: 366 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 2 +- proto: RandomVending + entities: + - uid: 58 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 712 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 48 + components: + - type: Transform + pos: -22.5,19.5 + parent: 2 + - uid: 671 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 + - uid: 809 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 557 + components: + - type: Transform + pos: -14.5,19.5 + parent: 2 + - uid: 747 + components: + - type: Transform + pos: -21.5,19.5 + parent: 2 + - uid: 802 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: -10.5,22.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: 11.5,22.5 + parent: 2 + - uid: 1565 + components: + - type: Transform + pos: 11.5,24.5 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 3442 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + pos: 31.5,-22.5 + parent: 2 + - uid: 3444 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,15.5 + parent: 2 + - uid: 1051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,15.5 + parent: 2 + - uid: 1445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,15.5 + parent: 2 + - uid: 1601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,15.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-13.5 + parent: 2 + - uid: 3449 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 2 + - uid: 3450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-11.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 13 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,10.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,17.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 775 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: 3.5,25.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,17.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,20.5 + parent: 2 + - uid: 1794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,25.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,25.5 + parent: 2 + - uid: 1882 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 1926 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,25.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 2 + - uid: 2395 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 2452 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 2 + - uid: 2453 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 + - uid: 3102 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 + - uid: 3103 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 3104 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 3105 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 3106 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 3107 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 3230 + components: + - type: Transform + pos: 32.5,-4.5 + parent: 2 + - uid: 3461 + components: + - type: Transform + pos: -4.5,25.5 + parent: 2 + - uid: 3464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,25.5 + parent: 2 + - uid: 3465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,25.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: 4.5,10.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + pos: 18.5,0.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: 25.5,4.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 3505 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 3508 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 3509 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 3510 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 3511 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 + - uid: 3512 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,25.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + pos: 32.5,-6.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 3109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.348139,-4.3387184 + parent: 2 +- proto: RevolverCapGunFake + entities: + - uid: 1379 + components: + - type: Transform + parent: 1377 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SalvageCanisterSpawner + entities: + - uid: 3537 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 +- proto: ScalpelShiv + entities: + - uid: 354 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 3540 + components: + - type: Transform + parent: 3539 + - type: Physics + canCollide: False +- proto: Screwdriver + entities: + - uid: 982 + components: + - type: Transform + pos: -2.464715,12.637312 + parent: 2 +- proto: ShardGlass + entities: + - uid: 438 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 1086 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + pos: -19.871286,-9.945551 + parent: 2 + - uid: 3544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.84915,-10.27741 + parent: 2 + - uid: 3545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.911694,-9.989799 + parent: 2 + - uid: 3546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.948236,-11.383604 + parent: 2 + - uid: 3547 + components: + - type: Transform + pos: -18.853014,-11.051745 + parent: 2 + - uid: 3548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.945425,-9.790684 + parent: 2 + - uid: 3549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.440155,-10.16679 + parent: 2 + - uid: 3550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.037836,-11.693338 + parent: 2 + - uid: 3551 + components: + - type: Transform + pos: -24.962643,-10.343781 + parent: 2 + - uid: 3552 + components: + - type: Transform + pos: -24.453506,-10.321657 + parent: 2 + - uid: 3553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.608461,-10.719888 + parent: 2 + - uid: 3554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.620056,-8.839356 + parent: 2 + - uid: 3555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.86742,-9.215463 + parent: 2 +- proto: ShardGlassPlasma + entities: + - uid: 3556 + components: + - type: Transform + pos: 28.815224,-14.332981 + parent: 2 + - uid: 3557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.393349,-14.098606 + parent: 2 + - uid: 3558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.455849,-14.598606 + parent: 2 +- proto: ShardGlassReinforced + entities: + - uid: 3559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.451706,-19.19547 + parent: 2 + - uid: 3560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.953566,-18.841457 + parent: 2 + - uid: 3561 + components: + - type: Transform + pos: 22.063896,-19.121693 + parent: 2 + - uid: 3562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.960592,-16.37833 + parent: 2 + - uid: 3565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.978104,-9.503073 + parent: 2 + - uid: 3566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.022375,-11.427852 + parent: 2 + - uid: 3567 + components: + - type: Transform + pos: -19.18506,-11.339356 + parent: 2 + - uid: 3568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.626732,-11.582719 + parent: 2 +- proto: ShardGlassUranium + entities: + - uid: 3118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.57452,11.152611 + parent: 2 + - uid: 3119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.965145,13.418236 + parent: 2 + - uid: 3120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.41827,15.230736 + parent: 2 + - uid: 3122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.01202,13.746361 + parent: 2 +- proto: SheetSteel1 + entities: + - uid: 3583 + components: + - type: Transform + pos: -22.575726,-8.387686 + parent: 2 + - uid: 3584 + components: + - type: Transform + pos: -22.546211,-8.623673 + parent: 2 +- proto: SheetUranium + entities: + - uid: 1523 + components: + - type: Transform + pos: 10.453312,15.87616 + parent: 2 + - uid: 1524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.922062,14.93866 + parent: 2 + - uid: 1587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.953312,11.90741 + parent: 2 + - uid: 3116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.88702,11.652611 + parent: 2 + - uid: 3117 + components: + - type: Transform + pos: 13.715145,16.449486 + parent: 2 +- proto: SignDirectionalFood + entities: + - uid: 3596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,7.5 + parent: 2 +- proto: SignElectrical + entities: + - uid: 3130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,2.5 + parent: 2 +- proto: SignElectricalMed + entities: + - uid: 2097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 2189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 2227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 2 + - uid: 2250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 2251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 2474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - uid: 3132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,0.5 + parent: 2 +- proto: SignEngine + entities: + - uid: 4763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-4.5 + parent: 2 +- proto: SignNosmoking + entities: + - uid: 706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,20.5 + parent: 2 +- proto: SmallLight + entities: + - uid: 292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 2 + - uid: 476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 2 + - uid: 478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 2 + - uid: 2225 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 2496 + components: + - type: Transform + pos: 14.5,15.5 + parent: 2 + - uid: 2497 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 +- proto: SolidSecretDoor + entities: + - uid: 962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-19.5 + parent: 2 + - uid: 2213 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,2.5 + parent: 2 +- proto: SpawnMobCarp + entities: + - uid: 3645 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 2 +- proto: SpawnMobMedibot + entities: + - uid: 903 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 +- proto: SpawnMobMouse + entities: + - uid: 3654 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: 26.5,-6.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 +- proto: SpawnMobSpaceSpider + entities: + - uid: 3657 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 +- proto: SpiderWeb + entities: + - uid: 3659 + components: + - type: Transform + pos: 33.5,-13.5 + parent: 2 + - uid: 3660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-12.5 + parent: 2 + - uid: 3661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-13.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-6.5 + parent: 2 +- proto: SteelBench + entities: + - uid: 299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-17.5 + parent: 2 + - uid: 957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 2457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-16.5 + parent: 2 +- proto: StimpackMini + entities: + - uid: 3666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.16608,4.0802937 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 878 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - uid: 2090 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 3670 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 +- proto: SurveillanceCameraMedical + entities: + - uid: 674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,20.5 + parent: 2 + - uid: 769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,14.5 + parent: 2 + - uid: 835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,14.5 + parent: 2 +- proto: SurveillanceCameraSecurity + entities: + - uid: 1844 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,18.5 + parent: 2 + - uid: 2089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,24.5 + parent: 2 +- proto: SyndicatePersonalAI + entities: + - uid: 3684 + components: + - type: Transform + pos: 25.511587,-8.505088 + parent: 2 +- proto: SyndieHandyFlag + entities: + - uid: 3685 + components: + - type: Transform + pos: 29.36331,-8.44609 + parent: 2 +- proto: Syringe + entities: + - uid: 981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.628222,20.3391 + parent: 2 +- proto: Table + entities: + - uid: 83 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,15.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 7.5,11.5 + parent: 2 + - uid: 157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,13.5 + parent: 2 + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,15.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 303 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 308 + components: + - type: Transform + pos: 12.5,5.5 + parent: 2 + - uid: 598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,13.5 + parent: 2 + - uid: 599 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 665 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 666 + components: + - type: Transform + pos: -22.5,11.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: -23.5,19.5 + parent: 2 + - uid: 714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,24.5 + parent: 2 + - uid: 773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,24.5 + parent: 2 + - uid: 942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,22.5 + parent: 2 + - uid: 943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,24.5 + parent: 2 + - uid: 944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,22.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,24.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,4.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 3725 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 + - uid: 3726 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: 25.5,-8.5 + parent: 2 + - uid: 3744 + components: + - type: Transform + pos: 25.5,-9.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: 27.5,-21.5 + parent: 2 + - uid: 3746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-14.5 + parent: 2 +- proto: TableFrame + entities: + - uid: 3748 + components: + - type: Transform + pos: 29.5,-21.5 + parent: 2 + - uid: 3749 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 2 +- proto: TablePlasmaGlass + entities: + - uid: 1058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,22.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,21.5 + parent: 2 + - uid: 1077 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 520 + components: + - type: Transform + pos: -2.5,11.5 + parent: 2 + - uid: 741 + components: + - type: Transform + pos: -2.5,14.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 1372 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 +- proto: TableWood + entities: + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-15.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 2 + - uid: 1876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 2 + - uid: 2277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-15.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-0.5 + parent: 2 +- proto: TargetClown + entities: + - uid: 1113 + components: + - type: Transform + pos: -25.5,-1.5 + parent: 2 + - uid: 3765 + components: + - type: Transform + pos: 22.5,0.5 + parent: 2 +- proto: TelecomServer + entities: + - uid: 3111 + components: + - type: Transform + pos: -9.5,19.5 + parent: 2 + - type: Physics + fixedRotation: False + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 3112 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: Telecrystal5 + entities: + - uid: 3766 + components: + - type: Transform + pos: 31.496037,2.5101233 + parent: 2 +- proto: ToiletEmpty + entities: + - uid: 1100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,6.5 + parent: 2 + - uid: 1102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,6.5 + parent: 2 + - uid: 1103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,6.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,23.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,6.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 + - type: DisposalUnit + nextFlush: 0 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + disposals: !type:Container + showEnts: False + occludes: True + ents: + - 3540 + - uid: 3771 + components: + - type: Transform + pos: 27.5,1.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,5.5 + parent: 2 +- proto: ToyFigurineClown + entities: + - uid: 3780 + components: + - type: Transform + pos: 29.564201,5.921811 + parent: 2 +- proto: ToyFigurineWizardFake + entities: + - uid: 2027 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 +- proto: ToySpawner + entities: + - uid: 2319 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 +- proto: TrashBag + entities: + - uid: 2056 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 +- proto: UnfinishedMachineFrame + entities: + - uid: 3784 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 2 +- proto: UniformShortsRed + entities: + - uid: 452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-5.5 + parent: 2 + - uid: 1369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-2.5 + parent: 2 +- proto: UniformShortsRedWithTop + entities: + - uid: 440 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 2 + - uid: 1414 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 +- proto: UraniumOre1 + entities: + - uid: 3123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.371395,15.808861 + parent: 2 + - uid: 3124 + components: + - type: Transform + pos: 14.246395,11.558861 + parent: 2 + - uid: 3125 + components: + - type: Transform + pos: 16.340145,16.30886 + parent: 2 + - uid: 3126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.340145,12.949486 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 238 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 3794 + components: + - type: Transform + pos: 19.5,1.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 770 + components: + - type: Transform + pos: 4.5,20.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 673 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 +- proto: VendingMachineRestockChemVend + entities: + - uid: 5089 + components: + - type: Transform + pos: 33.445423,4.751405 + parent: 2 + - uid: 5091 + components: + - type: Transform + pos: 33.624435,-10.368875 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 307 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 2769 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 3806 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,7.5 + parent: 2 + - uid: 44 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,17.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 + - uid: 75 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,1.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: -12.5,19.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 2 + - uid: 122 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: -12.5,4.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: -12.5,3.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,2.5 + parent: 2 + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 2 + - uid: 180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-6.5 + parent: 2 + - uid: 181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 2 + - uid: 182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 2 + - uid: 183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-3.5 + parent: 2 + - uid: 192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 254 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 + - uid: 269 + components: + - type: Transform + pos: 10.5,17.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 357 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 447 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -10.5,7.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: -14.5,7.5 + parent: 2 + - uid: 473 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - uid: 498 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 500 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 545 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 546 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: -1.5,14.5 + parent: 2 + - uid: 597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,17.5 + parent: 2 + - uid: 600 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 629 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 630 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - uid: 675 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,15.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: -1.5,20.5 + parent: 2 + - uid: 696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,16.5 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: -14.5,20.5 + parent: 2 + - uid: 705 + components: + - type: Transform + pos: -14.5,10.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - uid: 768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,18.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 12.5,19.5 + parent: 2 + - uid: 803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-14.5 + parent: 2 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-12.5 + parent: 2 + - uid: 806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 2 + - uid: 807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-9.5 + parent: 2 + - uid: 808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 2 + - uid: 810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-18.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-15.5 + parent: 2 + - uid: 834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,13.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: 12.5,20.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 2 + - uid: 992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,21.5 + parent: 2 + - uid: 993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,25.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 1023 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 1024 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 2 + - uid: 1035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,5.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 2 + - uid: 1044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,15.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,12.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: -13.5,10.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,27.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + pos: -26.5,1.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,25.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,27.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-16.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,7.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: -26.5,2.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: -12.5,6.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: -13.5,7.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 1127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,2.5 + parent: 2 + - uid: 1157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-17.5 + parent: 2 + - uid: 1164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,17.5 + parent: 2 + - uid: 1202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-18.5 + parent: 2 + - uid: 1203 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 + - uid: 1207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-1.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 2 + - uid: 1292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,6.5 + parent: 2 + - uid: 1295 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 1299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 2 + - uid: 1300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 2 + - uid: 1301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 2 + - uid: 1302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 2 + - uid: 1303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 2 + - uid: 1322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 2 + - uid: 1328 + components: + - type: Transform + pos: -20.5,3.5 + parent: 2 + - uid: 1329 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 1360 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 1370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,2.5 + parent: 2 + - uid: 1371 + components: + - type: Transform + pos: 12.5,23.5 + parent: 2 + - uid: 1385 + components: + - type: Transform + pos: -16.5,3.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,10.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,5.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,7.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,6.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,9.5 + parent: 2 + - uid: 1486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,7.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,11.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: -20.5,7.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,7.5 + parent: 2 + - uid: 1510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,7.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,8.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,4.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,3.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,7.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,7.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,7.5 + parent: 2 + - uid: 1570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,26.5 + parent: 2 + - uid: 1571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 2 + - uid: 1572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,25.5 + parent: 2 + - uid: 1595 + components: + - type: Transform + pos: -24.5,5.5 + parent: 2 + - uid: 1596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,2.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,15.5 + parent: 2 + - uid: 1602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,15.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,14.5 + parent: 2 + - uid: 1606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,26.5 + parent: 2 + - uid: 1625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,7.5 + parent: 2 + - uid: 1628 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,20.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: -16.5,6.5 + parent: 2 + - uid: 1647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-2.5 + parent: 2 + - uid: 1648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 2 + - uid: 1649 + components: + - type: Transform + pos: -22.5,7.5 + parent: 2 + - uid: 1654 + components: + - type: Transform + pos: -24.5,7.5 + parent: 2 + - uid: 1660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,2.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 1735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-12.5 + parent: 2 + - uid: 1739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,3.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,2.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,1.5 + parent: 2 + - uid: 1874 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,21.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,23.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,24.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,22.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,24.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,23.5 + parent: 2 + - uid: 2030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-3.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-5.5 + parent: 2 + - uid: 2035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,24.5 + parent: 2 + - uid: 2036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,22.5 + parent: 2 + - uid: 2040 + components: + - type: Transform + pos: -12.5,14.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: -26.5,3.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 + - uid: 2076 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - uid: 2092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-6.5 + parent: 2 + - uid: 2099 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 2100 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,7.5 + parent: 2 + - uid: 2103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,3.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + pos: -12.5,5.5 + parent: 2 + - uid: 2127 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + pos: -11.5,7.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: -9.5,7.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,7.5 + parent: 2 + - uid: 2155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 2 + - uid: 2194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 2 + - uid: 2195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 2 + - uid: 2200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,5.5 + parent: 2 + - uid: 2201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,7.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,7.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 2 + - uid: 2232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-2.5 + parent: 2 + - uid: 2235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-2.5 + parent: 2 + - uid: 2236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,6.5 + parent: 2 + - uid: 2242 + components: + - type: Transform + pos: -23.5,7.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 2280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-11.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-10.5 + parent: 2 + - uid: 2302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,5.5 + parent: 2 + - uid: 2303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,4.5 + parent: 2 + - uid: 2316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-15.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: -20.5,5.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-2.5 + parent: 2 + - uid: 2403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,3.5 + parent: 2 + - uid: 2409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-7.5 + parent: 2 + - uid: 2424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 2 + - uid: 2430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 2 + - uid: 2447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-18.5 + parent: 2 + - uid: 2448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 2 + - uid: 2456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + pos: -12.5,7.5 + parent: 2 + - uid: 2461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,6.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,4.5 + parent: 2 + - uid: 2464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,5.5 + parent: 2 + - uid: 2477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-11.5 + parent: 2 + - uid: 2484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,17.5 + parent: 2 + - uid: 2485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,17.5 + parent: 2 + - uid: 2486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,17.5 + parent: 2 + - uid: 2487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,17.5 + parent: 2 + - uid: 2488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,17.5 + parent: 2 + - uid: 2489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,17.5 + parent: 2 + - uid: 2692 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 2 + - uid: 3516 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,25.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,21.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,21.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,21.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,21.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,21.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,21.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,21.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,20.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,21.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,21.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,21.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,21.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,20.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,20.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,25.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,24.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,23.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,22.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,15.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,20.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,19.5 + parent: 2 + - uid: 3873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,18.5 + parent: 2 + - uid: 3874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,17.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,16.5 + parent: 2 + - uid: 3876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: -6.5,15.5 + parent: 2 + - uid: 3882 + components: + - type: Transform + pos: -6.5,19.5 + parent: 2 + - uid: 3883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,20.5 + parent: 2 + - uid: 3884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,20.5 + parent: 2 + - uid: 3885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,20.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,20.5 + parent: 2 + - uid: 3887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,10.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,11.5 + parent: 2 + - uid: 3889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,12.5 + parent: 2 + - uid: 3890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,13.5 + parent: 2 + - uid: 3891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,14.5 + parent: 2 + - uid: 3892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,10.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + pos: 8.5,10.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + pos: 7.5,10.5 + parent: 2 + - uid: 3895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,10.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: 12.5,10.5 + parent: 2 + - uid: 3897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,10.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,10.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,10.5 + parent: 2 + - uid: 3900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,10.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,10.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,10.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,10.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: 30.5,1.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: 22.5,7.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,6.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,6.5 + parent: 2 + - uid: 3922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,6.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 3924 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 3925 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: 23.5,7.5 + parent: 2 + - uid: 3944 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 + - uid: 3951 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,10.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: -6.5,18.5 + parent: 2 + - uid: 3956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 2 + - uid: 3957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,10.5 + parent: 2 + - uid: 3958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,10.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,10.5 + parent: 2 + - uid: 3979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,10.5 + parent: 2 + - uid: 3980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,10.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,10.5 + parent: 2 + - uid: 3982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,10.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,11.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,12.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,10.5 + parent: 2 + - uid: 3991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,10.5 + parent: 2 + - uid: 3992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,10.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,20.5 + parent: 2 + - uid: 4020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,20.5 + parent: 2 + - uid: 4021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,20.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,20.5 + parent: 2 + - uid: 4028 + components: + - type: Transform + pos: -15.5,20.5 + parent: 2 + - uid: 4029 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 4051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,11.5 + parent: 2 + - uid: 4052 + components: + - type: Transform + pos: -6.5,10.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 2 + - uid: 4093 + components: + - type: Transform + pos: -24.5,0.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 4095 + components: + - type: Transform + pos: -24.5,-1.5 + parent: 2 + - uid: 4096 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 4111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-7.5 + parent: 2 + - uid: 4113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-7.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-7.5 + parent: 2 + - uid: 4116 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 4117 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - uid: 4118 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 2 + - uid: 4119 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 4120 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 + - uid: 4123 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 + - uid: 4134 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 + - uid: 4139 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 4149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-18.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-17.5 + parent: 2 + - uid: 4153 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 + - uid: 4156 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 4160 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 + - uid: 4165 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + pos: 3.5,10.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - uid: 4169 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 2 + - uid: 4170 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: 19.5,17.5 + parent: 2 + - uid: 4190 + components: + - type: Transform + pos: 19.5,15.5 + parent: 2 + - uid: 4191 + components: + - type: Transform + pos: 19.5,14.5 + parent: 2 + - uid: 4192 + components: + - type: Transform + pos: 19.5,13.5 + parent: 2 + - uid: 4193 + components: + - type: Transform + pos: 19.5,12.5 + parent: 2 + - uid: 4194 + components: + - type: Transform + pos: 19.5,11.5 + parent: 2 + - uid: 4196 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 2 + - uid: 4198 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - uid: 4200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-18.5 + parent: 2 + - uid: 4201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-19.5 + parent: 2 + - uid: 4202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-20.5 + parent: 2 + - uid: 4203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-20.5 + parent: 2 + - uid: 4204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-20.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-20.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-20.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 2 + - uid: 4210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-20.5 + parent: 2 + - uid: 4222 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + pos: 27.5,-7.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 + - uid: 4233 + components: + - type: Transform + pos: 29.5,-2.5 + parent: 2 + - uid: 4234 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: 30.5,7.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: 26.5,6.5 + parent: 2 + - uid: 4240 + components: + - type: Transform + pos: 30.5,6.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + pos: 28.5,7.5 + parent: 2 + - uid: 4242 + components: + - type: Transform + pos: 30.5,2.5 + parent: 2 + - uid: 4243 + components: + - type: Transform + pos: 30.5,-2.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: 30.5,5.5 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: 30.5,-6.5 + parent: 2 + - uid: 4250 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + pos: 29.5,7.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + pos: 28.5,-2.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: 27.5,-2.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: 18.5,1.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: 25.5,-2.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: 24.5,-2.5 + parent: 2 + - uid: 4271 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 2 + - uid: 4276 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 4279 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + pos: 29.5,2.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + pos: 26.5,7.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + pos: 26.5,5.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + pos: 20.5,4.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + pos: 27.5,-6.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-7.5 + parent: 2 + - uid: 4305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-8.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-11.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-13.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-16.5 + parent: 2 + - uid: 4331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-12.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-9.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-15.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-12.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-9.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 4379 + components: + - type: Transform + pos: 11.5,25.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: 8.5,25.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 2 + - uid: 4392 + components: + - type: Transform + pos: 18.5,-22.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + pos: 34.5,-18.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + pos: 34.5,-16.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 2 + - uid: 4420 + components: + - type: Transform + pos: 32.5,-7.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + pos: 34.5,-13.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + pos: 35.5,4.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 4443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-4.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-4.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 +- proto: WallReinforcedDiagonal + entities: + - uid: 1358 + components: + - type: Transform + pos: -21.5,24.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: -22.5,21.5 + parent: 2 + - uid: 1953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,21.5 + parent: 2 + - uid: 1954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,24.5 + parent: 2 +- proto: WallReinforcedRust + entities: + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,2.5 + parent: 2 + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-3.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,16.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,7.5 + parent: 2 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-1.5 + parent: 2 + - uid: 1327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-1.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,20.5 + parent: 2 + - uid: 1804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,20.5 + parent: 2 + - uid: 1805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,20.5 + parent: 2 + - uid: 1838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,17.5 + parent: 2 + - uid: 1839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,16.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + pos: -24.5,18.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + pos: -24.5,19.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: -18.5,24.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 + - uid: 2037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,18.5 + parent: 2 + - uid: 2039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,17.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,0.5 + parent: 2 + - uid: 2223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 2 + - uid: 2254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-4.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-5.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-3.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-4.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,3.5 + parent: 2 + - uid: 2473 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 2693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-0.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: 30.5,-4.5 + parent: 2 + - uid: 4014 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 + - uid: 4112 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 4121 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 2 + - uid: 4148 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 2 + - uid: 4151 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 4152 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 4154 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 4155 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 4157 + components: + - type: Transform + pos: -27.5,-15.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 + - uid: 4159 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 4161 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + pos: 28.5,-7.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: 30.5,-5.5 + parent: 2 + - uid: 4247 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - uid: 4249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-7.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + pos: 26.5,-2.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 2 + - uid: 4294 + components: + - type: Transform + pos: 27.5,-4.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + pos: 28.5,-4.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-9.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-10.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-12.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-14.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-15.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-15.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-22.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-22.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-21.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-8.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + pos: -25.5,-8.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-22.5 + parent: 2 + - uid: 4386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-22.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-22.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-22.5 + parent: 2 + - uid: 4397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-22.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-22.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-22.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-22.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-20.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-19.5 + parent: 2 + - uid: 4408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-14.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-14.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,5.5 + parent: 2 + - uid: 4416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-10.5 + parent: 2 + - uid: 4417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-8.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-9.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-9.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-1.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,6.5 + parent: 2 + - uid: 4427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,7.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,5.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,0.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-20.5 + parent: 2 +- proto: WallRock + entities: + - uid: 7 + components: + - type: Transform + pos: 16.5,20.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 29.5,8.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 39.5,-3.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 36.5,-4.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 20.5,12.5 + parent: 2 + - uid: 69 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: 26.5,13.5 + parent: 2 + - uid: 226 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 227 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: 25.5,12.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 26.5,12.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 26.5,11.5 + parent: 2 + - uid: 313 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 314 + components: + - type: Transform + pos: 35.5,6.5 + parent: 2 + - uid: 315 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 + - uid: 319 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 + - uid: 320 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - uid: 322 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 2 + - uid: 323 + components: + - type: Transform + pos: -28.5,-1.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 325 + components: + - type: Transform + pos: -29.5,-1.5 + parent: 2 + - uid: 326 + components: + - type: Transform + pos: -29.5,-2.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: 26.5,8.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: -28.5,1.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -27.5,3.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -27.5,4.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: 31.5,9.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: 30.5,8.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: 30.5,9.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: -27.5,1.5 + parent: 2 + - uid: 339 + components: + - type: Transform + pos: -27.5,2.5 + parent: 2 + - uid: 340 + components: + - type: Transform + pos: 25.5,11.5 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 344 + components: + - type: Transform + pos: 26.5,9.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 24.5,12.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: 24.5,10.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: 38.5,1.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: 36.5,4.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 369 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - uid: 441 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - uid: 442 + components: + - type: Transform + pos: 37.5,0.5 + parent: 2 + - uid: 443 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: 38.5,-4.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: -19.5,-16.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - uid: 493 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 2 + - uid: 494 + components: + - type: Transform + pos: -20.5,-18.5 + parent: 2 + - uid: 495 + components: + - type: Transform + pos: -20.5,-16.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 2 + - uid: 497 + components: + - type: Transform + pos: 23.5,15.5 + parent: 2 + - uid: 502 + components: + - type: Transform + pos: 38.5,-2.5 + parent: 2 + - uid: 503 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 504 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 2 + - uid: 505 + components: + - type: Transform + pos: 37.5,-2.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 36.5,-6.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 509 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 510 + components: + - type: Transform + pos: 36.5,-1.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: 35.5,-16.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: 36.5,-11.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: 35.5,-14.5 + parent: 2 + - uid: 558 + components: + - type: Transform + pos: 36.5,-13.5 + parent: 2 + - uid: 559 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: 36.5,-7.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: 36.5,-9.5 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: 39.5,-13.5 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 573 + components: + - type: Transform + pos: 37.5,-15.5 + parent: 2 + - uid: 574 + components: + - type: Transform + pos: 36.5,-17.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: 39.5,-4.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: 35.5,-24.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: 35.5,-27.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: 34.5,-27.5 + parent: 2 + - uid: 583 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 + - uid: 584 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: 31.5,-24.5 + parent: 2 + - uid: 589 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 2 + - uid: 590 + components: + - type: Transform + pos: 29.5,-24.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 716 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 2 + - uid: 717 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: 34.5,-26.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 2 + - uid: 722 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - uid: 723 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 2 + - uid: 724 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 2 + - uid: 725 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 + - uid: 726 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 2 + - uid: 728 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 + - uid: 730 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 2 + - uid: 731 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 2 + - uid: 733 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 2 + - uid: 734 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 735 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 736 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 737 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 738 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 2 + - uid: 739 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 740 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 752 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 753 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - uid: 754 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: 8.5,-25.5 + parent: 2 + - uid: 760 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 763 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 764 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 767 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 780 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 798 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 800 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - uid: 801 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 2 + - uid: 812 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 828 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 836 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - uid: 838 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 2 + - uid: 849 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 2 + - uid: 850 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - uid: 851 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 2 + - uid: 852 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 + - uid: 856 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - uid: 857 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - uid: 859 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 861 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 + - uid: 863 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 868 + components: + - type: Transform + pos: 13.5,18.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 13.5,20.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 872 + components: + - type: Transform + pos: 15.5,19.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: 13.5,21.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 + - uid: 929 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: 15.5,20.5 + parent: 2 + - uid: 1016 + components: + - type: Transform + pos: 38.5,-15.5 + parent: 2 + - uid: 1017 + components: + - type: Transform + pos: 38.5,-19.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: 36.5,-16.5 + parent: 2 + - uid: 1025 + components: + - type: Transform + pos: 37.5,-20.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 2 + - uid: 1037 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 2 + - uid: 1038 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 + - uid: 1041 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 1062 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 + - uid: 1095 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 1208 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 1210 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 + - uid: 1214 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 + - uid: 1267 + components: + - type: Transform + pos: 13.5,24.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + pos: 13.5,25.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + pos: 13.5,23.5 + parent: 2 + - uid: 1304 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 2 + - uid: 1306 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 2 + - uid: 1307 + components: + - type: Transform + pos: -27.5,-17.5 + parent: 2 + - uid: 1309 + components: + - type: Transform + pos: -26.5,-18.5 + parent: 2 + - uid: 1333 + components: + - type: Transform + pos: 37.5,-4.5 + parent: 2 + - uid: 1364 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + pos: 22.5,14.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: -26.5,6.5 + parent: 2 + - uid: 1457 + components: + - type: Transform + pos: -25.5,6.5 + parent: 2 + - uid: 1459 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 1460 + components: + - type: Transform + pos: 22.5,12.5 + parent: 2 + - uid: 1461 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + pos: 22.5,8.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 1586 + components: + - type: Transform + pos: 20.5,18.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + pos: 16.5,21.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: -25.5,5.5 + parent: 2 + - uid: 1622 + components: + - type: Transform + pos: 17.5,21.5 + parent: 2 + - uid: 1623 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 + - uid: 1624 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 1643 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - uid: 1644 + components: + - type: Transform + pos: 20.5,14.5 + parent: 2 + - uid: 1645 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 1650 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 1651 + components: + - type: Transform + pos: 24.5,15.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + pos: 24.5,16.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: 18.5,19.5 + parent: 2 + - uid: 1657 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 1658 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + pos: 25.5,-27.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 1665 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - uid: 1667 + components: + - type: Transform + pos: 19.5,19.5 + parent: 2 + - uid: 1668 + components: + - type: Transform + pos: 19.5,18.5 + parent: 2 + - uid: 1669 + components: + - type: Transform + pos: 18.5,18.5 + parent: 2 + - uid: 1671 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 2 + - uid: 1672 + components: + - type: Transform + pos: 15.5,18.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 1675 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 1676 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 2 + - uid: 1679 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 1702 + components: + - type: Transform + pos: 17.5,19.5 + parent: 2 + - uid: 1703 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 1704 + components: + - type: Transform + pos: 23.5,14.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + pos: 23.5,10.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + pos: 23.5,9.5 + parent: 2 + - uid: 1713 + components: + - type: Transform + pos: 19.5,-24.5 + parent: 2 + - uid: 1714 + components: + - type: Transform + pos: 17.5,-24.5 + parent: 2 + - uid: 1715 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 2 + - uid: 1716 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - uid: 1717 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 1718 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 2 + - uid: 1720 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - uid: 1723 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 2 + - uid: 1733 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 1740 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - uid: 1742 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 1743 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + pos: 33.5,-24.5 + parent: 2 + - uid: 1745 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 2 + - uid: 1746 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 1749 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 2 + - uid: 1750 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 2 + - uid: 1752 + components: + - type: Transform + pos: 30.5,-24.5 + parent: 2 + - uid: 1753 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 2 + - uid: 1758 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 2 + - uid: 1763 + components: + - type: Transform + pos: 35.5,-26.5 + parent: 2 + - uid: 1767 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 1783 + components: + - type: Transform + pos: 36.5,-20.5 + parent: 2 + - uid: 1784 + components: + - type: Transform + pos: 36.5,-24.5 + parent: 2 + - uid: 1796 + components: + - type: Transform + pos: 36.5,-21.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + pos: 36.5,-23.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + pos: 37.5,-17.5 + parent: 2 + - uid: 1800 + components: + - type: Transform + pos: 37.5,-18.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + pos: 37.5,-19.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + pos: 38.5,-13.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: 38.5,-11.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 2 + - uid: 1833 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 2 + - uid: 1834 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 1849 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 + - uid: 1850 + components: + - type: Transform + pos: -22.5,-17.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 + - uid: 1853 + components: + - type: Transform + pos: -17.5,-16.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + pos: -17.5,-18.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 2 + - uid: 1857 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - uid: 1861 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - uid: 1862 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 2 + - uid: 1863 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 2 + - uid: 1865 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 1884 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 1885 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - uid: 1892 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 2 + - uid: 1898 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 1912 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 + - uid: 1913 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 1915 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 1919 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 1927 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 1928 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 1929 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 2 + - uid: 1930 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - uid: 1931 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 + - uid: 1933 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 + - uid: 1934 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 1937 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 1938 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 1947 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + pos: 30.5,-26.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 2 + - uid: 1951 + components: + - type: Transform + pos: 33.5,-26.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: 29.5,-26.5 + parent: 2 + - uid: 1960 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + pos: 23.5,-28.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + pos: 25.5,-28.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + pos: 36.5,-15.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + pos: 36.5,-18.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + pos: 37.5,-16.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + pos: -21.5,-16.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + pos: -28.5,-15.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 + - uid: 1994 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 2 + - uid: 1997 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + pos: 36.5,-19.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + pos: -16.5,-21.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 2 + - uid: 2003 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + pos: 32.5,-26.5 + parent: 2 + - uid: 2006 + components: + - type: Transform + pos: 26.5,10.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + pos: 33.5,8.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + pos: 34.5,8.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + pos: 28.5,10.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + pos: 34.5,7.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 2 + - uid: 2025 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 2 + - uid: 2029 + components: + - type: Transform + pos: 37.5,-21.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + pos: 22.5,10.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 2114 + components: + - type: Transform + pos: 36.5,0.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + pos: 14.5,21.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + pos: 15.5,21.5 + parent: 2 + - uid: 2135 + components: + - type: Transform + pos: 27.5,9.5 + parent: 2 + - uid: 2136 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 2137 + components: + - type: Transform + pos: 28.5,9.5 + parent: 2 + - uid: 2138 + components: + - type: Transform + pos: 29.5,9.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: 24.5,14.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: -26.5,-3.5 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 2184 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - uid: 2185 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 2186 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 + - uid: 2197 + components: + - type: Transform + pos: 33.5,-6.5 + parent: 2 + - uid: 2202 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + pos: 22.5,16.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + pos: 35.5,7.5 + parent: 2 + - uid: 2221 + components: + - type: Transform + pos: 28.5,8.5 + parent: 2 + - uid: 2229 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 2238 + components: + - type: Transform + pos: 21.5,12.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + pos: 21.5,16.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + pos: 21.5,15.5 + parent: 2 + - uid: 2241 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 2243 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 + - uid: 2249 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + pos: -27.5,-16.5 + parent: 2 + - uid: 2253 + components: + - type: Transform + pos: -27.5,-18.5 + parent: 2 + - uid: 2259 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 2261 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: 35.5,-13.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 2 + - uid: 2265 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 + - uid: 2267 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 2268 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 2269 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 2270 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 2306 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 2 + - uid: 2310 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 2323 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 2325 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 + - uid: 2410 + components: + - type: Transform + pos: 34.5,-2.5 + parent: 2 + - uid: 2411 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 2 + - uid: 2413 + components: + - type: Transform + pos: 34.5,-6.5 + parent: 2 + - uid: 2414 + components: + - type: Transform + pos: 34.5,-8.5 + parent: 2 + - uid: 2415 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 2417 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 2 + - uid: 2418 + components: + - type: Transform + pos: 22.5,18.5 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 2421 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 2422 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - uid: 2423 + components: + - type: Transform + pos: 21.5,18.5 + parent: 2 + - uid: 2425 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 2428 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - uid: 2442 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 2443 + components: + - type: Transform + pos: 21.5,17.5 + parent: 2 + - uid: 2451 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 2 + - uid: 2475 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 + - uid: 2478 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 2479 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 2 + - uid: 2480 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 2483 + components: + - type: Transform + pos: 33.5,6.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 2 +- proto: WallRockArtifactFragment + entities: + - uid: 519 + components: + - type: Transform + pos: 36.5,-12.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 35.5,-15.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: 37.5,-13.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 +- proto: WallRockCoal + entities: + - uid: 79 + components: + - type: Transform + pos: 36.5,-2.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: 36.5,-8.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: 36.5,-10.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + pos: 37.5,1.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 1619 + components: + - type: Transform + pos: 37.5,-1.5 + parent: 2 + - uid: 1633 + components: + - type: Transform + pos: 34.5,-4.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + pos: 33.5,7.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 2222 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - uid: 2287 + components: + - type: Transform + pos: 33.5,-3.5 + parent: 2 + - uid: 2412 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 2 + - uid: 2416 + components: + - type: Transform + pos: 33.5,-8.5 + parent: 2 +- proto: WallRockPlasma + entities: + - uid: 330 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 862 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 +- proto: WallRockQuartz + entities: + - uid: 341 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 346 + components: + - type: Transform + pos: 24.5,11.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 582 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - uid: 585 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 594 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 2 + - uid: 729 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 2 + - uid: 742 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: -26.5,-17.5 + parent: 2 + - uid: 1690 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 1706 + components: + - type: Transform + pos: 23.5,12.5 + parent: 2 + - uid: 1709 + components: + - type: Transform + pos: 23.5,8.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - uid: 1836 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + pos: -17.5,-17.5 + parent: 2 + - uid: 1860 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 2246 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 2248 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + pos: -29.5,-15.5 + parent: 2 + - uid: 2420 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 +- proto: WallRockSalt + entities: + - uid: 1032 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 + - uid: 1670 + components: + - type: Transform + pos: 17.5,18.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 1894 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + pos: 13.5,22.5 + parent: 2 +- proto: WallRockSilver + entities: + - uid: 867 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 2760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-2.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-1.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-0.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-2.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - uid: 4508 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-15.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-17.5 + parent: 2 + - uid: 4539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-14.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-15.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-17.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-17.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-17.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-14.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-12.5 + parent: 2 + - uid: 4554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-11.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-10.5 + parent: 2 + - uid: 4559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-10.5 + parent: 2 + - uid: 4560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-10.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-9.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-8.5 + parent: 2 + - uid: 4563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-18.5 + parent: 2 + - uid: 4565 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + pos: 33.5,1.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,1.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,1.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-12.5 + parent: 2 + - uid: 4578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-12.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-2.5 + parent: 2 +- proto: WallSolidRust + entities: + - uid: 2429 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,5.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-20.5 + parent: 2 + - uid: 4488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-20.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-20.5 + parent: 2 + - uid: 4494 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + pos: -15.5,-9.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-16.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-17.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-17.5 + parent: 2 + - uid: 4532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-17.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 4556 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 4558 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 4583 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 2 +- proto: WaterCooler + entities: + - uid: 453 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: -5.5,19.5 + parent: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 1073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,22.5 + parent: 2 + - uid: 1557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,11.5 + parent: 2 +- proto: WeaponDisabler + entities: + - uid: 1074 + components: + - type: Transform + pos: -16.5,21.5 + parent: 2 + - uid: 5153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.107508,8.822502 + parent: 2 +- proto: WeaponRifleAk + entities: + - uid: 4841 + components: + - type: Transform + pos: -26.316637,-1.4715986 + parent: 2 +- proto: WeaponRifleLecter + entities: + - uid: 1336 + components: + - type: Transform + pos: -10.361088,18.126633 + parent: 2 +- proto: WeaponShotgunDoubleBarreledRubber + entities: + - uid: 4590 + components: + - type: Transform + pos: 24.532763,-12.045612 + parent: 2 +- proto: WeaponSubMachineGunDrozd + entities: + - uid: 1162 + components: + - type: Transform + pos: -8.736088,18.157883 + parent: 2 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 4591 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 4592 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 2 + - uid: 4594 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 2 +- proto: WebBed + entities: + - uid: 4595 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 +- proto: WebDoor + entities: + - uid: 4596 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 +- proto: WelderMini + entities: + - uid: 4597 + components: + - type: Transform + pos: -10.581263,-11.525421 + parent: 2 + - uid: 5005 + components: + - type: Transform + parent: 5004 + - type: Physics + canCollide: False +- proto: WheatBushel + entities: + - uid: 4600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.349625,-13.228182 + parent: 2 + - uid: 4601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.482443,-12.121987 + parent: 2 + - uid: 4602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.486307,-11.347651 + parent: 2 + - uid: 4603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.619125,-13.449421 + parent: 2 +- proto: Windoor + entities: + - uid: 481 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 +- proto: WindoorSecure + entities: + - uid: 4605 + components: + - type: Transform + pos: 25.5,-16.5 + parent: 2 +- proto: WindoorSecureBrigLocked + entities: + - uid: 1627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,4.5 + parent: 2 +- proto: Window + entities: + - uid: 4620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-8.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-9.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + pos: -22.5,9.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - uid: 4632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-10.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-10.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-10.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-10.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 477 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 2 + - uid: 1117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 2 + - uid: 2226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,1.5 + parent: 2 + - uid: 4639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,1.5 + parent: 2 + - uid: 4640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,1.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,1.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,1.5 + parent: 2 + - uid: 4643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 2 + - uid: 4644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-1.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - uid: 17 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 2 + - uid: 18 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,4.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: -20.5,-1.5 + parent: 2 + - uid: 55 + components: + - type: Transform + pos: -22.5,-1.5 + parent: 2 + - uid: 56 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-1.5 + parent: 2 + - uid: 64 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 2 + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 2 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 2 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 2 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,15.5 + parent: 2 + - uid: 107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,19.5 + parent: 2 + - uid: 123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,3.5 + parent: 2 + - uid: 124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,3.5 + parent: 2 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,3.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - uid: 193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,3.5 + parent: 2 + - uid: 280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 2 + - uid: 286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 2 + - uid: 288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 2 + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - uid: 309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,4.5 + parent: 2 + - uid: 310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,4.5 + parent: 2 + - uid: 311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 2 + - uid: 312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + - uid: 365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 2 + - uid: 445 + components: + - type: Transform + pos: -21.5,3.5 + parent: 2 + - uid: 446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,3.5 + parent: 2 + - uid: 448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,3.5 + parent: 2 + - uid: 449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,3.5 + parent: 2 + - uid: 474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: -23.5,3.5 + parent: 2 + - uid: 512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,3.5 + parent: 2 + - uid: 513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,3.5 + parent: 2 + - uid: 549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,21.5 + parent: 2 + - uid: 550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,21.5 + parent: 2 + - uid: 649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,16.5 + parent: 2 + - uid: 683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,17.5 + parent: 2 + - uid: 695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,17.5 + parent: 2 + - uid: 703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,12.5 + parent: 2 + - uid: 707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,18.5 + parent: 2 + - uid: 968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + - uid: 986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,12.5 + parent: 2 + - uid: 994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 2 + - uid: 1022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,7.5 + parent: 2 + - uid: 1026 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 + - uid: 1064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,3.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,12.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - uid: 1123 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 2 + - uid: 1125 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 2 + - uid: 1126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,12.5 + parent: 2 + - uid: 1136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,12.5 + parent: 2 + - uid: 1155 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 1156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,4.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,16.5 + parent: 2 + - uid: 1171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 2 + - uid: 1205 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,3.5 + parent: 2 + - uid: 1220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 2 + - uid: 1296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 1297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 1298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 2 + - uid: 1324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 2 + - uid: 1326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,15.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,13.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,3.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,3.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,3.5 + parent: 2 + - uid: 1498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,3.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + pos: -13.5,3.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,4.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 2 + - uid: 1574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,15.5 + parent: 2 + - uid: 1578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 1582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 2 + - uid: 1589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,4.5 + parent: 2 + - uid: 1592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,3.5 + parent: 2 + - uid: 1597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - uid: 1608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,12.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,12.5 + parent: 2 + - uid: 1639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,3.5 + parent: 2 + - uid: 1680 + components: + - type: Transform + pos: 11.5,15.5 + parent: 2 + - uid: 1736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,18.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,13.5 + parent: 2 + - uid: 1830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,14.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,13.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,12.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 2083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,19.5 + parent: 2 + - uid: 2084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,19.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,16.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,3.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,7.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,3.5 + parent: 2 + - uid: 2118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 2 + - uid: 2119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - uid: 2150 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,3.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 2228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 2 + - uid: 2234 + components: + - type: Transform + pos: -19.5,3.5 + parent: 2 + - uid: 2256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,3.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 2 + - uid: 2282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - uid: 2283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 + - uid: 2284 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - uid: 2285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 2 + - uid: 2291 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 2293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,7.5 + parent: 2 + - uid: 2294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,7.5 + parent: 2 + - uid: 2296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,4.5 + parent: 2 + - uid: 2297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 2 + - uid: 2298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 2 + - uid: 2300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 + - uid: 2311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,3.5 + parent: 2 + - uid: 2317 + components: + - type: Transform + pos: -17.5,3.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-1.5 + parent: 2 + - uid: 2357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,3.5 + parent: 2 + - uid: 2358 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 2359 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 2385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 2 + - uid: 2386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 2405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 2 + - uid: 3113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,16.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-16.5 + parent: 2 + - uid: 4664 + components: + - type: Transform + pos: 21.5,-14.5 + parent: 2 + - uid: 4665 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 4666 + components: + - type: Transform + pos: 23.5,-14.5 + parent: 2 + - uid: 4667 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-8.5 + parent: 2 + - uid: 4669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-9.5 + parent: 2 + - uid: 4670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-15.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,21.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,21.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,21.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,21.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,21.5 + parent: 2 + - uid: 4682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,21.5 + parent: 2 + - uid: 4683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,21.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,21.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,21.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 2 +- proto: WoodDoor + entities: + - uid: 4692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-11.5 + parent: 2 +- proto: WoodenBench + entities: + - uid: 1085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-11.5 + parent: 2 + - uid: 1168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-11.5 + parent: 2 + - uid: 1562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-11.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-9.5 + parent: 2 +... diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml index 5c4d332954..8e154ba084 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets_alt.yml @@ -110,7 +110,7 @@ - EncryptionKeySecurity - EncryptionKeyCommand - EncryptionKeyCommon - - EncryptionKeyPrison # Stories-SpacePrison + - PRISONEncryptionKey # Stories-SpacePrison - type: Sprite sprite: Clothing/Ears/Headsets/security.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml b/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml index 0731e6219f..25b4ddca7c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/telecomms.yml @@ -80,7 +80,7 @@ - EncryptionKeySecurity - EncryptionKeyService - EncryptionKeyCommand - - EncryptionKeyPrison + - PRISONEncryptionKey - type: entity parent: TelecomServer diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index a7838a6adc..975b2fb023 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -40,7 +40,6 @@ - Captain - IAA # Stories-IAA - CentralCommandOfficial - - HeadOfSpacePrison # Stories-SpacePrison - ChiefEngineer - ChiefMedicalOfficer - HeadOfPersonnel diff --git a/Resources/Prototypes/Stories/Access/prison.yml b/Resources/Prototypes/Stories/Access/prison.yml new file mode 100644 index 0000000000..4ecd892a70 --- /dev/null +++ b/Resources/Prototypes/Stories/Access/prison.yml @@ -0,0 +1,23 @@ +- type: accessLevel + id: HeadOfPrison + name: Начальник тюрьмы + +- type: accessLevel + id: PrisonBrig + name: Бриг тюрьмы + +- type: accessLevel + id: Prison + name: Тюрьма + +- type: accessLevel + id: PrisonMed + name: Медицинский тюрьма + +- type: accessLevel + id: PrisonEng + name: Инженерный тюрьма + +- type: accessLevel + id: Prisoner + name: Заключенный diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 67e84f7605..fdc9e9a4d3 100644 --- a/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -1,13 +1,4 @@ -- type: entity - noSpawn: true - parent: ClothingBackpackSpacePrison - id: ClothingBackpackSpacePrisonFilled - components: - - type: StorageFill - contents: - - id: BoxSurvivalSecurity - - id: Flash - - id: MagazinePistol +# TODO: Устрарело. Удалить все что ниже. - type: entity noSpawn: true diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 01a0ed41f8..eb6b6d8ea5 100644 --- a/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -1,7 +1,7 @@ - type: entity noSpawn: true - parent: ClothingBackpackDuffelSpacePrison - id: ClothingBackpackDuffelSpacePrisonFilled + parent: PRISONClothingBackpackDuffel + id: PRISONClothingBackpackDuffelFilled components: - type: StorageFill contents: diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 47941f119c..e2233ba0be 100644 --- a/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Stories/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -1,7 +1,7 @@ - type: entity noSpawn: true - parent: ClothingBackpackSatchelSpacePrison - id: ClothingBackpackSatchelSpacePrisonFilled + parent: PRISONClothingBackpackSatchel + id: PRISONClothingBackpackSatchelFilled components: - type: StorageFill contents: diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/Stories/Catalog/Fills/Items/belt.yml index aca5f03601..9baf6cb161 100644 --- a/Resources/Prototypes/Stories/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/Stories/Catalog/Fills/Items/belt.yml @@ -2,18 +2,8 @@ parent: ClothingBeltJedi id: ClothingBeltJediFilled components: - - type: StorageFill - contents: - - id: Handcuffs - amount: 3 - - id: Flash - -- type: entity - id: ClothingBeltHoSPSheathFilled - parent: ClothingBeltHoSPSheath - suffix: Filled - components: - - type: ContainerFill - containers: - item: - - HoSPSabre + - type: StorageFill + contents: + - id: Handcuffs + amount: 3 + - id: Flash diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Items/prison.yml b/Resources/Prototypes/Stories/Catalog/Fills/Items/prison.yml new file mode 100644 index 0000000000..c2952debd6 --- /dev/null +++ b/Resources/Prototypes/Stories/Catalog/Fills/Items/prison.yml @@ -0,0 +1,9 @@ +- type: entity + id: PRISONClothingBeltSheathFilled + parent: PRISONClothingBeltSheath + suffix: Filled + components: + - type: ContainerFill + containers: + item: + - PRISONSabre diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Stories/Catalog/Fills/Lockers/heads.yml deleted file mode 100644 index 081e4b9f7d..0000000000 --- a/Resources/Prototypes/Stories/Catalog/Fills/Lockers/heads.yml +++ /dev/null @@ -1,25 +0,0 @@ -- type: entity - id: LockerHeadOfSPFilled - suffix: Filled - parent: LockerWardenOfSP - components: - - type: StorageFill - contents: - - id: WeaponDisabler - prob: 0.5 - - id: DrinkVacuumFlask - prob: 0.8 - - id: ClothingBeltSecurityFilled - - id: ClothingHeadsetPrisonAlt - - id: ClothingEyesGlassesSpacePrison - - id: ClothingShoesBootsJackSP - - id: CigarGoldCase - prob: 0.50 - - id: PlushieSharkPink - prob: 0.1 - - id: DoorRemoteSecurity - - id: ClothingUniformJumpskirtHoSP - - id: ClothingUniformJumpsuitHoSP - - id: RubberStampHoSP - - id: ClothingNeckCloakHoSP - - id: HoloprojectorSecurity diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Lockers/prison.yml b/Resources/Prototypes/Stories/Catalog/Fills/Lockers/prison.yml new file mode 100644 index 0000000000..42c168ff09 --- /dev/null +++ b/Resources/Prototypes/Stories/Catalog/Fills/Lockers/prison.yml @@ -0,0 +1,49 @@ +- type: entity + id: PRISONLockerHeadOfPrisonFilled + suffix: Filled + parent: PRISONLockerHeadOfPrison + components: + - type: StorageFill + contents: + # - id: PRISONHandheldShuttleConsole + - id: PRISONClothingHeadHatUshanka + - id: PRISONClothingHeadHatCapHeadOfPrison + - id: ClothingMaskGasSwat + - id: PRISONClothingOuterHardsuitHeadOfPrison + # - id: PRISONClothingBeltSheathFilled + - id: WeaponDisabler + - id: DrinkVacuumFlask + - id: ClothingBeltSecurityFilled + - id: PRISONClothingOuterCoatHeadOfPrison + - id: ClothingHandsGlovesCombat + - id: PRISONClothingHeadsetAlt + - id: PRISONClothingEyesGlasses + - id: PRISONClothingShoesBootsJack + - id: CigarGoldCase + prob: 0.50 + - id: PRISONDoorRemote + - id: PRISONClothingUniformJumpsuitHeadOfPrison + - id: PRISONRubberStamp + - id: HoloprojectorSecurity + +- type: entity + id: PRISONLockerFilled + suffix: Filled + parent: PRISONLocker + components: + - type: StorageFill + contents: + - id: WeaponDisabler + - id: ClothingBeltSecurityFilled + - id: Flash + prob: 0.5 + - id: FlashlightSeclite + prob: 0.8 + - id: ClothingHandsGlovesColorBlack + - id: PRISONClothingUniformJumpsuit + - id: PRISONClothingOuterVestArmor + - id: PRISONClothingEyesGlasses + - id: PRISONClothingHeadset + - id: PRISONClothingShoesBootsJack + - id: PRISONClothingHeadHatSoft + prob: 0.2 diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Lockers/spaceprison.yml b/Resources/Prototypes/Stories/Catalog/Fills/Lockers/spaceprison.yml deleted file mode 100644 index e3f73644d4..0000000000 --- a/Resources/Prototypes/Stories/Catalog/Fills/Lockers/spaceprison.yml +++ /dev/null @@ -1,19 +0,0 @@ -- type: entity - id: LockerSpacePrisonFilled - suffix: Filled - parent: LockerSpacePrison - components: - - type: StorageFill - contents: - - id: FlashlightSeclite - prob: 0.8 - - id: ClothingOuterArmorBasic - - id: ClothingBeltSecurityFilled - - id: Flash - prob: 0.5 - - id: ClothingEyesGlassesSpacePrison - - id: ClothingHeadsetPrison - - id: ClothingHandsGlovesColorBlack - - id: ClothingShoesBootsJackSP - - id: ClothingOuterWinterSP - prob: 0.2 diff --git a/Resources/Prototypes/Stories/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/Stories/Catalog/Fills/Lockers/suit_storage.yml index 3f69d328f3..a3f5bfec78 100644 --- a/Resources/Prototypes/Stories/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/Stories/Catalog/Fills/Lockers/suit_storage.yml @@ -1,36 +1,63 @@ - type: entity - id: SuitStorageOfficerSP + name: хранилище скафандра офицера тюрьмы + description: Необычное высокотехнологичное хранилище, предназначенное для хранения космических скафандров. + id: PRISONSuitStorageOfficer parent: SuitStorageBase - suffix: SP Officer + suffix: Officer components: - type: StorageFill contents: - - id: NitrogenTankFilled - id: OxygenTankFilled - - id: ClothingOuterHardsuitOfficerSP + - id: PRISONClothingOuterHardsuitOfficer - id: ClothingMaskBreath + - id: ClothingShoesBootsMag + - type: AccessReader + access: [["PrisonBrig"]] - type: entity - id: SuitStorageEngiSP + name: хранилище скафандра врача тюрьмы + description: Необычное высокотехнологичное хранилище, предназначенное для хранения космических скафандров. + id: PRISONSuitStorageMed parent: SuitStorageBase - suffix: SP Engineer + suffix: Med components: - type: StorageFill contents: - - id: NitrogenTankFilled - id: OxygenTankFilled + - id: PRISONClothingOuterHardsuitMedic + - id: ClothingMaskBreath - id: ClothingShoesBootsMag - - id: ClothingOuterHardsuitEngiSP + - type: AccessReader + access: [["PrisonMed"]] + +- type: entity + name: хранилище скафандра инженера тюрьмы + description: Необычное высокотехнологичное хранилище, предназначенное для хранения космических скафандров. + id: PRISONSuitStorageEngi + parent: SuitStorageBase + suffix: Engi + components: + - type: StorageFill + contents: + - id: OxygenTankFilled + - id: PRISONClothingOuterHardsuitEngi - id: ClothingMaskBreath + - id: ClothingShoesBootsMag + - type: AccessReader + access: [["PrisonEng"]] - type: entity - id: SuitStorageWardenOfSP + name: хранилище скафандра начальника тюрьмы + description: Необычное высокотехнологичное хранилище, предназначенное для хранения космических скафандров. + id: PRISONSuitStorageHeadOfPrison parent: SuitStorageBase - suffix: WardenOfSP + suffix: HeadOfPrison components: - type: StorageFill contents: - - id: NitrogenTankFilled - id: OxygenTankFilled - - id: ClothingOuterHardsuitWardenOfSP + - id: PRISONClothingOuterHardsuitHeadOfPrison - id: ClothingMaskBreath + - id: ClothingShoesBootsMag + - type: AccessReader + access: [["HeadOfPrison"]] diff --git a/Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/prison.yml b/Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/prison.yml new file mode 100644 index 0000000000..8d1af28830 --- /dev/null +++ b/Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/prison.yml @@ -0,0 +1,39 @@ +- type: vendingMachineInventory + id: PRISONTechInventory + startingInventory: + SecurityWhistle: 5 + Handcuffs: 8 + GrenadeFlashBang: 4 + TearGasGrenade: 4 + ClusterBangFull: 2 + GrenadeStinger: 4 + Flash: 5 + Tourniquet: 5 + FlashlightSeclite: 5 + PRISONClothingEyesGlasses: 2 + PRISONClothingBeltWebbing: 5 + CombatKnife: 3 + Zipties: 12 + RiotShield: 2 + RiotLaserShield: 2 + RiotBulletShield: 2 + contrabandInventory: + FoodDonutHomer: 12 + FoodBoxDonut: 2 + +- type: vendingMachineInventory + id: PRISONDrobeInventory + startingInventory: + PRISONClothingBackpack: 3 + PRISONClothingBackpackSatchel: 3 + PRISONClothingBackpackDuffel: 3 + PRISONClothingUniformJumpsuit: 3 + PRISONClothingHeadHatSoft: 3 + PRISONClothingHeadHatBeret: 3 + ClothingHeadBandBlue: 3 + PRISONClothingShoesBootsJack: 3 + ClothingHandsGlovesColorBlack: 3 + PRISONClothingHeadset: 3 + PRISONClothingOuterVestArmor: 2 + ClothingEyesBlindfold: 1 + ClothingShoesBootsCombat: 1 diff --git a/Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/spdrobe.yml b/Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/spdrobe.yml deleted file mode 100644 index 4ea0a197a6..0000000000 --- a/Resources/Prototypes/Stories/Catalog/VendingMachines/Inventories/spdrobe.yml +++ /dev/null @@ -1,20 +0,0 @@ -- type: vendingMachineInventory - id: SPDrobeInventory - startingInventory: - ClothingBackpackSpacePrison: 3 - ClothingBackpackSatchelSpacePrison: 3 - ClothingBackpackDuffelSpacePrison: 3 - ClothingUniformJumpsuitSP: 3 - ClothingUniformJumpskirtSP: 3 - ClothingHeadHatBeretSP: 3 - ClothingHeadHatSPsoft: 3 - ClothingHeadBandBlue: 3 - ClothingShoesBootsJackSP: 3 - ClothingHandsGlovesColorBlack: 3 - ClothingUniformJumpsuitSecBlue: 3 - ClothingHeadsetPrison: 3 - ClothingOuterWinterSP: 2 - ClothingOuterArmorBasic: 2 - ClothingOuterArmorBasicSlim: 2 - ClothingEyesBlindfold: 1 - ClothingShoesBootsCombat: 1 diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Stories/Entities/Clothing/Back/backpacks.yml index 98080c4e8e..0ded0fb8fb 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Back/backpacks.yml @@ -9,12 +9,3 @@ - ForceRecallEquipment - type: Sprite sprite: Stories/Clothing/Back/Backpacks/jedi_nt.rsi - -- type: entity - parent: ClothingBackpack - id: ClothingBackpackSpacePrison - name: space prison officer's backpack - description: It's a very robust backpack. - components: - - type: Sprite - sprite: Stories/Clothing/Back/Backpacks/sp.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Stories/Entities/Clothing/Back/duffel.yml deleted file mode 100644 index 250400dc39..0000000000 --- a/Resources/Prototypes/Stories/Entities/Clothing/Back/duffel.yml +++ /dev/null @@ -1,8 +0,0 @@ -- type: entity - parent: ClothingBackpackDuffel - id: ClothingBackpackDuffelSpacePrison - name: space prison officer's duffel bag - description: A large duffel bag for holding extra security related goods. - components: - - type: Sprite - sprite: Stories/Clothing/Back/Duffels/sp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Back/prison.yml b/Resources/Prototypes/Stories/Entities/Clothing/Back/prison.yml new file mode 100644 index 0000000000..d46492934c --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Clothing/Back/prison.yml @@ -0,0 +1,26 @@ +- type: entity + parent: ClothingBackpackDuffel + id: PRISONClothingBackpackDuffel + name: вещмешок сотрудника тюрьмы + description: Большой вещмешок для хранения дополнительных предметов, связанных с обеспечением побегов. + components: + - type: Sprite + sprite: Stories/Clothing/Back/Duffels/sp.rsi + +- type: entity + parent: ClothingBackpackSatchel + id: PRISONClothingBackpackSatchel + name: сумка сотрудника тюрьмы + description: Прочная сумка для обеспечения побегов. + components: + - type: Sprite + sprite: Stories/Clothing/Back/Satchels/sp.rsi + +- type: entity + parent: ClothingBackpack + id: PRISONClothingBackpack + name: рюкзак сотрудника тюрьмы + description: Это очень прочный рюкзак. + components: + - type: Sprite + sprite: Stories/Clothing/Back/Backpacks/sp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Stories/Entities/Clothing/Back/satchel.yml deleted file mode 100644 index 59ed374e3e..0000000000 --- a/Resources/Prototypes/Stories/Entities/Clothing/Back/satchel.yml +++ /dev/null @@ -1,8 +0,0 @@ -- type: entity - parent: ClothingBackpackSatchel - id: ClothingBackpackSatchelSpacePrison - name: space prison officer's satchel - description: A robust satchel for security related needs. - components: - - type: Sprite - sprite: Stories/Clothing/Back/Satchels/sp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Stories/Entities/Clothing/Belt/belts.yml index dfafb1e9c4..aa7f35bb35 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Belt/belts.yml @@ -4,54 +4,27 @@ name: ремень джедая description: Повесьте на него свой меч. components: - - type: Tag - tags: - - ForceRecallEquipment - - type: ClothingSpeedModifier - walkModifier: 1 - sprintModifier: 1.02 - - type: Sprite - sprite: Stories/Clothing/Belt/jedi_belt.rsi - state: icon - - type: Clothing - sprite: Stories/Clothing/Belt/jedi_belt.rsi - - type: Storage - maxSlots: 5 - whitelist: + - type: Tag tags: - - CigPack - - Radio - components: - - FlashOnTrigger - - Flash - - Welder - - Flash - - Handcuff - - EnergySword - -- type: entity - parent: ClothingBeltSheath - id: ClothingBeltHoSPSheath - name: sabre sheath - description: An ornate sheath designed to hold an officer's blade. - components: - - type: Sprite - sprite: Stories/Clothing/Belt/hosp_sheath.rsi - state: sheath - - type: Clothing - sprite: Stories/Clothing/Belt/hosp_sheath.rsi - - type: ItemSlots - slots: - item: - name: Sabre - insertVerbText: sheath-insert-verb - ejectVerbText: sheath-eject-verb - whitelist: - tags: - - HoSPSabre - - type: ItemMapper - mapLayers: - sheath-sabre: - whitelist: - tags: - - HoSPSabre + - ForceRecallEquipment + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1.02 + - type: Sprite + sprite: Stories/Clothing/Belt/jedi_belt.rsi + state: icon + - type: Clothing + sprite: Stories/Clothing/Belt/jedi_belt.rsi + - type: Storage + maxSlots: 5 + whitelist: + tags: + - CigPack + - Radio + components: + - FlashOnTrigger + - Flash + - Welder + - Flash + - Handcuff + - EnergySword diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Belt/prison.yml b/Resources/Prototypes/Stories/Entities/Clothing/Belt/prison.yml new file mode 100644 index 0000000000..126ad1edd8 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Clothing/Belt/prison.yml @@ -0,0 +1,37 @@ +- type: entity + parent: ClothingBeltSheath + id: PRISONClothingBeltSheath + name: ножны для тюремной сабли + description: Богато украшенные ножны, предназначенные для хранения клинка. + components: + - type: Sprite + sprite: Stories/Clothing/Belt/hosp_sheath.rsi + state: sheath + - type: Clothing + sprite: Stories/Clothing/Belt/hosp_sheath.rsi + - type: ItemSlots + slots: + item: + name: Sabre + insertVerbText: sheath-insert-verb + ejectVerbText: sheath-eject-verb + whitelist: + tags: + - PRISONSabre + - type: ItemMapper + mapLayers: + sheath-sabre: + whitelist: + tags: + - PRISONSabre + +- type: entity + parent: ClothingBeltSecurity + id: PRISONClothingBeltWebbing + name: РПС сотрудника тюрьмы + description: Уникальный, универсальный разгрузочный жилет с ремнями и поясом, может вмещать снаряжение сотрудников тюрьмы. + components: + - type: Sprite + sprite: Stories/Clothing/Belt/sp_webbing.rsi + - type: Clothing + sprite: Stories/Clothing/Belt/sp_webbing.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets.yml index 422a57bc18..ae0c187675 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets.yml @@ -1,20 +1,3 @@ -- type: entity - parent: ClothingHeadset - id: ClothingHeadsetPrison - name: Space prison headset - description: A headset used by space prison employees. - components: - - type: ContainerFill - containers: - key_slots: - - EncryptionKeyPrison - - EncryptionKeyCommon - - EncryptionKeySecurity - - type: Sprite - sprite: Stories/Clothing/Ears/Headsets/prison.rsi - - type: Clothing - sprite: Stories/Clothing/Ears/Headsets/prison.rsi - - type: entity parent: ClothingHeadset id: ClothingHeadsetIAA @@ -24,6 +7,6 @@ - type: ContainerFill containers: key_slots: - - EncryptionKeyIAA + - EncryptionKeyIAA - type: Sprite sprite: Clothing/Ears/Headsets/servicesecurity.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets_alt.yml b/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets_alt.yml index 71134b58a3..b4bb7642ed 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets_alt.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Ears/headsets_alt.yml @@ -4,35 +4,18 @@ name: полноразмерная гарнитура стража клинка description: Почему тут нет командной частоты? components: - - type: Tag - tags: - - ForceRecallEquipment - - type: ContainerFill - containers: - key_slots: - - EncryptionKeyCommon - - EncryptionKeySecurity - - type: Sprite - sprite: Stories/Clothing/Ears/Headsets/jedi_nt.rsi - - type: Clothing - sprite: Stories/Clothing/Ears/Headsets/jedi_nt.rsi - -- type: entity - parent: ClothingHeadsetAlt - id: ClothingHeadsetPrisonAlt - name: Space prison over-ear headset - components: - - type: ContainerFill - containers: - key_slots: - - EncryptionKeyPrison - - EncryptionKeyCommon - - EncryptionKeySecurity - - EncryptionKeyCommand - - type: Sprite - sprite: Stories/Clothing/Ears/Headsets/prison.rsi - - type: Clothing - sprite: Stories/Clothing/Ears/Headsets/prison.rsi + - type: Tag + tags: + - ForceRecallEquipment + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyCommon + - EncryptionKeySecurity + - type: Sprite + sprite: Stories/Clothing/Ears/Headsets/jedi_nt.rsi + - type: Clothing + sprite: Stories/Clothing/Ears/Headsets/jedi_nt.rsi - type: entity parent: ClothingHeadset @@ -40,18 +23,18 @@ name: полноразмерная гарнитура будущего description: Гарнитура из будушего, способная уловить большинство частот станции components: - - type: ContainerFill - containers: - key_slots: - - EncryptionKeyFuture - - type: Sprite - sprite: Stories/Clothing/Ears/Headsets/chronolegioneer.rsi - - type: Clothing - sprite: Stories/Clothing/Ears/Headsets/chronolegioneer.rsi - + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyFuture + - type: Sprite + sprite: Stories/Clothing/Ears/Headsets/chronolegioneer.rsi + - type: Clothing + sprite: Stories/Clothing/Ears/Headsets/chronolegioneer.rsi + - type: entity parent: ClothingHeadsetChronolegioneer id: ClothingHeadsetChronolegioneerUnremoveable suffix: Неснимаемая components: - - type: Unremoveable \ No newline at end of file + - type: Unremoveable diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Ears/prison.yml b/Resources/Prototypes/Stories/Entities/Clothing/Ears/prison.yml new file mode 100644 index 0000000000..4edeb6d447 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Clothing/Ears/prison.yml @@ -0,0 +1,68 @@ +- type: entity + parent: ClothingHeadset + id: PRISONClothingHeadset + name: гарнитура тюрьмы + description: Гарнитура, используемая сотрудниками тюрьмы. + components: + - type: ContainerFill + containers: + key_slots: + - PRISONEncryptionKey + - EncryptionKeyCommon + - EncryptionKeySecurity + - type: Sprite + sprite: Stories/Clothing/Ears/Headsets/prison.rsi + - type: Clothing + sprite: Stories/Clothing/Ears/Headsets/prison.rsi + +- type: entity + parent: ClothingHeadset + id: PRISONClothingHeadsetMedic + name: гарнитура врача тюрьмы + description: Гарнитура, используемая сотрудниками тюрьмы. + components: + - type: ContainerFill + containers: + key_slots: + - PRISONEncryptionKey + - EncryptionKeyCommon + - EncryptionKeyMedical + - type: Sprite + sprite: Stories/Clothing/Ears/Headsets/prison.rsi + - type: Clothing + sprite: Stories/Clothing/Ears/Headsets/prison.rsi + +- type: entity + parent: ClothingHeadset + id: PRISONClothingHeadsetEngi + name: гарнитура инженера тюрьмы + description: Гарнитура, используемая сотрудниками тюрьмы. + components: + - type: ContainerFill + containers: + key_slots: + - PRISONEncryptionKey + - EncryptionKeyCommon + - EncryptionKeyEngineering + - type: Sprite + sprite: Stories/Clothing/Ears/Headsets/prison.rsi + - type: Clothing + sprite: Stories/Clothing/Ears/Headsets/prison.rsi + +- type: entity + parent: ClothingHeadsetAlt + id: PRISONClothingHeadsetAlt + name: полноразмерная гарнитура начальника тюрьмы + description: Нужна, чтобы сообщить капитану о побеге клоуна. + components: + - type: ContainerFill + containers: + key_slots: + - PRISONEncryptionKey + - EncryptionKeyCommon + - EncryptionKeySecurity + - EncryptionKeyCommand + - type: Sprite + sprite: Stories/Clothing/Ears/Headsets/prison.rsi + - type: Clothing + sprite: Stories/Clothing/Ears/Headsets/prison.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Stories/Entities/Clothing/Eyes/glasses.yml index c53784559e..8c94ce87eb 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Eyes/glasses.yml @@ -1,14 +1,3 @@ -- type: entity - parent: ClothingEyesGlassesSecurity - id: ClothingEyesGlassesSpacePrison - name: space prison officer's sunglasses - description: Strangely ancient technology used to help provide rudimentary eye cover. Enhanced shielding blocks many flashes. Often worn by budget security officers. - components: - - type: Sprite - sprite: Stories/Clothing/Eyes/Glasses/secglassessp.rsi - - type: Clothing - sprite: Stories/Clothing/Eyes/Glasses/secglassessp.rsi - - type: entity parent: ClothingEyesBase id: ClothingEyesNightvision diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Eyes/prison.yml b/Resources/Prototypes/Stories/Entities/Clothing/Eyes/prison.yml new file mode 100644 index 0000000000..a17677fdc0 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Clothing/Eyes/prison.yml @@ -0,0 +1,11 @@ +- type: entity + parent: ClothingEyesGlassesSecurity + id: PRISONClothingEyesGlasses + name: солнцезащитные очки сотрудника тюрьмы + description: Странная древняя технология используется для обеспечения элементарной защиты глаз. Усиленная защита блокирует многие вспышки. + components: + - type: Sprite + sprite: Stories/Clothing/Eyes/Glasses/secglassessp.rsi + - type: Clothing + sprite: Stories/Clothing/Eyes/Glasses/secglassessp.rsi + diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Stories/Entities/Clothing/Head/hardsuit-helmets.yml index a079bfc894..6a9d425005 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Head/hardsuit-helmets.yml @@ -1,67 +1,79 @@ +- type: entity + parent: ClothingHeadHelmetHardsuitMedical + id: PRISONClothingHeadHelmetHardsuitMedic + noSpawn: true + name: шлем скафандра врача тюрьмы + description: Шлем скафандра, обеспечивающий незначительную защиту от большинства источников повреждений. + components: + - type: Sprite + sprite: Stories/Clothing/Head/Hardsuits/medicsp.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Hardsuits/medicsp.rsi + - type: entity parent: ClothingHeadHelmetHardsuitEngineering - id: ClothingHeadHelmetHardsuitEngiSP + id: PRISONClothingHeadHelmetHardsuitEngi noSpawn: true - name: engineering sp hardsuit helmet - description: An engineering hardsuit helmet designed for working in low-pressure, high radioactive environments. + name: шлем скафандра инженера тюрьмы + description: Шлем скафандра, обеспечивающий незначительную защиту от большинства источников повреждений. components: - - type: Sprite - sprite: Stories/Clothing/Head/Hardsuits/engisp.rsi - - type: Clothing - sprite: Stories/Clothing/Head/Hardsuits/engisp.rsi + - type: Sprite + sprite: Stories/Clothing/Head/Hardsuits/engisp.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Hardsuits/engisp.rsi - type: entity parent: ClothingHeadHelmetHardsuitSecurity - id: ClothingHeadHelmetHardsuitOfficerSP + id: PRISONClothingHeadHelmetHardsuitOfficer noSpawn: true - name: officer sp hardsuit helmet - description: Armored hardsuit helmet for security needs. + name: шлем скафандра персонала тюрьмы + description: Шлем скафандра, обеспечивающий защиту от большинства источников повреждений. components: - - type: Sprite - sprite: Stories/Clothing/Head/Hardsuits/securitysp.rsi - - type: Clothing - sprite: Stories/Clothing/Head/Hardsuits/securitysp.rsi + - type: Sprite + sprite: Stories/Clothing/Head/Hardsuits/securitysp.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Hardsuits/securitysp.rsi - type: entity - parent: ClothingHeadHelmetHardsuitWarden - id: ClothingHeadHelmetHardsuitWardenOfSP + parent: ClothingHeadHelmetHardsuitSecurityRed + id: PRISONClothingHeadHelmetHardsuitHeadOfPrison noSpawn: true - name: warden of sp hardsuit helmet - description: A modified riot helmet. Oddly comfortable. + name: шлем скафандра начальника тюрьмы + description: Шлем скафандра, обеспечивающий защиту от большинства источников повреждений. components: - - type: Sprite - sprite: Stories/Clothing/Head/Hardsuits/wardenofsp.rsi - - type: Clothing - sprite: Stories/Clothing/Head/Hardsuits/wardenofsp.rsi - + - type: Sprite + sprite: Stories/Clothing/Head/Hardsuits/hospsp.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Hardsuits/hospsp.rsi + - type: entity parent: ClothingHeadHardsuitWithLightBase id: ClothingHeadHelmetHardsuitChronolegioneer name: шлем будущего description: Шлем бойцов будущего, предназначенный для специальных операций components: - - type: BreathMask - - type: Sprite - sprite: Stories/Clothing/Head/Hardsuits/chronolegioneer.rsi - - type: Clothing - sprite: Stories/Clothing/Head/Hardsuits/chronolegioneer.rsi - - type: PointLight - color: "#6BA9E6" - rotation: 30 - energy: 10 - radius: 5 - - type: PressureProtection - highPressureMultiplier: 0.08 - lowPressureMultiplier: 1000 - - type: SpeechSoundsReplacer - speechSounds: Chrono - - type: Armor - modifiers: - coefficients: - Blunt: 0.10 - Slash: 0.10 - Piercing: 0.10 - Heat: 0.10 - Cold: 0.10 - Radiation: 0.10 - Caustic: 0.10 + - type: BreathMask + - type: Sprite + sprite: Stories/Clothing/Head/Hardsuits/chronolegioneer.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Hardsuits/chronolegioneer.rsi + - type: PointLight + color: "#6BA9E6" + rotation: 30 + energy: 10 + radius: 5 + - type: PressureProtection + highPressureMultiplier: 0.08 + lowPressureMultiplier: 1000 + - type: SpeechSoundsReplacer + speechSounds: Chrono + - type: Armor + modifiers: + coefficients: + Blunt: 0.10 + Slash: 0.10 + Piercing: 0.10 + Heat: 0.10 + Cold: 0.10 + Radiation: 0.10 + Caustic: 0.10 diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Stories/Entities/Clothing/Head/hats.yml deleted file mode 100644 index 819c6451ac..0000000000 --- a/Resources/Prototypes/Stories/Entities/Clothing/Head/hats.yml +++ /dev/null @@ -1,14 +0,0 @@ -- type: entity - parent: ClothingHeadBase - id: ClothingHeadHatBeretSP - name: space prison beret - description: A beret, an artists favorite headwear. - components: - - type: Sprite - sprite: Stories/Clothing/Head/Hats/beret_sp.rsi - - type: Clothing - sprite: Stories/Clothing/Head/Hats/beret_sp.rsi - - type: Tag - tags: - - HamsterWearable - - WhitelistChameleon diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Head/prison.yml b/Resources/Prototypes/Stories/Entities/Clothing/Head/prison.yml new file mode 100644 index 0000000000..7e11df1592 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Clothing/Head/prison.yml @@ -0,0 +1,51 @@ +- type: entity + parent: ClothingHeadBaseButcherable + id: PRISONClothingHeadHatCapHeadOfPrison + name: фуражка начальника тюрьмы + description: Прочная форменная фуражка начальника тюрьмы. Напоминает рядовым офицерам, кто здесь главный. + components: + - type: Sprite + sprite: Stories/Clothing/Head/Soft/hosp_cap.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Soft/hosp_cap.rsi + +- type: entity + parent: ClothingHeadBaseButcherable + id: PRISONClothingHeadHatSoft + name: кепка тюрьмы + description: Это надежная бейсболка со вкусом подобранного синего цвета. + components: + - type: Sprite + sprite: Stories/Clothing/Head/Soft/cap_sp.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Soft/cap_sp.rsi + +- type: entity + parent: ClothingHeadBase + id: PRISONClothingHeadHatUshanka + name: ушанка + description: Идеально подходит для зимы в Сибири, da? + components: + - type: Sprite + sprite: Stories/Clothing/Head/Hats/hosp_ushanka.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Hats/hosp_ushanka.rsi + - type: Tag + tags: + - HamsterWearable + - WhitelistChameleon + +- type: entity + parent: ClothingHeadBase + id: PRISONClothingHeadHatBeret + name: берет тюрьмы + description: Берет - любимый головной убор заключенного. Из него делаются бинты. + components: + - type: Sprite + sprite: Stories/Clothing/Head/Hats/beret_sp.rsi + - type: Clothing + sprite: Stories/Clothing/Head/Hats/beret_sp.rsi + - type: Tag + tags: + - HamsterWearable + - WhitelistChameleon diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Head/soft.yml b/Resources/Prototypes/Stories/Entities/Clothing/Head/soft.yml deleted file mode 100644 index 84906a32da..0000000000 --- a/Resources/Prototypes/Stories/Entities/Clothing/Head/soft.yml +++ /dev/null @@ -1,10 +0,0 @@ -- type: entity - parent: ClothingHeadBaseButcherable - id: ClothingHeadHatSPsoft - name: space prison cap - description: It's a robust baseball hat in tasteful blue colour. - components: - - type: Sprite - sprite: Stories/Clothing/Head/Soft/spsoft.rsi - - type: Clothing - sprite: Stories/Clothing/Head/Soft/spsoft.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml index b2d2f3f65e..8b36aa1ab4 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Neck/cloaks.yml @@ -1,12 +1,3 @@ -- type: entity - parent: ClothingNeckBase - id: ClothingNeckCloakHoSP - name: head of space prison cloak - description: An exquisite gray cloak fitting for those who can assert dominance over wrongdoers. Take a stab at being civil in prosecution! - components: - - type: Sprite - sprite: Stories/Clothing/Neck/Cloaks/hosp.rsi - - type: entity parent: ClothingNeckBase id: ClothingNeckCloakSith diff --git a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml index 74b6ecc0b1..25d1aaec95 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/coats.yml @@ -31,9 +31,9 @@ - type: entity parent: ClothingOuterStorageBase - id: ClothingOuterCoatHoSP - name: head of space prison trenchcoat - description: A rugged canvas trenchcoat, designed and created by TX Fabrication Corp. Wearing it makes you feel for the plight of the Tibetans. + id: PRISONClothingOuterCoatHeadOfPrison + name: пальто начальника тюрьмы + description: Прочное холщовое пальто, разработанное и созданное компанией TX Fabrication Corp. Его ношение заставляет сочувствовать судьбе тибетцев. components: - type: Sprite sprite: Stories/Clothing/OuterClothing/Coats/hosp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/hardsuits.yml index 55799c9a35..80e3b518f7 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/hardsuits.yml @@ -1,41 +1,54 @@ - type: entity - parent: ClothingOuterHardsuitBase - id: ClothingOuterHardsuitEngiSP - name: engineering sp hardsuit - description: A special suit that protects against hazardous, low pressure environments. Has radiation shielding. + parent: ClothingOuterHardsuitEngineering + id: PRISONClothingOuterHardsuitEngi + name: скафандр инженера тюрьмы + description: Специальный костюм, защищающий от опасной среды с низким давлением. Имеет радиационную защиту. components: - - type: Sprite - sprite: Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi - - type: Clothing - sprite: Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHelmetHardsuitEngiSP + - type: Sprite + sprite: Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi + - type: Clothing + sprite: Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi + - type: ToggleableClothing + clothingPrototype: PRISONClothingHeadHelmetHardsuitEngi - type: entity - parent: ClothingOuterHardsuitBase - id: ClothingOuterHardsuitOfficerSP - name: officer sp hardsuit - description: A special suit that protects against hazardous, low pressure environments. Has an additional layer of armor. + parent: ClothingOuterHardsuitSecurity + id: PRISONClothingOuterHardsuitOfficer + name: скафандр офицера тюрьмы + description: Специальный костюм, защищающий от опасной среды с низким давлением. Имеет дополнительный слой брони. components: - - type: Sprite - sprite: Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi - - type: Clothing - sprite: Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHelmetHardsuitOfficerSP + - type: Sprite + sprite: Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi + - type: Clothing + sprite: Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi + - type: ToggleableClothing + clothingPrototype: PRISONClothingHeadHelmetHardsuitOfficer - type: entity - parent: ClothingOuterHardsuitBase - id: ClothingOuterHardsuitWardenOfSP - name: warden of sp hardsuit - description: A specialized riot suit geared to combat low pressure environments while maintaining agility. + parent: ClothingOuterHardsuitMedical + id: PRISONClothingOuterHardsuitMedic + name: скафандр врача тюрьмы + description: Специальный костюм, защищающий от опасной среды с низким давлением. Создан из облегчённых материалов для удобства передвижения. + components: + - type: Sprite + sprite: Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi + - type: Clothing + sprite: Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi + - type: ToggleableClothing + clothingPrototype: PRISONClothingHeadHelmetHardsuitMedic + +- type: entity + parent: ClothingOuterHardsuitSecurityRed + id: PRISONClothingOuterHardsuitHeadOfPrison + name: скафандр начальника тюрьмы + description: Специальный костюм, защищающий от опасной среды с низким давлением. Имеет дополнительный слой брони. components: - - type: Sprite - sprite: Stories/Clothing/OuterClothing/Hardsuits/wardenofsp.rsi - - type: Clothing - sprite: Stories/Clothing/OuterClothing/Hardsuits/wardenofsp.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHelmetHardsuitWardenOfSP + - type: Sprite + sprite: Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi + - type: Clothing + sprite: Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi + - type: ToggleableClothing + clothingPrototype: PRISONClothingHeadHelmetHardsuitHeadOfPrison #Chronolegioneer - type: entity @@ -44,39 +57,39 @@ name: скафандр будущего description: Скафандр, созданный благодаря технологиям будущего, защищающий владельца от большинства повреждений components: - - type: Sprite - sprite: Stories/Clothing/OuterClothing/Hardsuits/chronolegioneer.rsi - - type: Clothing - sprite: Stories/Clothing/OuterClothing/Hardsuits/chronolegioneer.rsi - - type: PressureProtection - highPressureMultiplier: 0.02 - lowPressureMultiplier: 1000 - - type: TemperatureProtection - coefficient: 0.001 - - type: ExplosionResistance - damageCoefficient: 0.05 - - type: Armor - modifiers: - coefficients: - Blunt: 0.05 - Slash: 0.05 - Piercing: 0.05 - Heat: 0.05 - Cold: 0.05 - Radiation: 0.05 - Caustic: 0.05 - - type: ClothingSpeedModifier - walkModifier: 0.70 - sprintModifier: 0.70 - - type: HeldSpeedModifier - - type: NoStasis - - type: BlinkActionGiver - - type: ToggleableClothing - clothingPrototype: ClothingHeadHelmetHardsuitChronolegioneer + - type: Sprite + sprite: Stories/Clothing/OuterClothing/Hardsuits/chronolegioneer.rsi + - type: Clothing + sprite: Stories/Clothing/OuterClothing/Hardsuits/chronolegioneer.rsi + - type: PressureProtection + highPressureMultiplier: 0.02 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + coefficient: 0.001 + - type: ExplosionResistance + damageCoefficient: 0.05 + - type: Armor + modifiers: + coefficients: + Blunt: 0.05 + Slash: 0.05 + Piercing: 0.05 + Heat: 0.05 + Cold: 0.05 + Radiation: 0.05 + Caustic: 0.05 + - type: ClothingSpeedModifier + walkModifier: 0.70 + sprintModifier: 0.70 + - type: HeldSpeedModifier + - type: NoStasis + - type: BlinkActionGiver + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitChronolegioneer - type: entity parent: ClothingOuterHardsuitChronolegioneer id: ClothingOuterHardsuitChronolegioneerUnremoveable suffix: Неснимаемый components: - - type: Unremoveable \ No newline at end of file + - type: Unremoveable diff --git a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml index a26d38328b..0e45b0f4ed 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/vests.yml @@ -16,9 +16,9 @@ - type: entity parent: ClothingOuterArmorBasic - id: ClothingOuterVestArmorSP - name: armor vest - description: A slim Type I armored vest that provides decent protection against most types of damage. + id: PRISONClothingOuterVestArmor + name: бронежилет + description: Тонкий бронежилет типа I, обеспечивающий достойную защиту от большинства видов повреждений. components: - type: Sprite sprite: Stories/Clothing/OuterClothing/Vests/armor_sp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/wintercoats.yml deleted file mode 100644 index 2e5a8c31b5..0000000000 --- a/Resources/Prototypes/Stories/Entities/Clothing/OuterClothing/wintercoats.yml +++ /dev/null @@ -1,9 +0,0 @@ -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterSP - name: space prison winter coat - components: - - type: Sprite - sprite: Stories/Clothing/OuterClothing/WinterCoats/coatsp.rsi - - type: Clothing - sprite: Stories/Clothing/OuterClothing/WinterCoats/coatsp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Stories/Entities/Clothing/Shoes/boots.yml index 407100c95b..33f1c6f331 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Shoes/boots.yml @@ -46,15 +46,6 @@ - type: Clothing sprite: Stories/Clothing/Shoes/Boots/jedi_nt.rsi -- type: entity - parent: ClothingShoesBootsJack - id: ClothingShoesBootsJackSP - components: - - type: Sprite - sprite: Stories/Clothing/Shoes/Boots/jackboots_sp.rsi - - type: Clothing - sprite: Stories/Clothing/Shoes/Boots/jackboots_sp.rsi - - type: entity parent: ClothingShoesBootsMag id: ClothingShoesBootsChrono @@ -85,4 +76,4 @@ id: ClothingShoesBootsChronoUnremoveable suffix: Неснимаемые components: - - type: Unremoveable \ No newline at end of file + - type: Unremoveable diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Shoes/prison.yml b/Resources/Prototypes/Stories/Entities/Clothing/Shoes/prison.yml new file mode 100644 index 0000000000..1466fecf9a --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Clothing/Shoes/prison.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingShoesBootsJack + id: PRISONClothingShoesBootsJack + name: подкованные сапоги + description: Обувь тюрьмы, для боевых операций или боевых действий. Борьба - всё, борьба - всегда. + components: + - type: Sprite + sprite: Stories/Clothing/Shoes/Boots/jackboots_sp.rsi + - type: Clothing + sprite: Stories/Clothing/Shoes/Boots/jackboots_sp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpskirts.yml deleted file mode 100644 index 7a2dc6025d..0000000000 --- a/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpskirts.yml +++ /dev/null @@ -1,21 +0,0 @@ -- type: entity - parent: ClothingUniformSkirtBase - id: ClothingUniformJumpskirtSP - name: space prison officer's jumpskirt - description: A jumpskirt made of strong material, providing robust protection. - components: - - type: Sprite - sprite: Stories/Clothing/Uniforms/Jumpskirt/officersp.rsi - - type: Clothing - sprite: Stories/Clothing/Uniforms/Jumpskirt/officersp.rsi - -- type: entity - parent: ClothingUniformSkirtBase - id: ClothingUniformJumpskirtHoSP - name: space prison warden jumpskirt - description: A jumpskirt made of strong material, providing robust protection. - components: - - type: Sprite - sprite: Stories/Clothing/Uniforms/Jumpskirt/hosp.rsi - - type: Clothing - sprite: Stories/Clothing/Uniforms/Jumpskirt/hosp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpsuits.yml index 9e6916df3a..c8d2c35d82 100644 --- a/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/jumpsuits.yml @@ -4,16 +4,16 @@ name: роба джедая description: Свободная роба, носимая членами Ордена джедаев. components: - - type: Tag - tags: - - ForceRecallEquipment - - type: ClothingSpeedModifier - walkModifier: 1 - sprintModifier: 1.02 - - type: Sprite - sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi.rsi - - type: Clothing - sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi.rsi + - type: Tag + tags: + - ForceRecallEquipment + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1.02 + - type: Sprite + sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi.rsi + - type: Clothing + sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi.rsi - type: entity parent: ClothingUniformBase @@ -21,35 +21,13 @@ name: униформа стража клинка description: Специальная униформа никак не повышающая точность владения мечом. components: - - type: Tag - tags: - - ForceRecallEquipment - - type: Sprite - sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi_nt.rsi - - type: Clothing - sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi_nt.rsi - -- type: entity - parent: ClothingUniformBase - id: ClothingUniformJumpsuitSP - name: space prison officer's jumpsuit - description: A jumpsuit made of strong material, providing robust protection. - components: - - type: Sprite - sprite: Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi - - type: Clothing - sprite: Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi - -- type: entity - parent: ClothingUniformBase - id: ClothingUniformJumpsuitHoSP - name: space prison warden jumpsuit - description: A jumpsuit made of strong material, providing robust protection. - components: - - type: Sprite - sprite: Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi - - type: Clothing - sprite: Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi + - type: Tag + tags: + - ForceRecallEquipment + - type: Sprite + sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi_nt.rsi + - type: Clothing + sprite: Stories/Clothing/Uniforms/Jumpsuit/jedi_nt.rsi - type: entity parent: ClothingUniformBase @@ -57,10 +35,10 @@ name: униформа инквизитора description: Однажды на одной станции Галактической Империи... components: - - type: Tag - tags: - - ForceRecallEquipment - - type: Sprite - sprite: Stories/Clothing/Uniforms/Jumpsuit/jumpsuit_sith.rsi - - type: Clothing - sprite: Stories/Clothing/Uniforms/Jumpsuit/jumpsuit_sith.rsi + - type: Tag + tags: + - ForceRecallEquipment + - type: Sprite + sprite: Stories/Clothing/Uniforms/Jumpsuit/jumpsuit_sith.rsi + - type: Clothing + sprite: Stories/Clothing/Uniforms/Jumpsuit/jumpsuit_sith.rsi diff --git a/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/prison.yml b/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/prison.yml new file mode 100644 index 0000000000..633f2f13ce --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Clothing/Uniforms/prison.yml @@ -0,0 +1,43 @@ +- type: entity + parent: ClothingUniformBase + id: PRISONClothingUniformJumpsuit + name: комбинезон сотрудника тюрьмы + description: Комбинезон из прочного материала, обеспечивающий надежную защиту. + components: + - type: Sprite + sprite: Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi + - type: Clothing + sprite: Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi + +- type: entity + parent: ClothingUniformBase + id: PRISONClothingUniformJumpsuitEngi + name: комбинезон инженера тюрьмы + description: Комбинезон из прочного материала, обеспечивающий надежную защиту. + components: + - type: Sprite + sprite: Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi + - type: Clothing + sprite: Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi + +- type: entity + parent: ClothingUniformBase + id: PRISONClothingUniformJumpsuitMedic + name: комбинезон врача тюрьмы + description: Комбинезон из прочного материала, обеспечивающий надежную защиту. + components: + - type: Sprite + sprite: Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi + - type: Clothing + sprite: Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi + +- type: entity + parent: ClothingUniformBase + id: PRISONClothingUniformJumpsuitHeadOfPrison + name: комбинезон начальника тюрьмы + description: Комбинезон из прочного материала, обеспечивающий надежную защиту. + components: + - type: Sprite + sprite: Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi + - type: Clothing + sprite: Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/Stories/Entities/Markers/Spawners/jobs.yml index a16f8f01ca..3a9e9b6cc6 100644 --- a/Resources/Prototypes/Stories/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/Stories/Entities/Markers/Spawners/jobs.yml @@ -24,53 +24,3 @@ spawn_type: Job - type: Sprite sprite: Stories/Markers/jobs.rsi - -# Space Prison - -- type: entity - id: SpawnPointHeadOfSpacePrison - parent: SpawnPointJobBaseStories - name: headofsp - components: - - type: SpawnPoint - job_id: HeadOfSpacePrison - - type: Sprite - layers: - - state: green - - state: hos - -- type: entity - id: SpawnPointSpacePrisonOfficer - parent: SpawnPointJobBaseStories - name: spofficer - components: - - type: SpawnPoint - job_id: SpacePrisonOfficer - - type: Sprite - layers: - - state: green - - state: security_officer - -- type: entity - id: SpawnPointSpacePrisonEngineer - parent: SpawnPointJobBaseStories - name: spengineer - components: - - type: SpawnPoint - job_id: SpacePrisonEngineer - - type: Sprite - layers: - - state: green - - state: engineer - -- type: entity - id: SpawnPointSpacePrisonMedic - parent: SpawnPointJobBaseStories - name: spmedic - components: - - type: SpawnPoint - job_id: SpacePrisonMedic - - type: Sprite - layers: - - state: green - - state: doctor diff --git a/Resources/Prototypes/Stories/Entities/Markers/Spawners/prison.yml b/Resources/Prototypes/Stories/Entities/Markers/Spawners/prison.yml new file mode 100644 index 0000000000..0b4c0e1a57 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Markers/Spawners/prison.yml @@ -0,0 +1,47 @@ +- type: entity + id: PRISONSpawnPointHeadOfPrison + parent: SpawnPointJobBaseStories + name: headofsp + components: + - type: SpawnPoint + job_id: PRISONHeadOfPrison + - type: Sprite + layers: + - state: green + - state: hos + +- type: entity + id: PRISONSpawnPointOfficer + parent: SpawnPointJobBaseStories + name: spofficer + components: + - type: SpawnPoint + job_id: PRISONOfficer + - type: Sprite + layers: + - state: green + - state: security_officer + +- type: entity + id: PRISONSpawnPointEngineer + parent: SpawnPointJobBaseStories + name: spengineer + components: + - type: SpawnPoint + job_id: PRISONEngineer + - type: Sprite + layers: + - state: green + - state: engineer + +- type: entity + id: PRISONSpawnPointMedic + parent: SpawnPointJobBaseStories + name: spmedic + components: + - type: SpawnPoint + job_id: PRISONMedic + - type: Sprite + layers: + - state: green + - state: doctor diff --git a/Resources/Prototypes/Stories/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/Stories/Entities/Objects/Devices/encryption_keys.yml index e799b60b30..a4cc0cbaf8 100644 --- a/Resources/Prototypes/Stories/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/Stories/Entities/Objects/Devices/encryption_keys.yml @@ -6,58 +6,41 @@ components: - type: EncryptionKey channels: - - Common - - Command - - Security + - Common + - Command + - Security defaultChannel: Command - type: Sprite sprite: Stories/Objects/Devices/encryption_keys.rsi layers: - - state: crypt_silver - - state: nano_label + - state: crypt_silver + - state: nano_label -- type: entity - parent: EncryptionKey - id: EncryptionKeyPrison - name: space prison encryption key - description: An encryption key - components: - - type: EncryptionKey - channels: - - Prison - defaultChannel: Prison - - type: Sprite - sprite: Stories/Objects/Devices/encryption_keys.rsi - layers: - - state: crypt_prison - - state: prison_label - - type: entity parent: EncryptionKey id: EncryptionKeyFuture name: ключ шифрования будущего description: Ключ шифрования из будущего components: - - type: EncryptionKey - channels: - - Common - - Command - - Engineering - - Medical - - Science - - Security - - Service - - Supply - - Prison - - Freelance - - Binary - - Handheld - - CentCom - - Chitine - - Future - - - type: Sprite - sprite: Stories/Objects/Devices/encryption_keys.rsi - layers: - - state: crypt_prison - - state: nano_label \ No newline at end of file + - type: EncryptionKey + channels: + - Common + - Command + - Engineering + - Medical + - Science + - Security + - Service + - Supply + - Prison + - Freelance + - Binary + - Handheld + - CentCom + - Chitine + - Future + - type: Sprite + sprite: Stories/Objects/Devices/encryption_keys.rsi + layers: + - state: crypt_prison + - state: nano_label diff --git a/Resources/Prototypes/Stories/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Stories/Entities/Objects/Devices/pda.yml index 56edf4bda2..9472a5849f 100644 --- a/Resources/Prototypes/Stories/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Stories/Entities/Objects/Devices/pda.yml @@ -15,70 +15,6 @@ - type: Icon state: pda-bartender -- type: entity - parent: BasePDA - id: HeadOfSPPDA - name: head of space prison PDA - description: Blue to hide the stains of passenger blood. - components: - - type: Sprite - sprite: Stories/Objects/Devices/pda.rsi - - type: Pda - id: HeadOfSPIDCard - state: pda-hosp - - type: PdaBorderColor - borderColor: "#40408c" - accentVColor: "#b3b300" - - type: Icon - sprite: Stories/Objects/Devices/pda.rsi - state: pda-hosp - -- type: entity - parent: HeadOfSPPDA - id: SpacePrisonOfficerPDA - name: space prison officer PDA - description: Blue to hide the stains of passenger blood. - components: - - type: Pda - id: SpacePrisonOfficerIDCard - state: pda-spofficer - - type: PdaBorderColor - borderColor: "#40408c" - - type: Icon - state: pda-spofficer - -- type: entity - parent: HeadOfSPPDA - id: SpacePrisonEngineerPDA - name: space prison engineer PDA - description: Blue to hide the stains of passenger blood. - components: - - type: Pda - id: SpacePrisonEngineerIDCard - state: pda-spengineer - - type: PdaBorderColor - borderColor: "#6a6816" - accentVColor: "#40408c" - - type: Icon - state: pda-spengineer - -- type: entity - parent: - - HeadOfSPPDA - - BaseMedicalPDA - id: SpacePrisonMedicPDA - name: space prison medic PDA - description: Blue to hide the stains of passenger blood. - components: - - type: Pda - id: SpacePrisonMedicIDCard - state: pda-spmedic - - type: PdaBorderColor - borderColor: "#40408c" - accentVColor: "#5d99be" - - type: Icon - state: pda-spmedic - - type: entity parent: BasePDA id: IAAPDA @@ -114,4 +50,4 @@ accentVColor: "#59bcee" - type: Icon sprite: Stories/Objects/Devices/pda.rsi - state: pda-chrono \ No newline at end of file + state: pda-chrono diff --git a/Resources/Prototypes/Stories/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Stories/Entities/Objects/Misc/identification_cards.yml index d0ab8b065e..718ac38e4c 100644 --- a/Resources/Prototypes/Stories/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Stories/Entities/Objects/Misc/identification_cards.yml @@ -1,67 +1,14 @@ - type: entity - parent: IDCardStandard - id: HeadOfSPIDCard - name: head of space prison ID card - components: - - type: Sprite - sprite: Stories/Objects/Misc/id_cards.rsi - layers: - - state: default - - state: idhosp - - type: PresetIdCard - job: HeadOfSpacePrison - - type: Clothing - slots: - - idcard - sprite: Stories/Objects/Misc/id_cards.rsi - -- type: entity - parent: HeadOfSPIDCard - id: SpacePrisonOfficerIDCard - name: space prison officer ID card - components: - - type: Sprite - layers: - - state: default - - state: idspofficer - - type: PresetIdCard - job: SpacePrisonOfficer - -- type: entity - parent: HeadOfSPIDCard - id: SpacePrisonEngineerIDCard - name: space prison engineer ID card - components: - - type: Sprite - layers: - - state: default - - state: idspengineer - - type: PresetIdCard - job: SpacePrisonEngineer - -- type: entity - parent: HeadOfSPIDCard - id: SpacePrisonMedicIDCard - name: space prison medic ID card - components: - - type: Sprite - layers: - - state: default - - state: idspmedic - - type: PresetIdCard - job: SpacePrisonMedic - -- type: entity - parent: HeadOfSPIDCard + parent: PRISONIDCardHeadOfPrison id: IAAIDCard name: internal affairs agent ID card components: - - type: Sprite - layers: - - state: silver - - state: idiaa - - type: PresetIdCard - job: IAA + - type: Sprite + layers: + - state: silver + - state: idiaa + - type: PresetIdCard + job: IAA - type: entity parent: IDCardStandard @@ -69,33 +16,33 @@ name: ID карта стража клинка description: Карта, необходимая для доступа в различные области станции. components: - - type: Sprite - layers: - - state: silver - - state: idjedint - sprite: Stories/Objects/Misc/id_cards.rsi - - type: Item - heldPrefix: blue - - type: PresetIdCard - job: JediNt - + - type: Sprite + layers: + - state: silver + - state: idjedint + sprite: Stories/Objects/Misc/id_cards.rsi + - type: Item + heldPrefix: blue + - type: PresetIdCard + job: JediNt + - type: entity parent: IDCardStandard id: ChronoIDCard name: ID карта будущего description: Карта, необходимая исключительно для конспирации components: - - type: Sprite - sprite: Stories/Objects/Misc/id_cards.rsi - layers: - - state: future - - state: idchrono - - type: Item - heldPrefix: blue - - type: IdCard - jobTitle: сотрудник будущего - jobIcon: JobIconFuture - - type: Access - tags: - - CentralCommand - - SyndicateAgent \ No newline at end of file + - type: Sprite + sprite: Stories/Objects/Misc/id_cards.rsi + layers: + - state: future + - state: idchrono + - type: Item + heldPrefix: blue + - type: IdCard + jobTitle: сотрудник будущего + jobIcon: JobIconFuture + - type: Access + tags: + - CentralCommand + - SyndicateAgent diff --git a/Resources/Prototypes/Stories/Entities/Objects/Misc/stamps.yml b/Resources/Prototypes/Stories/Entities/Objects/Misc/stamps.yml index cb617d464e..dc04f4c675 100644 --- a/Resources/Prototypes/Stories/Entities/Objects/Misc/stamps.yml +++ b/Resources/Prototypes/Stories/Entities/Objects/Misc/stamps.yml @@ -1,17 +1,3 @@ -- type: entity - name: head of space prison rubber stamp - parent: RubberStampBase - id: RubberStampHoSP - suffix: DO NOT MAP - components: - - type: Stamp - stampedName: stamp-component-stamped-name-hosp - stampedColor: "#0036A2" - stampState: "paper_stamp-hosp" - - type: Sprite - sprite: Objects/Misc/bureaucracy.rsi - state: stamp-hosp - - type: entity name: law office's rubber stamp parent: RubberStampBase diff --git a/Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/prison.yml b/Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/prison.yml new file mode 100644 index 0000000000..54c74d9024 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/prison.yml @@ -0,0 +1,34 @@ +- type: entity + parent: CaptainSabre + id: PRISONSabre + name: тюремная сабля + description: Нет. Просто скажите, зачем в тюрьме кого-то резать? + components: + - type: Sharp + - type: Sprite + sprite: Stories/Objects/Weapons/Melee/hosp_sabre.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: -135 + attackRate: 1.5 + damage: + types: + Slash: 15 + soundHit: + path: /Audio/Weapons/bladeslice.ogg + - type: Reflect + enabled: true + # Design intent: a robust captain or tot can sacrifice movement to make the most of this weapon, but they have to + # really restrict themselves to walking speed or less. + reflectProb: 0.5 + velocityBeforeNotMaxProb: 1.0 + velocityBeforeMinProb: 3.0 + minReflectProb: 0.1 + spread: 90 + - type: Item + size: Normal + sprite: Stories/Objects/Weapons/Melee/hosp_sabre.rsi + - type: Tag + tags: + - PRISONSabre + - type: DisarmMalus diff --git a/Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/sword.yml deleted file mode 100644 index bd105ac5d9..0000000000 --- a/Resources/Prototypes/Stories/Entities/Objects/Weapons/Melee/sword.yml +++ /dev/null @@ -1,28 +0,0 @@ -- type: entity - name: head of space prison sabre - parent: BaseItem - id: HoSPSabre - description: A ceremonial weapon belonging to the head of space prison of the station. - components: - - type: Sharp - - type: Sprite - sprite: Stories/Objects/Weapons/Melee/hosp_sabre.rsi - state: icon - - type: MeleeWeapon - attackRate: 1.5 - damage: - types: - Slash: 17 - soundHit: - path: /Audio/Weapons/bladeslice.ogg - - type: Reflect - enabled: true - reflectProb: .5 - spread: 90 - - type: Item - size: Normal - sprite: Stories/Objects/Weapons/Melee/hosp_sabre.rsi - - type: Tag - tags: - - HoSPSabre - - type: DisarmMalus diff --git a/Resources/Prototypes/Stories/Entities/Objects/door_access.yml b/Resources/Prototypes/Stories/Entities/Objects/door_access.yml new file mode 100644 index 0000000000..7906d99625 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/door_access.yml @@ -0,0 +1,47 @@ +- type: entity + parent: DoorElectronics + id: PRISONDoorElectronicsHeadOfPrison + suffix: HeadOfPrison, Locked + components: + - type: AccessReader + access: [["HeadOfPrison"]] + +- type: entity + parent: DoorElectronics + id: PRISONDoorElectronicsBrig + suffix: PrisonBrig, Locked + components: + - type: AccessReader + access: [["PrisonBrig"]] + +- type: entity + parent: DoorElectronics + id: PRISONDoorElectronics + suffix: Prison, Locked + components: + - type: AccessReader + access: [["Prison"]] + +- type: entity + parent: DoorElectronics + id: PRISONDoorElectronicsMed + suffix: PrisonMed, Locked + components: + - type: AccessReader + access: [["PrisonMed"]] + +- type: entity + parent: DoorElectronics + id: PRISONDoorElectronicsEng + suffix: PrisonEng, Locked + components: + - type: AccessReader + access: [["PrisonEng"]] + +- type: entity + parent: DoorElectronics + id: PRISONDoorElectronicsPrisoner + suffix: Prisoner, Locked + components: + - type: AccessReader + access: [["Prisoner"]] diff --git a/Resources/Prototypes/Stories/Entities/Objects/door_remote.yml b/Resources/Prototypes/Stories/Entities/Objects/door_remote.yml new file mode 100644 index 0000000000..ba33494e2c --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/door_remote.yml @@ -0,0 +1,21 @@ +- type: entity + parent: DoorRemoteDefault + id: PRISONDoorRemote + name: пульт от шлюзов тюрьмы + description: Гаджет, который может открывать и закрывать шлюзы дистанционно. + components: + - type: Sprite + layers: + - state: door_remotebase + - state: door_remotelightscolour + color: "#5268cc" + - state: door_remotescreencolour + color: "#2f3d79" + - type: Access + tags: + - HeadOfPrison + - PrisonBrig + - Prison + - PrisonMed + - PrisonEng + - Prisoner diff --git a/Resources/Prototypes/Stories/Entities/Objects/encryption_keys.yml b/Resources/Prototypes/Stories/Entities/Objects/encryption_keys.yml new file mode 100644 index 0000000000..764e20debf --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/encryption_keys.yml @@ -0,0 +1,15 @@ +- type: entity + parent: EncryptionKey + id: PRISONEncryptionKey + name: ключ шифрования тюрьмы + description: Небольшой шифрующий чип для гарнитуры. + components: + - type: EncryptionKey + channels: + - Prison + defaultChannel: Prison + - type: Sprite + sprite: Stories/Objects/Devices/encryption_keys.rsi + layers: + - state: crypt_prison + - state: prison_label diff --git a/Resources/Prototypes/Stories/Entities/Objects/handheld_consoles.yml b/Resources/Prototypes/Stories/Entities/Objects/handheld_consoles.yml new file mode 100644 index 0000000000..909b133ae5 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/handheld_consoles.yml @@ -0,0 +1,68 @@ +- type: entity + abstract: true + name: портативная консоль управления шаттлом + description: Используется, чтобы управлять шаттлом на расстоянии. + suffix: DO NOT MAP + parent: + - BaseItem + - PowerCellSlotSmallItem + id: BaseHandheldShuttleConsole + components: + - type: ApcPowerReceiver + powerLoad: 200 + - type: ExtensionCableReceiver + - type: Anchorable + - type: ShuttleConsole + - type: ActivatableUI + inHandsOnly: true + singleUser: true + key: enum.ShuttleConsoleUiKey.Key + - type: UserInterface + interfaces: + enum.ShuttleConsoleUiKey.Key: + type: ShuttleConsoleBoundUserInterface + - type: WorldLoader + radius: 256 + - type: RadarConsole + maxRange: 256 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot { } + disk_slot: !type:ContainerSlot {} + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellSmall + disk_slot: + name: Disk + insertSound: + path: /Audio/Machines/terminal_insert_disc.ogg + ejectSound: + path: /Audio/Machines/terminal_insert_disc.ogg + whitelist: + components: + - ShuttleDestinationCoordinates + - type: PowerCellDraw + drawRate: 0 + useRate: 20 + - type: ActivatableUIRequiresPowerCell + - type: StaticPrice + price: 500 + - type: Tag + tags: + - HighRiskItem + +- type: entity + name: портативная консоль управления шаттлом тюрьмы + description: Используется, чтобы управлять шаттлом на расстоянии. + suffix: НЕ МАППИТЬ + parent: BaseHandheldShuttleConsole + id: PRISONHandheldShuttleConsole + components: + - type: DroneConsole + components: + - type: PrisonShuttle + - type: Sprite + sprite: Stories/Objects/Devices/handheld_console.rsi + state: shuttle_sp diff --git a/Resources/Prototypes/Stories/Entities/Objects/identification_cards.yml b/Resources/Prototypes/Stories/Entities/Objects/identification_cards.yml new file mode 100644 index 0000000000..bb865b0636 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/identification_cards.yml @@ -0,0 +1,56 @@ +- type: entity + parent: IDCardStandard + id: PRISONIDCardHeadOfPrison + name: ID карта начальника тюрьмы + description: Карта, необходимая для доступа в различные области станции. + components: + - type: Sprite + sprite: Stories/Objects/Misc/id_cards.rsi + layers: + - state: silver_sp + - state: idhosp + - type: PresetIdCard + job: PRISONHeadOfPrison + - type: Clothing + slots: + - idcard + sprite: Stories/Objects/Misc/id_cards.rsi + +- type: entity + parent: PRISONIDCardHeadOfPrison + id: PRISONIDCardOfficer + name: ID карта офицера тюрьмы + description: Карта, необходимая для доступа в различные области станции. + components: + - type: Sprite + layers: + - state: default_sp + - state: idspofficer + - type: PresetIdCard + job: PRISONOfficer + +- type: entity + parent: PRISONIDCardHeadOfPrison + id: PRISONIDCardEngineer + name: ID карта инженера тюрьмы + description: Карта, необходимая для доступа в различные области станции. + components: + - type: Sprite + layers: + - state: default_sp + - state: idspengineer + - type: PresetIdCard + job: PRISONEngineer + +- type: entity + parent: PRISONIDCardHeadOfPrison + id: PRISONIDCardMedic + name: ID карта врача тюрьмы + description: Карта, необходимая для доступа в различные области станции. + components: + - type: Sprite + layers: + - state: default_sp + - state: idspmedic + - type: PresetIdCard + job: PRISONMedic diff --git a/Resources/Prototypes/Stories/Entities/Objects/pda.yml b/Resources/Prototypes/Stories/Entities/Objects/pda.yml new file mode 100644 index 0000000000..09def907e7 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/pda.yml @@ -0,0 +1,52 @@ +- type: entity + parent: BasePDA + id: PRISONPDAHeadOfPrison + name: КПК начальника тюрьмы + description: Этот КПК - ваш путь к свободе. + components: + - type: Sprite + sprite: Stories/Objects/Devices/pda.rsi + - type: Pda + id: PRISONIDCardHeadOfPrison + state: pda-hosp + - type: Icon + sprite: Stories/Objects/Devices/pda.rsi + state: pda-hosp + +- type: entity + parent: PRISONPDAHeadOfPrison + id: PRISONPDAOfficer + name: КПК офицера тюрьмы + description: Этот КПК - ваш путь к свободе. + components: + - type: Pda + id: PRISONIDCardOfficer + state: pda-spofficer + - type: Icon + state: pda-spofficer + +- type: entity + parent: PRISONPDAHeadOfPrison + id: PRISONPDAEngineer + name: КПК инженера тюрьмы + description: Этот КПК - ваш путь к свободе. + components: + - type: Pda + id: PRISONIDCardEngineer + state: pda-spengineer + - type: Icon + state: pda-spengineer + +- type: entity + parent: + - PRISONPDAHeadOfPrison + - BaseMedicalPDA + id: PRISONPDAMedic + name: КПК врача тюрьмы + description: Этот КПК - ваш путь к свободе. + components: + - type: Pda + id: PRISONIDCardMedic + state: pda-spmedic + - type: Icon + state: pda-spmedic diff --git a/Resources/Prototypes/Stories/Entities/Objects/stamps.yml b/Resources/Prototypes/Stories/Entities/Objects/stamps.yml new file mode 100644 index 0000000000..fdd9d1bcc9 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Objects/stamps.yml @@ -0,0 +1,14 @@ +- type: entity + name: печать начальника тюрьмы + description: Печать из резины, для проставления печатей на важных документах. + parent: RubberStampBase + id: PRISONRubberStamp + suffix: DO NOT MAP + components: + - type: Stamp + stampedName: Начальник тюрьмы + stampedColor: "#0036A2" + stampState: "paper_stamp-hosp" + - type: Sprite + sprite: Objects/Misc/bureaucracy.rsi + state: stamp-hosp diff --git a/Resources/Prototypes/Stories/Entities/Stations/spaceprison.yml b/Resources/Prototypes/Stories/Entities/Stations/base.yml similarity index 64% rename from Resources/Prototypes/Stories/Entities/Stations/spaceprison.yml rename to Resources/Prototypes/Stories/Entities/Stations/base.yml index 1ecd522b6d..64136219f4 100644 --- a/Resources/Prototypes/Stories/Entities/Stations/spaceprison.yml +++ b/Resources/Prototypes/Stories/Entities/Stations/base.yml @@ -1,14 +1,17 @@ - type: entity - id: StandardSpacePrisonStation + id: PrisonStation parent: - BaseStation - BaseStationJobsSpawning - BaseStationRecords - - BaseStationCentcomm - - BaseStationAlertLevels - BaseStationSiliconLawCrewsimov - - BaseStationAllEventsEligible - BaseStationNanotrasen + - BaseStationAlertLevels noSpawn: true components: - type: Transform + - type: GridSpawn + groups: + prison: + paths: + - /Maps/Stories/Shuttles/prison.yml diff --git a/Resources/Prototypes/Stories/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Stories/Entities/Structures/Machines/vending_machines.yml deleted file mode 100644 index 487ed5c32f..0000000000 --- a/Resources/Prototypes/Stories/Entities/Structures/Machines/vending_machines.yml +++ /dev/null @@ -1,25 +0,0 @@ -- type: entity - parent: VendingMachine - id: VendingMachineSPDrobe - name: SPDrobe - description: A vending machine for security and security-related clothing! - components: - - type: VendingMachine - pack: SPDrobeInventory - offState: off - brokenState: broken - normalState: normal-unshaded - - type: Advertise - pack: SecDrobeAds - - type: Sprite - sprite: Stories/Structures/Machines/VendingMachines/spdrobe.rsi - layers: - - state: "off" - map: ["enum.VendingMachineVisualLayers.Base"] - - state: "off" - map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] - shader: unshaded - - state: panel - map: ["enum.WiresVisualLayers.MaintenancePanel"] - - type: AccessReader - access: [["Security"]] diff --git a/Resources/Prototypes/Stories/Entities/Structures/Storage/Closets/Lockers/lockers.yml b/Resources/Prototypes/Stories/Entities/Structures/Storage/Closets/Lockers/lockers.yml index 4944c6feec..38e6fc7856 100644 --- a/Resources/Prototypes/Stories/Entities/Structures/Storage/Closets/Lockers/lockers.yml +++ b/Resources/Prototypes/Stories/Entities/Structures/Storage/Closets/Lockers/lockers.yml @@ -4,53 +4,12 @@ name: шкаф стража клинка description: Арсенал моды каждого стража клинка. components: - - type: Sprite - sprite: Stories/Structures/Storage/closet.rsi - - type: Appearance - - type: EntityStorageVisuals - stateBaseClosed: jedi - stateDoorOpen: jedi_open - stateDoorClosed: jedi_door - - type: AccessReader - access: [["Security"]] - -- type: entity - id: LockerSpacePrison - parent: LockerBaseSecure - name: space prison officer's locker - components: - - type: Sprite - sprite: Stories/Structures/Storage/closet.rsi - - type: Appearance - - type: EntityStorageVisuals - stateBaseClosed: sp - stateDoorOpen: sp_open - stateDoorClosed: sp_door - - type: AccessReader - access: [["Security"]] - -#- type: entity -# id: LockerArmorySP -# parent: LockerSpacePrison -# name: space prison armory locker -# components: -# - type: Appearance -# - type: EntityStorageVisuals -# stateBaseClosed: sparmory -# stateDoorOpen: sparmory_open -# stateDoorClosed: sparmory_door -# - type: AccessReader -# access: [["Armory"]] - -- type: entity - id: LockerWardenOfSP - parent: LockerSpacePrison - name: space prison warden locker - components: - - type: Appearance - - type: EntityStorageVisuals - stateBaseClosed: hosofsp - stateDoorOpen: hosofsp_open - stateDoorClosed: hosofsp_door - - type: AccessReader - access: [["HeadOfSecurity"]] + - type: Sprite + sprite: Stories/Structures/Storage/closet.rsi + - type: Appearance + - type: EntityStorageVisuals + stateBaseClosed: jedi + stateDoorOpen: jedi_open + stateDoorClosed: jedi_door + - type: AccessReader + access: [["Security"]] diff --git a/Resources/Prototypes/Stories/Entities/Structures/airlocks.yml b/Resources/Prototypes/Stories/Entities/Structures/airlocks.yml new file mode 100644 index 0000000000..fdb83535fe --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/airlocks.yml @@ -0,0 +1,163 @@ +# HeadOfPrison + +- type: entity + parent: AirlockGlass + name: стеклянный шлюз начальника тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockGlassLockedHeadOfPrison + suffix: HeadOfPrison, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Glass/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronics] + +- type: entity + parent: Airlock + name: шлюз начальника тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockLockedHeadOfPrison + suffix: HeadOfPrison, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Standard/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronicsHeadOfPrison] + +# Prison Brig + +- type: entity + parent: AirlockGlass + name: стеклянный шлюз брига тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockGlassLockedBrig + suffix: Prison, Glass, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Glass/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronicsBrig] + +- type: entity + parent: Airlock + name: шлюз брига тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockLockedBrig + suffix: Prison, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Standard/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronicsBrig] + +# Prison + +- type: entity + parent: AirlockGlass + name: стеклянный шлюз тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockGlassLocked + suffix: Prison, Glass, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Glass/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronics] + +- type: entity + parent: Airlock + name: шлюз тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockLocked + suffix: Prison, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Standard/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronics] + +# Prison Med + +- type: entity + parent: AirlockGlass + name: стеклянный шлюз медицинского тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockGlassLockedMed + suffix: PrisonMed, Glass, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Glass/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronicsMed] + +- type: entity + parent: Airlock + name: шлюз медицинского тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockLockedMed + suffix: PrisonMed, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Standard/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronicsMed] + +# Prison Eng + +- type: entity + parent: AirlockGlass + name: стеклянный шлюз инженерного тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockGlassLockedEng + suffix: PrisonEng, Glass, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Glass/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronicsEng] + +- type: entity + parent: Airlock + name: шлюз инженерного тюрьмы + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockLockedEng + suffix: PrisonEng, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Standard/security.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronicsEng] + +# Prisoner + +- type: entity + parent: AirlockGlass + name: стеклянный шлюз заключенных + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockGlassLockedPrisoner + suffix: Prisoner, Glass, Locked + components: + - type: ContainerFill + containers: + board: [PRISONDoorElectronics] + +- type: entity + parent: Airlock + name: шлюз заключенных + description: Он открывается, он закрывается, и он может вас раздавить. + id: PRISONAirlockLockedPrisoner + suffix: Prisoner, Locked + components: + - type: ContainerFill + containers: + board: [PRISONDoorElectronics] diff --git a/Resources/Prototypes/Stories/Entities/Structures/airlocks_shuttle.yml b/Resources/Prototypes/Stories/Entities/Structures/airlocks_shuttle.yml new file mode 100644 index 0000000000..296cf232d8 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/airlocks_shuttle.yml @@ -0,0 +1,27 @@ +# Prison + +- type: entity + parent: AirlockShuttle + name: стыковочный шлюз + description: Необходим для соединения двух космических кораблей вместе. + id: PRISONAirlockShuttleLocked + suffix: Prison, Docking, Locked + components: + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi + - type: ContainerFill + containers: + board: [PRISONDoorElectronics] + +- type: entity + parent: AirlockGlassShuttle + name: стыковочный шлюз + description: Необходим для соединения двух космических кораблей вместе. + id: PRISONAirlockGlassShuttleLocked + suffix: Prison, Docking, Glass, Locked + components: + - type: ContainerFill + containers: + board: [PRISONDoorElectronics] + - type: Sprite + sprite: Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi diff --git a/Resources/Prototypes/Stories/Entities/Structures/computers.yml b/Resources/Prototypes/Stories/Entities/Structures/computers.yml new file mode 100644 index 0000000000..800ee3fe55 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/computers.yml @@ -0,0 +1,29 @@ +- type: entity + parent: BaseComputerShuttle + id: PRISONComputerShuttle + name: консоль управления шаттлом + description: Используется для пилотирования корабля или побега с тюрьмы. + components: + - type: Sprite + sprite: Stories/Structures/Machines/computers_sp.rsi + layers: + - map: ["computerLayerBody"] + state: computer_sp + - map: ["computerLayerKeyboard"] + state: generic_keyboard_sp + - map: ["computerLayerScreen"] + state: shuttle_sp + - map: ["computerLayerKeys"] + state: generic_keys_sp + - type: Computer + board: ShuttleConsoleCircuitboard # Пофиг. + +- type: entity + parent: PRISONComputerShuttle + id: PRISONComputerShuttlePrison + name: консоль управления шаттлом тюрьмы + description: Используется для пилотирования корабля или побега с тюрьмы. + components: + - type: DroneConsole + components: + - type: PrisonShuttle \ No newline at end of file diff --git a/Resources/Prototypes/Stories/Entities/Structures/flags.yml b/Resources/Prototypes/Stories/Entities/Structures/flags.yml new file mode 100644 index 0000000000..da8a156aea --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/flags.yml @@ -0,0 +1,10 @@ +- type: entity + parent: BaseFlag + id: PRISONFlag + name: Флаг персонала тюрьмы + description: На защите галактики от опасных преступников. + components: + - type: Sprite + drawdepth: WallTops + sprite: Stories/Structures/flags.rsi + state: sp diff --git a/Resources/Prototypes/Stories/Entities/Structures/locks.yml b/Resources/Prototypes/Stories/Entities/Structures/locks.yml new file mode 100644 index 0000000000..780d727cf2 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/locks.yml @@ -0,0 +1,29 @@ +- type: entity + id: PRISONLocker + parent: LockerBaseSecure + name: шкаф персонала тюрьмы + description: Стандартное хранилище персонала тюрьмы. + components: + - type: Sprite + sprite: Stories/Structures/Storage/closet.rsi + - type: Appearance + - type: EntityStorageVisuals + stateBaseClosed: sp + stateDoorOpen: sp_open + stateDoorClosed: sp_door + - type: AccessReader + access: [["Prison"]] + +- type: entity + id: PRISONLockerHeadOfPrison + parent: PRISONLocker + name: шкаф главы персонала тюрьмы + description: Стандартное хранилище персонала тюрьмы. + components: + - type: Appearance + - type: EntityStorageVisuals + stateBaseClosed: hosofsp + stateDoorOpen: hosofsp_open + stateDoorClosed: hosofsp_door + - type: AccessReader + access: [["HeadOfPrison"]] diff --git a/Resources/Prototypes/Stories/Entities/Structures/vending_machines.yml b/Resources/Prototypes/Stories/Entities/Structures/vending_machines.yml new file mode 100644 index 0000000000..a5ef1cb4b8 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/vending_machines.yml @@ -0,0 +1,59 @@ +- type: entity + parent: VendingMachine + id: PRISONVendingMachineDrobe + name: Шкаф персонала тюрьмы + description: Торговый автомат для одежды, связанной с заключенными и побегами! + components: + - type: VendingMachine + pack: PRISONDrobeInventory + offState: off + brokenState: broken + normalState: normal-unshaded + - type: Advertise + pack: SecDrobeAds + - type: Sprite + sprite: Stories/Structures/Machines/VendingMachines/spdrobe.rsi + layers: + - state: "off" + map: ["enum.VendingMachineVisualLayers.Base"] + - state: "off" + map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] + shader: unshaded + - state: panel + map: ["enum.WiresVisualLayers.MaintenancePanel"] + - type: AccessReader + access: [["Prison"]] + +- type: entity + parent: VendingMachine + id: PRISONVendingMachine + name: Автомат персонала тюрьмы + description: Торговый автомат с экпипировкой персонала тюрьмы. На табличке написано "ТОЛЬКО ДЛЯ ПЕРСОНАЛА ТЮРЬМЫ". + components: + - type: VendingMachine + pack: PRISONTechInventory + offState: off + brokenState: broken + normalState: normal-unshaded + ejectState: eject-unshaded + denyState: deny-unshaded + - type: Advertise + pack: SecTechAds + - type: SpeakOnUIClosed + pack: SecTechGoodbyes + - type: Sprite + sprite: Stories/Structures/Machines/VendingMachines/secMachineSP.rsi + layers: + - state: "off" + map: ["enum.VendingMachineVisualLayers.Base"] + - state: "off" + map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] + shader: unshaded + - state: panel + map: ["enum.WiresVisualLayers.MaintenancePanel"] + - type: AccessReader + access: [["Prison"]] + - type: PointLight + radius: 1 + energy: 1.2 + color: "#78645c" diff --git a/Resources/Prototypes/Stories/Entities/Structures/walls.yml b/Resources/Prototypes/Stories/Entities/Structures/walls.yml new file mode 100644 index 0000000000..8e8a72c412 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/walls.yml @@ -0,0 +1,69 @@ +- type: entity + parent: WallShuttle + id: PRISONWallShuttle + name: стена шаттла + description: Удерживает заключенных внутри, а космос снаружи. + suffix: Reinforced, Exterior + components: + - type: Sprite + sprite: Stories/Structures/Walls/shuttle_sp.rsi + - type: Icon + sprite: Stories/Structures/Walls/shuttle_sp.rsi + state: full + - type: IconSmooth + key: walls + base: state + - type: Appearance + - type: GenericVisualizer + visuals: + enum.ShuttleWallVisuals.DeconstructionStage: + ShuttleWallVisualLayers.Deconstruction: + -1: { visible: false } + 0: { state: shuttle_construct-0, visible: true } + 1: { state: shuttle_construct-1, visible: true } + 2: { state: shuttle_construct-2, visible: true } + 3: { state: shuttle_construct-3, visible: true } + 4: { state: shuttle_construct-4, visible: true } + 5: { state: shuttle_construct-5, visible: true } + - type: Reflect + reflectProb: 1 + +- type: entity + parent: WallSolid + id: PRISONWallShuttleInterior + name: стена шаттла + description: Удерживает заключенных внутри, а космос снаружи. + suffix: Interior + components: + - type: Sprite + sprite: Stories/Structures/Walls/shuttleinterior_sp.rsi + - type: Icon + sprite: Stories/Structures/Walls/shuttleinterior_sp.rsi + - type: IconSmooth + key: walls + base: state + - type: Reflect + reflectProb: 1 + +- type: entity + parent: WallShuttleDiagonal + id: PRISONWallShuttleDiagonal + name: стена шаттла + description: Удерживает заключенных внутри, а космос снаружи. + suffix: diagonal + placement: + mode: SnapgridCenter + snap: + - Wall + components: + - type: Sprite + drawdepth: Walls + sprite: Stories/Structures/Walls/shuttle_diagonal_sp.rsi + state: state0 + - type: IconSmooth + mode: Diagonal + key: walls + base: state + - type: Icon + sprite: Stories/Structures/Walls/shuttle_diagonal_sp.rsi + state: state0 diff --git a/Resources/Prototypes/Stories/Entities/Structures/windows.yml b/Resources/Prototypes/Stories/Entities/Structures/windows.yml new file mode 100644 index 0000000000..1a94295d70 --- /dev/null +++ b/Resources/Prototypes/Stories/Entities/Structures/windows.yml @@ -0,0 +1,97 @@ +- type: entity + id: PRISONShuttleWindow + name: окно + description: Смотри не заляпай. + parent: WindowRCDResistant + components: + - type: Sprite + drawdepth: WallTops + sprite: Stories/Structures/Windows/shuttle_window_sp.rsi + - type: Icon + sprite: Stories/Structures/Windows/shuttle_window_sp.rsi + - type: Repairable + fuelCost: 15 + doAfterDelay: 3 + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: RGlass + - type: Destructible + thresholds: + - trigger: !type:DamageTrigger + damage: 1000 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - trigger: !type:DamageTrigger + damage: 500 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WindowShatter + - !type:SpawnEntitiesBehavior + spawn: + ShardGlassReinforced: + min: 1 + max: 2 + PartRodMetal: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: ["Destruction"] + - type: IconSmooth + base: swindow + - type: Construction + graph: Window + node: shuttleWindow + - type: Appearance + - type: DamageVisuals + thresholds: [4, 8, 12] + damageDivisor: 28 + trackAllDamage: true + damageOverlay: + sprite: Structures/Windows/cracks.rsi + - type: StaticPrice + price: 100 + +- type: entity + parent: PRISONShuttleWindow + id: PRISONShuttleWindowDiagonal + name: окно + description: Смотри не заляпай. + suffix: diagonal + placement: + mode: SnapgridCenter + snap: + - Window + components: + - type: Sprite + drawdepth: WallTops + sprite: Stories/Structures/Windows/shuttle_window_diagonal_sp.rsi + state: state0 + - type: IconSmooth + mode: Diagonal + key: walls + base: state + - type: Icon + sprite: Stories/Structures/Windows/shuttle_window_diagonal_sp.rsi + state: state0 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + vertices: + - "-0.5,-0.5" + - "0.5,0.5" + - "0.5,-0.5" + mask: + - FullTileMask + layer: + - GlassLayer + - type: Airtight + noAirWhenFullyAirBlocked: false + airBlockedDirection: + - South + - East + - type: DamageVisuals + damageOverlay: + sprite: Structures/Windows/cracks_diagonal.rsi diff --git a/Resources/Prototypes/Stories/Loadouts/prison_loadouts.yml b/Resources/Prototypes/Stories/Loadouts/prison_loadouts.yml new file mode 100644 index 0000000000..e0114a1b25 --- /dev/null +++ b/Resources/Prototypes/Stories/Loadouts/prison_loadouts.yml @@ -0,0 +1,232 @@ +- type: roleLoadout + id: JobPRISONOfficer + groups: + - PRISONGloves + - PRISONOuterClothing + - PRISONBackpack + - PRISONHead + - PRISONBelt + - PRISONShoes + - SurvivalSecurity + - Trinkets + +- type: roleLoadout + id: JobPRISONHeadOfPrison + groups: + - PRISONGloves + - PRISONBackpack + - PRISONHeadOfPrisonHead + - PRISONShoes + - SurvivalSecurity + - Trinkets + +- type: roleLoadout + id: JobPRISONMedic + groups: + - MedicalDoctorHead + - MedicalMask + - MedicalGloves + - MedicalBackpack + - MedicalDoctorOuterClothing + - MedicalShoes + - Glasses + - SurvivalMedical + - Trinkets + +- type: roleLoadout + id: JobPRISONEngineer + groups: + - StationEngineerHead + - StationEngineerBackpack + - StationEngineerOuterClothing + - StationEngineerShoes + - SurvivalExtended + - Trinkets + +- type: loadoutEffectGroup + id: Prison + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Prison + time: 36000 # 10 hour + +# ГОЛОВА - начальник + +- type: loadoutGroup + id: PRISONHeadOfPrisonHead + name: Начальник тюрьмы, голова + minLimit: 0 + loadouts: + - PRISONCapHeadOfPrison + - PRISONUshankaHeadOfPrison + +- type: loadout + id: PRISONUshankaHeadOfPrison + equipment: PRISONUshankaHeadOfPrison + +- type: startingGear + id: PRISONUshankaHeadOfPrison + equipment: + head: PRISONClothingHeadHatUshanka + +- type: loadout + id: PRISONCapHeadOfPrison + equipment: PRISONCapHeadOfPrison + +- type: startingGear + id: PRISONCapHeadOfPrison + equipment: + head: PRISONClothingHeadHatCapHeadOfPrison + +# ПЕРЧАТКИ + +- type: loadoutGroup + id: PRISONGloves + name: Тюрьма, перчатки + minLimit: 0 + loadouts: + - PRISONGloves + - PRISONCombatGloves + +- type: loadout + id: PRISONGloves + equipment: BlackGloves + +- type: startingGear + id: BlackGloves + equipment: + gloves: ClothingHandsGlovesColorBlack + +- type: loadout + id: PRISONCombatGloves + equipment: CombatBlackGloves + effects: + - !type:GroupLoadoutEffect + proto: Prison + +- type: startingGear + id: CombatBlackGloves + equipment: + gloves: ClothingHandsGlovesCombat + +# БРОНЕЖИЛЕТ + +- type: loadoutGroup + id: PRISONOuterClothing + name: Тюрьма, верхняя одежда + loadouts: + - PRISONArmorVest + +- type: loadout + id: PRISONArmorVest + equipment: PRISONArmorVest + +- type: startingGear + id: PRISONArmorVest + equipment: + outerClothing: PRISONClothingOuterVestArmor + +# РЮКЗАК + +- type: loadoutGroup + id: PRISONBackpack + name: Тюрьма, рюкзак + loadouts: + - PRISONBackpack + - PRISONSatchel + - PRISONDuffel + +- type: loadout + id: PRISONDuffel + equipment: PRISONDuffel + +- type: startingGear + id: PRISONDuffel + equipment: + back: PRISONClothingBackpackDuffel + +- type: loadout + id: PRISONSatchel + equipment: PRISONSatchel + +- type: startingGear + id: PRISONSatchel + equipment: + back: PRISONClothingBackpackSatchel + +- type: loadout + id: PRISONBackpack + equipment: PRISONBackpack + +- type: startingGear + id: PRISONBackpack + equipment: + back: PRISONClothingBackpack + +# ГОЛОВА + +- type: loadoutGroup + id: PRISONHead + name: Тюрьма, голова + minLimit: 0 + loadouts: + - PRISONCap + - PRISONBeret + +- type: loadout + id: PRISONBeret + equipment: PRISONBeret + +- type: startingGear + id: PRISONBeret + equipment: + head: PRISONClothingHeadHatBeret + +- type: loadout + id: PRISONCap + equipment: PRISONCap + +- type: startingGear + id: PRISONCap + equipment: + head: PRISONClothingHeadHatSoft + +# ОБУВЬ + +- type: loadoutGroup + id: PRISONShoes + name: Тюрьма, обувь + loadouts: + - CombatBoots + - JackBoots + - SecurityWinterBoots + - PRISONJackBoots + +- type: loadout + id: PRISONJackBoots + equipment: PRISONJackBoots + +- type: startingGear + id: PRISONJackBoots + equipment: + shoes: PRISONClothingShoesBootsJack + +# ПОЯС + +- type: loadoutGroup + id: PRISONBelt + name: Тюрьма, пояс + loadouts: + - SecurityBelt + - PRISONWebbing + +- type: loadout + id: PRISONWebbing + equipment: PRISONWebbing + +- type: startingGear + id: PRISONWebbing + equipment: + belt: PRISONClothingBeltWebbing diff --git a/Resources/Prototypes/Stories/Maps/bagel.yml b/Resources/Prototypes/Stories/Maps/bagel.yml index a98d1fb9b7..77d22245a1 100644 --- a/Resources/Prototypes/Stories/Maps/bagel.yml +++ b/Resources/Prototypes/Stories/Maps/bagel.yml @@ -1,6 +1,6 @@ - type: gameMap id: StoriesBagel - mapName: 'Bagel Station' + mapName: '[КТ] Bagel Station' mapPath: /Maps/Stories/bagel.yml minPlayers: 40 maxPlayers: 76 @@ -8,6 +8,11 @@ Bagel: stationProto: StandardNanotrasenStation components: + - type: StationPrison + gameMap: StoriesPrison + whitelist: + components: + - PrisonShuttle - type: StationNameSetup mapNameTemplate: '{0} Bagel Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Stories/Maps/box.yml b/Resources/Prototypes/Stories/Maps/box.yml index b29c0bfb56..85fc1df4cf 100644 --- a/Resources/Prototypes/Stories/Maps/box.yml +++ b/Resources/Prototypes/Stories/Maps/box.yml @@ -1,6 +1,6 @@ - type: gameMap id: StoriesBox - mapName: 'Box Station' + mapName: '[КТ] Box Station' mapPath: /Maps/Stories/box.yml minPlayers: 50 maxPlayers: 70 @@ -8,6 +8,11 @@ Boxstation: stationProto: StandardNanotrasenStation components: + - type: StationPrison + gameMap: StoriesPrison + whitelist: + components: + - PrisonShuttle - type: StationNameSetup mapNameTemplate: '{0} Box Station {1}' nameGenerator: @@ -64,4 +69,8 @@ Musician: [ 1, 1 ] #stories content JediNt: [ 1, 1 ] + PRISONHeadOfPrison: [ 1, 1 ] + PRISONOfficer: [ 4, 4 ] + PRISONMedic: [ 1, 1 ] + PRISONEngineer: [ 1, 1 ] diff --git a/Resources/Prototypes/Stories/Maps/fland.yml b/Resources/Prototypes/Stories/Maps/fland.yml index 2459bda563..7de6cc644d 100644 --- a/Resources/Prototypes/Stories/Maps/fland.yml +++ b/Resources/Prototypes/Stories/Maps/fland.yml @@ -1,12 +1,17 @@ - type: gameMap id: StoriesFland - mapName: 'Fland Installation' + mapName: '[КТ] Fland Installation' mapPath: /Maps/Stories/fland.yml minPlayers: 70 stations: Fland: stationProto: StandardNanotrasenStation components: + - type: StationPrison + gameMap: StoriesPrison + whitelist: + components: + - PrisonShuttle - type: StationNameSetup mapNameTemplate: '{0} Fland Installation {1}' nameGenerator: diff --git a/Resources/Prototypes/Stories/Maps/marathon.yml b/Resources/Prototypes/Stories/Maps/marathon.yml index 13c88effe8..391b2fe13f 100644 --- a/Resources/Prototypes/Stories/Maps/marathon.yml +++ b/Resources/Prototypes/Stories/Maps/marathon.yml @@ -1,6 +1,6 @@ - type: gameMap id: StoriesMarathon - mapName: 'Marathon Station' + mapName: '[КТ] Marathon Station' mapPath: /Maps/Stories/marathon.yml minPlayers: 35 maxPlayers: 70 @@ -8,6 +8,11 @@ Marathon: stationProto: StandardNanotrasenStation components: + - type: StationPrison + gameMap: StoriesPrison + whitelist: + components: + - PrisonShuttle - type: StationNameSetup mapNameTemplate: '{0} Marathon Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Stories/Maps/meta.yml b/Resources/Prototypes/Stories/Maps/meta.yml index 8bc0ad1b99..b6a7cf64b7 100644 --- a/Resources/Prototypes/Stories/Maps/meta.yml +++ b/Resources/Prototypes/Stories/Maps/meta.yml @@ -1,12 +1,17 @@ - type: gameMap id: StoriesMeta - mapName: 'Meta Station' + mapName: '[КТ] Meta Station' mapPath: /Maps/Stories/meta.yml minPlayers: 50 stations: Meta: stationProto: StandardNanotrasenStation components: + - type: StationPrison + gameMap: StoriesPrison + whitelist: + components: + - PrisonShuttle - type: StationNameSetup mapNameTemplate: '{0} Meta Station {1}' nameGenerator: diff --git a/Resources/Prototypes/Stories/Maps/origin.yml b/Resources/Prototypes/Stories/Maps/origin.yml index 004e195cbc..c73e555d7d 100644 --- a/Resources/Prototypes/Stories/Maps/origin.yml +++ b/Resources/Prototypes/Stories/Maps/origin.yml @@ -1,12 +1,17 @@ - type: gameMap id: StoriesOrigin - mapName: 'Origin' + mapName: '[КТ] Origin' mapPath: /Maps/Stories/origin.yml minPlayers: 50 stations: Origin: stationProto: StandardNanotrasenStation components: + - type: StationPrison + gameMap: StoriesPrison + whitelist: + components: + - PrisonShuttle - type: StationNameSetup mapNameTemplate: '{0} Origin {1}' nameGenerator: diff --git a/Resources/Prototypes/Stories/Maps/prison.yml b/Resources/Prototypes/Stories/Maps/prison.yml new file mode 100644 index 0000000000..8d51c72ad6 --- /dev/null +++ b/Resources/Prototypes/Stories/Maps/prison.yml @@ -0,0 +1,22 @@ +- type: gameMap + id: StoriesPrison + mapName: 'Prison' + mapPath: /Maps/Stories/prison.yml + minPlayers: 1 + maxPlayers: 1000 + stations: + Prison: + stationProto: PrisonStation + components: + - type: StationNameSetup + mapNameTemplate: '{0} Prison {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: 'TG' + - type: StationJobs + availableJobs: + PRISONHeadOfPrison: [ 1, 1 ] + PRISONOfficer: [ 4, 4 ] + PRISONMedic: [ 1, 1 ] + PRISONEngineer: [ 1, 1 ] + diff --git a/Resources/Prototypes/Stories/Roles/Jobs/Prison/head_of_prison.yml b/Resources/Prototypes/Stories/Roles/Jobs/Prison/head_of_prison.yml new file mode 100644 index 0000000000..f5e2c72f88 --- /dev/null +++ b/Resources/Prototypes/Stories/Roles/Jobs/Prison/head_of_prison.yml @@ -0,0 +1,49 @@ +- type: job + id: PRISONHeadOfPrison + name: начальник космической тюрьмы + description: Охраняйте это место используя все возможное и невозможно, иначе на свободу вырвутся самые опасные обитатели вселенной. + playTimeTracker: JobHeadOfSpacePrison + requirements: + - !type:RoleTimeRequirement + role: JobWarden + time: 18000 # 5 hours + - !type:DepartmentTimeRequirement + department: Prison + time: 18000 # 5 hours + weight: 10 + startingGear: PRISONHeadOfPrisonGear + icon: "JobIconHeadOfSpacePrison" + requireAdminNotify: true + supervisors: job-supervisors-centcom + canBeAntag: false + access: + - HeadOfPrison + - PrisonBrig + - Prison + - PrisonMed + - PrisonEng + - Prisoner + - Command + - Brig + - Security + - Maintenance + - External + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + +- type: startingGear + id: PRISONHeadOfPrisonGear + storage: + back: + - WeaponPistolMk58 + - Flash + - MagazinePistol + equipment: + jumpsuit: PRISONClothingUniformJumpsuitHeadOfPrison + id: PRISONPDAHeadOfPrison + ears: PRISONClothingHeadsetAlt + outerClothing: PRISONClothingOuterCoatHeadOfPrison + eyes: PRISONClothingEyesGlasses + belt: PRISONClothingBeltSheathFilled + diff --git a/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_engineer.yml b/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_engineer.yml new file mode 100644 index 0000000000..a2f9412d90 --- /dev/null +++ b/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_engineer.yml @@ -0,0 +1,35 @@ +- type: job + id: PRISONEngineer + name: инженер космической тюрьмы + description: Обслуживайте тюрьму, ибо сбежавшие зеки придут за вами в первую очередь. + playTimeTracker: JobSpacePrisonEngineer + requirements: + - !type:DepartmentTimeRequirement + department: Security + time: 18000 # 5 hours + - !type:DepartmentTimeRequirement + department: Engineering + time: 18000 # 5 hours + startingGear: PRISONEngineerGear + icon: "JobIconSpacePrisonEngineer" + supervisors: начальник тюрьмы + canBeAntag: false + access: + - Prison + - PrisonEng + # - Security + - Brig + - Maintenance + - External + - Engineering + # special: + # - !type:AddImplantSpecial + # implants: [ MindShieldImplant ] + +- type: startingGear + id: PRISONEngineerGear + equipment: + jumpsuit: PRISONClothingUniformJumpsuitEngi + id: PRISONPDAEngineer + ears: PRISONClothingHeadsetEngi + belt: ClothingBeltUtilityEngineering diff --git a/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_medic.yml b/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_medic.yml new file mode 100644 index 0000000000..343dcb04d1 --- /dev/null +++ b/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_medic.yml @@ -0,0 +1,31 @@ +- type: job + id: PRISONMedic + name: медик космической тюрьмы + description: Лечите самых опасных преступников космических просторов. + playTimeTracker: JobSpacePrisonMedic + requirements: + - !type:DepartmentTimeRequirement + department: Security + time: 18000 # 5 hours + - !type:DepartmentTimeRequirement + department: Medical + time: 18000 # 5 hours + startingGear: PRISONMedicGear + icon: "JobIconSpacePrisonMedic" + supervisors: начальник тюрьмы + canBeAntag: false + access: + - Prison + - PrisonMed + - Maintenance + - Medical + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + +- type: startingGear + id: PRISONMedicGear + equipment: + jumpsuit: PRISONClothingUniformJumpsuitMedic + id: PRISONPDAMedic + ears: PRISONClothingHeadsetMedic diff --git a/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_officer.yml b/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_officer.yml new file mode 100644 index 0000000000..43b666fac3 --- /dev/null +++ b/Resources/Prototypes/Stories/Roles/Jobs/Prison/prison_officer.yml @@ -0,0 +1,37 @@ +- type: job + id: PRISONOfficer + name: офицер космической тюрьмы + description: Ограждать станцию от преступного элемента - это ваша наивысшая миссия на смену, не подведите. + playTimeTracker: JobSpacePrisonOfficer + requirements: + - !type:DepartmentTimeRequirement + department: Security + time: 18000 # 5 hours + startingGear: PRISONOfficerGear + icon: "JobIconSpacePrisonOfficer" + supervisors: начальник тюрьмы + canBeAntag: false + access: + - Prisoner + - Prison + - PrisonBrig + - Security + - Brig + - Maintenance + - External + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + +- type: startingGear + id: PRISONOfficerGear + storage: + back: + - WeaponPistolMk58 + - MagazinePistol + - Flash + equipment: + jumpsuit: PRISONClothingUniformJumpsuit + id: PRISONPDAOfficer + ears: PRISONClothingHeadset + eyes: PRISONClothingEyesGlasses diff --git a/Resources/Prototypes/Stories/Roles/Jobs/Security/jedi_nt.yml b/Resources/Prototypes/Stories/Roles/Jobs/Security/jedi_nt.yml index 49efca493f..803ad1b26b 100644 --- a/Resources/Prototypes/Stories/Roles/Jobs/Security/jedi_nt.yml +++ b/Resources/Prototypes/Stories/Roles/Jobs/Security/jedi_nt.yml @@ -50,8 +50,8 @@ gloves: ClothingHandsGlovesCombat neck: ClothingNeckMantleJediNt # innerclothingskirt: ClothingUniformJumpskirtSP - # satchel: ClothingBackpackSatchelSpacePrisonFilled - # duffelbag: ClothingBackpackDuffelSpacePrisonFilled + # satchel: PRISONClothingBackpackSatchelFilled + # duffelbag: PRISONClothingBackpackDuffelFilled - type: startingGear id: JediGear @@ -68,5 +68,5 @@ # gloves: ClothingHandsGlovesCombat # neck: ClothingNeckMantleJediNt # innerclothingskirt: ClothingUniformJumpskirtSP - # satchel: ClothingBackpackSatchelSpacePrisonFilled - # duffelbag: ClothingBackpackDuffelSpacePrisonFilled + # satchel: PRISONClothingBackpackSatchelFilled + # duffelbag: PRISONClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/head_of_space_prison.yml b/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/head_of_space_prison.yml deleted file mode 100644 index 0708c92742..0000000000 --- a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/head_of_space_prison.yml +++ /dev/null @@ -1,53 +0,0 @@ -- type: job - id: HeadOfSpacePrison - name: job-name-hosp - description: job-description-hosp - playTimeTracker: JobHeadOfSpacePrison - requirements: - - !type:RoleTimeRequirement - role: JobWarden - time: 18000 # 5 hours - - !type:DepartmentTimeRequirement - department: SpacePrison - time: 36000 # 10 hours - weight: 10 - startingGear: HeadOfSpacePrisonGear - icon: "JobIconHeadOfSpacePrison" - requireAdminNotify: true - supervisors: job-supervisors-centcom - canBeAntag: false - access: - - HeadOfSecurity - - Command - - Brig - - Security - - Armory - - Maintenance - - Service - - External - - Detective - - Engineering - - Atmospherics - special: - - !type:AddImplantSpecial - implants: [ MindShieldImplant ] - - !type:AddComponentSpecial - components: - - type: CommandStaff - -- type: startingGear - id: HeadOfSpacePrisonGear - equipment: - jumpsuit: ClothingUniformJumpsuitHoSP - back: ClothingBackpackSpacePrisonFilled - shoes: ClothingShoesBootsJackSP - outerClothing: ClothingOuterCoatHoSP - eyes: ClothingEyesGlassesSpacePrison - id: HeadOfSPPDA - gloves: ClothingHandsGlovesCombat - ears: ClothingHeadsetPrisonAlt - belt: ClothingBeltHoSPSheathFilled - pocket1: WeaponPistolMk58 - innerclothingskirt: ClothingUniformJumpskirtHoSP - satchel: ClothingBackpackSatchelSpacePrisonFilled - duffelbag: ClothingBackpackDuffelSpacePrisonFilled diff --git a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_engineer.yml b/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_engineer.yml deleted file mode 100644 index 76e0f24f91..0000000000 --- a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_engineer.yml +++ /dev/null @@ -1,44 +0,0 @@ -- type: job - id: SpacePrisonEngineer - name: job-name-space-prison-engineer - description: job-description-space-prison-engineer - playTimeTracker: JobSpacePrisonEngineer - requirements: - - !type:DepartmentTimeRequirement - department: Security - time: 18000 # 5 hours - - !type:DepartmentTimeRequirement - department: Engineering - time: 18000 # 5 hours - startingGear: SpacePrisonEngineerGear - icon: "JobIconSpacePrisonEngineer" - supervisors: job-supervisors-hosp - canBeAntag: false - access: - - Security - - Brig - - Maintenance - - Service - - External - - Maintenance - - Engineering - - External - - Atmospherics - special: - - !type:AddImplantSpecial - implants: [ MindShieldImplant ] - -- type: startingGear - id: SpacePrisonEngineerGear - equipment: - jumpsuit: ClothingUniformJumpsuitSP - back: ClothingBackpackEngineeringFilled - shoes: ClothingShoesBootsJackSP - id: SpacePrisonEngineerPDA - eyes: ClothingEyesGlassesMeson - belt: ClothingBeltUtilityEngineering - ears: ClothingHeadsetPrison - gloves: ClothingHandsGlovesColorYellow - innerclothingskirt: ClothingUniformJumpskirtSP - satchel: ClothingBackpackSatchelEngineeringFilled - duffelbag: ClothingBackpackDuffelEngineeringFilled diff --git a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_medic.yml b/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_medic.yml deleted file mode 100644 index 483216d1dd..0000000000 --- a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_medic.yml +++ /dev/null @@ -1,45 +0,0 @@ -- type: job - id: SpacePrisonMedic - name: job-name-space-prison-medic - description: job-description-space-prison-medic - playTimeTracker: JobSpacePrisonMedic - requirements: - - !type:DepartmentTimeRequirement - department: Security - time: 18000 # 5 hours - - !type:DepartmentTimeRequirement - department: Medical - time: 18000 # 5 hours - - !type:RoleTimeRequirement - role: JobChemist - time: 10800 # 3 hours - startingGear: SpacePrisonMedicGear - icon: "JobIconSpacePrisonMedic" - supervisors: job-supervisors-hosp - canBeAntag: false - access: - - Security - - Brig - - Maintenance - - Service - - External - - Maintenance - - Medical - - External - - Chemistry - special: - - !type:AddImplantSpecial - implants: [ MindShieldImplant ] - -- type: startingGear - id: SpacePrisonMedicGear - equipment: - jumpsuit: ClothingUniformJumpsuitSP - back: ClothingBackpackMedicalFilled - shoes: ClothingShoesBootsJackSP - id: SpacePrisonMedicPDA - belt: ClothingBeltMedicalFilled - ears: ClothingHeadsetPrison - innerclothingskirt: ClothingUniformJumpskirtSP - satchel: ClothingBackpackSatchelMedicalFilled - duffelbag: ClothingBackpackDuffelMedicalFilled diff --git a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_officer.yml b/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_officer.yml deleted file mode 100644 index 4c34250b8a..0000000000 --- a/Resources/Prototypes/Stories/Roles/Jobs/SpacePrison/space_prison_officer.yml +++ /dev/null @@ -1,42 +0,0 @@ -- type: job - id: SpacePrisonOfficer - name: job-name-space-prison-officer - description: job-description-space-prison-officer - playTimeTracker: JobSpacePrisonOfficer - requirements: - - !type:DepartmentTimeRequirement - department: Security - time: 36000 # 10 hours - startingGear: SpacePrisonOfficerGear - icon: "JobIconSpacePrisonOfficer" - supervisors: job-supervisors-hosp - canBeAntag: false - access: - - Security - - Brig - - Maintenance - - Service - - External - - Engineering - - Atmospherics - special: - - !type:AddImplantSpecial - implants: [ MindShieldImplant ] - -- type: startingGear - id: SpacePrisonOfficerGear - equipment: - jumpsuit: ClothingUniformJumpsuitSP - back: ClothingBackpackSpacePrisonFilled - shoes: ClothingShoesBootsJackSP - eyes: ClothingEyesGlassesSpacePrison - head: ClothingHeadHatBeretSP - outerClothing: ClothingOuterVestArmorSP - id: SpacePrisonOfficerPDA - gloves: ClothingHandsGlovesCombat - ears: ClothingHeadsetPrison - belt: ClothingBeltSecurityFilled - pocket1: WeaponPistolMk58 - innerclothingskirt: ClothingUniformJumpskirtSP - satchel: ClothingBackpackSatchelSpacePrisonFilled - duffelbag: ClothingBackpackDuffelSpacePrisonFilled diff --git a/Resources/Prototypes/Stories/Roles/Jobs/departments.yml b/Resources/Prototypes/Stories/Roles/Jobs/departments.yml index 2fe367a69d..a704fc5c2c 100644 --- a/Resources/Prototypes/Stories/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Stories/Roles/Jobs/departments.yml @@ -1,9 +1,9 @@ - type: department - id: SpacePrison - description: department-SpacePrison-description - color: "#0036a2" + id: Prison + description: Содержите заключенных и охраняйте тюрьму. + color: "#e99844" roles: - - HeadOfSpacePrison - - SpacePrisonOfficer - - SpacePrisonEngineer - - SpacePrisonMedic + - PRISONHeadOfPrison + - PRISONEngineer + - PRISONMedic + - PRISONOfficer diff --git a/Resources/Prototypes/Stories/radio_channels.yml b/Resources/Prototypes/Stories/radio_channels.yml index 102601de21..0488d1e56b 100644 --- a/Resources/Prototypes/Stories/radio_channels.yml +++ b/Resources/Prototypes/Stories/radio_channels.yml @@ -3,8 +3,7 @@ name: chat-radio-prison keycode: 'з' # Stories-Localization frequency: 1102 - color: "#0036a2" - # long range since otherwise it'd defeat the point of a handheld radio independent of telecomms + color: "#e99844" - type: radioChannel id: Future diff --git a/Resources/Prototypes/Stories/tags.yml b/Resources/Prototypes/Stories/tags.yml index 15b6d93f72..18dc644807 100644 --- a/Resources/Prototypes/Stories/tags.yml +++ b/Resources/Prototypes/Stories/tags.yml @@ -3,10 +3,15 @@ - type: Tag id: StasisBattery - + - type: Tag id: StasisCage - + - type: Tag id: ForceRecallEquipment +- type: Tag + id: PRISONSabre + +- type: Tag + id: Prison diff --git a/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/equipped-BELT.png b/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/equipped-BELT.png index d1a88855cc542713b94490ef2ef03ddf0b8aeb6f..a2e788b1713932d4a78791a3fbfae1e97d1f013b 100644 GIT binary patch delta 624 zcmV-$0+0Qa1(pSnF@I1=L_t(|obB2_Xc}=82k`GToqB}~Clv%04!Zmf;c##`aB%4+ zEjS3`;MBR4E?pd&0~d$xCD7q0CG=o_}c^%5hrA^V_ zTz<&i+@aF~iLNw`MJke6@lnk6+_pcq%pj9hr;uq&l0-X$#zc_z2Bf8e572BfAZ6 zJcZXU-nhuyDjJE|xaC3$xl(ni2LMyk!FA|m6EN>IW7-Nhv z#u#IaF~%5U>*jw&(v4sVjl6!5qNqHrElX%rG!l^nL8>xzQ|ehlBTH!H+GeOCh%DDO zsaZ?UD$X?HgoBVu5e`yZ9CXa#BI4BT zmQ1&0ydjWwkPHc&Lx(IKYfIB9n~N9dl4h202pvQs5^k}GJzTV8c%4p)J&j-PzG%q* zx9Q1y?|XOOIlPYu0000000000;7N&z{MgddytT1L?^|Cvbg?ag&^2P5h`T^c79A|e_m73w=( zy8RQQX3HZ>PqW~d@)KqR%3j9h*aHqZ_r2tb? zIiFHEpHc$j&wr~gGV_9)n#!H}4mT==$O~vx3hXz))YO^rr7nIErlxY$$VJ|Ss*#&{ z=fhg~9k7U#%XX}J?NPJkQB+N6R0`a@_M!+C=y}uuPcGXrlV(4rqM9v_9Ct_;ot~6` zmq?$0X}{V>p&D`f`%LQHm+JgD6MEm8n#%m?#d2S40Dk}g0000000026WU{72k3v4B zNSi_4DQNh3x|d~3PxI+smTlXXUX*RylObtP6GR83!si2~xq}h;=LQ~1F`FRA9n!aY z_rGhRX9R>sWAWl)VDNbHkcfy%rINJMAwECH!N)J;xI_APTyE)U_G^)1R%e$nm-ll{ zZwKkMRA-Ic%DsW}Ddpbh5`?xu)yS>nwDzLYi+%lZbFXs=3pc=DyyFhVD|`T9ns6t+ z+MS%yi8QbTVYb8Epy$V#m0!Hie=+ja?xU$Wa#0-60C)oa0^&F=*vAabQUCw|07*qo IM6N<$g0aLil>h($ diff --git a/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/meta.json b/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/meta.json index 17c10f2f7f..045389287c 100644 --- a/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/meta.json +++ b/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/555fa0ed9f380509156d94131bd8a3f1c1fee1cf , edited by Skarletto (github)", + "copyright": "created by RustedTim(Discord)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/sheath-sabre-equipped-BELT.png b/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/sheath-sabre-equipped-BELT.png index 539530195cc3dd9a27f849a3cc3d4e0c55f68109..0256c2fbb8d3f362c4c70cf6c568c2230c30606d 100644 GIT binary patch delta 689 zcmV;i0#5z%1=aNm#Rmfi5G0%wZ|PLq#1z zDe@r59_G|Jx&`53SMcJYdo6j81tp^pM1qZA!9&4bLK#>Ykf2awkGTb#B@KS8v?K^H+X! zib2*X1{ZE4&WrpwrurBFWHTYGZ+%0lpaKAz_17?rn|M?311P#a$;t62WiugY=@cG5 zc!6enAc@2j+5jaWW9`mmXz3J6+6P>`eh;6@ReXG#1OVKARD)TMGv)q{&?M}LhyCm~ zJ6?Zsbr}HA>VFOa09rbQr;lGExw?#Idmt27XafMCw7n0Y3N4+&Zn=um_CD6PYFLsa zlnN@!m0zME&y?3Atp4Q(0ANXyQ2YG- zB|IyBbtQIQkFZvE2(vd5PH#J=z6o0Gw0=t6{vlf3A%F6EWa=9tUwpTJ=*i*%motEK zBNMzndCt`g;H;T&bWjn_grkGXOcw7swkfklE-JhMja-zmO?ly-DF`8i5JCtcgb+dq zA;eW)RH9w~TYPNjo>hq#rV{N{zW|S$NF?UFC&A0fjSZcR4V}fqe&$B`O-M}jF>8&U ze~zg>M}Gwnry98^i>W@gcI(=yF(>C|hwwds*XDuaegP#QpEM}Uik40xn+d_}jnLoQ zIJICUAbUHw_0;*Rzqc{-4B!jr@AG;@`1Bo_`E_RlzZ{&*P3RKfCF^<9Y!4)}H*(aM zV0#0s_4;|_bQ5gV-e=XU;D(s$V@g1_-JEe|1}ZFCvw}4foHS?rWl@_IoHl0=@}Kzw X@8VBlvh{{89mGLFhYmu>sD-AJba7F~G(#sTB6J9%mEd9!Yt3Mw$m?)i3D#?U`d&5g z{lGnuIadK*d*5-}UrNmUykAP-U}sa>_{eB3 zR;g6j^Z>;;n1AjyULl9d+U0tKh}B@f>KE1FV(}3!gwO z8)jw#^q|u+zSPCfLk~JxA?6dFghI?`dFPik_cLG~xr?UKXbsW0970qQYS}Prw1y%= z&BXOBFpu0tQ_*3)O?fpghp2Z)IB)l)e7gwU0n@IVseh#s@$-98>fM*Bns)#7fi;hi zLuD-g_}>1=B7_h^2qAJVx!Bq9A*)m>?Bvu2Eib1>pcn^JCLMfhxA3{?oLPS3 zEs%2e2Y*cK4#qJ11^_^rbRer^M9V|*dyJ#-!utdt%AG&1;q4LN+5z@Ra%OOQBnbeB zMx%<~18F+|Fk-iET(C!ysCP%WTYbuCE@sX}3aiYnqAqWaY4!}5$3gmB3Nhc>)#^eH zb>Y4Qt|L&0`PQ;pd*1FT?>}8F)R!=K0?ftNyGA4a8U6>$B;lW~o2lPDIzj_Wu*`9= zqz9d>ns%@K;!Wm*aoGlqd###w--{hf$cp^}zf(dnKvDfi00000NkvXXu0mjfW`tir diff --git a/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/sheath-sabre.png b/Resources/Textures/Stories/Clothing/Belt/hosp_sheath.rsi/sheath-sabre.png index 6e24de6cc7b4a3ff4dc2330d9b0f235c96ca18e0..c6f80f5c3361fc8d60753cfc65c2a9240c9dd29b 100644 GIT binary patch delta 787 zcmV+u1MK|!1GWZ`Fn1vl{Y)V$x+pY~q^qMslww+v=%O}b zx)}5pg$P1BA({+fS~eirtlU&GFbFQja*-i~E)u2C5oeX7Ibj(7G=id`X^Gqx)6wyc z<=kH}L%YP?rAGRs0MaE|L0TAac zRF(Q#nmexV7$;&61bdr^@%3)1rGG~yZm~pi&gqu4QAoJ8=+-|p2uCz)5 zqQzgj0b#YsA%8%k1h?*axqG{r;fY0E00)ByCkw7%vs(cuS6Zc)uA6F6Q4uYpP=&0v z)j(NYH64wzTImSvA5s5EwZ#F0(J5I>wv81ECuU|=D66X`=W+@ijZUJK95fEt>^=-e zS^DVg-Z%-pE!9l+cQe^P%Kc{mDcI~iTPEpr6sXrOB!2_&$~}##ra!Dx02&7b#F^?T z$P){Tn`1XCBFAJ->Ru7s+B$8{TZ8ihr2C`G*862CZBy)|W_2Ynk z`$HPh?|&2w^)>6QH11z!cw&)~%r#8r3}R#a;pPlcSO8j?YWk)8v{jV)T3l@l42&Cy zjq&TYKVkp~IN@q&VsLDp?9_Oa`dZ?=g<-egT>}V+lFT)f$^={uO}rU7qV=3300cH>B!3W51BetNssNEdY}<-=t9RZx2~Yv@ z(i0hMFIIESJ(ATT?+*Y3oDfel0b#R;zA>X-0xd*vIkvk+_Y^=2k)xPHAod(UK;);b z;%aCLf!G%S2sA5ke*{D5zP-ZLpWch&2gc)S-#dVv^!njB)%R)oZ>8VVPo=YARVPXc Rg$w`y002ovPDHLkV1hA~Z1MmA delta 469 zcmV;`0V@8s2Kxh$FnYU6vlswgMxveK~o9RQRvdOqd19sSMeQO z9J|=XH*gTwzQDy7u;7#qf@6_jMPdmw&^rX;p!b?alN(*S>__G2krc8xGgOWbm&3_b7If_VB8i6Vt z?ranKLO|nG6Lj9*7q+Bq z3ra@--zyf&M2`WW)9Gj*byo6ciJM>~kWUo)W8_^A+fKF_4u_0JBW&A7-t~SIH*Ek^ zxC8l}*YEw!Imc&L0QfiO3$~(n;x|DL_t(oh3%HVO9EjS$G_JFNf|{4XDAdMWpojgV8KCyO9auP zLrX*8?AFlWrqI%MbANyiEkQ(ofM6{xI&^U1kZ=b^f<__oG^F;Exc7Y1hQ9OrJn!dy ze!jrJ{>4#xTqfH{5sS?L&&%g#{HPfh&{WAW1UG=K*gQfzF@I#T4@`E0ya0Chi%@(e zW;<>XaI3xp2rP%AT7UrHBzO10PE#e?UiAY2PA|*I6)TSYI*x#*N;Etq;wY)$JiYv- z$_u3`3Z<%3ckBSUVntX}p5UF^Krl4gfzVWmCdWN^d~U+D>P)W(7*hbe_Iuv+U~zg3 zS2y>FEHqGS`hNhhhaYfJgo$HYFs(WYr79u|4Q$2c;T0`bH|_y|w{+|rB#_BIAa8o$ z6)oo1cP%|GQ&bDk;ocJ2MvC;f%(Mr%L6~Rj)P`ZT?|Kv`j%@(|yJKZm z#Afokx6`r>u^X8p+ep!OtGp-D<1)3s?R|r2gZwFo-WNnm=jmlKZp;0;{!K4YBGJG; SKt<&M0000h=+d>LIEi~#@f}c>)(#L% z=SC81CISFYFEar0MDkF?lz$bJvg>zSsp)5{FGzl-NuIPGSkzte8wxfXJNSF5nOUfyFV zfnYjk;vO+^kADdLF~RE$&$YO|Jo&MP*Ow=$=UN1>GeUo?<4hOQID*5~2V$8Zzq(T- zgb<4)Cb!x~yNUOF|2YOj{z3)Roa3)~I&bga1sbOaA&8=gD2fn5K;u*sbl%<1ZEyR`O?wn_wi6PZauNPx%^GQTORCt{2+Rtm#U>FDRZ?%_{hcOsi`b#<~v|B4eskWyMrsA#FL1A|t=wF}* z5Az>T!TkpwhwLDzbBEmqV<7us3!*~THXDT@!Coq_hb$qjvE)sb4&nJ+UXrx$^W@3f zyd`-7#u#IaG3H(>T@<6X|EKt2*)I^0P~#Z@u!5@b47yrf=(-;An#g6vmo5MRXsrgK ziFs?gbA05b8_zh1wHl7C{c{)1>{pFvaMo>NwYh?PG>p~e3eLJs>z*JR-*o{1K$%Ejaw-V` zj;%70km=47t<}KfR1#Xdj#s_s(Asrl`+Q`|a$SIkLg@WG#v|p)$Tp&or$pSuH*=`( zZ$gb_jVm9^qQ1Xr#g>il`i3zx9kqtm_4#}FcJ%SD)^u{(3FJmNGaVHtr=3tLT@?0d zP-`{te4e2)T=Nz>^TsTNTrKnxF8p*ys$iQ!bBuWm72A094kf47{js6 zedUGaU~>4^$(bXfys#W>_0N?mHDO+eQ8~Ho&(jJKyRKG8u298;#5?3;VU)N1_Bh(h z+n;dI?qf|rvX6oozy5xZo8OxE=@HVHS;VCI7 z_E=7{PM}k<)7k)YIvVF6qERtNtzTe_F~%5Uj4{(6LR@Fxn4B1C00000NkvXXu0mjf DOPGuv literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/icon.png b/Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0220d458db3b63b0c13678040bdbd4495f888739 GIT binary patch literal 605 zcmV-j0;2tiP)Px%7fD1xR9J=Wluv6DQ5400llSsx;xy7WmFNg?`4L=I3zaUEE(#))fT%TKAZV3l3{6Jg%X1MjSj6^40=k$3!<@&x+&TB2 zI}c*Sh!Nu-!x<*o^E`56$5BcfArj7hXCJKn6^AM` zv&F^!$5PUy-HeebX|(Q{+2SIh3e7O}h7urz1YoDOMyXt3d~7^=O63YWwY39zHn6t9 z^E}e23_?ib=6sSS;NsQWQT*lVeSSDOIza=il@osNTG=q105@a2+%)IsmjGxswxf8# zp9A3a))U%6ov_n&Yy?=(YB1J|JiT6;`R z<)iaNeunDiLUb7jT)bt?;|ddq_b&St-a9+P)eIp zxdQZk9_+!N_~!aUgT;9qHvxFF{hV`imk;F|Pgkr2 zSX^6xSZZrE-;|e8k<;D*#-V$pie} z#~Zv@U$!l4Z^7hL-T-*H=_7Zb9n=B%@_Bc(JJ1OlXw;Fp0*RaRN4td3pMpTr4LeS+ rr+=dRQ8oTkaa@e27Dw}0TQX?XNZy(rG9Wz?A@$#ul>>M#TI!A+-7QfdEhg%&hyES;+eO3S6In~*l}N5-FoH1 zKGkVJ#~nTLxq0=~cM73~Awr>jsWZ+^zdtp0wf7$$joo!8Bo!pPVV(lgeTO&Qz4ZL& z{;3(IKh)LYx640_DKeEvt^a z%K3ipal5DY^o^%Iz9@IhWn8Y6{=Dp~a*k`&eU*+}MxZOS|JV3b+A}dM(bDt!JWoEv wio5TUa>#b;ocq;4Eq`7{Syyv(WK}c&&pBf?*X-3CV2m<&y85}Sb4q9e08T6FV*mgE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/inhand-right.png b/Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fe154ec0a56b4e08952f185ec627fc79dff038 GIT binary patch literal 526 zcmV+p0`dKcP)Px$$Vo&&RCt{2+OcZFKo|$`e@op$DP)LXAw!@dg)Z4cCpV#!@8DbXEqsCY0g9WG zWb5D}h(zd6P%y)RNcQUxE=YTcMiY(n{{unp61;qTcS61oAR;0nA|fIpA|m=nuCgW# z!;q%c1OSLIKomup*H?knzn|JlOl% z%m4tu`%4^v?#J!nD>^Z+-2(vl!~V`|Q`2KR{gtY31KV+>*Y060765=d^B(@NpScaR z6YAmXjTRmrp8){#=?JUktg=C{9aq*HE$!TDIZF+Kb_mk;nTUvp zh=_=Yh=_=Y^lZn~zV|=Ib>15c!;rS)O51T|S|OrLMF$~w094OFO>XeJdVC71^j(zP z0RZBj0o6BfD%+*+PWQF2EXY+eJ6F$uuJrxszZLSEJ3B;_w4Q-jAj=NIA*Jtq?7an4 z&j0|d#Ud%6d+lE7XMrkji!ew&McF$8&e<~%XID_lKThs5KsV0%JJH4Z0k%HIkAtYZ Q)Bpeg07*qoM6N<$f_?1pMgRZ+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/meta.json b/Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/meta.json new file mode 100644 index 0000000000..107ed3fb69 --- /dev/null +++ b/Resources/Textures/Stories/Clothing/Belt/sp_webbing.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Redone by RustedTim. Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, tweak by @mureixlol", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/engisp.rsi/icon-flash.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/engisp.rsi/icon-flash.png index 964bb05c4438695eb13e1845448e239ef8e1df64..2fdd0c85d5b6f956a8bb0fe83eb43e5cd3505edb 100644 GIT binary patch delta 362 zcmV-w0hRu$1(5@gFn<9{NklnkbjgH*)#Bj!!-B=l#5U z9?)ns8qF^trF5i}j+@>VH%$Yh(@w2qe5(l|036G*JStjEZhwY%_Y8d?`CS0*SHl7wf6)tsvufcmyqnMI0) zBmk9imi4s|(XCd-gCoiYl#Z}gG7v&AHFFO5IoyHNSr>+NM<5`H$1}OU`ppjQsE9SyRvd4ae2iFEp!gG5SMPdNe0vOK=_ z8n2aSmX=ScR?D<`-(3v{7YQ_&n_u|+_r2JzYaNY7qtX03AK?gXc6F90+W-In07*qo IM6N<$f&rqd^#A|> delta 645 zcmV;00($+C1F8j(Fn13h#*~DI;e|v>sC^6NRd*AQxGkZND8*W&>SHqv8}dADRpQr zq?bE#)j@>&EO+mB@4fH${ocFZ0|NsCgMW-k83>2N``R65Z-0Mn`{u(NpXB$@1HTC% z_;`9(83XY7e1B)4A}#`50243nPyF0=0FaduwCpAU*fNPYoITaJY(kHLLs}mc;x54D zIe(FJXWiI@&bt0;F+Hdns1c_kF3!hh?rxTClrd{gW)nJbID7VONh6vYeDA6;fu*gD zZI0-jTNia1P=86iC%+N*^mn`Iu44ShB41d+eWDHP zTN~@89e$P909aaYZ_3H0gm^c@`uy8sBb>H!qw}3z7(u*1*l{}kU)q4 z+~WPz7_nH4U@&OXQ;1XzD6##JM58QyYvyqKAOOPn2*UUX0Ak;8wH!Ztdb_T~AJ~Ax zLD8xMD9L}7r| znxQt3U;o^^B?<#hj!Q&g06?czvypNO0E25A*9V`5omPz~4A|JZWPEDTI)GJOQc5F) zz!cX3I6Zn||FAR=>fH?g1vzOFQ?FJ4s8=hbN$es6ST+D(EhO*rTwUz2xqZ&`*rU_+ zP66@|#hDc*CNyVx?Y8N?G@Q)A@dZk$LYDRECNWvocQ*HUJRZ-#-~*EvagojQ$2I@} N002ovPDHLkV1j%zkm>*c delta 420 zcmV;V0bBm#0?PxCF@J?gL_t(oh3%EGO2beThQEkI7i))5f^<=6p&%4oZt1F>rF3rH zeSyA1AE3K-?jYh~brtU-2tpu&5-1u(C}`#p;cw=#Xy;KR4(9?@2fZVq#)q z{um?d3x#4$`Oml4ZDWzPlmLZdO{J|o0DaFUp&S54MvhrMOn-=#Fadm0W=2bkG=P8m zuZ&V=hP0KR`y`PCSQc6Vgb*sB9QvM3cGFsTF1u+3|Ar7ks|()-5JD&^B~r>cqtDEJ zs@1BFHvp^JCnubpwnOQW1!y*#bUGb&4lbY!d~AXTbm8V`57$jb7eGpB2qBc~y1>{V zdA?7|%mi(}e}D8C4tl&kpJ*HVXb%h_gc=z+O7+%QnC-&k_5fGMha{APlv1mK-1lsT zgWmL00Hu11;h;y~vqPD~54Ispx8Ljng7BO0*A$916&+^o$Hc_^OWpyXp^FhuZOPF9 O0000Cfao2|vZQ5M@+kW2)43^^FUW0wb? zH}VD?M5Ah>UMnS10YV6j@yp0$i)gi4$YhH>*^9IR!P9Sj{e*h0gcr}pQLmK%03CO} zr$D08sM_G1qkmDg0q9pj$rJ$9KiBU6I}h1iJl4G|4g=sM%7kFU9@_D@3pZo zHwge(n45&}wY39?3S&%_e)z~3)3O(-0(Kgl8fN(MU0`!#CHCa^``^E&>t8$QaL3jC5ke3IK@bE%5ClOG z1VIo4K^#?*o)7q2wjv25zYBtMj(V*m`}*(4`WLzU`AA-xeGG&I5(lbiy?3!}!m}qAG5snfpKhGo|aN zD2CmbqM}s+LI{|q3DYzoniYs`HMiUy!K*S6#dA?s;PK0b#kxS*G6JT@t93W28J^wgDrP-sH6SHnsV!XBE%9HQQW>AITIS`b%~#SfCL6gPex zOk15E%uLplw);+;OiAA#EIaeEJkS6A&+PjS^E@E=f1~94!+&@@ZXRp>qdGvOuT#lA zK6G_|!@uQkZEejvmdi@=GG844kw`=bDD%~sqU`3d^9vgQ@P@bIAJ6T^$hV{TUpT*z z0g*^Vck3x?s(c5=YpQ&>^^|!gFBD0hNF*2-7$EHl5{d@F2V@{S z4&iW^SS%)*Uw@cWCy%n2&H&HufW>r%Qzws7Ss6A=$a_7?+W>>5r6umoG;{3UhtyR0 zSWIVFo*Tras-mGRvphFQ+1qWbW#%dK)$O0Fs-+8%_g_HMG^MGji955KG@PHnd*vM2 zkArxxoTK6V1b1dPg_B!hW@ZL}KtRP`-$Edu9vIg&O@C-N65a+cefpJNTv86e+175x z;!yy$HXd?q;1k=oLal#P-`aRcb?s?$?Eb0H=`#I4!_wqybI~a2jcV(*m4E8sM}5r;!FYEx>7{0Zt2W8sWFX zTK}j5>^(pJVB6>V_Ubz?r9|F)`BqUy>GqT7$A{Bl;WyP*UW@O!^%OgbAEQnWKxTdq zfjYyBP*J-5Bsce3W*)bmqPHrhi<%%*7}5Gib$?^>{`wXk|GH|{<`qR}VQzxebx*s!n*LqqE4aSUxgejm+yUY6DXx1M5oZjjAK-?2P52#Sm9 zN*_94*W}5GZS(`=YA|{QL=iH;t*1~`m2fx=Ku1Rhi9~|8PPFm3D@5q_kgcsUTK}jX z9Do0YY-bSfiFQ+m@vW+=uo1#*Kr)#$k5^V!0GPee%&{LnqULy+XgFa?uTQa<&am{; z*Az515(or{#bN{k0j8&?Q53OdNXUR4#n0LIx|zKBIk0a=V`C!?Jri&SvOeHxx!f+Y zmqK_S>3DCqGkv4koNzLkq`58fv|OLaJAa;#0h>ETN5ndIW~kVP#_D%x@y`gx7#bU+3P1&u$h194Xw@-EPozxI1!jmq`)$ zW#jcC(U|$Ny6!2SdjG-}>_7B;aQte)>beJ@z^`V^yj?muTfn^;C zfDZ>&`1t+>cDLioK;$x(b-?a++_BhKZWe6iTa9XKa+3?oIuQK>VfqKcOkEsccRQ{C z+)sRi+T?O9_F!MgPO3FE+nM~R^cSucooFm}cx3t5xTmX+Z2I?x;(EIJj>pdaU?Zz-wvG@NFAd@ISGNA*(iJ8p{iQrNj0|ukV)?m|9>&gP{aeBZv!{%rhAO7n_#JE zkxB27Hn%9}_wnn^oEx4eZElfC?@=mRAj+qT-RXNdaDThq7=}SInIxajqiLE_EEY*7lTPLOLfC$>Fbo4#RVkOt;_)$6Rh4qN{GVSu zI8Xqn6yaI_hs8^hBuSDaNs=T3!*dNWo|vf+UZYsI2-vOtD7dD-u5yvIYDac##8sPu$~p`X1?y2j^6{G>=gG# zK7V&QJa;mN@OAdEwlvMT;rV0Z8&(syf6EB!yumwOfH%i}rM2zB;jb1b|LOE8SX-I~ zD#h;Vd3x;IO`s(R)Yq7C^b&aQgR8>ZUHKrwuQ#I>?x88!s-2@#IV|Sme|~K80mGxy zN0(VJ7!=`f7`NM9cSy%~Kr|NP=GQ-wHhU{w;!LLg?RXNyFlbV;JSwE{>tSAd{S&<1 zF`}^;(b!c1@YR=Ja5s^~21KIqg2+9VKF@FR}L_t(|ob8%VNEA^V$3JTY9{iKCER#qep(1#x*26B|(n}#4 z19nO4S{)36F3$0J34)AvyGDCk@L-D_Qg0&2nuj(JU1V_)T_oK6a|ptw!?xoeOlQ|w zbny3qfq6gn_nY^=^Y*>RZ+;*Mf*=TjAP9mW2!e3I@HiDH7JrLb_r_4v1W<#$p8fZB zV-@1x)zx*1UPIZbypO;bikd#H1puX#3E({@Au%|6iV_qWlZN zQ2~@vX1TdYV}o|U-q@f~ZZ2AH^f>?g?*YoqMfSH(@-GI*1W-zuGcz;jx=ywxKrj;K z*2DzCNSJI*0DoQAZN+K7T}3jL0rqA+wW&&WW?$2Iwyc(7#^jRIrVjm;G+rXgscYM z40y-yGxhN)BX&dvhR*5)Ufs;99*WAf9eWj74Nv45QlO0W$MynJI;R@VV=ud9!- zSOkFW%~gh9JwNez#!%GU-dyEI^Bv2!v@l6!b={F$;knxe^MefbhspK^2=<2$*iS+Y z_IfI->sZgsTi5>v?*t_|2muH7?NW6fPCo-2Uj*}%a?nmvl7o<&5CP7*182>J7eEjM zK@bE%5Pt+g5QK}zxlddk&NkbjkW6vOvcje0@r%!8^|d>@hwa5=qFtF1tFPVJ^=U2S zFUWmKE~bXSRWl&}=9^kOE!)o@D>SusviSXg2)1W}t7gE5*LVNGUcEp%5n^j?lyo9w z)e;nns{}BHqGn+HJ=xv>-kUw->k$BSUB~bD7k?~-tNsE2wQr|MrZOyldj~)|od$As z3GsLwkEgJ8&~*Z22ZDIlOuS!ufDYpEIFPF==;&7eKF814j^{c7YKEt+nghz3fm{{Y z(!wNTu?Q<06_*N$=c+XTAp0OlurCDc6;bW4A;>S3c5&4VSlOt!GX3z$Z^#{blv19R kjUNhd!HHH71mRrr7cwRx4_#yksQ>@~07*qoM6N<$f*rVo761SM diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/engisp.rsi/off-inhand-right.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/engisp.rsi/off-inhand-right.png index e4c0861490d6ddbc403e441d718730c446997157..a9ebd75921f8ef7970431bcea9863b867ef9144f 100644 GIT binary patch delta 971 zcmV;+12p`M2kr-uF@LB@L_t(|obA~`Xq#mm$MNs`ws}*?wl~(UF?M-nZqZ1pR2Uj^ zaJwyp3cJWo(!*}6d+my;JsR`rYXGb)Oe&-2L*jda z0A%MgLhaFP8@L}%yfnn|4l>#{V5_#dV=X*948UT3nd)Y7&q1H0PBPjyz+9YqitCHozB%ij{>)1whok6^-?^)vKI|FH@@xQ7Zh^ zePRdQNG=kKe*nP!dwG7D+_24P+W>%b=RXqJxfuXPBA1)%$4|V;^2)7l^Exi&eFxGL z%%)3(!@-u%SM3hgtTM&IT?%HFk;r8R^j_+fRSIU7Vt?T-HLL7caHp82iD{aI!$E#e zWjQ+FwcVn&2VZ$D!e;qzq3b%uVi8T#s8*{q9`|`(RQ^a!*_C+ee1T|lt2VZ;9or`u zhJnlF!m=#kcDpeQgIq30rBcD=aw(Q&k;~zA${fs9=j@NIy z0gaRY=0>`?Hl7SIo($pj^6-~hYeNUufIEK{h34_^ zSf9R`;P%uQBN4d2*7rol<+rECfbFUDbA!&-Zo2_%eSUtJ+qr)I$_v1D$Ux{j$ASS+ zUw;SnNOLN^@y`Qi>(jv&aJ$_EgF*a$e{&l|PLGK*@nztl(RqE{kzj^l;8IGc)f5Bz z_UF`pbeIblKNl@t+L5-u0lKa$v+0sR4RGP&$ITGQ-{93Zz9iuHQZQ5WxQ;Z3sNLGK z)`hO?WHK2vP2<$tqg~g0+@AL9;LuwF;6&YX?*Z`h)vq5Jn*&O>4cKimJ)158VCHW* tcAe>}P@@sAhYmk;V{=K8BuP2|{sp_-ZjE6Xp$h;2002ovPDHLkV1kbD^^X7m delta 872 zcmV-u1DE{n2aE@hF@Hu$L_t(|obB3gNEB%t!13?678__5=rZRWdLnKJ5oDv{68EMe zD7-Eg?3MO9kN&*6UO2sKmOu#VAYb2|aW58pb4zdT>|G#>+P(0FwNj!+ZBn>5pyzz4sX@oD5>7^ol^vfQzh5QDZo9=_o_%sW9%o=+fSHO8 zLPH&(14&5z1ApOgnBn2!!q4I>9X+y_>6s+3x&o$Wk{msmJV9%#k<)LQX3lPww+&wY z<(8_fss-S5XAk#cLjYtJpL2WQO5RpjY}=q2iK@)va~cmEbNZeh2)aJDAg7?5zH7t+J|?h2)g;$)5aLdDj4Y5Hr%J_+zzQxR5uWmv~(h;B}Bv z=6WNvlYdA8wmX3Bw&N2Zgb+dqA%qY@h@EG{2cK@`XD_z9Zm^M0J{A5HGZNK+<+c4! z-|A(5-uR)Yi>GcpCjeOXs{~705W5Z!KyqrC&sb5##!~{!NL1OA4<0R zZ!sfL_3Xb2-)}ch<*krn^(89+ze+GSxl(&izkh(bLlHEOuMYcse zC16Pla{9*}?*DZSSV=}(TN^FCBXAN@I`FZaUMf5#AicDE*S*-#`%Jom#skM#NKSzU zqhWXZP(v&46O{IE4^G6vF@HLny30{ZUi^0000w6U82 diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/engisp.rsi/on-equipped-HELMET.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/engisp.rsi/on-equipped-HELMET.png index 70637ddf8314b245627cf4de9a25bf3666d3444b..6a26a7e561ee736a064f3cd0d0af09a1ea891ff5 100644 GIT binary patch delta 919 zcmV;I18Dq}3%Li7Fn+zVZ_gW^C2ny{h_8ICP&Q@8=sTFhxl z=4f4aeG%_n9E0_qnEHd~^X4X(-19uo$+_pkJqJYVT-Wto*MIf@i}AMETr@B^=C9Z1 z{&G%hjpunREG$^Hxmm93`bsH`G2yw+o(H*n;cKh7cSOBlU~tS&+_M{K6b+C{XYf1^ ztu^f&2{#v?NF)Hb+etAnIA#?$atGW>xtOCgJGmtzz!<|$y`NM%!_v|csdT2L_9Asa z@b54Ee38=ZB!6F=Oj4Si;T#K@8t2Jhod$ZnNo^hyl((lTU%?ny^bh9Ua!xgwPtkuMTUK*Gy|&ERseioy92imD75|;@@@3{rzgj1< zSxTvJ=rq{IwfFqThTf$= z*~w2A7sKjIHhh61kZ`mx@J0O;yg^u+tXutMb9bVB5{ z!JzoAZWR^}kk~cK`P54(BliGD^$9)G|XgXeh|W2`r4MDDR5i0U5>iw8J6 zwU^pzo^SKZJoD_Sw%i7%zkJT$|MVlox^{8o)grU=SAoW2t*I1%=(mE^>af-tQz=ld zEd!0>SE|!&Y}7EOy(`2U*H);l=E=U325uA|Y}bj(Y7PiiWgERd%%dY`=!qve_0b|b z`+s6qiEPGw_wL~O^(!1bww+7GGfg?%$SEqT5nznLaU2}S!Bh&EN+H}Y@XG7$dkB2+ zNu%u(*`Y9Qm`BsDu_&yvZJul##|h8Z*B$HaYMXWN&|%*z&4=Hs)oS>8%k~E}YwnD8 t?-2VZV+tXJ5JCtcgb+dqA;kZ}A9%}Kz7WMBT3!GE002ovPDHLkV1nRs-9-QZ delta 1398 zcmbW0*;f(>7{$RoEw`*R$fId4>B)6+qX|h-vN6r2Qx>@ITd096nhY+vre-dasAwsI zIzy0oP_lBt$}+doaz!N(9Yt_=oR|3n=04o-zTBtpciW^(z-C4Ek)O41Pl=}Q@WB!B+T?_OXF_SQLzOCmw#I<7K^ ze~>!$6@HpOP=!NU%0ly-Yuqb31N+%#0BIPqp_^Y?BGBV*D$q7bSp}gc*4?R;Yn%$?1qtUP`>)Rv5hrqJ_Y!+)Ye6 z;U=J2)QFp_0NUc|;BK!q>0Oh}WSZ;TJMA9ttu_`8zfYqoSv859GY?FSMYk9FHuAcz zW%KAjPB!o2;M~O*4sf};Wc!rz34(BMPhma+FfV2Vv`>G=cUe3G%nSQN*8r82B45N? z&k8J^77m-#wkk22^MdcIA)7~AY_p7m0(F+FWmd5gw2ZUw%gVAwmjd?YS(v}+B2l=6;qRHE_Ow4T)LH3 zyj#it@j6a<3sTjKlfjbg0w{FljWY8KYcez0VZ|7|c(}w-4-{x+V1UaXW)rX^%R(Dj z0@%e*)E|Ndne?Ukp{*42Kjbs!+#v7XbTkqtL@kUbJ*UpIprreX-?rt6FKau(6LP;B z+31v#(Liufe-(-RRS(jmt%+D-sGdWf0VwWpBxuh}8YN}Q$&|yr+S`W7a$Ukmn^e_wSnuAQj?A6J? zHq~rQShQzO4)qS}Ma8P;*f#Z0;EZx(8%uQrzK1ZFUE%j~}0eI5Ei62~1Tq3&$LLGDMi|_(4sa)iXr0a(m11H99)7YqHMiT5k}kfAWR(PJji851{@_5U)SA! zA{ma?R#9)JnQM!a>LJCHkWR%Su%og9@GPb~Z|kR!%&fhqxaKc8xEAwj<;w1-zY=Eh vNT^yfVy9MyX$ooeB~(LEMnWv@zk{W3g2)8kbt#cT2mpzrar2KQyn$Ga*|ljd&r$5_*RBI_`7Jw{)@G{!Z5<)} zz7pSGdxcK#_~FrMp)|j%00eqRM5&Z(__|e8jkb;u7cULr^H;Y1;?fm6sn%qx008}i z=NX$^1?B-*TbkyL3!|cc@H{`qZ=tGM<4HBQ0+31X5r6+N&QQbyoo@p-?52B+t(#z} zXpu?pkv6v|=lAjJ&72#aCv9$#N$*iAS|G}&irww+RDQX)MKl`5G)+v?w3BL0wswH8 zt5w-dEDBxM$z(F*aybfx0=llVnOMZv^{VnPoohJm?slBrZJ_d)7T~dy=80@QR}I5J z(=>|3qJMC^-57>JGMOZw&!cIYQY;opCX-I(`a;-#u`mn+RaGgM%i{4dRaKR8x%{7B zJUCDQs1)H@|A)m(k|arzBuSDaNs=T^K|wAgh}upWgN|F*!kM>&8>}v9O*M>t??0n2z5Ap6nF& zMt?qcIy`qWhVXUvu(mYKx#9U^;~Q2Jw|~nB>b$`_UVt~pexUnzX+fAS)2-Me@ar6>+?}Mwt+gQ>`lqu9#oUsSCXe>af@PPcGLk|arz_!|`rVRWxtfCT^m002ovPDHLkV1h?11?m6* delta 1216 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 IM6N<$f~L7t&;S4c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/off-inhand-left.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/off-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..02ef4ba4e8a66503a384e4a36bafbfb1e7dad5db GIT binary patch literal 1061 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/on-inhand-left.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/hospsp.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..02ef4ba4e8a66503a384e4a36bafbfb1e7dad5db GIT binary patch literal 1061 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/icon.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0633aa5289a2d0d046370ae963c3760aa21fdc1b GIT binary patch literal 304 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 VgIcQ^?zI2_002ovPDHLkV1gQ&(L(?L literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/on-inhand-left.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/medicsp.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..02ef4ba4e8a66503a384e4a36bafbfb1e7dad5db GIT binary patch literal 1061 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 QT>t<807*qoM6N<$g1*_1vH$=8 delta 268 zcmV+n0rURO0-OSn8Gi!+002a!ipBr{08vm(R7JqRz$GOmBPumJJ3Kl;PBAYpGC4$7 zTv8Sm7DYrae|$u6Z%A-+RZmSfi-|<<>Q{GmK9ZAFI5#4Lfj!U5TL1i>U|%;_S3`=6 zO>S&8c6dm>O-R)M0004WQchCFBui zON)~#9zsR0&pmbsRsa>(h!#1r_u*2F7CBU0quIF63c(6cT(6?uXyE#4i1J3;>65n} z&O3EHJ*Nt2|NH;|jM97D-FBRQa@vL3Z@M}M z_NUQWQy7LQMnGFm%ccWZYhjFG`>k;sj4=gkEwbqVNffL!99ZEHX|3HM@*OS+f*|}0 Zz5teASo(_jNE-kE002ovPDHLkV1lh9l#~Df delta 198 zcmcb{bd7O>L_G^L0|P^2NcwRgr5NB7;(Fk~0aaC1Wi3-{Ya1&^KSO|W7XoWMA#VMR+sQnJFN2K$QC>s>EfJ(yY>jjdddPCTn2 y7G&aX*1WLBE#0!~@QvOnfg%jPg6R@j3=H!g@_(GK8TcA#AA_f>pUXO@geCyltw-Dd diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/meta.json b/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/meta.json index 7bea2d1a86..13a3abba33 100644 --- a/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/meta.json +++ b/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Created by RustedTim(discord)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/off-equipped-HELMET.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/off-equipped-HELMET.png index 4abb1d3c74e1b946696ebcc25d18a1020d4854fd..819185661ffbfb578c7ec3c60bc7834f7b63a0b9 100644 GIT binary patch delta 838 zcmV-M1G)T$2i*pcB!2;OQb$4nuFf3k0009QNklR4Zj8KHw4Il_Z>+$j?;(w@1e0)D+fU72pdj81Zsx9nVse*!_Ho>d67m zkX+mz850vS>VHi)JfhUmc6ZQ;Zv~k*BQ`voyGBf7Bh28s5jjJfa8Prc>8+T*e?*izrr&l zH~pz}xwMY?#SBKqo&W%xemk}|*U-l~9#;YM2Y;d;->o1Te*r-d5Q!!*zqkWH-!I_e zoC2Te*_(X{k!S*?(+jj(Eu=H6h{a-1Rh4Tzf#=|CHfvK=6|qtrXH* zDF}^St_koE8oNdwUBCB%;J6wK%ybv!En1KaYW-Vvg!@L%u@>JggTi?T&_9i;KQ^wbZNC zXiIrVhoW56k{buUN>=KtVmwdSTNVMm5tCMJL*#F};yBjWE zz0hXh5?geVx;_2x;wD@T(Pml4}h;1D^)P6Bq=E-ugbjsE1=w@Tyim8W6SKkUGGTrTzv4U%&Ys-P|1$t9f-^k*Ui+s#|wMN@}V`<;Hn0S%%xr)w!A$7ws7t>a{}FO4aK6?oYkNoT9MVqE9ik;rBgfpGD3ZqD~werwDlL z_X(|i%(Y;4xE71Rvt?b$zb~AfF8*L!z_WuZ*aKc>+BQvL+&2HM(Zbfzt#zCWwK)Mu2>*dTi#ch=<@FQh{mI)Bye zyR}7IyXC;~@BWMov!%m7Eb!5@How2$?%>6bu?z?9y_Pq=tmI&~BhgATN#sDuqoW}w zz9t;{cktxdhNh*Koe#fFcPg$5aep1SQNxKN}mM^p!uqr#NWE9 zj6Z#xDvwS#lQ-zixc_t%$5a`Bz|+;wWt~$(69DHFp~nCK diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/off-inhand-left.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/off-inhand-left.png index 68329b89c1a079df71152df7c481a1653d373e8f..02ef4ba4e8a66503a384e4a36bafbfb1e7dad5db 100644 GIT binary patch delta 1040 zcmV+r1n>Lm1*Hg(B!2;OQb$4nuFf3k000BuNkl1Xmc>#cT2mpzrar2KQyn$Ga*|ljd&r$5_*RBI_ z`7Jw{)@G{!Z5<)}z7pSGdxcK#_~FrMp)|j%00eqRM5&Z(__|e8jkb;u7cULr^H;Y1 z;?fm6sn%qx008}i=NX$^1?B-*TbkyL3!|cc@H{`qZ-1exTH{GIw*rt!?-Bno&QQby zoo@p-?52B+t(#z}Xpu?pkv6v|=lAjJ&72#aCv9$#N$*iAS|G}&irww+RDQX)MKl`5 zG)+v?w3BL0wswH8t5w-dEDBxM$z(F*aybfx0=llVnOMZv^{VnPoohJm?slBrZJ_d) z7T~dy=6{K7Jy#9GK+`me#iDS#-57>JGMOZw&!cIYQY;opCX-I(`a;-#u`mn+RaGgM z%i{4dRaKR8x%{7BJUCDQs1)H@|A)m(k|arzBuSDaNs=T^K|wAgh}upWgN|F*!kM>&8>}v9O*M z>wjjx?wF3>1D@;@_eMTb$`_UVt~pexUnzX+fAS)2-Me@ar6>+?}Mwt+gQ>`lqu9#oUsSCXe>af@PPcGLk|arz_!|`rVRWxtfCT^m00{s| KMNUMnLSTZXb_u`$ delta 722 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 diff --git a/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/on-equipped-HELMET.png b/Resources/Textures/Stories/Clothing/Head/Hardsuits/securitysp.rsi/on-equipped-HELMET.png index bb9318f95fb5b53aaae902b5ac9ab2441e9c803b..8982de6592c438f846822a9f3d7318047604c2b7 100644 GIT binary patch delta 882 zcmV-&1C9K*35f@gB!2;OQb$4nuFf3k0009+Nkl<&QwZ-U;AReyC?S?=>z=!5QY{&jw{ z-sHaX{-YswmPN>Ce(nO)HgvG&*2~9Y?g|m}RtH;KoHD!!`OeQ(0EfGtv9t=Y>fpDw zxwHz0yPidNRt+nH!(Go@PAB%Gdx-8uw7AXgfXnH`u8#a%1t_tL=R15$hNsAbMa9xWJ4ow57 z(b|pVbh)t|dJE<75b<~%ilU&nIEwPR8@k5hzFxaJ+kaW1r4SdJ8noEgFN;VeQ+WMm z#_%7(-0ja{Rgg?3VX;^cO?Uw4yB+G9aIOf|)z#SC+&r_zAC<5F0lGVOb+&60IP1j| zLI@#*5JCtcgb+dqA^PZkoGto->||_x`Q4d39?xfPU7bWkHxl>eI(-%!;2vL zg3MA>ihnAP{a8FCuj$Io{c<$7cz1<(qGcT+IdW>Be5>-+b=LOI)}k~Q#`}|vAg|^xPL#;0wB95;m*K1_Tr5I0IS=K*^kdr zz&R#Y0jyRlyk0M6rk~(Kb1zIL6RhTX3_pyZwRwRvwLaq$**u@;i;+-k5Q`lklgZ%I z`~(7l0AyL_8qdUYup~)>EXxQ40$7@#K$$BWUs>HnUvDG&dK)36!(0>KA*91vo|V;I z0Bb;*3s^d`cuA6s`wcja*Xw0HeYa6q@EriKEQRoN!k9b3t==H>`Rf1xsdNn{#~(wM z<-f|6w~6-m_b{XP3LM>+Fg7+xujC0Kgb+dqA%qY@2qA>mFK&uSNylHj`Tzg`07*qo IM6N<$f~*Fpw*UYD delta 1187 zcmV;U1YG-x2e%23B!72$R9JLGWpiV4X>fFDZ*Bkpc$_82F%H5o3NOj?HwZG5)XhByY%`Uc-!l7pB`yJoD=<|nSMWDjOPo5U5i&RZdVFb^i};I^Xvjf zS92@2sShWUXGfuEGcZO9Ys+sjFb3)|EfH}}bO1S(9SembH-Cr#00a9;L_t(|ob8&y zZyQAvhd(C~N!_5e9mke&+Jv<01oaT)18pP_ryP(P36MavirO0o&OIRYfH?4Xw1>(8 zdTtToP9q^ja6olp)oGi$mA7Df6~`s5o#n6|J5D)x)=r*;_q$~*zxSKpyqVp2UI2%I zW=L9qGy`wIh<}$anJLo&7>~U})w&NrZZj9?qpoAiAJ9Dm%#`WawvB0~7!A*|SI(2m zZDJV4v6!IpAI58b?FvwnZ`7YMF;-!_Uc)p~7`9enLK9;`cxH zux%TwXdT%(p!R<|DKao^P%jt+8*vv&pQkAL-;3 zv3ShghJR*?8WDn&S}X4*zxEa=m&$=meBGIho@er{NuED_er%J61Cxxmm#&xG+7+Ns zE77X}X*?V7e_`NXg?$601xVu?AT2-|-vDU=()b2Q3y{V)Kw5w_z5&t#r11@q79fpp zfV2Qy7{5TtOLB9cHEr~>~04c$CVhJZ0(90&v1 zF7tPdmH{gH_Qt)}ZffVIPBT0mWM*l>;TJvzwg3mW3cMOH0-OZmz}rhp3-_6ZiIWAk zH-8=j5R1jhXv<$Fq8^bV&#o_?1TiH)PndghorU00kZU7j-iDvv> zPVGQ5#tFdq`dWgAkA?yG{`M$0Ze{`Zrhgc~vWnWBB3cG0r&ThQ{Km~JdwW3&g(m>~ zaC_MXUf`C0FV7jZg=!Tyg`zl+1&Y8f-uFMv@9s8ZWq-_kNTu>u^P_aDBgM9D&&?U09)lf;;(s`< zkTU?Rt^LNYYl|DWPk~+B74%A-wgE2}Klq6Y7u<5cbN4}CI#N6ta1g6#1&HHhR@V;> z7dY@9&_nor+{b7gsO7h+KY2c-y*B!2;OQb$4nuFf3k000BuNkl1Xmc>#cT2mpzrar2KQyn$Ga*|ljd&r$5_*RBI_ z`7Jw{)@G{!Z5<)}z7pSGdxcK#_~FrMp)|j%00eqRM5&Z(__|e8jkb;u7cULr^H;Y1 z;?fm6sn%qx008}i=NX$^1?B-*TbkyL3!|cc@H{`qZ-1exTH{GIw*rt!?-Bno&QQby zoo@p-?52B+t(#z}Xpu?pkv6v|=lAjJ&72#aCv9$#N$*iAS|G}&irww+RDQX)MKl`5 zG)+v?w3BL0wswH8t5w-dEDBxM$z(F*aybfx0=llVnOMZv^{VnPoohJm?slBrZJ_d) z7T~dy=6{K7Jy#9GK+`me#iDS#-57>JGMOZw&!cIYQY;opCX-I(`a;-#u`mn+RaGgM z%i{4dRaKR8x%{7BJUCDQs1)H@|A)m(k|arzBuSDaNs=T^K|wAgh}upWgN|F*!kM>&8>}v9O*M z>wjjx?wF3>1D@;@_eMTb$`_UVt~pexUnzX+fAS)2-Me@ar6>+?}Mwt+gQ>`lqu9#oUsSCXe>af@PPcGLk|arz_!|`rVRWxtfCT^m00{s| KMNUMnLSTX%RS91J delta 880 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/icon.png b/Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..27a037efbb7d533a1cf207d113f0efe09245ceb3 GIT binary patch literal 348 zcmV-i0i*tjP)Px$7D+@wR9J;$U>F6XU=)mkQ83a0BPE(G{7V1hk~^`fn<%qMb^x-a0-`E7)jhd& znBmIdB?QeU$pIFArT_6+iVQxyzQge4{d0njV4{`f!~zy#6@GdDoPmJ>GuTP7j3Nh+ zY9Y+QRCU0%1(ghU?>}ZxR+MG%N@&Na?!oDm3?eFa)OEm{JBQ$w-@X4BL;lPA=M0}8 zpMtRe@-lopzm4Jhmv_|31)MxW|CzZY85G4i80IaQ#}E=6idEg)Z>$Uq3=9l^zda|) za-tl-$s_ciU)l)H|MLDh!{2Y1@ypC5NwVb(3}hri9zjV420=*_2a#hj3=mZgU`x?o u-an_O?LlclmQ|D0000kLwc_E^xlB*}=E4Y4Z+|`v=7}C!O6G>~1a?za*fhMQ>?vyOV0OLhLNB zV%CEX%Zw6kDQ+}R`uP8L(Fxn>)jMYH^8i`^1n$q4bS&!)yS^+t|NQsXH($e5uk%W; zUANZM+DbcKZR=H|Nh-5TIeyD5_{^Ad=WfjFQ|q&(&RvnWNr`)&)KF<5f8f{WPT$()yEe|ChHi_Vn)!|>@}{DkWV>zL-<_glC3eP~M0 o#c-L|Ulz^We!Hu;))SN!5c1?CZFlk}Ht{WVC zofMtt2z@N_&SbLvQ>Wlu*Yddj|L(W)oIvv#7#_^GENs1dPhtD!^WVdtZ{KIVxj8R? z!u@;SOX~!u-OSrPZONVKYHx}grm~65n=f}Y^M2+$9TO@4*K5`X{+3Hv$`~p2`gQWk zj33KRo_4utFv-yEX4>V9hovVkMFj1?v1Mww<@%$gzZLn{<((@3y!VRM%*w*QZ*Oti zy=4U34k9ufbT=Daw}|@mcz#necS-N!rT0HpNwm4&ZMnQl>{jme`gs>CR#k3Vk^S?S xOpVny3oGyB*lkfWt~$(698lUpdJ7K literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/meta.json b/Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/meta.json new file mode 100644 index 0000000000..103eb4bc2f --- /dev/null +++ b/Resources/Textures/Stories/Clothing/Head/Soft/cap_sp.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Redone by RustedTim. Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/equipped-HELMET.png b/Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..4874c1648e72434a1701206bc1785171ff72ab52 GIT binary patch literal 557 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zpL@DEhE&XX zd&{una)8Y7kMBG8IO$wf<}fem;G5fZVYhEy;GB|zovy5N=fsu>x);8GvqVELR;ENK zw(s_yraL9gRw)8YwmeHxkksQdJ-#?RC6WdpD=< z-s>eWXT$eRIc~H3Zr;CNxbFM<-{n~w_SLOiQ@%&%blRJD`!aHb>b`yYy02F4;fm9T zGp$s8mv6bf`p&Ia1~1Zj9ydJHQ1o4{w{(xhhBeXi3Wvf=88t<=iBF+DBZrZ zC+v_7AA640+iJ6i{g)m-UGwkRQD?ThJ;vAPn;UVymy6c}8g+QOz0uuQF%9`nZ>R8m z|1F&wxWypt?7Et1XWy90sOml4!{dI^X}-aKuHMMS8c}79b<;2BTCUbgzVr@v?$}FrG-}pJf-*vfn1Hb(J^#^RU*jGIIq_+4| om5zNMGsErcpLVz)1F>4>{PL4;_pv)a1javur>mdKI;Vst0LicbR{#J2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/icon.png b/Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6a4c692f4906676016c96e03dd9a3136f6f322 GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Pdr^5Ln2y} z6C_v{Cy4Yk1sWV^m?-1x=63J@&K)cUNA}nLK2Y%PPS~U~DmNK-=%`;8^jQ+IZduyb z`LkY006~ODAp1(hRU z{2;J!DoD23{b=Zph|(q-&u0^-@``VB{TE;LfV-_?3p2lS&DEk?Y0eTmww#bxUi$iI ouFCB_fd*V|2Q?&EmBkqtt}pPGHDr*r0{WN1)78&qol`;+08MjyQUCw| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/inhand-left.png b/Resources/Textures/Stories/Clothing/Head/Soft/hosp_cap.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..2a26731c2a25f3b55bc5b5267ad84ae88a1a84af GIT binary patch literal 504 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 delta 1122 zcmV-o1fBbk5rYYkFn=d_jGh94LMfpHQt)DXs0ZW0G#Hx@NC$OD-{n4iC;9Hu z5B(qz>lFW=-bqi2-UAd0g+ifFDE?CxZrT7D3VMyZ+s=lkQh#H)Ez-GEt@ApY(=Lu1Cwei}27&z56%0_oG>^VzcJ z2e@*AsD7vej(-|=I0*p2aM1GYXK&AE%Q$M>iNy(S{V0g&N16c#+sEj%n^;^~!*txo z`DNGf{QR9~)@l{IwQO&n|=3mF_$->vKB{IV;oKhpsPy~dw^z6$^tecHif)bp%= zqGC2M8TBywv;zQm{`szNv=+fnKgbE^mt86SnGv&~*MGQP+`@3s!rAb2A(Lag{q`Qr z7bl)wz}`-O*J(F}qjH#jvHU2o|Dby)tRK1!cG^wH=Lau;Kw}2ZF2+`y#tb}o`NR4= z9rppWJpE*F>qkLEf94XHj{B&X4J-O<%)po3W#7JEc9$Lf^y1cUL*(((pNx9GeJ7)y zlz!+Euz#PhGC9U8X2UbJX0^||1l;<-)q%@R&;e~8eGi!&b6rtn9u3;anthP`La0}VjTpEM- zvteG{$PV~`gH>_3@0>H=izbVRUg3L8TF7aUd@2V@6J&9`V1BG{*5>QxQYW$ zUjv=?2`c8bjUouo0II^E-w(Ert(_oE27lc{9Bdz3&W}<-;)l?hr6^0qN}YDoippuM ze?MC&g$`WTDJ2#JsSap3Xjx)G^#W-?+GG#aFeOGN$2=)$bNv-hDj_hi=xJ1F8>ATEu3N-R zblrv60>EKUqUmuUc%Mx(4g_h*WQwIvg8vFq4zPQgiWAe!5R;bu0G3*T#JqxWGp`-O oZ_FL(Z#pmkr`e-WDE=;f0hnoftpnZ%^#A|>07*qoM6N<$f*e{R1^@s6 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Coats/hosp.rsi/icon.png b/Resources/Textures/Stories/Clothing/OuterClothing/Coats/hosp.rsi/icon.png index 41991e9c6dcdf34bb40355dae4aa53c6d763c4a0..68a5a315f874f82f92e67cdb8ed7f5320c082573 100644 GIT binary patch delta 634 zcmV-=0)_qR1D^$uFn>EbZ2LeyX9SGD{q&X&%ZMse^Fj9cS5^$l!lSV?tgBb*=&NQ=_E;v5Rxbg zky0m)Lv+pH+wf!Vbw!>a+dfI_jn;aikQ9psQ54ea9b?;vNU0;_D*nj`*!D@9BoVi_ zQvhnU4!zznLEzze4!zzn0E595wORuq1X60bNoWrRc&$w zC4<2g0G-YY!hg`CSTu;^n7|M6)X%4ZcIzlLEsN#ymNbo!QqO$0eF#7pdW4}z5cu58 zr@3{ITP)4yK?-1+&oW!RzKgCK+4uGJCjdsH&rd7D-|_xUg{>`Zt@vZ1L_mlFzCYvq zqD-~gSo4LU_iqVUmW64W#Bs=QIOOa!S@Tb)Uy(AzvVSZk0uN5XeYoy|H1%G5cmO|&H=h^(C=U3I6wICcAxW$au(w_H%!JuB?6BUA;9+b9_JV3 zNB3TtKom!R6gxXjaNR{_x2!6WVk>gZYwP)83X*om2FTiASxs84R(1#hOvV!+%zY5$ z+JQJpD07x1v)Q+`KfVvwy(0*Gsyh{>T~HDsh1KY3T8T=f#$qvII0RTCgof|W5kgH? zN=I?2R9qz$1W6L%`yQ6n1eOFrfTroVuES)K|6!u^g86kHK>F8Im3v@=4K@Jy3Bu0! U!^KbXw*UYD07*qoM6N<$g3Z=1OaK4? delta 452 zcmV;#0XzPm1?mHkFnI&3jlzsJIQ!VA^?Exz2NKft<;*r!7O>#9{~XNyMOm&&awvpfX#YVTEvrR zaz*y;cAbZ+J5Xc~o!*fCngGKJs3LpGdwS<-(&LKk!LR}$5kd|CH+wbHMNA@`F5%tW z=@KF)5j4}qW<3*KvRHs&1ynQLWOv8IHmQLuU4Mk*VGH2qhGx1#E)+Vz?7yCg6q5+^ z@d~UH7`t$R`G0tYm_)dqiNwBR-NA!ft%em)w#fBNq()Pxyh3CG(sAGW4{i>w12Kuv z^+!qdtGa{bq@5ePoV4%aEPEj20GI3;Hkvy1pI>RCsZ+xWk|#Z$jW5cWttp|XH1s_vjaZRO7Or>(+^>LCHFC3%RpUL^sd1wB=^@Jby4yJ)J;KP-Tkq)Kw2 u&nvUAaGPI!XtiEauZI@E82#rn zVKO<7ooCDhV>F&u=Gn6~3s9{#INX2F;$n^Qco;kHCT`Y%!QeAt_>~{ucX_b7#&8(2 zxAhofG~@9QfRmF027}MB^G;3Sy;F|KOgOaspBNdyH4gE0O0#A%E4U@_uo^k zHUQXu<8pR3#dTeLM~%`jArT-u&1Y&7<}wd>=f|Fdm;K%Cq*AO2uHzlt=APc;4S-YW)+fkMmeI zkkd;Lpw(*G(dh5iw08D~%}M#fQcBs28Id3eIDa}i%5B|32qAR`wH00000NkvXXu0mjf`QMIE delta 275 zcmdnUwwP&xWIZzj1H;_yjc`O}1GaH=Ac& z=oWm*eQieL-<=m6n0ZY;WH1QH)p$oT80}(RIHjIN!OQrSip)}(4W`_Tr~ECvJsqYl zp1rDI=@%Au1OEWVDOS6-bH`}1OYHP__!T5%@UHztz%JQ{ckxV*-#%CVP#*4(YYH-V zk2uH0c$TCu*Be5=h=2e6LZ8X-*J%)mQYg}cH=`FVlx7c& z7?2nO4+OJdVSd{ zrR>fAtcY`~*O%?h{y&Y&jp{6y%eGQkpxOL5>}xdEsnr%QTI;siY&!Q%dR&xJHqNcl zSig3yQdz*-&o&Ihk@?>0tk;)qtF@2s7XkS8?UOV3ql(qtE>B7|JTFJ7^n$Ie50AbG zalXbxoU|I`gMWadqaz34_3QT*px5gp=6h=gMA13ML>Qy-ygYB-ELnhJvCP5V8k3VH zdc6)&bpFtDyOSt7$Mf<`OiXjqf@<|0v$LTEFh*beqQrdNn;q@;4#&s)z+mN!(R|%_ zMW++;e13@^-@g!syR_Ro4>_+pYqxg@!(D!S|HAY6C4V}dkgprBFh%}WyP)qlWbF)atsO2v?Ch*ftF=eJ-%rf<)(!yh9fj+F~AY_1OScU>3XQHf(mE&zaQW&n7*(#IHm z{i5!UA%E>Lx{;4Dnzt)`;Bp>GMlOICXo9K1!1#HJ6$*3M+|<4D9XFesqEMI{w&QaP zAefrL3v|-Z(eDA)o>C|njOp{TzK!Qy-lp|WwEi`&+{Z%e19G`%!?rP+m-TIYA3V>{ z>zyW!O+3hyQr6nROO)eW-WCJ_hlhumIRInTYJb&syO)o`)!egmU<)CH5JCtcgb+dq zAw)Jkc6~rv@kf3biR%Ndit7VvwZ*>{9o$!%@iSK+kaqmc)d!>B%<~0RcoPU10I$D&(*)@TN)ngwAb9Sql0^A zgJjxQ0Tb$)^%(z`r;Y3J+99=Q2J*V0cjQ+>)Qvo Zlj>}%1X})N|F;OXk;vd$@?2>{lJZgKzs diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Coats/hosp.rsi/meta.json b/Resources/Textures/Stories/Clothing/OuterClothing/Coats/hosp.rsi/meta.json index ffd6c2a5d4..86852243ee 100644 --- a/Resources/Textures/Stories/Clothing/OuterClothing/Coats/hosp.rsi/meta.json +++ b/Resources/Textures/Stories/Clothing/OuterClothing/Coats/hosp.rsi/meta.json @@ -1,19 +1,19 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5ea6d8b4422027d0c22cb415d1f05a08bf39aaa0", + "copyright": "Redone by RustedTim. Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8 & inhabd updated by github:Morb0", "size": { "x": 32, "y": 32 }, "states": [ - { - "name": "icon" - }, { "name": "equipped-OUTERCLOTHING", "directions": 4 }, + { + "name": "icon" + }, { "name": "inhand-left", "directions": 4 @@ -23,4 +23,4 @@ "directions": 4 } ] -} +} \ No newline at end of file diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi/equipped-OUTERCLOTHING.png index 9bb27ba54b73ef76654ff3f82acd1c865d5ce364..9dbdbb2b69ad8dd94f16fc053355e9c227376124 100644 GIT binary patch delta 2036 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 delta 782 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 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi/meta.json b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi/meta.json index e482264df5..c694201f9b 100644 --- a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi/meta.json +++ b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/engisp.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Created by RustedTim(discord)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..7d9d8c2bfdf66e4c7f0ec16efe5c84b11a700136 GIT binary patch literal 2058 zcmV+l2=(`gP)Px+#7RU!RCt{2n%_@b=NZR84q$>kIRqavOe3=}3Jx7Z^)xc1q@ECwrB5-t)Zg^Mx8}sG)`$YN+A=6&^drz5Q_mV0QZMvENm?c3Kb| zn_FJePyQx(I=V*;f0K?A{;G`yxzZLPmsLxMdi&#sXm{d-6MkLSzX0#2Cok@ znHc9^$t2$M%_WY!P7o^b-~Z}!X%`#1<(U7K&WY)*Z|5oGvw%4b-|V_9ZJwr{$>|qp zZo_-N`PgmZ6mIjs@)igNG}*Zz(6{qEO&!|k+j#=bZ4~m^11GZt1KRP<9KdbgNI`^7ZxzZ>Pl=6jMvOh@t06!KXZMRpip{gpQqoX9%HTt4) zF1<0}CZ^)_B7g3mB(9m^__HYz6ImwP*khTrp0Fj>!l3AL<>-Evo>0?IC$?K`P z3ENMDO8n0j|AAiIl(ybRKbNok(h>iOw?Jxc!V^-=ENgy2W24vtARj+{(YSnB+c%0W z%r9toy*~3FaWMF5_&X!Nmao_0uXwSyKW+%(A2mKF7|>WR_yEY|UPwDdxdgw=%eUA96N`$~nD|`FnhCes}z~=fR{J{bFF4}~h_>F^cSL7G% z)-}MIC)nkGWg=wlBpA?GUw?GWX7iv;Bp;`_89LgR7`Rv%!CdeFN1LIFiO^9fio$*| zEeC2H_wmHc@s}4X%_lO}@*5#a;oy|_)_3RhZ zEFUbmGir{G?vdBZ{wnb==b)$4TmwX|FSf=#oj#Ux*ygu217btB*!8s19*(l>X$2_x zZr!4~f!NS3X4D+*;ixN=xtXPLAUs;x&obIe43a3_|?D}I{AYmyz%UZpzYmSewv~A~kc>j(o0r*wycZT?<1w=W_ z3fGRsJ-g3X&ZOz-^f5bqmya%eOJ-@RKafZzVz{UGF47v$$d-fO@FUnl11i^frt0am|1Uc5O8wgON4S<0^y~*&+cL1~eZPf#;eqVi` zwgLc$HG3$n*MBhf)`3NN8Qp2&kY_<^0=Rm^u^z$J8US$rtIx?SP0<%o`0k&JtZQK! z>hh!)7f3HIa3R>~T4Hn|*l7r!hPpiKT9}E63Hl-mnWZU5VhmdW2q}=wEXtaFar=d= z%XeJqq~l5_b@dl)J5ep_>MuwhIMf6PJwR%1LKaM_g{=SxZNPpp%|@|>#`71MOpH@+ ztjQ zuHLY{A#%JM3^Z-x_xq({1Kdx81w=Y5R3V$2n-sSEj&_5N9F9aHhR5Tfsi}$WJ+n%D z*4tt+3(nV>`GBTrsH**9jP0j@zzzz9EkFCkG`g<2rVA*Cj_wgd*G*AIVarcp%kQ`^ zM*$F;fV0vCl!H~PVAU(wh3!NL4r}tjndkz_!KxJyJ~{EiQ2+p0i$4opKsl6Z1;DBo zumeZ8fT+ozg)X2Rj%o$0dI7s|ya+y-e|#pofO0sh6*#IFumeZ8fT+m>uId8Hp`2C# oka_{TaO7;If7|W4{AqLl056CTfEJ;5BLDyZ07*qoM6N<$f)G;#SO5S3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/icon.png b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..03af16374d44f351d3a1e8d8fe0b9bd29a60631d GIT binary patch literal 967 zcmV;&133JNP)Px&fk{L`R9J=WmCFHS(?%m>-LIHIs&{9aJB05%>n8-LHqSM&5u&pw1xD9WNoRyqab3@wi4@6Lh0#wRI z{|*3z{56@}6=>{QteQ_bja>_WAcAd`kBTf4^4B`02H*v+U@)vZ00;FVmo6r`61XEp z-0g6kv8^&!0(ZD{G08!_*s|UWZ7q7`)k#M`KSe$_$JI|iz%UH*Mui*iZ2|D{_i@Sn z>fJ-Z%io0=*9E$+^Tn6nFrLg{6c+gN_Xllt+6G3>r5xL?q{R z{1m129IEPL>@^>Gqax#84zz7Tb1AE60#wz<@>-3Z`Y?bze&flE{F>)?>ccFr)lgO6 zp(7sRo({m_9pDO|8Qdo1uTiyq08}b}NuCfv02yyy)9EhoJcbV!=ae&p+cHtr_HjBi z$?4D}LIjDAWe_4L=c=~v*cz|=(8Wd6oFwG0QLR2W#`*hb&b@qkd5kG*>FL>C()C`z{C$&XEJ@Z~{6uVKZuv zN|b6A=2BL1rLtLh&Yis{fp$y(Cy0;EI46z!L04N4ADwX?KmG$v8wOg(y>$FZ=-7l| z?Sk{j{tZ1b#jh(r+~{Hd=kc#da|e*mPx&iAh93RCt{2+0koSR{+QH@9}!CT(vf>-X@k3S?Pmy9qC#aq)kZc1pCy-L1F*H z{*%G}jlFemfi`1nmO!Bk>C!}+bg+bq?SDn649krb0c2mU1jO>@*8c`FF*6Epre` z3NS*4vRs4NxdkykQQ+~TO&&kmWPGB)?A(GV*ShZ+B&)y7W;=ddX0shXE>k5X_kf7jrzzWCX8zuna(?y+0Qq|bX6K%Yat)=IfRX~vpEE^uZ&+IF zQrjwFS_uGZTO|Noc?Bm?@wDRf%G|4O0kFE}z05%mKa4A#7aU2}S;ZmmPD`RUn#suI@D0y-M`f~J8DhOML}_`RmitcW^aq6nghD27 zUcVHEFhzBHTU58Vg&|Dw=JiVv3Yng=RF`=Y<&CP~q(49L^=f(HjLt;UG)>bqP17_@ z(=<){@A+5$B{ql;+vg1|E9!gOT=~AhS-5t664z}UZJ$2`{O=bAu7FQ(eZ^G%p*$Km zua=fbjbwf21+DM2Y zlMdw?gx|M)U&?_i0N}ulVH)-B;ANH4ZzbPZfxH9&%xDe($8k=T6UZ6RI^3fHq|;Yf xFYlfzE08mw*{H~L`XZIuJ~7+<*ryY0e*)ZkYmP)7iU0rr002ovPDHLkV1gya*<1hs literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/inhand-right.png b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..30b05b3be91f592fec3fa6dc4706fd9621ff84e0 GIT binary patch literal 999 zcmVPx&p-DtRRCt{2+FffJSscgl?{Rcw)Y`N7rbV3aDFXO%2dI z$1-1n^y0FJ&m?*JXp5(hwusLpNiQyoeCg~N=gM|QBQ&cPIuFgNg}R2;v<5WnmZe zfN%&A^6!aPOAF3d-zQsM2hM`h{Xukp@L!=_zT|5eTFYG^yE0F{sLRvizqt6y7j-#^ z+aEy4zbCxfiHMF);L$WZnnrYV0pUo55{AB&CEm(En?l77|z05(=%;?v6f@T))0(IWQ_jwsyPZ9Q#HA&uQk9l zO#pm>Nk@wL68dUDt}sM&_y(1Ozo{PYJ5`gb`f5PXuql)d85_HbRVfVYKgg60{sB4c VaTmOXjr9Nk002ovPDHLkV1gub<46Di literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/meta.json b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/meta.json new file mode 100644 index 0000000000..c694201f9b --- /dev/null +++ b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/hospsp.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by RustedTim(discord)", + "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/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..a015681bb7499c93a8487b22eb4932701591106f GIT binary patch literal 2160 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 JPDHLkV1m`NsE+^u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/inhand-left.png b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/medicsp.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..52bde66667e5bf7f6e3d78628e1ef8c6bda2cedc GIT binary patch literal 943 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 delta 2120 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 delta 564 zcmV-40?Yl^2H6CVFn zo2Da-C%5&*X4z_=F(I-aKar**0I)7Ycqy+Bod*B_MNy(!%#m+C{73-vX2$!REyUL4fIW zf*=T<+|S5kq6}co_Xn6xC-A)0tM3n}d3~S`pe&d0wuYEpUu}3>LzLx`n%4*F0E`Jy zE#?4#YB7f~AuVrq`GtP}1LOhxxlFq*+rE~)h=_=Yh<}KPh=_rsFn9AM^)0Jy% z&bf8jjb3=yKhpX~`WM{V>Y_X6vdzjGOLL}6H?@J$ISNPM2s~XNXaSO^;}O^Qb;rYx zz0VgoFdhIx2qAE&3{Bwpax*g2Typ@E+cfm03)V z4_{3FKPortx?XA4b-iJ8)c_)6(}=BQpsFg8@r}y*lc#%7RTZ(d3?gIG7jqN_oo*Hc zp|UOrLc`{&0e>873I_nm*HLwTD6f@o(=1M!I~kZ0Tw4OymH_4~t)YIil2Gq|23dKT(rS(=6j#3wTK<9P3Ie$Dd0ny`x=y4)EGSRTP?lbuy z`WWiI#@qce03fmV11;A?wlFt)F-Kv7(C|a#x#zcL2g|V7$N9SVsd@{Px!qpg>Gon{ zbq)Z~Hy8y1DCBbx zTt1`^5|y>|K>~uyheAGQVzzm%VlyFx5JCtcgb+dqA(z0=ue{~0XaFecakjO!WoDD5 z>TQoVQr>n(Ffzk?dwZK|ukbt!4WOvUvAg~fU4K1y5PSa$!N?4Th98;TW(h+B5U&p) z@lyxSe5q_l>w4DIFsm4S3qbPup=j4Cms85sJP#NifX}UAU)h02Y(bBlgx%pXv&%Au z1`xb`AISqJ?uMhd85qFA;u>Q%r`c_mFf@Rb&ue;b~fKZ^vY&7S<3K9uuO3I(8T|lAf$m` X*U)5e@W_C200000NkvXXu0mjf{9BMY delta 567 zcmV-70?7UF2HXUYFnC6i9SmoJb*=L3j{h=_=Y zh=_=Y0Gyp)NuBkkdN1#%U7MaBZ!jE;^3Bu9SPlmx`Sf_x=zk_mC*wR@mAoz0Vz1km zLimWHC4}&Cc<3TY()>D#mRQ{1Dfiko9E_w+-o4^NuiKYFaDv(VA>SND&-aAz5&imu zAUFX4*~BL3=6%xu07#M)*?NU|@9(SiIF6C6eBd;ly6EODZGaFyvh@l8kgZn`!Z(w$ zMvL2TEuebd(guX#y!5*1K3ZNPA|fIpA|fIpqGnMYGk^EGeOdQ$`PuoE>~;IK)F}O1 zycj|?Ga!VII%fv9b%pRTos5k)qVgG^t(gH;-HXd>V|6P1(5sn&qkTltGQXFf!GAf% zY<6q331xLn)ltp|sMwkr*j3k*%3ZWIGq9`f_a8GOwJN^^ZOsh4SNDHaZornUnSo+m zQ?wgkYcOV@Sl1No2H2VzDAqMay8*Ul242=_@{H1l^AFiTd*i!KFE9WA002ovPDHLk FV1n^<8RP%} diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi/meta.json b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi/meta.json index e482264df5..c694201f9b 100644 --- a/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi/meta.json +++ b/Resources/Textures/Stories/Clothing/OuterClothing/Hardsuits/securitysp.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Created by RustedTim(discord)", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/armor_sp.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/armor_sp.rsi/equipped-OUTERCLOTHING.png index 6907577cdcae98f5f8572b06b642782e87060eb0..3c6e4b7336d3e41d5bef57ffb40eaf08c59956fd 100644 GIT binary patch delta 910 zcmV;919AM`1+WK@FnbOCs+RlCkGJ+2M0mw(80x}&~oh}{vgEGsA<~NYjXK@dJg5n#a5d4 zE*BM_4+N6;a?kVRz4zXPye~iqA%qY@{!gK9-^i4V?L0S1`F}m<9dz8Upz;emMTj!P zp%E1TYX@(=Ky zAj%96Za4Aho_~t47;Qg9nem3=#*~b$q_VhvehOhR3IGU;QCvSi1tpd3m_@ZsO<{9JQ@!`vxh zFf2g`%dnazD&@}*3{jepnv)jLI@#*5JCtcgb+eV5Iil8x?lh4KScf3!@V{*rp>@=*3hVZ!=MlW zdi3`+ZynBaXQe749flB=fM5159E7U_#& z3D=cYqXLN~@cG?qgai?SFyt$qzYYjXu&fqXVjRW%GDO#sbx^hnZ&0snf+faxSA}Xnx0F>8t#MDW!SlU-H-C(gaV(KKy>v~5GzpL>eTpjS^yS1my zDCI+f97nyn4Xf4I=d9kcS`E~z+YsdVzTW`*)z}wI$=Hc>mV1{LuS7a)d)W=v7yT&g kul?|Z5JCtc delta 698 zcmV;r0!96>2i^scFn5QhKN_0YYD(&HdYd(1e99t3X<-WI%h z@HNC2^WY=+5(;aR^B^)#xk5I5S!fSQO(tP>O;0je#QGqRneOyoRq3u7r~(8*5ClOG z{!@-_+khcxt>fms`FuXempdtwopZ5IoQ-nM^^WZe=UjBoMSrCfp1eAPQmXy%Sn8U` z+fFQsqFp@8vRIa7JLbJd2%()folf_@v$WRHdyld#VT{3pN6!$=`Pv-sJ+#&_Wj7=l znq^r8fDi(#waD`vbzP&XDk!A@08P`3cC2{!S!*%BZ}98e7w~meRRGeDLedd1#0 z9b$(p%LC|t#BlQC&R5029Py$H)jRL;wH)07*qoM6N<$g4#tvp8x;= diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/armor_sp.rsi/icon.png b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/armor_sp.rsi/icon.png index 9acdf5b172b29fd59bc882a9cc363a15f7328935..63dcd60aa553912314a4d1da71e5d4ca0ca23e67 100644 GIT binary patch delta 472 zcmV;}0Vn?S0{;V$F@L#9L_t(oh3%BjZqq;zhd*h-0ThsSkt&4b?>IC5?e6?$3^g@1HUF49 zDn(5%kiu#Jkj8s|{Km9f(rI@QrbBZ0K}lOE6(&v-Nh;4=NHtgBoI;IBWDe$dBhcb9VcMNIVR zoz~%?I0JKvNq>Sf*v7P5zr^3XYLi5VJb$U9c7yT^c-;*tOyjq?Bzn);(GJ2iXnKLv zxq#LT%r~LBD!8sn09J(sfH3UE2I$zJXF-+_^q(wQ05B~k9PjU-(NsXA15GcGemJ1W z5)9j2%I6oyIPLqKk4LxDf$yTS_xLG>wS0lAGGja%-cjxr0HpC3R)vMT7A|7hX~cC^ zQcMzEIlcb?{IFs^gm5#6N%T?s_3#%Rm|G#N2EufxruonDnwpxL|Br8@k)WI8G&zv~ O0000lilmfsx zhlt!)V4mmhZ&2qPTI(#flwDrWT`|VQzVBoDrt$IlmFH_?ZfZ7%5E#dCb!{9+4u?Z+ z{&E3hOuSZPo6Q@Kmw6G1HCIq95JI?GT+grHoG!%|LMRPcCy?IwnnZWpAtHI*dw+j{ zbONatEO~l)Cq?SrO(#&?h?Wv-+>#tBPQZKL^?e`LB)a1+C->f0^?<5pxRh9OKL6a5 eywPYh8UVkFj;2OJTlT;J0000r~F0004VQb$4nuFf3k0005XNkl4cH z9LMqRrOn;tXb!CYs#O5!{28*o`c_WJoo2Wejp+uA|fIpB7Y(x{}azDsIju<7Vb9b z9DK*~DjtAyxm#*Jqh$i}DmRUv2Ccx!m!YJnBi*r7`ZC_letmW=hf$@K!P9E@xwYtKenM#bxd&ITxF$$ z41h0NyKJsMX4pTTIIDy%wp%2fUpL;%GOLK$1XLJ%ou4~y zW$hWk!aV@8{xSP|U-6^Gi9XmetBBbFoTps?(q4x-zk7E5{P(+AWEC+x0Dv%F_D&v6Xy0jT<2JSLr09Cm$O|%N3Iw!;OO75e~wg^!JF0KWJZU;3aRxM>^UU;d=Mwo+f$t5Pfgr&??nT+f@ zOPOwXakFp~iaY4)-nl5!vWSDho4bTnPlKuFq23FwQ`{S;ixo74Y49v_Vq(~@B5sqS T>lp_000W1otDnm{r-UW|z?@aS diff --git a/Resources/Textures/Stories/Clothing/OuterClothing/Vests/armor_sp.rsi/inhand-right.png b/Resources/Textures/Stories/Clothing/OuterClothing/Vests/armor_sp.rsi/inhand-right.png index cef6f162c719878faa0304435ed3aa68bb35ba13..0abd30e9bb21252f2078c0eed8f104759bb2b409 100644 GIT binary patch delta 551 zcmV+?0@(ed0<;8>7=H)`00020X>r~F0004VQb$4nuFf3k0005*NkliI7OOQ5Bbbjaf7>LLhkPOd%z-5hjqa1ft>v)}`8aPa{M3OaNU5gIKt zN=RdS375Mzxt~*tgZ zliuz}9H-;}7?YTKbCcnZUAjA4*85IV-pnQ2FbV_W(E$~=iZO{XCNUMaN<2Cs3WGoS z9J%Gqylfkm-I_D#cg&@YD^&dk0HdJG_x5|rZf)V-KIG4AJpm?};MM%&>*o)fJiB{{ zSMxE+WZv25Vt<1fv3w7=Hu<00013M{Ml?0009S7)Af`7rn+(v);0T=)tDFTcz z2PRJW6wyR8Y9^r_=U1DuJ|GLEvKsu%0jGDLvNy-w;(SQ}ENp<--=}nvl6?n|SU+La ziUlQLi~lB+`|;^IQD*@u*r`%J(2bX&a*lYtpv~*uBj`+eV0J*Av a@C0#A7e40000Px)RY^oaRCt{2n$J%gM-<1uQ)3MB?iQAHQN0OH*1;7*3dx}=P^*;{afpOOdTEuM zxV0CgM(U;i1Gip!%&ApR1u3^mwbGIwQV$hKsL~>qI?Y-_7#rxvVY zex|z-W&^MOo*02CToX+v!d%W3a zL}Gf=-~m7xod+4p(3Zkl5Xb=xyO@M!S#^dm++vPLRNMIV_?>TA7VKh@TV5asI0Xx~ znMI*w!Y~X{4b_^Al857@P%>egSvUm?!13&zhpE{GNEgy|`sLv`X>_(*%)u~>CjCJO z6a#A2JV|}}4FF(k;|XO-$xz0d5qCRJ`=W%zuigd#=(}I4-yXTY{s?49 zE5@g9p;4Y1PgAF0K~H78HrvcX(F_#xE8cj5>J794m@vO1DmykJ&!e$_FP>+>jWix* zOg|gEZDygTGSE{eE0I?}R}f^gU)ixy4b_fkJyh#T^gm0#ZD!#Xb9nFK2stcolEd;Q zk<|p$c$!;(pcT+aHB^H<9QT%+yPcP{+`vk72K`)V1?$1FkL57bV1)x$8I7TmEo42b@UWyr9W}~a}0lQ6BQ?i^+!vP z1V0o^dL+iTKlUG z_dQ_u?}q>$*0puw-v7Gj7YGCbfk5!)(AA%>or2Q9ulYR)2{yF0ehj@y2nW1u170?7 zy#v~ME6nNvw9!fO%lBV&+NLvU3~n=D{e;5C6Y8%G;0c=Cr$BOIj#a1 z#pCFA0)_%qiK7$-P&eYJ|EXDtD zuP8tJ9c6&JGyy%8@v>Cdu~~|Y%MR`!sEp3TE+!#KlGmoEGKdV!0094ug&!IjnDO$1 z=dDiRS^-YM@^bHrmI01V{uhbqsO+7~mcTStr67dkx}g@eLob5M0W42nah{%}qw16< zkQfVhH8muZbMd50Bi%5fd zQ&B^wkp^{C%Ui@PqUA*J!o32j2zlfe6ITPwh;!tw<`MKfqS2DC$O|7F_B phQ8=)@p?lb5C{YUfk5y|@E>PZdS}yx{>lIV002ovPDHLkV1nx5tE~V4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..de73e8b5704f15df90ef625c752db12b4a57d00b GIT binary patch literal 1736 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 Ve*HYzw$K0o002ovPDHLkV1mnI6Se>V literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/meta.json b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/meta.json new file mode 100644 index 0000000000..182e606f82 --- /dev/null +++ b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/eng_sp.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Redone by RustedTim. Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey made by brainfood1183 (github) for ss14, digi made by kuro(388673708753027083)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/equipped-INNERCLOTHING-digi.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/equipped-INNERCLOTHING-digi.png new file mode 100644 index 0000000000000000000000000000000000000000..15fb6f815fe73f7d23d579768e74a9aa7fe06168 GIT binary patch literal 1762 zcmV<81|9i{P)Px*oJmAMRCt{2non%gRvgE_&iW^$SzX1Q-MNgBGNLI=pmr-TI1rE!Vk&e5 zX4eU6>X*btWBy!XzxVvUzxR8;_w3j|z`?=6!NI}7;eQHM$whoHq)9@ATIt+w_+UsY zE~`|(j->I>h3#7KZ7&XA@dJP+2@#49hO}mG6Cz=kCOk;vf$=_wvOLZ$jH}&^XuY<@-NY9FipZ#Z;odY9n2|6zz+Xh}CT?SywA3l+%xV;Ya9m zu_}F+6(gR-?qPOn1aoQ}x6ifW_PJI7Kq{320HbV9jbnCd1kYmktaNJ`vpxWP_er#% zUO%ryzpMjv@3*vX!D23h;eHXFr$&wXbUJMucb*!>aKDJfTm~)eTfhZ&m)xyMDArFr zm^21=q3dSB@3YuFBpyr>>zCaGBViZVU@H{i1_DC@6&hf*#-@DToEit~^+HkO0P+zL z8d$>9S%Lcb%QlS-9)cpc5a_FT{4eP116s@|2yASD{QFe|Hnw0fqX1||z1xe&Grtn) zmvumBU*@gZp9mYj!04*im7=TzR@+2)p2r`5kzZ$( z;(j7w7YwFNNa3r!N}>9@hGZCz~L)?jGRuPv8ko%oxhyE zFxXo#>t=SIxeH;imsp=D0`$SB ziJt>RQAB-xeL-1$eZ8?R?WWfH70s3&e&$Wcj*YLJcCr3i+Th^e;Nalk;Nal!3Q%!= zfPTD|c>#9VLX;n%^Y!rz%y|NpidTa^@MdlkhWkb2a|6ixAvXH{;69BF9>V1GEZ$t2 zFy0WS{3vB39RCe4-EbT}Lyw3D1=oGf7M4YabfN zb85UGU%)QX>9mn3QEWpc5HEq@ei3Z&Jt%?;$F3FDdA;7MjIn~(>qVxhY&nnM4nhND z{SiCB{Oz3!cA_wSRH#6KX;=rY5IF5rX%SPGDK%WGT z-%qvdWK;%p6{mG-dc~Tv7aD6 zE_@+S>$`w%NBqxONYa>QzU%D&=u-eFu%lXihgY3{0Jukh($07*qoM6N<$ Eg0<{8-E)c8=Lo(CL^7Kk*Jzt z<4xO@ttJ?Ws^xV?^_xi!9=&x^jeJC-cQ^z9YKo0F1tU?_(|QE)m_udfBz$@Ecgq4% zreA_l{h9+Xdh4Vby?7PVFBTy3e*yryySvrNSqUPaz@p) zdIh1He*D`IqTg_)^c}T0kxf3w!pt~iA&tj_emoxZ0{}!(1OUBG7SdRl8AmqxycV-H zQ>+gFKYf)bY1hg|^s5Fyi@vwx7}k{>#`-yQUVoyuOMjB2|L(m01Y`Xi)|DK*9mmib zK2veECZSw^d2U)ixmzb5m3(KD&#^o=O{`ya5sb$i2t@qIun!R)Wt*Zy0d>#5LYpk4 z5uj;ggfxJ{jED|x;LQTt^xJoBY9P{s4C_F+&+z$g(brCBJ(ofFkQe;Zdk7!$Vm+4u z-~r{L@qhR1A4K|90}vhB0PtYjc1e-|hP+>`Y-cAB>A}zUhH(B`O#cR+?AWgoRRgfo zA`%P+@z+1({c5G$PCVwog*(8hub%; z&<3XNp4H2RKopp|d-m2PoWz<1zB_BwDOqj+|4q>&%sZg={tpuh)yb>!9vn zxbGLs9)^nV>y`8Y@&%aaY4Fs*Q*?B6!0B{?OK0)=_3I`8YAEy}6h*)B)L9O003ZZZEZ`Pq9_&Xt)Sle#1{=kQCq~;*498#lpzOpTc0=pPN$QozTVVZ zpEv*<$8Cu=MN#0m%8#Y>rr!EQYrxw@2LMW*vXaSUahqlAw!V#xjg5_sjg5`X{|LkR z0ow0I<^@>c3-JpP0Qli*4#jx_M#asboqxEe^$5oLITUgO$n6k2{c_}-8i@2@`o#j; zH>UJt1(8oQEC^as1^|rpb69kA;`k>A3R`G|?<9#1)`a&mZCl!8A>EK5)Y}K*OJG%6 z#!6-uErG)j`2^UJO8|hb+rY>Bc%)cTi)5TQOe5Lcrf<H}tJ};Ym_T%h z%pP$7iuc}I!-bL0uoGC7Jdplv%zq46{a_gx_90{;guP6gseA;Y0I(yMO0N0hsR$Hy zizg>14LMRP!C(+?_|38`q*0ti^?1+^@8|KF?GXh)i+V9*{Twdb@j%H5NTmc4bB0Kz zQczYIT)4wv{04{K;ZVsyWY`HJdqnqapU<~r(vj7#r|azl@fzUw`%B6#Eq^UoTwDZA z(^y(s+NM{1@%#OdBnj>9?O0h^DQP41fq1lhKA-Axm1b*dC*P>e37^lWYC$L_pU)Hf zV8~&g&!;jB1DDGMK@bcHn?)N4hGCG;=OGA!AsNehpY?)a7`WYTQ#K3- zKv5I`g=x22Xxf@DMlc)zr&rU7`T2R2uLq69<#J(ue%{p9yr~(`sHBK$P!zR$GeDMQ z@I1fs!4|>uJY-omH3JO25(8j()vXt0+NQG7ZQf`80}PV&O39|G6#xJL07*qoM6N<$ Ef;M>J%K!iX delta 1362 zcmV-Y1+Du13-St(F@G#cL_t(|ob8)WY#T)s#y=yYb+o%S73;)Kpm9WHHEAzIgwR7E zSa2kg4;(nau@blRfPCW~aVX~=0~LoNMM|$IDIig*R1rv}uB@QOrODd$LgPQHc!jIw z;LLQ_u^qp$*OBP{B+I)qIK0ZD^K0Yrf0e_JXP0Y^Qd)s#cozA@` zxv*rLW|5!E@)&YIuM6qFL}{E`P1y%`uiE32ij9+K&m$H~@$#n+zCop0 zMSeFoFekLr?*vu<#71-Jj6D*JIDUM4_<3>nhc%OWZVzuJ(hVo4ylK{jLs}OJ{86aep@JMzm>OA68X<%*t82SS*FP zbf&LKv6KE`LqGNs)$i&6=EeQ|EjX7sCfa%o0DIea0{i(}uFs3oNxvIZ{jLtUcHth@ zGd4DtWdP0fwi~Q|b6LiE#>TY^_jGz6Hycek`zLIHy4nk5EMmm)q9DeCnOFyit+y*Kn z2QbgqYBg6mJ9lo4y@rjvekWd%1DxOSb_RGo2Y3N#5@bEx+S8rNy`WaBb<`Ju~{LI~Z|=qRU1Wm7U)_ z|5@sc4mq`7ZIl53`?^lbO&~oI1CBor1ezHd5pCM@xB$?M|FN6z#kP|m%>kotrn#{B z=XU^rGP2yDVLTI*4)!n-OSy6YOtXmC8=v3|fKWq6es`tk>yaE#HnM>BJnYOSz<+kV z;WZ<{IG{C;S>i-Qn1qca7-Mc`--I1S217MG2S zz#jn6w97P2(lvxOLhTFzn)w1=Q-5*fBn$#_en7j}yk*sSzQ8MQT^X2h?fCus<2ebf zc>)wjo0eGotlhfSv!#y(CcNGVF&mt^PN+7JjcqkRQ55X!`cQ)t%!cuJ+!dG=v4Ol3 zEa;B{EH}Uzk{)Jc#;K(!N?)Uo?129peK~*)ztaedGfk2GzZ0Qlu-~kVK}*7H=oB?R z2_XkK!_=qk1ePx#8k+BWBh)ToVHgZbQ`iB{Q836qNAya5Hy4;pByDDkkB=Dt0T)6k U{ccO87ytkO07*qoM6N<$g7dhE0RR91 diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/icon.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/icon.png index 71cf443d435f49b06a097953a8e1126496e5620d..6660ae209607fd6911941a75f10a20105011e6e2 100644 GIT binary patch delta 454 zcmV;%0XhDg1nmQmF@L8?L_t(oh3%CwNE=ZYfIov!!H_}3zzKy!a5xGjOHds8ye$wj zltOU{baV)GDL8aXhk%QlW8k)el(Y_##l}H&6G3h`2tuJ}F6iLnpbnDPAzUmX-kkwM z@xJYU|Ns8?@jo69Vq#)q{zo)jsE6VxB%%~Is(EFbhDxR927iZYx=^X~9JXnwMl~N< zB(y-InpdK*%6TG(blU(Fi$w(>-8Scm9HOvFREe=LMVc;DdVYz`ch`K}p19roYZvvh zFo^xUYaifPtx&xKi)_9QN>hE`F< zjz{1{cmTG2hw=unV-fMQD3vOfq_TuWD>b$uq>bHi;}B#vWRw(;JZTX^^4WO&&7FHc zjc2YQB_$>0A2T({qVoE^xHO|vxIIVb>ld7U$jSTtiE`ag34gYC>+#vaPP|yz!s&;y z_+n*?vxA-3-mS-~1`@m8*w~B#2G)JL?I!tRjsC}%%-nq_->2Po0PO9(PMkMUVCBwg zoHI>ktBS_^a-@3Dw&mST(==L%c^4-*|FlT z+aR;DjkZ)xl7BY2fgwV8Vk-O_QL&a!bZ~I&>)( z@ii2RL#K|qMZtIASa5SYXgYM#PL9DPgOH`A|0JzT52Og8=hDPP^z_UxZBCxga)b*{ zE>Ch9@_>klh=_=Yh=_>f6;~_lY_8#gC@qKU0Q8Qd#;* z(rMy?sQ-pt5T&hBNL;PtDxsJ6b5_!6(kg|VwU2X``a4q=A>otfLl<X@Yx~XzFyvFUKW$z00wTQi}N<#doIq~{gb}&A@A2UGY_L%7wifc;+&i4 zyg_3rz)*796JuYMce_EsStjA^(({-|3k4?tW z>t?wg7qS4$^|+9~0T`~wMJ-^+DC_ZmQNSqcaiI&aSdR-?fYxIXvGN@epcdz1GN_RN P0000BCA#~2>kS>Byp_9X5N{fSOY11W${d5QyYHbpG_vw!>Jg+JD33=|z z_qaRA10o_KA|fIpA|g_R8I~l8ot-5~VrJN+-^|K8KP!`WrGMIO?DgB$KZ`RP&D-tE zEjrITKQEeh<)Sz>Gc1Zzi{jKSnitJGJ1d$u&0N`lC{FFc(kt#SJf%^q^X~mip1pX( zkFTHj_~8r9PK)87M?dSby}2>-eBODp+$$RZ@cXa_K(o{0c@-M9I?aU^%?=C)z47-q zl{d|uvH{zh8-H_0`#bcr?s&GgwleXGmCx&Y ztgeq{k5{V9FYeunyh+^drO{RS1Kg$Z@DYc+>Ktz*CSL;8~vs m`49xZ`aHPTU{3Y9h>KH!41gayQc!UK0000Y1i1u|F@N((L_t(|obA~?OT$1M2JpusI0#O@aiUNJkt~v>qecf8QN+(6 zh=Y@(ZdLFbI0|lV0qfwTPL9Q;gV06s`l5>g5utc4MjPegH3r+0=eLA5x#Q`dkU$@R zh=_=Yh=_=Yh`t(g7e0={@zmz(Jp6pF&8edNd=8td^AL`wnt$^GKwRET+@{xua|!@% ziYEwEB)i*RA$qOJhuXX@_KBp=f7sByW_?>V(71YY8 zWL(@=Zoz=E zxx}Ee2mqMfd4GVE5*VAp*>*nwpk6x0gr7q4lqAio9e}s@ik{vJ6!&KU073}dy`OW} zFYxm8n(i<7rKEYa&j49E|F~VAAFGg3;`y=Kd`ZXL{_hgyjeQF=6G9}9)&{0|jRzp5 zOdO^iO!NLYfO_c|z~@B6&z-8(ys-l~-3YLBkVQ}{qkm8+bOp6CmJYHw-3Z`Krj$4( z-lSc5iHL}Zh=_=Yh&o-^z5;f%#ioq^77yE3z>c=ql<@$<_SKfQ*pzX-Wm{WpN?VS8 zWm{Wp%6I^_wZ*24p8-hNzIM7+1`uIeTdb3K0JgQoIxP>twzl{u#sgscN<{zB8;8{v V=Y}9OuM7YH002ovPDHLkV1l;&2X6oX delta 483 zcmV<90UZ9h1d0TZF@MBKL_t(|obB1aO9D{<2k@^Iv?wAqL_yKgqB#UDHh7CSJ9Ym- z=-3>AOPkQ>-*64$?AD-55EwW$94SgeD*jj`>NUuT=o6klh|n7RMAt(tdBHtA=#1^~zvZJfk`v}qw1u#qbQ!+vf2zE`Z0cVl{>S}yo{ z?K)acX*`z6M1RMxTTThRcHI--KCpV;nGJ9!1xC9!$-VZ<;$5rcm2SX)BHe&+EGY(^ z1|mTRY12Zb@`AK!Arf>j=rrKPUx8)wN)JH*@P`iY`W?q(wu#&9Xly?khd3r%vCA< zU#?qazKFTa&@|mDb5%;^sBV?{B9z-<-70fctjAS9s9R;OO8F23^sCHOEcD#6f+qTN ZegM-4d#grWi0}Xa002ovPDHLkV1mU7=?nk> diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/meta.json b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/meta.json index 3f72fb4460..5962302a21 100644 --- a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/meta.json +++ b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/hosp.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by brainfood1183 (github) for ss14", + "copyright": "Created by RustedTim(discord)", "size": { "x": 32, "y": 32 @@ -15,7 +15,7 @@ "directions": 4 }, { - "name": "equipped-INNERCLOTHING-monkey", + "name": "equipped-INNERCLOTHING-digi", "directions": 4 }, { diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..17b24a3c8aa2c19a2905de738cc485800f7db04b GIT binary patch literal 1542 zcmV+h2Ko7kP)Px)z)3_wRCt{2no(#|R~X0tr)ws&*RWP}F40=*?TR?WJ~XrK?G|qq|TJButvICDXX46 z)O)?RCVEessObGcAUQer`@Zv??|%0r-v>B2I5;>sI5;@Go)DhNqobn?08~{)B9Snz zl_ZH#N&x`Tm`Y}*5*0Oav;NI`%GqUyS{~)HECT>UQ3L>%NF<0PNh}l!!RPboQ&|+K zxD#~!>2w-nV`FI93)Uh@05%pL3WXrcGAN~tXA^8W;MlQa7#|-;DwV>eOP7qr-nemt zg+d`*ynG9>#}24C9o>V*d!Nq-pU-DF!tDHW=guLQ%fZDVyT;C>{{DWJOePH_x*>uf z;Ns<50DzwJ6G*4ikYyQXdnh~7DRG!lo{sK8^qy)qc3;Qm^F6V607xd2=K&Ne;+d@$kD0LbNX2nK`P@@ypxNs^4!)zs9G6DLkE zS(f4V`;km0p(qOC)9a*Rb<&tOw+P~HIDp@O{*K!yosRB72>U-o-Cq-i+@+meB+y>V z;!}@J4|Fo5QYrHA;X`Ad-DGHM(!s;+c#nP#065dSP~8A9eCCRwUv~zj6!9s7KqrH$ssMm|K2P=>{}KT3%MTyh(qa24FsqIL0M4|^(4Pio z^w8Aj0l-SJU{`!u<}+6;a)$l#~^TL;wKcaM<#>oUKp8b_4*x(12`YV@=bbX`1ofqo}CL8DO*i za5xM~DgItRK%~$&0D#2UR}27)#=Knmxg4OQX&U0w>qhRDaF;ShX6SM zK<}w$_Q}`35x~POi|g2Eej3azKEAePFD&ELiU70zOtwITdM|c2b;11f$z%(J=N8~P z2h1&k+}qbj?(OR%E5!muIbl&tqmP0by4inm!0aXxNVjYj-i1`ISp1*Dav4!`=AQ&(%VY zxJtt1fM*#{4FjtUcLcb~>~^{FmmThNz(4s(0F#!nh3gZQvgf7O@8ICz;Nal!>QL36 zua$x^{=eJ_vA47>{TOMqxeznjSA84;-lu~RioAcVh6#>1cn%Vex3eC;U zxNzYDMn^}XS8A5?d4}h3uDE|Eh5GU`1!mO|3=POk6fK=$05&23TrEoc9NxuP6$NYp$v%!Qz^WnEQl)jfN>v6fra)bLXHf9fZv2y#mpgN`!hZs#O`*5$e5& z##92JhgM)*EgTw2}|2j94BMrEl&j0`b07*qoM6N<$f?4AAKmY&$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..29e3b8c82be314c7b83241e0f2bd509e13cd7429 GIT binary patch literal 1529 zcmVPx)vq?ljRCt{2n@?yIR~*N`+b!Y*qELkNPhhgikUD~t7V<<7UAu*9L(|4X4-Nz@ zl%bJ;N-1~S*Dvhq`?nb;!58L-T zvu@V?&Hf4Kd@hqWv-`fk{k`9N^Jad(05LH!F)=YQF)t~JC|@#7)3=5vj7lD|G5qTAVbUZypR*_+_{6<+(B&G zycGxb`0zXrob#F?+6+N`!AGBd5jp~hq+izo`Fvi6p67Y^?f#o`t^+_Sl>z{qKQ#_b z({Sa+U(!g!Fp$sZn~H*J{hN<=$N}i-9l$>iZlkAn06=B*Z$8>V)~|aP;GBaohI~E` z+qM&L^zZVsGr(lvGs4^1nI&x5)(_jZ5&(S07&zzTA6-v>;GNI>(+~U6KR5{f>rc?$ z`&b^&US2`r!7W^!Jwwv38v!EZ#VzOc)SkMXJzV}BK;^#dI8G>Jqfo8?*5C)&w0SEI z4fi2CSy^R12RX7wA|2nG4?!AFV*&zH+(vH=vz<#I^B z+O8=2WCs9%rfDb^i?D4wQ7jf~uFCDCmHH$H2oH14<=^FUS+2rsYip4WX#~-KEA=Bq zz>5U=E>QhY0{p)gD2mb=tJXnLl$Pt0BA~0QtLADeR_Cs+F0ug|txt*o$8iz>FgiNw zi}@yw;#xb|X#JR&n3$NDn3$NDmmSkI{Z{4vT7hL*zG<3~>>)o61Ca0Ff+_Qnk&%u* zjEJzhIiCzkBy?jE#+9=gys&nVCT{nS`pU-!3gJeHY1!2sR{>NnE>j z4M&a~K_-*I+S(erySvFYkVY*~4I+~hB26vo1?J}F+8PO?qoaPXCP8G5MI?$mVx#?$ zUWn+rzHY)%)C;tm>Y9WgoOAM2AUVMEJQ#)n#+b~-Zv>(yVK#SAt^tfO7=}Skj*u2X zUDsvE0l?`C_n>L+GbJjWK!pG43->TIP?>_7rja9nXs16|Avi9xU_uSpqrAwFE zdK+xD4WtNA6b0#YdfoJNz1)2(sh1*OSXdzSMUDWGeOWILw^0!gw2NW`*;vCcd;l04 z8Uj#R6LPs66h&$KE>Iv6BNG!7a#3DftklL(6C~v1Xiz|GKRfy30bp)!E+Ixdm>Q3g z9g374URhZQwcDK&tVOkEwM~r@IXzw|6lC~`>Cj1pCg&W5LLqWLP1Of7R6WcB>H0Z00000NkvXXu0mjfE7IL8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/icon.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/medic_sp.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e0c0bfe988822b47e816c36eed930b7f080ad2ce GIT binary patch literal 607 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 delta 603 zcmV-h0;K)o59tJu8Gi!+005o0f$RVP00DDSM?wIu&K&6g001FSOjJb~G&v(ZP%%(@ zJUl!wFfce%mLnr07Z(>B8yh4fBme*a5`w!#0000BbW%=J|NsC0|NsC0|Nj6=PXY1( z00G}gL_t(oh3%HnZo@DLMX|w@<^Ml;K$5n0avf>y!ydxqDu2_36YL-`Egu@)fE#cC z&;_y(QNe&hl@?!v%S$g*asdEyEmeFmpT;w{R%>mo(_a9U)>_fxzoIAcsjv2~KLNGX zj17uEAL2K?jrtQ%s_(8fb)EeAcmS*3Mtui3l&EF~`7oxi>Z^774k#@?K=nhc@hRGv z!mig*-vKJ(S%0p8vdG~WcfF4KdmZ@R0#HyX(Mss`4&XJSUMUa|bu{Yl|EQ=ue4SN6 z>bCtsfJL+z0+?}_83M=#5SW3OncxhJT{K}^&duqu0f7Kv)~R_Qc%^rTsOg~S5Kr~K>iiQM3J3asYk%uE;0AmJ04MvK4PBoG(Ods4 zI;KMZlD^0La3nZaGDC{li2&XXV{#YNP+~N>%w0?BJ5m5zMJ;VfwXh&SZor)&Ks-D* z0RVA_h&#{(;FqM~`Y~jX^A`hhIO7cb4xoAkP!)Iv>-3%j)&V~S6#N-~HU|XQ#=kre z;31m}1XO755KacmQ&I>>2gdQ?z~c*ObbzxtE%g2cUkBjfp62ot;PF=g9;W}7GcY|~ pa)%Tz0A32ScqgdM0DrKL0lzvHj*>g2y@UV&002ovPDHLkV1jTO2q*vm diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi/icon.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi/icon.png index f9c24081bd731ccb9c1e131fa13beb523bffee7e..7894fcdcd7e14258c46efca1c53c9009e2f35f09 100644 GIT binary patch delta 492 zcmVpHIM5{4mB6cL6YuIr*{8r5o5MJ_##_%myJe4`o1r1+m^O%%OD735Cl>sh13a@N+tUJKAX*kIF13R)oK8oPA9@Jq}%PX zUayr7m&$+;f`4+k48U+WWIP@Nuv)Fqb)D&SO0U-gezr*nk=npTnj+8ha=?>VbzP^` zY9-g2rePQcv)SxipNiBi@H{V9EEb8Ph{NFkz+$mT=FiNgM(HbfPP5tko9*fbgb>W< zbD}5$V7Xi-i3|n%a{3N{rk6ARSHmS0l-b=%^&}A i`%iC`^)fOtGJXKiU$jKIwT2l00000+{_~K|w*m zKW1x_m!g9w*@L?~)a!L-vl-`$C6l*rHuBoZQ~c=J^URop)_>k1=NBh%*}S!P2#{5) zyPTaK=L+Io-0Sr+fG_u-GM|p9HM)HL@QQM~@1E~`dJVvEIP~`QD(rMRnNo^-4_`Pf zjt6|#@7N9>(`+6&{qy^mhzR5H*vos{r>NB0r`+xn#{;J|n@0peu+}_|2b9}=O09h# zTmJwnj7io)qjcbiA#w2{aILUP)yjS3= z>0+r_EcGwr>vexM06?|6d!zXq2QVgKJ{|pbZay8|-X6FfV#PNRN|%8)X%0Cqq9}^8 zN~J=YrUXHNQVOj#VHhGJPPf)FnM}NWbFV-ch5(3&Yfr9}LMeraDEKe<0h=$wgc>vN!T<{9 diff --git a/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi/inhand-left.png b/Resources/Textures/Stories/Clothing/Uniforms/Jumpsuit/officersp.rsi/inhand-left.png index 8756ce982390c9699f9a75ddff53985a8a188624..64fa3b9ed64c6c6ad5e394f7857d57d4d91a562d 100644 GIT binary patch delta 616 zcmV-u0+;=<0`>%u8Gi-<0063Kaozv`00DDSM?wIu&K&6g00J;cL_t(|obA~`YTG~* z2H;1BiQj|?2j$@;>Hd<>lolcF`+Bl9=Io4X6UArKP zqMh=ny5Qgr5Pw1d0EWXM0KoIS%IkPM27sNrpuDd9-ow0dopRknbq@{5vdjWt0AMzo z-4$9M7e#@|WP&`;tzGi+Jh!BjrYMTqJm7Y7{;Yd2l4n4cWtI@4QY>(P*G8k!Ud5Kz z*X0Qz$bLLP&;gsuJGA+}=>tnjS(`_VY$pdN=LXghR)5P6==FM7uh%$!c?$gciN)e# z?{x-)Q-e+ytFIULdHplM++cAz{r5V+>O6sP9GsuM#kXRGe&56APakpp{YSIB?laiW zpW<~8W4WB+g*e81zCdwxMOE_cI+S6q7gYY5Eb9oDU*0ud{v40HB>l zx2^*=QB0#-J7=SsMz^*DsHV}a?Erv&8qFB{|NI8~5J7O64xYRK0000d7$WOPZ!6Kh}O4LFLE6=;BZ~v zdH34?{|~*sPg%iYZWXa}-_sDkqswC6)W?fyENEcj%F}K5!T#KH(e}z~yQHr4O^kef zBIw{X7kMpzod~;wY?Yi1tlq2{S!byA%qY@2qALI_nh-UOU;C4|_^ zR+YDN=tdZZ%J==fanJJ*MN#FX{{!b-MNtIL^Y-rfzK<{rOY7-I;60IuuqWfnrfwr%st!Z1`)N+qRK^Z8s!DOJDUFI-D08}n1( zoEzmWtAf%B(0{u%olXG&qtU4FIUbJz0FL84!E)-;Idrbwym}pFRnRS)Filg7F{bi7 zN0w#Vi2xwWvhAcvl32%D#AE!+p#YTT&GQ_y*$io#?&UrB4wy_P7J$NJ`r2`v#w=b- zlEiWxr!+5czn)#C6`(Q3wkHmt@V%+Z@>adDD^GDaJbzc{bg}+^gH(tuTEjCfB0@~IsHc|W3+SV;5gpewK0a}Jc Um@N@}#sB~S07*qoM6N<$g4>TV9{>OV delta 292 zcmeBR-NH0MvYwfNfno0U#y3EUu{g-xiDBJ2nU_G0T!2rAtGuSEYsN|m2?{IwpZKd#v5`f{<3ZU0o0iK8x6QXluDZ22%x%M( zqt|kzods)G^zd9ry{|5z;Lo^1_|4|r1uJs3SW9lEcH~}~zT@ma-i+gq8e+>BvshQG zzma~uvvb#>{x_-rT7gC?H11}c*!R7`|37291N*=0Fa9xTN-!}X(~EEZVPuF^XZe4r zMC1Se|Nk-QHhZ@JOqvo*47kAc7ylR-V%1sx;{tFKE|+RDFfcG+(AQu5V_>@e;vY^c wG$oiA2)cohfdS$UbT4X3Ffmje{KW_WeZgEK%vD4300000Ne4wvM6N<$fF@JJNL_t&-m1F$>|39NxQ1icUSNAY*X}d5W(_e2LVr1e`xBtf` zrp)l==0OH@S~RffKNFX>3j;3j?dl!|25vRG|F{6$1euIw3=9km81%QRdl;C$UEPDz x3NCFI27+#2WMF`}1Ko>U+Aa*Q*Vi!u01>=UhOD%PDHLkV1lc9K0yEg diff --git a/Resources/Textures/Stories/Interface/Misc/job_icons.rsi/SpacePrisonEngineer.png b/Resources/Textures/Stories/Interface/Misc/job_icons.rsi/SpacePrisonEngineer.png index b2f39e6feab9ee0c90771847e542e55007f0b9e9..da3595e51754f33778116215b2b8b01a1bbc8a73 100644 GIT binary patch delta 107 zcmbQkIEQh9MM`o?LPA2u=Jem^8(2eR{~SGWDee5X`^Q5#^;X=jo%^t8rP`G8_x8e@ z_(D8690D8G&1eJy)>sC&!#+ulVlLATWU=m2VFm(aX6CwlCWh*1GVk{GDz`BJfv2mV J%Q~loCIAH1DvbaD delta 107 zcmV-x0F?in0h|GlIAnd#Q4N4F420otWDbxp5d<*^m?8wA1`%i(Pg};a(3htFU9V{X zDHpSP&Jd+stb1eSK7{RRA%l6u!hL~IeOw!+WBwykB4+N0)gZ9-&V{( zaQJDE?}|y)|7UJ^>B5-%E$4q>qgl1tA+-$(w>w|5v9UF&863LP=)39F1ARA!>B9OR T@oard8Gyjk)z4*}Q$iB}HpVjx delta 108 zcmV-y0F(co0hR%fF=bFmL_t&-m4%K=4Zt7}1!o%^AYnx`6;lDL2mw`75omdwNZMox zbA4X}z(Zv8W(5yXF97u30ND9Vi;gt;!$T|Z*f*5#X7Yh;gUuhQ+M5mT_A0=^RrN6d O0000A%l6u!hL~IeOw!+WBwykB4+RZvSm{_-T+Y z8xW{`+xuVVgjLDz^~q9~f%5WfdQ&t0>$+{- g*?Dj6l@;@u7(8`7#V4k-tYQEHPgg&ebxsLQ0QJ^4zW@LL delta 124 zcmZ3*xQuavVQGS=i(`ny)Z~-|AP6}3=X?Y2ow?^u99l5v=X}Q-lOFy*8NufE`6v$% zoOttJ=Y-V1`8`LIdWxRaOC%UXf0=(UN3d!A9M2mpYAJk+ePgg&ebxsLQ0IJA1jQ{`u diff --git a/Resources/Textures/Stories/Objects/Devices/handheld_console.rsi/meta.json b/Resources/Textures/Stories/Objects/Devices/handheld_console.rsi/meta.json new file mode 100644 index 0000000000..3a671c1d81 --- /dev/null +++ b/Resources/Textures/Stories/Objects/Devices/handheld_console.rsi/meta.json @@ -0,0 +1,21 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "doublechest (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "shuttle_sp", + "directions": 1, + "delays": [ + [ + 0.4, + 0.4 + ] + ] + } + ] +} diff --git a/Resources/Textures/Stories/Objects/Devices/handheld_console.rsi/shuttle_sp.png b/Resources/Textures/Stories/Objects/Devices/handheld_console.rsi/shuttle_sp.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2e40bfa3c3348601ca08ad3519021f22e32ce5 GIT binary patch literal 698 zcmV;r0!96aP)Px%bV)=(RA_AO_Uh{HaY!6Y|JZhnkQdlHB{6XNJ6Qxm@1i ze&-#|I|&y|OiWBn`j=xe!E1NU9CV7Adi7iC%wGFXhy;y!$N!19@r(@N^qgyo$tHG4 zq;{*ZoAHlbD}<5$jzMGI@q?k!CpheO{-ol}Ss%8HT`Decdc;df(@1@q>q-%f_6v1@ z!)_O-F6p95s#|pDKGun19;}YZ_Iso9o#bDj~KXFD9iXxXq5B0b_22jPUpU gouG+{iAi7c7nxaXNrzQmjsO4v07*qoM6N<$f~8wSK>z>% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-engi.png b/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-engi.png new file mode 100644 index 0000000000000000000000000000000000000000..fc44242878af9be0590972b28548f24b332b15ed GIT binary patch literal 612 zcmV-q0-ODbP)Px%9!W$&R9J=WmA`8fVI0OkS}W4KQmXVqQ^lr89E?R!s&=SpC#SB0;-W()p^9MX zlqu9M3QiTA#Qp(-;9?RTlz@R&Plr%QCG|?*27e_fp+Vx1=DnPn^gV1Q?^)jO`@Am? z&wZb}`+^4#9u#qIWTe^--M#G)b%Q+$cdGtC7=SU&CSR58dQ5|F;v)dhg>a?6uhpSH z5Uw6Oc~$Oj7oW)5(yusqBLqNKaE`pSM5&M?orqR8!wUs234)(FEOf65y zFaXF~O8{&ZEEQ=r18XZu?$2LtdOj6dASMJ4ZkTA#?9TWDVXSQO-wgm{KE0Fm#Lv&f zI|lx|lvY)tFEo>JA=|5zH8~V8FE(e~IZgxavTU?;z`6i;lIi1N8`EVw#(a<4U@& z{)F+40aj0(2Vk-9xZ_1Mg^&@<7_;0vl~B@Djv#n+Sk|iyGdk3GYSxzR2x4NI4J!p? zcE>>fV3?`MLeuk@mIrDP+|u2>14;(8?j!UZ3Ua6XT5@*}jM^8=^w3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-hosp.png b/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-hosp.png index 8d24b5e65dd90147d830aa83a0a4fd9c41d3a8b8..40d8f538187c1948e205a2a5111d96601fdcd05b 100644 GIT binary patch delta 590 zcmV-U0usFnF>|Xdn_cX|3>LOQ;Cu*# zviFQZBqYHe>P_rrFG_Fq;7gJiNInF6$%1;QX-MhApjkoO=pWK`I3Z+Qi!Ho9+;-V* z|IUWK-S5l!{l4e$J>T>D-FpsLuwX$D{_bvVH*{^gAzBUg2!E{6JZ-@O(q~&R<+ES@ z)}&uoZqm~h)Y>~kMdwDPq!Ax%KTPn!aZaAO4#2vSKuxa@k43afCdwMfK~1l)`hCvC z^}TN~;_*NNm*+C;O2Xha(~5|6c>_M%0;5urzGw^g?hlk)7ap1++&c24dq<>a_nZ{fN031pE^kZwo+m(QB=hDMKwbj8<7^Yuo6!n-}c0-)am`5VV$5urVVp5tO#6TAyPJ c7A#oU2D#g+>SFCY_y7O^07*qoM6N<$g4RDO8UO$Q delta 470 zcmV;{0V)3T1pEV#FnGuPSWTVEC{}(0t+upR3vHej3PCriR$+u7N{o*b3b7bx{D;1qsMXGa2lMVboO|ZZ zyn7)+ga|@p#>X4qq1*l)qRpU9z-c&+Z6qmGYDxb?g5%hY!GFP3WAbXXiq;n-5`6%q zQYp&iZIoIu=IAi01D@xib^YD*L?Vu5sn)+uu*EQyf_k=^72JWwI~!{*ULc=h*x`Pd%1pEtB;taI*e21_IdqX}~Xg@@HpQ ze(${UM0&ghg~Ac8dnD2obwWuaf;lW}*f-_5fZsoqDo=gB6Ixat&pVY+U+|U68Mz_@ z8=I5N&NO$&wZ0JXOw+32IE#S1w+D$I2az#{XdH_&x2_){LWKVu54l>43>}`khyVZp M07*qoM6N<$g5u}d-2eap diff --git a/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-spengineer.png b/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-spengineer.png index 0ea418bc898e4aaee146a95352e6f7819b997906..b6f9d12a034f3fcc39e53c2ec70f102f517ded38 100644 GIT binary patch delta 567 zcmV-70?7TP1l$CWFnGt%J1Dp-lzB z#jb+IMTbm66~WReQ>ZQqohmp(;EB~ z-vIb1gd_h`{T2hkNb}P8Jvo1}zb3iqoww_H2mp`qoU)mrS}BlD#F|Hi=o_GeYNbGN zFUg!ueIr>`D-+Un0Lo?tfLg^=u~rLE+)MIu^={Agh3GnQAy|2sMf+f#OduG+%qRan z06^~hj^vr`9DfsGMa&8zOR%Ib^MB$>LdjFP1jfb7hw}F0TSL19 zaj{6rOaZy$3E&@#un=AExgOWbK&u3gz0U4{QUGn_0%y+|Jgsj@?b+~kYeT&iAS(oT ztrIZwuZ}0c=DP>X%)KVGzbiGLcS`bZy#vokK*hR$05hM&KNjKYY>b+jB3rjQUFla! z@@~D_EHD6&PQ;V~D7E7bxz%nsU~jvL!FnErC6(|1zp+Y*e1Q*AEm<(|c4^#r>(jR09A%UE!MzC>+IrIAK-iyuT zJ=1-E-1qz3^KkDAHf-3C#OtxKYAfcpwPL6hJd^0D27^A+rhil_-PHUC8-hV!_2t06 z5xHEM2mAG-eI@dN-8sW_hQ7XajQ z1tXu&#f|5Rrhh?5c47_Ef5G!Ew-68d0}T2DLT>xriM8!k2$YJt5FZ|^93HDeZgN*7 zBm-#+8Wp&yMjdqvw!X^~v7|uVdxxS>D(aMqIu1oKdg>NTOsND$7Nq7jrNCV=)GUaF z)Yd34)ITbGtwT|8C<@u%*N0F=(|{Hz;Bq-xo?m&eet3RyZGja9qzLqQlVr3g)01;X zu2A?#d}j@S^9!+mVoD{WMM>;@_&)@`Y;^MW{a^h4h>*|xnZ5U&e11=6wCQbC^$mOk zYG-?+0s!A)tM@Lxx`<47NL|MgJ&&1h!-kC~j!Ol5k}FC?^05E_002ovPDHLkV1gep B?S%jU diff --git a/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-spmedic.png b/Resources/Textures/Stories/Objects/Devices/pda.rsi/pda-spmedic.png index 555656a7bd4f6e7e091f86c28ee491f260724a83..c78f8714999cf63bd6de00ff28c491c9ded086c5 100644 GIT binary patch delta 603 zcmV-h0;K(o1b_vQFna;7{`A_N-1NkO~o&w2_*!X2+Ir^*M zmkvP@L1QffVMiMszEgM<20@0$1_fP;9TIAeSh&c-DFp7|V({7Kpo7eY4(#B3olV`h zcz>oU*?eMi?u=fe* zm0WyZ`bRn?C7Z8$+Ht3eyM3c^B>H+2fC0(L_b(C74&4V}O-Zp{TqZdqS9def(Lf#R z#bxqKaR45rTjx#EMb?y*;7UbBjkG!g`K37FXSdqs$H%7V?YCnXjbNOP3SP4L+O=kH z1^}`@7DSv%WPfpb>^mPys#R-1^%RsV6%rp7C|4?i`+INv8EtiR{|1KL7Q(U%0KHBJ zz`IwU0C@Xiwuui0ysTdvAuPKH%PxWeZ_~uIgX$L4Z)&pk@w>Ev$=cV%1GN@hfYqlr zu>fG(RabQj^g12K3`Z&Ce>JW33IIHR@D%{_!aWgdWZx^bki#kG2Iaz<8VK-KSf p`^NA0i#QgGbwgi+1`Yo?{s0OOvEzm%^~?YO002ovPDHLkV1nuK9wGn$ delta 487 zcmV}y2~L@Dhh<1Omj%4Il{LcAqmlddIaAU=vJeR_6V*n z>50fvpgnt*VNfaxC=~^;3?t^WN8t8wu&o_a)g4NKUN+DgLCD38MuC;Zb>eGTh5^ek z$h~wfp&HKv7=Z#>tpe(T%1p0XYU=V*{)qM@9cY~P)N{}mfTiNv-JQ#>u&F-K(EGMi%7Bu)jFog`AvNV d3KaZvd;--_jvO{_E{p&G002ovPDHLkV1h|x+DL_t(oh3%ESOF~f?#(zadDI#GC-iQ)HXefiCY|4hFs6U`+ zDay6BXlfF-S`!>=Xe=5UDqEtUAR`D|DuQcR&>&jmU_;(p=Epr(bm~6KIrly9dEV!q z=X`(x0|o@)8y?QpgSW9Bq~EhI!~xQi3%UgeTcG@@!_~%n<^zYTtsoAl7OXi#;Dq_34ozNN zE6{3g;U)1_(EeTl#e!gRm6hvpAzocKq1WeOYIY2O(TTpIji^|#<_xhha3aJhY=Nh% zzhwU#x8F_Pf?#r$7x@B+*G7P=+s|@fr{Z`fC94+b*;NBV0xZ@}Z1xi8K99e*p0Wb+ zeYiFPPWKiVo7Q*6%~nY$PwTbH4UVq^;&;1JIR6l7))0D*g(_FiZ@_?oe~vGEtc)x` SbC5s)0000R59MYFSO8ag?I++6(!o7!c5BI*82NWn!fQZvp zE7*kY_9jHrV2i*B7_+q`&Ig(F*Af`BgL?f=+uZkkNI8OGRDS^grfFh0d;;gU+8#Sv zbpS%RkaE7VZWv`)mY2v?Dbh3pQqFPXIT(DtFV*Z?6CJk;A^Mn|J7~Q0q8elNs@0@3 z006K2Ir=_6IRXGo##2njaUO3}wG0OK4=dVSPx$a7jc#R9J;$U>F6XU=)mWz=%)M(9rNdH7q%Q{ya{5SnydMlCp*x_A@Zd3Hgu9 z5m*IbmS4Jh4=(oRW(S5k5%mh9?AOy)VpuaL1Zzm(3;}e@nfaYC)V#UbL6jqq%|ZuE z_%!}_vx}hN$Y7FQCx+OPa1Vwh;T{Yn?&nE&z{XYGcoQiMRCDFxu2pkrGA` zk6F2cfq{X6;nwjo1_lO97vPNoVu84d48xsgZ&7F%Ae07(3IP%I3cT4c?@~Dfg8&1A zHA5%EN`YkzD=#6`5DEdJqkx#~mUpQfLyV#{aQN`y|5KL#AkvB00YxDIvm94Jgb)1v zxQ{_Zy@EQq09P6yq=$h45&}Qo>|%Iydk+J)5Wrc`7#bS>7gY=)$x>Y4_5C$CYs3Ms gjz_^L7zLvM02B(302LJKq5uE@07*qoM6N<$f_n+BZvX%Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/Stories/Objects/Misc/id_cards.rsi/meta.json index 225196fdbd..aecab2b36b 100644 --- a/Resources/Textures/Stories/Objects/Misc/id_cards.rsi/meta.json +++ b/Resources/Textures/Stories/Objects/Misc/id_cards.rsi/meta.json @@ -1,49 +1,55 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e idcluwne made by brainfood1183 (github) for ss14, idbrigmedic made by PuroSlavKing (Github)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "default" - }, - { - "name": "idjedint" - }, - { - "name": "silver" - }, - { - "name": "future" - }, - { - "name": "idspofficer" - }, - { - "name": "idspengineer" - }, - { - "name": "idchrono" - }, - { - "name": "idspmedic" - }, - { - "name": "idhosp" - }, - { - "name": "idiaa" - }, - { - "name": "default-inhand-left", - "directions": 4 - }, - { - "name": "default-inhand-right", - "directions": 4 - } - ] + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e idcluwne made by brainfood1183 (github) for ss14, idbrigmedic made by PuroSlavKing (Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "default" + }, + { + "name": "default_sp" + }, + { + "name": "idjedint" + }, + { + "name": "silver" + }, + { + "name": "silver_sp" + }, + { + "name": "future" + }, + { + "name": "idspofficer" + }, + { + "name": "idspengineer" + }, + { + "name": "idchrono" + }, + { + "name": "idspmedic" + }, + { + "name": "idhosp" + }, + { + "name": "idiaa" + }, + { + "name": "default-inhand-left", + "directions": 4 + }, + { + "name": "default-inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Stories/Objects/Misc/id_cards.rsi/silver_sp.png b/Resources/Textures/Stories/Objects/Misc/id_cards.rsi/silver_sp.png new file mode 100644 index 0000000000000000000000000000000000000000..036eee9578803c03c0f3276134e6cf5203addf05 GIT binary patch literal 543 zcmV+)0^t3LP)Px$*-1n}R9J=Wls`xUQ5?s=Nf1N`;h*S=T*RS8%4i7^X_2C66Drywl!nHrK^g?1 zEkY2t5G2}y5Qjqwn#%H)hO$AhtL#FO8XEE%&eQDPyYs-U`z-I?yZ7Gr`}_Ugdw_v~ z!GEWV_QT3}#7+tce2%EqO%tD9h<8l<{A8W_kLb$Ec*N0(P|Mg;F{_w2=qF2*_CdW65;?2FF@Mp#1({3u zw?%~>)qr<$vC;3hyKr;5s>{IG+#xFEI{?6P?>-`DRpcJO+B4u8>JjxutOiY-YCty8 hF$VzEfPsO5!4G_`y{Ag#fZ+fD002ovPDHLkV1fhY`oI7H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/icon.png b/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/icon.png index 58a8a1e3200daf7817a91f53f9f4b243bf246535..252e788552edd2adb32ee5bfb05dc6ee388c961c 100644 GIT binary patch delta 626 zcmV-&0*(Fc0+$7lFnisyT!fBObC4BLoU!LFigc z(M!-KY@)DHK8U_L8T&wc09yc z_9tP}oz1Dfr`>^>d6;iz7~p?)dkFiG6$6>@Bn5!7R)>)=NPqWk?MOKRvSRp}Sjq_i zfDmiQgeU2Zg)z*$xrjm|jpXJj>NSY080J8JV*=iP`h#Y(2~|}QkH>LOABXTx@I>&& z1ROiE2fD743z>Ps5QRqCL`XTo1>z|Ii&^L2l`K`BO6LEg`dW^F{L{sD&(Q zr6Ovj3d&j?uMdBNtZZ;i?971mM^+5PvI2Q<4U{c6ODpvZ4Rsw6jL^ONH$0E1F91VK z=LCY;ysiBTU8GY}=di3IP=sxePIa~J^y=F?{}53`B7Y;`LAWlWZn2_b$FGy6rA3?( zKcmrD$L5bP_dVeWaK?&Q`}ma`v10&3Xxa+WXVn+a delta 326 zcmV-M0lEH{1?>WmFn<9jNkl7xV5Ww+2g{dC81PQ4Fh)UfU7+4s22%ZAL zRKdvDDiea0mnmZfZ;*fo9wB3tPM|1NAaTwXLvPE6eLq=e-NAo6QjFf;lG&h>xXk&K ze(1f#blY`YB5K(evq2~6w(EpCX7zLW^W8eYH6nNO3*s0C0DlboFy7|>ZyJqUS$yIc z!esgiz+rcm&JARWFdOOQ`=;*}FzjGy*{DfX#a8H2-79 YFXS||R=BA;V*mgE07*qoM6N<$f`&_$V*mgE diff --git a/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/inhand-left.png b/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/inhand-left.png index eac42f2859da94a3b71f6aa75bca1f1a5ab6e684..30c6e7baa8ba6afeb56b5bc192dc4443e7742555 100644 GIT binary patch delta 542 zcmV+(0^$9U1jGc8F@OF^L_t(|obB4bO2beT2JkP^)yXP?i{M~K@$aOIy7&OjLLR^= zv_3&wZeKwVx@B~5xw6+ZOpy5M!w&ko1E{Qo0KL15fKp) z5fKp)QEs6R34O@8ufw^+wRwa-0QwzVUAoVF-0ISO z@w=Z=t+r?#joeMGBWK+QEKdONyM6p`x}O?#3S4&|a4-QtwvPV0?x%)L!8p3_+^_&# zUJDTs5fKp)5q}YpAw_$w?c`r!TTFb2VKjiyhdfjglS>Y@ygB#f{8^7T8o=$eLdiRG z_Fn&?lHl&@5$Q)6`^WIIu95kGVX8GHM#P1i98XeiLjq0-zs)m4EFpSUe0&u$8C4UO;gpz{Xby!R8($T`F6nO(bcw zNSXvIvCa$lAZaAz6|NL=MbKI{MNT+G(A}NcyO93_+hu2NZawc8AR;0nA|fIp`e#hl z8*nx3b^yQvz-*ZX@Bch>fmjwj*!Rz(@?Rns?@VHmVYg$8kAK8+2W^_E=?~g4+YA8A zY?+CyE7HaCSek8y^a{9nle@jflR1*4Ve@>2>#vdM+9DHBTn%Hk8Tx}ZHqBI}cmPJS zctH3NT=ZZ+E~aR;F0o#Jo9Cyyp!N2Pe|;H=?6XW{0(Oe4WAc23Bx%_3WbVCIjN$>M zufd1MDF9gCNq>k{JfQd-;M;_l#RJL@Lat4ST|5xsN$}JrR8c%2d~#xhr@^j5(qpd)&`g6}g{H?r8<$RlU1LdvDM4?ACDUM6Qc04?=!T}j zt|VhLv3oaG6Qnal(Zfr-2^s;a`01_H1g-Q~JQ_PS4R)oK9;;-78conjkE8uVq%LXj gKGk%XX)x8_4-qb4=WquQ5fKp) z5fKp){m`#M^{Y@x$B~GB73zI*q24DKs$Ye=Jlan>q{w17uYW0gr3;b9N!VKDL*u-_ zjkv~n7mn?KOlk^0e)mPEx3OIpot|1&gryVUc~f%{ty!$tH@*AXvMC6ifO6?+qr0zp z-W281Q?xHh>87Iln&|YDl%-Pa=JlD6(^VN)=70@BodZKa&j+I?-&SpeXx z0BejV5&t1aB7Y(xA|fIpqV(CsTWTY0+)l4_I~*nrk0&A*U^d~ylRdN1Eb(0QjZZ=3 z0-Sf@=m!&zcQ1G@`X=KE)fB$UI0KCH!sxnxdhnpTFwP6)a=Z9YXSk|uTYEgAllQzS z+O3+=--*3gy&;s%BFrWaz-hN?M%RyZ2nHO_n3;(tF$`NekffPn%8K^ZTCl&&fq z+*?f^Ff#!^icmPXkA3|lrK{fFUg17W0E@{32F`$4^@acdRXHvqo87_bX(jUd>r5Un zTmT?m5u|k0aCG|}o9*NQLt9{$-VW}=1jEto%G*IFAN&n9c?`^(L8zmAYWH-obIYG6)X1`&{Dw{ZF5M#B(7(ZZ_!m zZ*e?+iI?Yx#I=cUz~%4&#D5tcfI27<1P3@ySFYB(#I;w4iVy$xy0o)X%O0OL03g%e zgkJ$PWq2hkgnu6aG;Me#Erck5rVg(pg&=_D53gJcL9}IfB_2YjO~V5~IAe50cG@(& zav1^<5fKp)5fKr!jaJ=Nq<*%+WL2Np4##NM&nDTZ>a_wWQa_tyqpB}7fKL5vimj?% z_Y(l1S3jFzv#KxkM|tY!vTQe3rIWN7LKU^0kypt^2uM|Rmd3s%lOa@D*c!dYOoUK% zTW$OvFB3u?RehmrFipIE)_Jy$s@`}2K=Jyyja7Z^z5x^^LsHoFZI}Q6002ovPDHLk FV1nCm&?Nu> diff --git a/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/meta.json b/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/meta.json index da97197ae2..8a37f7d2d5 100644 --- a/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/meta.json +++ b/Resources/Textures/Stories/Objects/Weapons/Melee/hosp_sabre.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Created by discord:𝘽𝙚𝙡𝙖𝙮#7441", + "copyright": "Created by RustedTim(discord)", "size": { "x": 32, "y": 32 @@ -11,12 +11,12 @@ "name": "icon" }, { - "name": "inhand-left", + "name": "inhand-right", "directions": 4 }, { - "name": "inhand-right", + "name": "inhand-left", "directions": 4 } ] -} +} \ No newline at end of file diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/assembly.png new file mode 100644 index 0000000000000000000000000000000000000000..fab7c2212e496705f0ad5b41f0d5f6c36da45f82 GIT binary patch literal 705 zcmV;y0zUnTP)Px%dr3q=R9J=0m%ndPQ545NAetbhi7hdO1W6N$11YG)p^Jt%woXn>+&Z{)a4{iW z)TL?S;?VRDaB*_0lY>8EoZ$>VV!y!ZH_-|gOe?m6Fk z?!D)JuPqXdHI9BBVHD1@&bD?swQB>2L}Lwge=ncHj{{)##uLK?1j?lp^}`~t3&81# zo4DM5>W4*KZa+a^wCDUvVWUZ)TuPZHV1%F%IJ6xX$KF#OJHMtk!BhK|*sER9by)qL z!{zn^a8P*J>h}iXt+qE1mlF`dLzg3`^a3c!^cpo1x(p;x2h^gCfI9fs&$%C3)g*Ztt`5`j-u0_4=8{(&9C?-lPcnCQT7EbPM_ku3ov4&08a&hLx4e z0=E%ZR_*~XIrT-?P}tP%Mc@Gd&+IGgd|2RP<}uz{XO#=i$yL#^BE-tZe^LkfK{x5u zZLF&v7zMiOfqs;aQAqWG%|4${lIdeXViZK$HDM`*$2Xr)lFxNj@lXkcHO(@j6gle zKbP0l+XkKS~)wE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/bolted_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..9a57e2c1b2f5d53b48b463a249d96fd3c4fe9b9e GIT binary patch literal 202 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 RsQ3T?002ovPDHLkV1l@gA!Psn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/closing_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6edcfdbe63e79313ae85399c1b9416b30cb2b9 GIT binary patch literal 634 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRq_>O=u<5X=vX$A%+ z9Zwg>kcv5PXBql48Oj`;fAX!~hD{spq^b0MV!U%l=10wp9XmfVCa6f5i-|u{>z?m$ zdvWjdf{gxKWfkwI&zR?4wf^55)6D-N3hqn}eJl+!oD7yi3`HsoPdpe-Ok|j#%!o}Q zljTl*?Db_g?c?{nDQ=myr!kXFEkAo*e(tv48ZRYk*8Sd^`Il$LjQPIV3M(adoO%2F zTk_9uRqZDaS4~Ug@qPE~Wt!c-C=>HN4YHs9ek_PI6Q2IHz-;C9-Pis;+3EI8M56Ca zuUo^+GVPQjzMrS=uG5+L`l1pCx}*FA8Q<|7FgmqWGAn)8wwsM&vl-L;_mxzC%GrG| zOzn>3ku6giCdzi$ax>iHPGL&cdG^i6A=_c$ow;+H+W$Lk3tup|vV!&1*L62|eppUB z^^I#mt;neYFWNVFS~}~_l&obZU0BDe!uGE_Xle>emQX`e4E|vgMo3QLvIw1gK2VbD zte+k8uB=ZdTs+FM80VT+K2g+&&USe8y!_geiR}yCJTYFdT5W#!gf~l=ylVItzW{!RWB_9D>x|Kc$D-*aaCOaH$1!s2P~^!%^BN}ex#`Tv`J_Y2%C USe&%pfKnNQr>mdKI;Vst0JfzVod5s; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/deny_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..741589c69616c1de3454e861c84259ee3a055d1a GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRq_>O=u<5X=vX$A(y z$(}BbAr*7p&NB2qV!+Tkzu>{ME4~^pO4jlD?fR+zr}n%4ojoTH?wss&aP8%@O=|8{ zB^#QrOqlY$_JX&UKIh+AZEW}4o+&t>qZHu}e=92IugcZ>{iFEXpPk{ZDRUX`K79T3 z)w^F2|0`;*e@ptj;M57t1-<6=_rCgnRJl_A>Q~s*gHjVVzPI!H{dn^Am!dC1B_q=h ze4OildEc?w{VBo$x3lcovm4Gh!qI^U&fnkFM0~AsP0kxkdzhUcackR`AD1OJ@VZNX z`>?x^|G#u*u<-UBA8*(F=g;l#vlqS4n#@tZgHw9O?VWyyzHSehYj;o;C{ZsoVcC(2 zg_q?cE&&bDX)z;r;S=K%<`e7| zO$;-ekx@g8>|}lckaTtf#F#Y<*H9E}46>3B=$iG3(RGEUd_ar5j(AAdb*@)mfpNy* M>FVdQ&MBb@09?M(EdT%j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/emergency_open_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/emergency_open_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3ace1410858be690b3e6cf6290bc0b5e659bf9 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDb50q$YKTtz9S&aI8~cZ8YtM{ z>EaktG3V_?MZN|D0hf!aj*C}aWI6d)RmyYK#n2drWxm|zH)h$NTvl{1&;7LwPzN$t zz%Z{k>dTVEy_4Nn{%V@HVBZbB4Vijp^XyJ?pP$8FkP)+OedpTs44*V*POq)|%Kt(V cSu==zfZJl4XndoYZZwGJ>FVdQ&MBb@0BXxVDgXcg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/emergency_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..36daac76c4a2f62ed04ed15f7e5ae34283339aec GIT binary patch literal 246 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 N!PC{xWt~$(696YcFmeC@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_closed.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_closed.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&M> z;uumf=j}N~Mj($#q4~eL^O=u<5X=vX$A(y zdQTU}kcv5PXYKW3b`){*zi`gYMWDM@cI%c+Uj)}Miyc%7RcNi9wWqbRZBO%2v3~;F zyft?jE3~8@+&E+Aqu+j$XR5LDO@DLftl=XI21-!~=LM6qJH17F`v4t>bUajw0Y zGvex;hNGYM*`MvU_RnAUsCMHWm-?;C5Bz?;tFQRMTA>9`*8h+9+t04h$4n4C`SWSx z+?oYP(loBlH9c^{&u-4`X>XS7+RP?#`(*j={(n>UJFK$)&B9au>2{Owgh%J>7!S{_ z+0Om?r4fktPXwrJy3*0PrVhRT8UI{=`<>xPAu9UGD6@CY>H^7&?}72d;OXk;vd$@? F2>>PG&Bp)$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/panel_open.png new file mode 100644 index 0000000000000000000000000000000000000000..c41e1484ee873ddd1c3cf965a4292f754e84dac8 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C^*N{ z#WAE}PI96|g2AhXK=vN1ge#1T`6Nmi&dMlgYyXy?{p0cRe#w`Q7!)Ty=ehdz4A0u$ z`hztRzdt62l$sPD*lj+E$6EV{q?%z-^UrRreMWnJ{}MXkRLbbZCQD?azjyVg< zIZD1CHRPz+(fIRj?e2!8ZiyFSObQO=u<5X=vX$A(y zPEQxdkcv5PZy9 zP1ka9b`_lz$7l0Te76<2;cINK?`&pJ-C@D*Fo#*;9HYQTiPgfg_Gw+sfhP|)@AbbP>N>;DIE8z|Ka1y?CC45=Sg|+0$83#x{@2i$ zMxex9#_5mC-_>1>7rVi@JMF|S=4G3s`_}8-`u+0F&VPB1U-)jAI$v9U;MLN&H9tkR zWVhuoD%HRJZ`Ays9mNeY4266R=uUIE;uM?yb*W$fC7rXs5*c@$dzHUVQ|aubHS%H$ zUaygxHf2Iu<~9DijJMOjer~c}Ff&zdFY~tZuM(X&GpD8fy|Da%-5&i3YwDhHaBtv$ t&#j`E-}zS@(-wwDSS`mQJemIk??LuCtL+N>jsate!PC{xWt~$(697&4yQ2UA literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks.png new file mode 100644 index 0000000000000000000000000000000000000000..186d38f0d1fb6dd6895e7b62647a6d43ea9c26cb GIT binary patch literal 1051 zcmV+$1mydPP)w= z7fa9n13l%x5D!vZMK20oy+|Ux$ObP`l!C5AFF_C#En?!l%}zVr{7{?jn=vyVXm*#( zu=~FAW;&bqX7{D+0>E;d0I(b@1bBDvV0-fVcdyrXECRGYUTJ&B zA9>J3KjVo^1(1g8Fn*yuT~1Dm$uXjjCtkg#mdjKCovluU4=+^TU;KhfYXd8}lem2B z?QFVCrUIyakGmT@{&cEZDTl)7mQUA}#zuf`Z`dMJ0i^LHgfxE8fV7v0*7i${92rew z1Ql%bEXOhkss?iypAg-tm9SI}W8>+(wD>Yg7h)L%`(0;^FnD%FbcNU(gz?lZJk)pG zpLG!AG+vJOs=;aF36?Iv)$a$<&->WN0A2L+zRU&CJqskXPK9+FPiUJ8{|`6;U^z|z zSdK9Qi1+urIOLPd{D7iOc@(p~=CE~*5dfVBFNt^f;86Z6u1>w_D)3E;d0I(b< z04&D|0LyU#V1)UbpW{bb0M+<@Vq`9WuAoSJzEH;MOf|l^@xsSl%(mxI_MSEP@&gE+ zL6Obn4;b^$12-=PKZ92o{}JiQ50JqT<{(LN{Pu)s{ikt$z?cvLa}!mh?w@&nfNC^% zkfineC~~Va0d;}g+~-bLNHNNhp@`gm3`rMQ7F}Tb7ojcKx&U2si=lRbUd9tFDKgyY zG4VZVv`-~x#3!6%fV{C3fcrm!6kN?wO2ak==$H@4`xy}();S;0o+_)GNtYkcA144T z#|Z$-F-8FK{{GJ~elgo?4qMk40R&Uxuef=j804l4*mthmj$f~vXw@6^UQhFTn%mcg zt!t716u@ta2Rw_lsD!od0=dpXhX2+4fL+%$Mu5a6<%6wr)ip){T{r{D+0>E;d05Al%e}LORK+paGzX1%c VC}cMeSumA7s^7a3hT`l(H z6zHD6Q{bt^l}E?FPP-m^KDDah-h;^G?P5yKwRhKkT+Xf_|F?>*nU+&ed_`-07@9CS^%C)a^&MKNR6q+BK zadY>lQ?K8gRaABGX{ZpruztSKCzdPi%A4X@7ytcfeAPVem2g15xBOe7d8u3M>zDmX z@p;8L^P1D-c$FtN_C5~GWH(7tl5U9kbCGfC7G|k0vO65z*5BE3KA=cYu6xcDcR$Z{ w39U!#o&7ymonO=u<5X=vX$A(y zRh}-6Ar*7p&N1vdY#`!te8bte#MN`OuFB=Fwhdhsqqwx0tMSK)AmP7;^D29pIcxr= zC$hR-6F;(%p(B}5;5d^)AFG25cY}o(1EXC1{oilDZ~eM&vOvL=8b#LwFZk9Z)!+O6 z_IZ8xd}U3htj~)ZYi4abx8hk5WA5e1v&V0Jy!9__XTzIi)mz=o72Yb&u>2dHc7Fa- zrdJFR#tY5rRg!i#Y|}_KebKvE^=m!D>dIe6C)#%L%##J%SE$4AD1rftLqHNsxD!%a z+`mredU5npde*)TAr3jSO222vdfCJ=2bO*QD#d(jONqtqpAx69XY*uS-gY9z{qf$Y zE4oH&GWLl2-&Q&t^DE8zN)U^|^nEua{`d>vwh8P64hLKN2HAG;73EC^NZcW-oPkY5e^DfHa2UdWSm_j2%ld(&!={}~vS44$rjF6*2UngH;w&KCdx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/security.rsi/sparks_open.png new file mode 100644 index 0000000000000000000000000000000000000000..deabe407f15dec7912525e9bcfae1bda7c50ca2f GIT binary patch literal 439 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closed.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closed.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf17baa14f8eeef2cf8c651ef66a3331db237ee GIT binary patch literal 1356 zcmV-S1+)5zP)Px)21!IgR9J<@m)~n!Wf;dlNzX}7PMW06YO-|emUX3FD|4|ZmBBX9F$OXjs24hR z<%OUKUiu$Q^vdbPJ1>OF@Ma=|DZ5f}46#H8O&3O&ZQWwi^dvcHPfi6Pr5GmjP@xzP^hsm;C0UO*qxKEgP^!_J|$5hhy*7$Ye17R#$3kZID?DLrqncBar zYwYr!TkIV_3~mAd5v7iz1_3aQ3N^C|sKPivRWG8-9@=AV)672SyR7($D0L!{2mppz zW4Y9d6A0L*Dl(?g@@2&jfT9Mu``fofhlcpRIV%R`=Bax;^zVMwiRo8-fWc1Im4K#c z!Xh*R7EBdi8x!)&16{ypwVa`NmdS$B;oV6Hpbo>vww#00x3V zbiIt%>m?8vpj0X%NfMz@7+o)SWNw?WSz|H1z)bSU;|bWM2diZ5i#X)e0F{c4*Xt!5 z9%OB;K)qfk7z}lgmK8syQE|YHnz&ZS8L;=tG%8)QsaC73udf45BuS>(Y+{-wvg{+D z&$q=40+7A;zya3_xt$3>>lV0651*9~CP+@fYynVD^Y zr*2$lY$~}k0lNw{v&yEaIz*(gQ%=CK)lY?(t7Gp0PzLmsEK~b;(XaSOPR6oqJu&FmvW1j4*F$Yf11|ed2g(%knRz_X*&kSb|3BzB8|bfDLZc zAeGK=A#IDyO<|tuSr`0tQyfoY#a%w9aH-S+Z#RK}8(c5sxRBn*<#P%Em-N?#z;{F6 zpjZEN{I6yo{Dk>q5YO>+xCC}Gqq_5+F0Q6al@X3gmb63>jH zsFtips8DcWid#?+uS@E7&RHZhk)XQt1744Z=+F>9NiT>Q<>m=^JQOqy|JW&jZ8^3~ zRb=OVahpKE4ZfIOV9)mN_CpjK9_E$T&OcF(bvj>B!>kFTGtxu7Mf08;eG6Xp2eb7#>t16lF2X>K{>t#z$7 zuTX8hqFv?KHoGl%S76WdOH}nD$I4#|b8k$)~l(%da{9|r{@u72M) zOuo25MuUk6WHcy0B|fq4Bs8;+R-Z4<^Tei3G>@J<1N8paY&Ji~+0!$^Zy(LgQ#{n$ z-!uDP(J$A(vnueYP-bK}>7N`ZaB34n+2e?%Vlt)2Z@Zrvz2`Koz{^R$({%7W!WbQfV{?0kSd+y2H z?V^w%OLGTv001lneE(4N7mwX$Gth5cM#cyLm{@0oMGi9`1mQU-?_a5iL#I&@8RJGXJ%cA>%3l_)8?|ICu2mrH>>7)*bfnm z8zVSh@1Z@fYLE0rH#C}^w!K)F5KUG4KDKkoOu0%diM`HUk@7snd_!zcW^3~a&%xFK z`6av5$Ms&aoYAu7dnx3FoKLEsFa!T16gY70pDwgD7K~InaVqA&dI|qE|5K~ zxL|$g-il)8t^v`>i1nM~(`mCjlpUTCE*C22N16}Y2L(BVZ_oZ{$@Qawz60*2mW74s zi&)`>re;Hdxb7A|R^#{craRh)B!Bba52S>iaw1Y$b%9^b+S)6yZ!rPab6$8HJJeux z@;jrpUslDPCG`#}3Qt}fbZYX+eUMuD#q5noZzbt$t!@nV)CagZb&;)O`%mQigk0T} zz2nc$9OW!$%h!eGSGY(qrbG)mvzZ%s?;-v}ek%7BOYU4|?Uk@L#aP6vC+ zn{X&DdFB2_O?TD`k`h_wGJ3GfGf|hd<-Fkc&dpsFTi1;q&Ps>W&m&)~DQg^fB7bT< zGI@>7vx!|XdXrF4_x1fgQbO;Z6Ak@QtYcPOqwH73tQifLPutu>Mp8W=UH-UOF(OLN z4>exhxO-csf_Gc|_+QJ6zq|SJcInM_@dDXq>suC_Wj*`3?OsNCf$qE4eAjZVmXL_A zbqf&&?dmAyKQz-+wK_Yswb(7#@RM8mz>2ZWJL_cE`W*^SRef9~uIW{MWR>Ob5uJ0w z#gySEYg>Pk<&Rg|6LlrJ()8Nl$Ha{`xw)yq z^DkPijx;GAw97HczT=j%P-Hy1$a;<#XxNo8?Oa@M(t#oKyM@e`Gp(X*Uy^=FHUofZ zxpF^0k-*RIb#p*lLh*(?9>2-Q>0Dg&F*jRZPkzczqJ!?+c6cP(?hq}!VP3^8jCnR) z=&;WQ7j(Av{{0J*_Os{KicQ77Rxf~Loh}r~n>$uu6Vn>E#%IMBfkQrCmyjmH zUHlh!YmlFxH-l?FwRxa>K+PfXU;LEP(Zl|E`qr0Tbj8uI;bu^B`09DBV|D4_xvQ*$ zY$J|jW}SyO58KIVW8ll{|HN(4cDB%N$!9xf2e|v@0v|+tD%!HyzRF>#YiP}a(MLf} zjeOF9m_-z=dx??lzHZa8oO^eQo?e{EUTR~?jZ-{_Ow5Lib{8qL7IdX{o0xeSi=!^Z zRT$F`9laG5HDdN#*9_9}=%VjUV}^j7Ri~x=JvJr%SNgI?>CejCDVkX$U!SUHjwU|? zj#hm2tEEO`w##nG`a9isVh8JAt}pAjHz%}AThvhCl#DiU2RYiTBZa|SNUbD+Qndso z>6IF^nFD~=GQ9?bl3)Zcfn{hL0Y*6k*igB3=@>7QxG13fa>wD<5Oyc!Z+|L-2@9LA7nkKAyY{dvQkN& zIzxv9q@o}b0sZ9+T{!xmM-GK`>J%*m2c*I(#Ca-2kU%JUgMg(ZlPfibq)_tSawdh| z*lAL<3WJRlBEt$;iGu3T_^5B$Bl7r3vfhdf(-_j38VKs{4gOo!uX8sTqgFy8*Ix~# zU`_@8JOUOkSE`2OQm)~VLWdwWhr%FA;dmyI0nsExiGaR3?22lt86J zKotaIP$)P_j^aoe9vlXRNhi|T6qv}Mai~N|Je5YIFg)liHjPf@(Br2-tkTNSsst5N zqr#x1C=>$?hr{pyi6EN_5*ZRH`b1@cL^hQTg7K7iND5I6P}n+feMJHufkvWCN<<0} ziC1ftJVLNsm7VwBRsIDuqPzFleL@ zHxNYx(ZZ1{K^aWesAL8Owk%vU8I)KMt5X!&AV+iI`e|VhQES81Y6Xvg#frxu4dspZ z8ebH?T!&huV--J9^I>rE_-K3!DC7ne9&adHE(nb~(SfP3)Zhr6H?D#bK$Q$e_xD6W zy_U=WVzHcq9$f!oD&zQ#2d2 zfDGB-ml!x+`gSa72{1+=g+?V}CBO-%GPx8Em(E1XflHwf$P)>Zv0eQ-V=wamaN=b! zn9>H&dE+v)y`bHS{H9$^aE8(NH-0A8;&1eTLce$NPW-;7>pflX#K1clzpt+MbiES; z?_~VGy8dr;nNJ>gU={inl!hK>ENVPb(4)`{$;u#qU<|uT>dW&{$xID@tquTY&Bg9% z*Y0e5feK9#fiS?d$71HZna*+RBGB_LfWG1ShDSC*>+Gi=S!c6r(`t%&;MpaUgKZ{b zt6X1Y-8=VaYy++-D<*N>pO|3r%^17VSiJN+zC>r#a%xY+_J8bgjUgI0Wx9FZzq549 m9P#n)2%~(Ql{XV9wF9gcIOc4p7OPN)fFK~m|M>ECoBj*1VuGRo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closing.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closing.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb69554e4f48cf0fbe27c8053115dd103e45c6c GIT binary patch literal 5195 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closing_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/closing_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..51ae8ad362371005930db55fd3917cc175d3bc7d GIT binary patch literal 6610 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/deny_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/deny_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe4d406edae31f1130011576be62680489d511b GIT binary patch literal 6524 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 Bd?x?^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/emergency_open_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/emergency_open_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&M> z;uumf=j}N~Mj($#q4~eL^5I77ieSC>B)2veXzCK$v8bOcIh3*_CJm$SP=+Niu;zHj)7Xiddk%g22fc zF=5@67Ch$cZTY9uq(jg5;pL=6sr$D;XTa6XnYR;@E3~S0zq?Xatg6f)jzqOR>*dtt zf467w1hDxQZS-lr;jg&{>K+C?axoL-2Rt`QVbV8Cqn8De@^U zh-y!o{mIqZ1?FZ~lkPq&xkWTEj3Hs9+o+w#5=YDr}o6^nG3~=ntI5n@LbY2p}Us;`Jl4OKz}g(X*VJLr_l{= zfn%hFjdOy*jT^UZ&lGoS8xg(^SmLU!U9h&u?>;D8?t-_)(GFhQSCxc2`7}A}h;B{e zxu*epz0$6oEKM6q-noLB>21Rc>2Jo_hBl0y-g5ej!>K}lAUwFO(!{1J%%-8qGxe8x z1*MWFZ0ia>aJZ!1r>uRjl39ZnePha~80t1d=^oPO)v!xMUd>1s?T_ZNn?rSmc1N@R zl}-`2_7-#VDOrxfL-YqD9g6|G;|FrezZJLLEz!*m_DHobTWJ@r`p&A-{6WsRVL0mB zzrQs<%q#ppZTs$mJWrIW19~2E>Y{7gg>_#|U(bBD>ia{M*KV0Kfj*2goZKb)_uNaJ zKZs5t73FqK_GQ~8^j&gXnM1E;{2YIG)UvWF!L@%y^rH)wt*)oW!5_l=J4de%ZOD5G zJ(f<`-VeM{QE*g$Fv8-@h{dhaLInkA+p1{2g|m$JLyUqi(?7n=$<15hE{1E;%axRAbRNV^7b`^ zzbKzJrumi@`3{_YEU#pr^E!KWZHCW{jD&>8$%&s217GY@^o`%FkAw*2T}S zHkL`|J|^D3u_bh^kJ9?!%Ge$|ahdLX#_l;?bF7#AT9(}MaKW0Qo#eU54^oQ9-hR)&H^q6wfV*`@No-Y66y+^e&B30S*LlcqM z+?07?1y4p|fra+^(1ecJZNB-n0$p2AI-IM2%iA({-^I!`zqoT#ecIYfDk=V11I8!s zcV`ZsKe0D{>|z3RGa@T_zD3|~eMZ-4V$|4gz+uinpuRRyL9k&lRN%daVYEZ^HxMfV2YqoEZ>ALfk zJw2CsZRZ<;0`&r&jb7j)QH2khwO}%5QE+{nyelK-&yQk;afJcA!);`(uxiPwelj^P z$V8{Y=*H(;-N@F|D+l)>c*!_J7*8X z_ZitXu71LNa*kuVV&|Rez9;4bwO6#S&pUMTjzi?`O;^7^)qJ5eB)q<*9`Fq}R&}ApzTh?y-I`u0OqdrH4^rK_X%ODdR$as|J^SqkPGWi{;x0IWFad zCCtU%U(D|KBWd#du(YhJ^;piLG_5>R`ZKb@tmx0;+9H3*uspF-`}xt&Z0mj}-Q0D^ ztGR>=?3gto(=olt<#y;0V|Eo+%yKtebD*e!}9*Bt%#s;~_+qM2>ZP z9L~W}C5QPD2#V(+p&}`pFkJH^0WT7;34t^&$d$VyVIq$>1>zg$>Bo5kK5X52<(bY2t!dhi$scvi6O>Ni84hfiOgg&Ng#zpp#Yc#pp2EGunLeWm#ZPB zFx(I&Um=pCBAFDg#)NsYD3nbgVDtD_`AOtl?rV6da+(E<50VO&lgLDnB$1G2dMHu% zXbfaJp}+M|`e8qcBp*a6i&F3r_h>|lE}sb@;J@~lM=8Xbas+%5B1R;bsS=Ayek>KRQrGZVqwU*o=I{i=42F=oZ(vfO0+D0O-q zH#R{XpCyp-MFN)Q6r}R`3?>Kx0z^myAU=f$@OTUcKxZIKhJXQ5$u#N=D2`N#!csn> zhQh#!A`C}BP{mDpS4z|kigh-iX?C-LXt~EH4|#W zS0A>oA>PtSI0@G*=`cxUO(UmeG8Urg3=TNLttQt%}nriUY z8Y*qx&Lt)cQS$^+$N-rFfJ{F!jRi7UR2l$6ED$7+{`nGl3>YNyg&<(h7YG0d!4UeCcW;+)10Z5@(*s)a{C7(V9@V_yc56g>3UDsJ2CK1#_!ejp00Od;GK-$ ztLy(pm%*E7Iz)>7(Tl;J*v_7`GR2CS=L>9559M&(_3mlUo=dmx&)@wB8;an#Is1imKWaHWXBTL+w)aQ*t^!~E_Mv_j zv6r=~G80HMKeE?&uE}qWq%HHCt~Ff7$l9UQge$6U5<@hbFbQklag_gnbYJZNqr(3y8NaBA0p4{`8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/meta.json b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/meta.json new file mode 100644 index 0000000000..126434bce5 --- /dev/null +++ b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/meta.json @@ -0,0 +1,158 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from CEV-Eris at commit https://github.com/discordia-space/CEV-Eris/commit/14517938186858388656a6aee14bf47af9e9649f - then modified by 20kdc & AJCM-git, glass by Peptide90", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "assembly" + }, + { + "name": "bolted_unlit" + }, + { + "name": "bolted_open_unlit" + }, + { + "name": "closed" + }, + { + "name": "closed_unlit" + }, + { + "name": "open_unlit" + }, + { + "name": "closing", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "closing_unlit", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "deny_unlit", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "open" + }, + { + "name": "opening", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "opening_unlit", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "panel_closed" + }, + { + "name": "panel_closing", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "panel_open" + }, + { + "name": "panel_opening", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "welded" + }, + { + "name": "emergency_unlit", + "delays": [ + [ + 0.4, + 0.4 + ] + ] + }, + { + "name": "emergency_open_unlit" + } + ] +} diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/open.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..a3936122600b9b9b9e68433204ae033983b41062 GIT binary patch literal 1475 zcmV;!1w8tRP)Px)eMv+?R9J<@mtSa8R~*Mb_a>3X#r{h)nUmIOaqZNtXhqfsg|devqf8isvQCth zu?J-XH%6DS*F22j!^EdO>|rRH?O{+>iyJ;T5QeD~R#r`=nAn=8iH*$~Z+dTY?;g^7 z%uQ}*9c=qTAm{wf`F+2?-~FB6y+`tQ9X0qL;RM*(eT414rvH@qL2ikA6W1#OO!C>g zzi-&V;f0Hq@o(GS+3?;S9sAktYvLYj88FG^<~CXz$}E-~6f*ZX_gaD<$8OR6()0Y} z{m|m1uj>^68r>BabA|mD`>Dq70hqXzVAB64g+c)UNs>t2{hb{hmGw?)V3Hr`eicZt zbDM`p`9H}P6P9%|>WpQa-DI^-sFm^j-XZjb1u<_J){?6eV3I%9U}7r4$D@lHcKGR0z%{?%1lTU*KJ^IX4volK^kNF>7Ey?c#dFbKf% z@^UR5@_OWjT$;{P-$~W>QmKTdX-JZU!{IEXkNbsGQ_MZx8A;cz(6bsa@fSXo)2R4P#}m+RJ_J$rUt5tc_# zO`c39(KOAnSl4xOxg7KJ^T@I+=2TS$U~+QOR`B@vIM=RSlluDlj8G`VR5oWXppZ-R z)u-=DEiEmms!DAJ78e)A|Anf;GKH9;YB4l4gx~L{zrSA^85uF2Yd>T!VEDbD1dz|? zZ5^djDckv4WHK2dk%)zSczBp{xlC7Amy~*pI0_cY$z+mjHp}?a6h%Q%6jW73(=;?q6UT04 zWrbp~h@vQz%VlI)X3Lf>bar;)a=BPtU9GrZD^5jGh{a-5b6OrjE&0gEh;3AM)voKh z?b>iSjIQfA91dc!81Z=A>Z^KCO`cAt35UbBPVLCnJA$L5qayNnJkHgtS1oo+22Aql z>1i4p8!-%nP$-1k?PmAx-OSC+Q7jhGG!0c%(RCfC(Kai*q zuvQRe>1kp2dcCAlsV7DA4-kz;0R(wlTicUn zW>xQNp%V>=>!6S zfMsk7zjWymhYlTL>(;FzNch!Wz|_=~A>`=1!Qy1MNJghC;%T)ASz<8jG6ENeC&I%Q&4*TrQUoXyU}_&n@JQ z{+$-P?d#b5dJTue_+IR;5^+xaJ1AKr88=?8^KoXK!jb;t7W*3yzh>f28aN=x%}bAk)8BQ}=zYB(*!b1# z@WMro1rJ!}zPxygeCNilXXdTw#xEn43_Qp!vEA1s3{OMicIC=djXkX}x551;C#+>) d!@K?k`~}3A&QMrNhI;@2002ovPDHLkV1nAO%wYfk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/open_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/open_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/opening_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/opening_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..51ae8ad362371005930db55fd3917cc175d3bc7d GIT binary patch literal 6610 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_closed.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_closed.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_opening.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/panel_opening.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c87d740e2af2651c01d77129428b36a0fcc384 GIT binary patch literal 6183 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 OkdRF*jdKlM!~O#m;QPJ+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/welded.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Glass/shuttle_sp.rsi/welded.png new file mode 100644 index 0000000000000000000000000000000000000000..eed2758c7955fd7fce7a0d156810bf5b795ffe37 GIT binary patch literal 5638 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 As{jB1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/assembly.png new file mode 100644 index 0000000000000000000000000000000000000000..4088afdbc1d446bce69b6e7adaf55716e2f26b88 GIT binary patch literal 673 zcmV;S0$%-zP)Px%TS-JgR9J=0m$7RTaTLct2~mh=GMp|K2%&I|Lueyp>Y@Y(mpVD9;36GF=+H%! zy0};bmkzamKzFy|;vhuTPyj*^FxjU2Uce(rB`@Q$R z@ArH6e(x8UPiML(KTdFq@VW5N_>)lx0L-T|UGw*GHiexKz}&Sh*8~Kb4TH{69Vh^B zM!kU&iPJf%qeSB9vGiE|R&BFKpxH1y6L3S&4MNrry{Md_MB=ux_F=_Q?npp5Zy#1{ z6{4!{+W3C$?ciNYWCvp{k(Cnwc%r=o&EDv+&Sm7nK+sNU{rI``=@;hJ0GL}? z0Ve{}hDcH=fk{UX@@=psuyX#f^ywGY{u{o&mGi1Xa(0H~?2J_Ai9qhbcMdAwJUcIytCY%BDGApEtj@Q0_gH=R zGXSu5^=xcHO(@j6gle zKbP0l+XkKS~)wE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/bolted_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..9a57e2c1b2f5d53b48b463a249d96fd3c4fe9b9e GIT binary patch literal 202 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 USe&%pfKnNQr>mdKI;Vst0JfzVod5s; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/deny_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..741589c69616c1de3454e861c84259ee3a055d1a GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRq_>O=u<5X=vX$A(y z$(}BbAr*7p&NB2qV!+Tkzu>{ME4~^pO4jlD?fR+zr}n%4ojoTH?wss&aP8%@O=|8{ zB^#QrOqlY$_JX&UKIh+AZEW}4o+&t>qZHu}e=92IugcZ>{iFEXpPk{ZDRUX`K79T3 z)w^F2|0`;*e@ptj;M57t1-<6=_rCgnRJl_A>Q~s*gHjVVzPI!H{dn^Am!dC1B_q=h ze4OildEc?w{VBo$x3lcovm4Gh!qI^U&fnkFM0~AsP0kxkdzhUcackR`AD1OJ@VZNX z`>?x^|G#u*u<-UBA8*(F=g;l#vlqS4n#@tZgHw9O?VWyyzHSehYj;o;C{ZsoVcC(2 zg_q?cE&&bDX)z;r;S=K%<`e7| zO$;-ekx@g8>|}lckaTtf#F#Y<*H9E}46>3B=$iG3(RGEUd_ar5j(AAdb*@)mfpNy* M>FVdQ&MBb@09?M(EdT%j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/emergency_open_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/emergency_open_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3ace1410858be690b3e6cf6290bc0b5e659bf9 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3HF&`%2dVDb50q$YKTtz9S&aI8~cZ8YtM{ z>EaktG3V_?MZN|D0hf!aj*C}aWI6d)RmyYK#n2drWxm|zH)h$NTvl{1&;7LwPzN$t zz%Z{k>dTVEy_4Nn{%V@HVBZbB4Vijp^XyJ?pP$8FkP)+OedpTs44*V*POq)|%Kt(V cSu==zfZJl4XndoYZZwGJ>FVdQ&MBb@0BXxVDgXcg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/emergency_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..36daac76c4a2f62ed04ed15f7e5ae34283339aec GIT binary patch literal 246 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 N!PC{xWt~$(696YcFmeC@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_closed.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_closed.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&M> z;uumf=j}N~Mj($#q4~eL^O=u<5X=vX$A(y zdQTU}kcv5PXYKW3b`){*zi`gYMWDM@cI%c+Uj)}Miyc%7RcNi9wWqbRZBO%2v3~;F zyft?jE3~8@+&E+Aqu+j$XR5LDO@DLftl=XI21-!~=LM6qJH17F`v4t>bUajw0Y zGvex;hNGYM*`MvU_RnAUsCMHWm-?;C5Bz?;tFQRMTA>9`*8h+9+t04h$4n4C`SWSx z+?oYP(loBlH9c^{&u-4`X>XS7+RP?#`(*j={(n>UJFK$)&B9au>2{Owgh%J>7!S{_ z+0Om?r4fktPXwrJy3*0PrVhRT8UI{=`<>xPAu9UGD6@CY>H^7&?}72d;OXk;vd$@? F2>>PG&Bp)$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/panel_open.png new file mode 100644 index 0000000000000000000000000000000000000000..c41e1484ee873ddd1c3cf965a4292f754e84dac8 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C^*N{ z#WAE}PI96|g2AhXK=vN1ge#1T`6Nmi&dMlgYyXy?{p0cRe#w`Q7!)Ty=ehdz4A0u$ z`hztRzdt62l$sPD*lj+E$6EV{q?%z-^UrRreMWnJ{}MXkRLbbZCQD?azjyVg< zIZD1CHRPz+(fIRj?e2!8ZiyFSObQO=u<5X=vX$A(y zPEQxdkcv5PZy9 zP1ka9b`_lz$7l0Te76<2;cINK?`&pJ-C@D*Fo#*;9HYQTiPgfg_Gw+sfhP|)@AbbP>N>;DIE8z|Ka1y?CC45=Sg|+0$83#x{@2i$ zMxex9#_5mC-_>1>7rVi@JMF|S=4G3s`_}8-`u+0F&VPB1U-)jAI$v9U;MLN&H9tkR zWVhuoD%HRJZ`Ays9mNeY4266R=uUIE;uM?yb*W$fC7rXs5*c@$dzHUVQ|aubHS%H$ zUaygxHf2Iu<~9DijJMOjer~c}Ff&zdFY~tZuM(X&GpD8fy|Da%-5&i3YwDhHaBtv$ t&#j`E-}zS@(-wwDSS`mQJemIk??LuCtL+N>jsate!PC{xWt~$(697&4yQ2UA literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks.png new file mode 100644 index 0000000000000000000000000000000000000000..186d38f0d1fb6dd6895e7b62647a6d43ea9c26cb GIT binary patch literal 1051 zcmV+$1mydPP)w= z7fa9n13l%x5D!vZMK20oy+|Ux$ObP`l!C5AFF_C#En?!l%}zVr{7{?jn=vyVXm*#( zu=~FAW;&bqX7{D+0>E;d0I(b@1bBDvV0-fVcdyrXECRGYUTJ&B zA9>J3KjVo^1(1g8Fn*yuT~1Dm$uXjjCtkg#mdjKCovluU4=+^TU;KhfYXd8}lem2B z?QFVCrUIyakGmT@{&cEZDTl)7mQUA}#zuf`Z`dMJ0i^LHgfxE8fV7v0*7i${92rew z1Ql%bEXOhkss?iypAg-tm9SI}W8>+(wD>Yg7h)L%`(0;^FnD%FbcNU(gz?lZJk)pG zpLG!AG+vJOs=;aF36?Iv)$a$<&->WN0A2L+zRU&CJqskXPK9+FPiUJ8{|`6;U^z|z zSdK9Qi1+urIOLPd{D7iOc@(p~=CE~*5dfVBFNt^f;86Z6u1>w_D)3E;d0I(b< z04&D|0LyU#V1)UbpW{bb0M+<@Vq`9WuAoSJzEH;MOf|l^@xsSl%(mxI_MSEP@&gE+ zL6Obn4;b^$12-=PKZ92o{}JiQ50JqT<{(LN{Pu)s{ikt$z?cvLa}!mh?w@&nfNC^% zkfineC~~Va0d;}g+~-bLNHNNhp@`gm3`rMQ7F}Tb7ojcKx&U2si=lRbUd9tFDKgyY zG4VZVv`-~x#3!6%fV{C3fcrm!6kN?wO2ak==$H@4`xy}();S;0o+_)GNtYkcA144T z#|Z$-F-8FK{{GJ~elgo?4qMk40R&Uxuef=j804l4*mthmj$f~vXw@6^UQhFTn%mcg zt!t716u@ta2Rw_lsD!od0=dpXhX2+4fL+%$Mu5a6<%6wr)ip){T{r{D+0>E;d05Al%e}LORK+paGzX1%c VC}cMeSumA7s^7a3hT`l(H z6zHD6Q{bt^l}E?FPP-m^KDDah-h;^G?P5yKwRhKkT+Xf_|F?>*nU+&ed_`-07@9CS^%C)a^&MKNR6q+BK zadY>lQ?K8gRaABGX{ZpruztSKCzdPi%A4X@7ytcfeAPVem2g15xBOe7d8u3M>zDmX z@p;8L^P1D-c$FtN_C5~GWH(7tl5U9kbCGfC7G|k0vO65z*5BE3KA=cYu6xcDcR$Z{ w39U!#o&7ymonO=u<5X=vX$A(y zRh}-6Ar*7p&N1vdY#`!te8bte#MN`OuFB=Fwhdhsqqwx0tMSK)AmP7;^D29pIcxr= zC$hR-6F;(%p(B}5;5d^)AFG25cY}o(1EXC1{oilDZ~eM&vOvL=8b#LwFZk9Z)!+O6 z_IZ8xd}U3htj~)ZYi4abx8hk5WA5e1v&V0Jy!9__XTzIi)mz=o72Yb&u>2dHc7Fa- zrdJFR#tY5rRg!i#Y|}_KebKvE^=m!D>dIe6C)#%L%##J%SE$4AD1rftLqHNsxD!%a z+`mredU5npde*)TAr3jSO222vdfCJ=2bO*QD#d(jONqtqpAx69XY*uS-gY9z{qf$Y zE4oH&GWLl2-&Q&t^DE8zN)U^|^nEua{`d>vwh8P64hLKN2HAG;73EC^NZcW-oPkY5e^DfHa2UdWSm_j2%ld(&!={}~vS44$rjF6*2UngH;w&KCdx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/security.rsi/sparks_open.png new file mode 100644 index 0000000000000000000000000000000000000000..deabe407f15dec7912525e9bcfae1bda7c50ca2f GIT binary patch literal 439 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRq_>O=u<5X=vX$A(y zOivfbkcv5P=NRT4G2mgj?l7xHF*I(f)_L!#;Y)Yv$Gmi4WpvsxOFN-VYWHFbH5KM5 zU(_rF70{4Iz5V;|&%b{@#1(OJ{c=}_oAdjs?f1QV{rLN<_hO7wYveDm*oN)x=YHYo zueSgA_Rt39m*F3CMFV`M*DpWs_?Ss+$7Ug|pQh6a8Ee0luVt&%x%QtS{nNG74=isc zKhSh(ct8LhC^@j#R@Zpjw;k4%+1YDmEn27bA~fT!lJVR>_hxMmb*OE8`R&K*2rpze;64=`0dQNq{jw}>-*;!$15(j@zzpCorT{%)It9>3atc77 zf@zv;d%(;Gw4wlD6Pf|w{ZanQ0f${s4S)%N1xu5w0J{HclB)n%dL}@3Kls1o6QTyV z{{bZCqXvL*^S%M4w^so`Qv0O=FeC=R?ne)p0YK7U5DkE#=Qbhy|60QhyPx)T}ebiR9J<@m(On#M-<0D>$UNZ1SfJ(QYR!f0rCR`u~H!_4j`c%LMkMrs)rUu zYR^6Nf8bPA>II2EfL5hKl_+Y3${|!L2ihKpj8L7#Lit5w*AR!qcD!qE?d@SbWWLbOX8UXWiDaI3Hr01S;_?R=_;|AQ=*pThAX7!?eo(n45B#jIkPh5|koRS#WD1l&=u zOoNIUl0-I4y*bBH9l3Rd+%lsvCr1*)QSLRsPrp?Mw7m&zm^u-PY?wNQ+;iR=jskG3 z2kz&V6~h->+e*JsSM~nD0g?+@u1tY2w}OY`!Y;ayzZeTdXcB z{g($+eX{EGGov4)0k&y=Dsl30}4!IhSVj_%yn%a|T#lU4@3TUqTlF*xq)w zqFY}FK+`mahK5)(Kf>ejpaJ!Iot2dpX}c!@H+W$^%j)rI0BW@wx~|jL*9Sl_7^F}r z;P?B{G>y(q=eR{85$P+J%V8MK@y+M+0JOI^Lhrg>oMTvbvfd5;;F~YBnVA`tt=Eg! z>%}k({C?*Suq=ywK2Nb&B$LTdC={AN0>tCMlu9KTF@fnsz~h{I0iJ#GBLJyXN<+Ed zREKV<*LTnIsi`SNC%2%1scyk~mOkH0#wI5L>{KeHHAuXP*prSwN~KbZQX$Y$S)$}z zY)raHya~F9q9Aea;S&Z&6T1@-BA8B1O~Ec(0Q=ttR}}4B*~j_I)5^2&5NITXrfG7I zJRT3WZFA|;C4#{qM~@yQlgUsjm9Q*}YPCweUdQY8N^sG(ZJS!HCNS(&Dy0cgtm1?d@$cnGET4T1Kc`E-R#SxtzS^1_lPub)8zR#@FBfj2k@M6Q{npx?>9( zBDNqFi^=xQI}g}R-qxJAKs>^a?GsJq<7cvY`)Yt2n@#YY(vpOOgM-v+HEi4F%kO^T z_SFCYHwy17^F9fGOTqX{_P??|Q1tKSuajKJ0^<@q5~wN9b_;=6EGCmjfQ#2~{?8|h z;oYrSr9a@{v9l~x;n_?61?^jkg zm(DX9>tb#tPyBR0flvs52u0Rib}fflfK#_fE@Y{gRpwUmGKAt6@@dKskUAlvYKCT+ z_u2^Dyz@ZG*uKX2&e|{#Iw%WLA(2Q#mU5Wo78|u_-GhJ|JRa-Emku^oQI;Us$g5*%!CCGC8h{eST|}S0nrTJQH6SuYf~Q3;6&5002ovPDHLkV1fj4tUdq$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/bolted_open_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/bolted_open_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&M> z;uumf=j}N~Mj($#q4~eL^?p7`}&SS!=QKPe4C!9Od z^vvHb;)pX0dL`(&XX!zg)l2)>wbc!S0CpPjzA0?q#PlPbPKk_0S!v?&#YSl)2LRYT5H!u();G zT@l3%GxL`}_1fk(j<8@nlvBnxW7bt9_KLNK zj#H~gsAbZ)*~cnve+?V4VRM$ijyKNnJhygm<|E^S>1 z#&9drk~H0ad~wQ#AuK71dL5N$(PK-n>Kir1pRTy6uD><6thMC(C%Ha6{fnaL?nO&& z$5W3k%c9EuI^a237*w=ve;rlcQ%rN-*O+tS)y)N4z{R=?8&B@ILw@R3eB-KXUXVOs z>2b@04Z~LcnY?EQ&Aw*p*m31Tv&nR2-KhOLQ)%Vw8PkvjQ>yq)JM9{?R-EU4rMrRe`jT# zYEct_n8DJ=SZ zjKkjYNr~>Y&ve(Xd4#^X{~c(ceO?@bL}3}tWoujS?u{z&aTf1Ew>V$QPsLOh0ty4a zIKm^Z;;buZ))J?$MIN_oN;tVOJ;Q~rIgT!Y=TAO(@U!^#`3sTZ zR^h((y+D#i6Qa!?)4$a*syapW>v#I@@%naP+1V>$Wr(}TyOuwxdG_RrX%>qeW;1&z ztJYNqWz2Wn*x|moyW{0+Qcc;JYX)}O=AD;-yjk2@Z58o1!tUQrXzSio!wWY#Hfx$G znIwMiMO{M+vu^lW1D7T%4DGCj#Rb=E)NW;a3dRIG1UfC)o4%|DUES#%e=-KWy7ZOH z8g=7k>Mz(R&lLe)zN>)$EZ8JkvwB>K>(t31Cnj`v1iGK&leWc7g4AC5=1w^et@<(g@~MM=Q=^*&D>dy3PEX?eb+4?j=98u;va6kE&gKa2PGG@Rz8lF6$@vEJ>x& z+s|0Vv;mpHrzQMv9rK@Fd%U8X*0awGQjP2?K6Tc+JE;dKJb3t#ol0e$hF25#P*7FL;@z^5yQQOkWl4^CSd$DH5!^WKMYArMA#DIOdlI=3I_*}qgt4dB9|#N zoD?3>gv-J2jbbv9U{cX0@`w>a5y4NXMhSEhodkgaDOfU<=wn0RswGlRi2s~H2>gjh zOwejo95Pw2*OT-#l2RQ{rm)#;GDIa)sUWTaYEl(iI0aN_JdF?o82+dRQDZ7Crc@A& zn6Ox>)AEQ!e4X$%KDkOLdeL7tkc=v{oNLEkth*N!ZF=4 zSah+J%A|lyI$jPs1@#8mkhd6Qv&2*hn?{2e63P%LfkLB&6$omC!of)xj)TAwIs>M% zKstlL0O?dZ6@(>-6l6g(s+bO=EDD=G1R_|C;av&KhDK$ClHgEGgvFphcnmO%Kp>sP zpn+nRm=3a0Dus=Ty~R|P!~|um1IJe+;1Q`L=)FWFgSAqnTFxT|VG3Q!`-Lz}j)rPs zBWV-{jSVpwOeVyjQy8ov)(cU!25&ecCIuou zyxDlYVFaY%1!vK{8FZAvFs1PhU89t0^{^WCjmI;^v%wq4lnr5uiQ}msYU>kFBY_Z= z0#c|T#15l)b07wX0)Y^n13^UcV8UeMu6~;_m;67Ra7_wB#sF?NAj8KCKCQ^_#?>Ha zMjHRcW3U$gq6ZxMlar6)_Y+;8==vxIK1%shcYUJkqZs%o%AxPZtTFaD!B~*V+7BAo^$PtPqQfYr^8J z+e3rTRP1EgI~b4bbI+pIKchQ+Z?`;Gqf@+iW4^rGzieMq>Fec`IVwHxaa#PiQhW2< qmw%XP<{oXowhKM=Q&Re4tNGEOQ;&z$=;OF^KoBtBzjSuo%Krk1BzZ&t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closed.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closed.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6f1fd5ea747de9e24019c9875a158a0fe09503 GIT binary patch literal 1222 zcmV;%1UdVOP)Px(fJsC_R9J<@S5IpjM->0b>RO|1{D+NeAvd-aYWyc9tuT~84hfVT0woYAJ+!8u zpkJWhz@@ha@(BtC(@UV29CGTRB@~28z$-7oksZfM6#cPQ_3o^;wtJYJ(Y#$L(IxGJ zMLYZEz29%%yqWiu%B|fz$Nwnr0YIU619LM||0(cMql0SsH$gyxA3l9DvV&{&Ei!&Q z`_0IF)1^7lkH8@^A*aof+FAF#G~aiHzt z(Wnr;XSe69<@OX&B z((c1~gD1_WczKA&h3Dkab?&Pw))p@!!^Tlu z$rJD!cfKW9Vhhef1z@2YIeCsRSMmUWr5y0^Rh1alJ11o9o>6^9F%RYz$^BS zIEE2sA_-*(#c^>^n7x4Gb{DTt95QdOw@1dW$Em*D6XQ*Lfq+lu3OGAHQ1cQ5B)As> zW!u4~EsM-!GS5u?O~&>))!Ptu+Zzn`kNeL{zVKQbV_7gnYu#8x2Ah2 zuH;dDRs*n{Soy#tj31ZkvwJA6bpX8=i0gC_doOxM zx6>I;V9qiVPGm`yj<_e1PzRSKSzn#OvZRs4){0guqctZ=uuph!D~G{qY&p+b3{Zz_JB6EuixOy<+u6w0K(UlrUjQ-c`T73(5Z?BVYKW>%KULEc4nfzDu`=eh)1dbXV%*{+G#oNTG0Ob-bzsnZz kVnln12}BVX+3Fq0zgx6%iE9~=t^fc407*qoM6N<$g2m%H?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closed_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closed_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..7c80bc210c483696c4f2080e80390e9c71960329 GIT binary patch literal 5035 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closing.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closing.png new file mode 100644 index 0000000000000000000000000000000000000000..5c75062cf07db230fec8877e37604071d0277a79 GIT binary patch literal 4987 zcmW+)2UHVX6J2V8^kV1`2uG(m>75zqH!$&SKMNYucBpncId( z7R}QBOi}|(-ye^wOYKhVGIaz9y5Zb$?m zX#UrX+<>Y558))zu5ramMVo8#Pkdic7LEdQ0T&XeO}tQmJH!0>WAf*(4Dms?*%2RT zIAFMOuqUM*LsmW7(z+R1>T9KEl{R*0oVp?|%dpDaNiq$12c4sj?6L4K+lB)0xiU+6 z;^SwMQA#8g0Miw&_p9Ns<1nlf0CZU7PPeqW%zAM?ugOO42!m_aJQqTEHmEQQ-UI7{ zscnQw3@z$ceQpU5XWAtTx$#so`-IVtzzB(N>vmT>JMJp{O=7>x-lwSeGg#l~>xOr8 zgvkj>UR#|W7#bcnqyIQNjC=bV0yV{jhlFrN!+i-KxiC=DC=wSA)!wydSzKJ4va(8; zd1G>)w2!y4w~xbrOBx%ynSE32SA{@tboR$edM^oe}Cbr=g;m>}oH{G1p@|6tBO|)5-(G?!v(HV# zF2%>6)%=x3mc5nNMKJaC^6=uZrBg)!z)eDcdG`XULW2-jS5dK20}ucd=v$RbK~_`w z(>gv0CusO~{k}1AFI}V;-KxhzojvZBP@J&4>uptS8PaKQB?X)JRyIcJ>BUSfEabdo zZ90yc?}Wd*SCgG4bitLCDgMz;Rc$R{giXKDQcFHkf+Kpt`yV!-$E~q<=R{ail0F&^ zmz8A(R(w@G>}FCsuUF@R#*WLcq)=w4$Ve^SA{G!E_zq{mh!{bi z=*kmXTU+VJ$H!-(NA?s|WM0907j0~8Ol@r?L7>2UNV*4Hz@v4E0;Or1E&?ttFgRG8 zA6rE>i8?ume$#GKQC*#KSrQSW6=i7&1CW`nW0R8zMMd^>5g~DL$j6T#vkMB!=0uZ_ z6M)U;Xu}xZQI&7t>sP)4jZj@l#`u0HZ47{s?IzzQ_3nS`eELeo=Yso0p4s;H_DVti zjHXFt#F~!DI`+|{N4h2^Cbtb7GnfG?Dk@4q50Mr{Gal-D@@bj=?CcEmb0rW8gTc0r z7-s6yd8az$0S_-PT_-1@iF|eOdmTZyhGo<%!UZbHl6Pwg+uM0;SFvx5^V!0}!{<_v zmS@zg2n|Ly9-Ja_lr(t(sC)OW+?G9*rYfFD^aSZcnQ*zgw3MdE6l!5%(U-0Lr4sNR zfncy$3jA-Cb*%B5J6n5ux45u2n?5v#93K@a-7(YCW)ex!AX$tPtE;O$9y}-^T!g{= z1z-oQEiKBR&tlMFuOmxINr^mO4pw!X12H@{TaVFrKSSgQ3kzE_C^Vbm5ke!XAjK%> z

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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closing_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/closing_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..51ae8ad362371005930db55fd3917cc175d3bc7d GIT binary patch literal 6610 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/deny_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/deny_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe4d406edae31f1130011576be62680489d511b GIT binary patch literal 6524 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 Bd?x?^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/emergency_open_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/emergency_open_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/meta.json b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/meta.json new file mode 100644 index 0000000000..c1da03d63c --- /dev/null +++ b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/meta.json @@ -0,0 +1,158 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from CEV-Eris at commit https://github.com/discordia-space/CEV-Eris/commit/14517938186858388656a6aee14bf47af9e9649f - then modified by 20kdc & AJCM-git", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "assembly" + }, + { + "name": "bolted_unlit" + }, + { + "name": "bolted_open_unlit" + }, + { + "name": "closed" + }, + { + "name": "closed_unlit" + }, + { + "name": "open_unlit" + }, + { + "name": "closing", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "closing_unlit", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "deny_unlit", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "open" + }, + { + "name": "opening", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "opening_unlit", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "panel_closed" + }, + { + "name": "panel_closing", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "panel_open" + }, + { + "name": "panel_opening", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "welded" + }, + { + "name": "emergency_unlit", + "delays": [ + [ + 0.4, + 0.4 + ] + ] + }, + { + "name": "emergency_open_unlit" + } + ] +} diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/open.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9e0b30bfd8a9f2ac24791d726675c977bdd787 GIT binary patch literal 683 zcmV;c0#yBpP)Px%Wl2OqR9J=Wm$7RTQ5=B3i>*d1iL^v6zVq2TUBt2`D7JCktOYU6~JhYc)=x=-P_ul)y zd+&w(o)j1u(b&ak0|-Wj>G64+3SQ2ykx9MP1q}F?`5D^_3}q*U_WSN@w&(Wt4btQD zlA*i<2HbV{7@h9l6n^bPUCnU+oWj#YlE{f8Jny`* zsqisy8C6vQkR*x4`5Aiq^zm(2!hlC3VL&0+-9f4No!k#a7`L#wAhdJ)#e8a0Z+|^? zgY9g#(ywXam8%gj;2T?znpGHoS(Nn517X}d>%<26(B~JLEXx3_udmn45(La}HNRql z|9hmtE+iz~^SubR4LDcTG{c(-Ky= zClF-2wAfg{ED?{#S>0%_dmLw^w9x*bh3X1Sjk%d9RpHhU1SCnS)a@>pi-%8MF*W7} zU_!krOguV$8>ImKouCxJdbuuryGQEN3J|TpjYp5b3=E8D=P!-|_Mc`$*-5U*QK9e7 zWRl`Zd(SiDRW$wjnZ5(d`89fc-b&(cq0H$|E_3vE!jjGT1{2CVV0)GW@dss!33k5i R`DXwC002ovPDHLkV1gSXKXU*8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/open_unlit.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/open_unlit.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_closed.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_closed.png new file mode 100644 index 0000000000000000000000000000000000000000..4c59d3a28cc502fc1f6032b5fd6f636f07677cc8 GIT binary patch literal 120 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_opening.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/panel_opening.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c87d740e2af2651c01d77129428b36a0fcc384 GIT binary patch literal 6183 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 OkdRF*jdKlM!~O#m;QPJ+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/welded.png b/Resources/Textures/Stories/Structures/Doors/Airlocks/Standard/shuttle_sp.rsi/welded.png new file mode 100644 index 0000000000000000000000000000000000000000..eed2758c7955fd7fce7a0d156810bf5b795ffe37 GIT binary patch literal 5638 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 As{jB1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/broken.png b/Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/broken.png new file mode 100644 index 0000000000000000000000000000000000000000..146d6a349eda8fcaa0e48db9682e4001f5484f03 GIT binary patch literal 888 zcmV-;1Bd*HP)Px&GD$>1R9J=0RzXV}K@|Qh=F%lgMUb>j!e$9Vm99b*iU$c2Ft>Q?t%pzw?N1Po zMgKvCQgZMQw7EqHl2d3=!7ivE%VtTo8UoQK5-$m~hjfP7o!O1CvGjw5NoMA~Z@zi& z%^L%Qm4z3-@Q<)}@O2CT#@!Q77hm7I^B?=4==g!xqO;@DNSqC_BP4KkT*CBhawN{D zXOq4pI0B<`4uIP6v&Rt_mGj$z3qmEnh>6KCu9`L`Cc^;W7!L!HjjN{Z2to&e)@1`n z-#!oRh{YopQOnqOjDI$5v@RQB0tDv=J9lTW@M@^#9DzpNpkwR0&24Bt*8l*T9EaXE zkgzNqDhdD~VOi*y1xRXIXio$#2&Y2vfvnf&R-neBNLUuSS_*4(D|Aj$(`eKU>bPf@ z>1Ui4IQtv{veCM3LkY^BBx?B_x>^cqEXvIprv(_N1pvUz>N>{5OH@s_BA%7d54C&_ zkxUi=y@*;q$IUB2nUX)*-9*nWdmiRa1OULSRMFK^=xQk;34-MOg+qa%2)H+qQ$#XZ zhxA=7#qA?|OGl3#3P?8tt{@vK2+1fxnHn`KRr-HGFFMF2L47^nD z7z3;tYAgz~Qbj;7B9h5+Yd@@YAl(?)TCUt*45+avBAKk`{ckN-01S=+t`OzwX#iya zPT55u*}z`Od;6_p&H2#|fHJkk+6R0TARE|}8suCA5(CNk3*o%*EpUSnA!?8!WLBy) z00a4=aPP_PCIFyhKL)_7$tgh6#4SDhn^ZtG7DX+e^HpK!I?#DI_$?q=U{#?{RDTg=hyoyNnZ?x8t_&seo71CM-)hX7PmS z3mbIo&}FNhrZ^@SXPo5P)ck46KoF47lSis5o*1-qbWQj;fhquQxm;@xKlgExP8xz6L`TBZY%0IC4 zS8je4vLa*$`x{yvS@G5iSoOA<-v7O$Oo>(V4#rRE^M`I+j}QY`G!5l1R0^==uawIX&E1n^&8Z=<+=QG!RDfyl{MY9bVaxBV0Nww;dGAqr zYzx=d8gHpZ_DpR0X*X2E!ssdFux&2m%xVt^6-2205HRObiYB*M-Nxf z`0zvf4&NSN%kQj!m8t+CHi4@GR;mJ~{N5Enj0dGYOio>*UOPKwWagQ-x?p6=2%w&C}c=>Wg-YU z->mS9F@dfM_~v)60*Uc}wWeY_N@Q58noCgy6XPqAKOi9B9|wRx0lNH~c`Q7=00000 LNkvXXu0mjf;(Av^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/eject-unshaded.png b/Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/eject-unshaded.png new file mode 100644 index 0000000000000000000000000000000000000000..018af16ab2ddc5e560a2bac4cd57ba1911b3879a GIT binary patch literal 1532 zcmVJ+( z5JFOY;Dt16)R-t%wqi>}*_K$8+Rv?EX@ye24|qYA%=FG>cJ9o*Gjl(8o!`ryJG*!P zch1bYXJ+nMFc=I5gTY`h7z_qOw4_98%a+$W>W+VSclphqUKHNo`OiC2o3=bvQCAuo zcYJSRWB~fco%IiAGSIkY1O9yC@4vYEFBhH{>R&x}L|VT%Hs+|$HZ^(b`)Pmv=x2^= z<_muf0A^0#Qzqs5hyD?E77Gzgw`6c*2&hrpo_(RBj)lIa*7SJ@I{=BRh_*G?L5EfT zuD{p5fv#e)eBtN@__*^jeA2Tx#T${ln^)C;V8vqSjZt5w{e9!kCyufQ+;z5SfBxV4 zEEZ-NyR@bJMCN<^{kCj21+WkR8UVoQ)~fpRChr*V)~XCPe3bhB+VAXqVF%E?Pu~dX z-N#!WgYnWi*md{=eE!y+z4o<49Knu2*~W|XivvI4+7~($per$Zv@B$AsXEgDAJb+!eQ$BYkxo$EW7TpVz);Spg z^nMH4U9`(0F$Mh_gGCse7{X<|8eXszu8hnXKC^Is==y%z&)WfZ^#C47P_!C^fp77_ zZ3mFPAsvvxMXO=3VnCSse%sHY+ySydX#38c_F@IBd2>g5yQ-W6*&rO2zHIx4FVB=Y zU-3T+0*)J^T|pMqczUry8$$*+eY7JwI5CXN==qO!MOj{Zn@YnRn4ZAJKL zzbx9bAQE`MTAH)VapZ;_?eeaus!swhSX&e9c7%$tb@aX3&(rU_=9~lw1<>n39eA(g z(2EH=Fv+}<)J0a`>y=~}`bw`P*&mXH_r}TVEmTn2BCRCr3p=3uOJ{FI0e&IwV+8so zYJK0&$!eus=1o$oa>T^_ADsu{CuxjkehzzyRWdnL#Tca zh%!H)XFNB3LN>Ppiupqo*CiFLyr8J^^F_w<(x;3MRqFw9=jU6-au`o02tWPmKKe0K zdmg|NR(`&$@rXWQp!XPkT6?n~may{kWsOItDI%VE?j<;K_<-kiNkDlP6jgq{XcpwA zUyUfIr^lV2@2XG1%!Cq)atFknpD(o%t|GMl9}q=;zGxOCs}IiEP$JQu1x1mcFB^Dy i`UZo+U@#;a0JsgDn&=kS9PGdV0000MXi}(w+yp8?au61?auGAv$Ng)_wAe6H#7SdBoc{4 zB9TZW5{X3OEIyXnij_s0y3X@Uk|&-WVP4?)&5&S)Mwa!p?krUQ^Tk7!**A%v9j!~X8n1+<65$%(caxOD9k zT<%)x(`%7>7tgD|v3MzTyQpu({=QM|6NkG8EPNSG9sg4u#KJVOsruxez$5(ox?s=; zuowW=0D!hz^Xe~nH+KX7mIUyPcT(S+{aWWU9YA`Yyb#s9J8O5qXnYKsuAIaBr<+fu z&Q-+`bPF_UJWD@3_!w`i$|_;<*Kg>*(~I{T8yX$aH)B6n4`4n2O13xPZIs%-*!~>y zlsYniiMBwNe&PD9csoh$cMOez+7|89H)p?K4VB`?7xsm#b?x!HW++9n}}NpQ8t4 z8U-L>BZ#)ZO#0}?yQwc?za>2Y1s^J%FZ584H&!FVGybqXp7LdhX(yVx417=o_`)vQZEXnv{UD$VFqv zD1@e}Y_?Z?e%0%WzH$347zLrJI5``P=C6Wx%D&nH$n_Sqx|k}n#5nYS4ToVk5y53V z8_p|$ndt0|4=i3}yS^Fw^;Uq>_5eMQAZs=VgZJ=bcCO1>fE>~Zo_my;~{qbjTzRi zE`keZ&gRx#G{J)Z_R4bv=>V6J4saRi0GD9~VH7Oatyzi7Z{JU)$~=(gsb#d4%)xX( zPv=vi+vKk-pSM3TIX$l&kHp~X=a13_3O3Ay#i#LJgy{g${Cv8OcOAxSWZm}x(g6x? z<>z}1?jGP|e!dsr{yxB|{Cv+l!0r5eufY9%fK&PTo_7FbL4Lj$5FQ2DouBV{2S66& z=X(L6ydbCY^F8eVxAXJ8f+gPv*p;8}1uR($vMWE|(++SuKi?~Gr>DD}pPy@RJHYMy x{9Hrm`v52M^F8kX$b$TQi9{liNOBec_y+ZgT(t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/off.png b/Resources/Textures/Stories/Structures/Machines/VendingMachines/secMachineSP.rsi/off.png new file mode 100644 index 0000000000000000000000000000000000000000..358661076cd4e9ea418b66e066b78c83fb880589 GIT binary patch literal 589 zcmV-T0Px%2T4RhR9J=WmcL8GKorNn)jElyC{i?NDWRfHVnwNoxag{zgANXg{t4o!{sltO z!NJARwStI?L9v1eT9hCaj#2`xS|=e;7Za}cqe)s~i}-;+?k@Mbap8KQ1JwIYOLk{jO(-P$>5T(C!|)K;07b7+m215*^i!1a`rg^PKw>2r<2grNdUm`>?VRr z+>R(~Uzh{65^ig^-yctR?LN`6dKU2dl#-5#7H@cV6VDG9c0_6x;0EhYdr?IMRzgV} zkaq4vi-EzI-1Gezwv+_0)cn(tz+Tr*Sp-=7zC?h=DFVKq1?(F5cm(uUs{x@t=!o5xdGo|TIZm9lvV3$VO7RbA1x`ihj1XMvLQ zD-D6@gnyyoGJlTC-jSQx&A`N=kWkI={;!DBjOwK#bBd3yYLJMNWuJ3y_mZEkegcP& zZ)$9P!gweDy!oRpzgb@yqq1%En6i0~z32X6|KP&+6|P(!PQQd2B<@KWpY4!o;8!Xw ktM2ar8QZ|XRJT_AkSch8IB?J@wLKCIHHc5!sDUA=&;5#wUr6*ON1JINma9PVd0+|QI10LXYvZQy5O zm0t(nOU4$=C4c1ZfveZ=u(kHAVlpde>3qo7FK>$810{Rl=wJr`hqD`pvzw8i!AQ`+ z;q0bwbdiyuL38^ABSC|{(M6iuC+Hhp#Nq5_b0fj~rx$o|>oAY27)l<2qpk@6m)B1= z6=iQXftgvSt!JD_I7IKj6aag>36k+y6pv1QgAah#Hh}X)oV|dp4!FF2G(CXg(esYsG!&06 zd!rf$EMG(dr^m0YXIu(1({Ws0Ki9Ne;>G2Ue}69^5)RQnHV>Q_$>V$Bq$tJRL4AXd zg_%LV?XOf!Y*_%n!pxu)0m!E7ADd@yHzEIo7G?%5C$=o$=(w6!&((t8itX7h0O0Q6 z5Gli`irA~Fyqx-@9|qdFQ?RW{L=$yL#&|YJ6O*zj-{>JvQAh`CGa`?tiz<+Nm4`<`ED{hGI?wP?S$RJ#ziav?JJFPVjK)S z10TLG;5#)G{UW$x%y)jG=nIkgBG>4N)x{A6EVb%v_>pL~nRtY~{!?R7)TnVLV;O>>tQWd;}$(I** zX}mIc_{8DS>a3{c>Fo^669L`hP)@^+U#f3kV|Aj$2^zaneJa(_TVOI2{4GKy{pV#*yS9e{lB zw17mf1A}nvJ>VtG&|XD1ddRgx1$V6+=0dLngK(?^fLIxz=ET0s!w2B52}h&|MK>nv zfZ8fSzH_C%QxosjQJ$8nprwRUlXpOp1R`X+xsEu9o^6KbK(i{7bwI+i&7&YMwnJL4 zwo0KJUVp-ztOH)c1pCN#Efu&>5UnR&QFH@r@y)~?kR1?`1|sCj<=#t7)B)eAiHjx| zY(qkfE4qQ}l*2r&PytIgHjD$YE~0jHx1X9T;n`-`ApqCTUIJjH`fhvyUcwX?kY%7E z$lKd56lH;*uHid1R;rcWLZb=*u??ifyJCr-Pk(qT2E?T4I0q9GFuf&KbGRkq17HSV z?%Ou?h~0fdbAK@Bb6hSOR`*ul{rL{{nvjAYM(4b}{YL00000 MNe4wvM6N<$f;i7=YybcN diff --git a/Resources/Textures/Stories/Structures/Machines/VendingMachines/spdrobe.rsi/meta.json b/Resources/Textures/Stories/Structures/Machines/VendingMachines/spdrobe.rsi/meta.json index a004430795..ab73c23410 100644 --- a/Resources/Textures/Stories/Structures/Machines/VendingMachines/spdrobe.rsi/meta.json +++ b/Resources/Textures/Stories/Structures/Machines/VendingMachines/spdrobe.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/a879151ef04192ae2a791278ee882c1bce7c5062", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/a879151ef04192ae2a791278ee882c1bce7c5062 modified by Potato1234x (Github) for SS14", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Stories/Structures/Machines/VendingMachines/spdrobe.rsi/normal-unshaded.png b/Resources/Textures/Stories/Structures/Machines/VendingMachines/spdrobe.rsi/normal-unshaded.png index cfc63bd8cf64bdee2dfd7daa1baf35de9bd6e4d8..61107ed42cb846963c3dfee86c549e31dcfea009 100644 GIT binary patch delta 628 zcmV-)0*n2F37iP9v;lupNklDQgWD#Yn-)G-MB_T(|e}@TUpG@?cnA zmVL?<cL8K z>J72uo<469fO;a7Yd{`74}L%F;QJR3-R2bx%bR*Cma%Zw(x#ppoAs#zJc#^PKa%g2 z41PcCBz13=$_#&Sp&`h$YvSX{*SU7t895BCGCAYB@h>xd-&tq~N(;WU=bgQHN34=K z3<_BXA6T*o%cI>92=0d=n-jA|fIpA|fIpA|fIpBBFOeyA=$x zYcqehzG=N0Pn(WA2j>C+jIxVCjTE$xz^#p-CI>?U{lXc(bbvasWx&IMm4Nhew)pjfg1F`jIJBDhQ*Q_q))0pQ zOuLrU1-WbwG1hWAs>KilU^2vrF-*ILt?eTKz}EIr5_}FpZ_KPzlOV@o0JBoXul7^W zcdMW9(EIVfx~EK=C%~{g93Ef5tWf*D?Rt2z z8=t@@@CCfwy$`S_=o5H5WH5H+HgI)NW^bZ2%#}t)%v#!P%`R%PKaH%$GI!eF=O*+d zDJQ>Q&iS2|1cVSm2qAW9hKXjFqwLc}Njw6=yT4T{1E4KR5|T)qfJv4vY(+J&ZSCJ`%1xXA%`lF^k z4YXecJer2aSmiQ(5*9)TA%qY@2qAAAL+xgjbhbp@%PF}WRU!cZdEKUFxumlt=8Y8q z=8YB7*%CF&C9m6e+{0v)n1TT6UXHwO({9?dn^jbNFGr)(4|-mQ&vQ?Kmv`IA1e6&8 znqhLWyi487ak0D$Fz{JL%8UR2N}$~{!5G}~`mQ@Cgb+dqA%qY@2|oZD4f|q7wGrF^ O0000F z-uL&-_wK!SUAWM%#(!D&&xdyH@z?t!Zsjd_%{kTiE@$lxFMpAH59g`ZDom#r?6I}p zIgtV9oXE`qwm;6h)^>{&FOiOcD>vZz5duV2hLS#G;z0(0$jJa9r!#pOIx(&eB z&qbmtL&H1{Zs1hs2^$Gg=|0M(p8(Wr73#H$uK~cWPpLktdqvL8L(kflbqN>yz@58~ zIoMrn+e|`oZg&0E5XHLPm_Rk!aiK+&rXVmf2i;gcM2lGp!gaXOwRB!wQN7XC_NR42ASjeS1jrj5VybLE9W;Tin2le Td8+yV015yANkvXXu0mjfO={+ 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/meta.json b/Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/meta.json new file mode 100644 index 0000000000..fa9e9c77eb --- /dev/null +++ b/Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894. comm_syndie made by Veritius, based on comm.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "computer_sp", + "directions": 4 + }, + { + "name": "generic_keyboard_sp", + "directions": 4 + }, + { + "name": "generic_keys_sp", + "directions": 4 + }, + { + "name": "shuttle_sp", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/shuttle_sp.png b/Resources/Textures/Stories/Structures/Machines/computers_sp.rsi/shuttle_sp.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2baca0067920eec14d7a22dcd86c03e273fc11 GIT binary patch literal 1457 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/meta.json b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/meta.json new file mode 100644 index 0000000000..9aff20a66c --- /dev/null +++ b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/meta.json @@ -0,0 +1,64 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/blob/9ddb8cf084e292571d4e9c79745db25befbd82fe/icons/turf/walls/shuttle_wall.dmi", + "states": [ + { + "name": "full" + }, + { + "name": "state0", + "directions": 4 + }, + { + "name": "state1", + "directions": 4 + }, + { + "name": "state2", + "directions": 4 + }, + { + "name": "state3", + "directions": 4 + }, + { + "name": "state4", + "directions": 4 + }, + { + "name": "state5", + "directions": 4 + }, + { + "name": "state6", + "directions": 4 + }, + { + "name": "state7", + "directions": 4 + }, + { + "name": "shuttle_construct-0" + }, + { + "name": "shuttle_construct-1" + }, + { + "name": "shuttle_construct-2" + }, + { + "name": "shuttle_construct-3" + }, + { + "name": "shuttle_construct-4" + }, + { + "name": "shuttle_construct-5" + } + ] +} diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-0.png b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-0.png new file mode 100644 index 0000000000000000000000000000000000000000..8cfb05cbae56206595e2bae5e7da17cea09a5ed1 GIT binary patch literal 1039 zcmV+q1n~QbP)Px&$w@>(R9J<*m(On#R}jZPCMGM4cY|Yl-Nhgy8qp@mJ|qW(lp9s(p^A#cjcblQ z^$+Q($6RxZ1VS7LKW<1B2j>t3k)kL{py}exI;rf%Xd{q&aNhd8^{%sSs(vqT=k2_i zdGqGYn@LqF-*=JVr8JUYF7-~K>)n||>#|*6q0{0cRk#j-o=6NVnC}&O%PA*Z*+bXe z=^G%Fx10M^=NAF6KWxV?wysXGyZKz1yEZ*{>KcGIuO6f4%cKg|>AE|8544;6+`4m* zhT~E)3uKKv041{!De&hXXBB$q;~3vgeK)|@a9jW~+87PT<<^~hyngu*J>T5 zA08Y8e8bR7<@KHcbE$VMnD5!$eBMj1CmAk$&%+*gyRp$1cyc^~FMI?5zt#Q-z8^hZ z=O;7EvqLXF2Eq`^Ez9EV#s)v!y&L>{v9`v|S}m~$WQ-I8|0UnZ1|;3ts2)hyyEAM# zWv)%nvGZ|EdeycRM)`_amc@&;wcwv+S;4u-#lWu{w*k0fUZOL-z?027?e4z%7)8D3 zQ9GL~7P(og1+=U%i3jAuC2dlgzL&%CN938Hqh$+jg+C z)5cK{>w!XLhUJyjkp+gays}E65?`__28aSulu_D+i)S)I6ePZP6x4-6hrqxQ2<4)T z(#=X>#IRRQMpQ{AaNbZ;yz&@jw6UH5XHO}k%GJTbRLr5{UZO!zF9Qs5~>52eS zqB|D-VN(2Jsxk1pb32AJ8cK62Pb6*6pB;J%-R{O`I~n2j{2$CL%PyDS-M|0<002ov JPDHLkV1ipo@&Nz< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-1.png b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-1.png new file mode 100644 index 0000000000000000000000000000000000000000..fb27264a582a86e9c64e810c278c333e9fd76dab GIT binary patch literal 1114 zcmV-g1f~0lP)Px(6iGxuR9J=0mrZCJM-<0@ia(Yp(mJxfs#rp9D%!}!KG=s4@F^~iPo{xD4?gr_ zda}W84uzDQN)EX+f%Fu7$-#$$AtChOq_uMiBq7*`2CQO?v1_RtttGoi8wHsJ^`OjZ zN7}Vz8`}OsXy446_x>~UX68LtJbtc%1%^wZ84S2qBzdXQ)6_Umr7X#<;=>g<3xKyN zGcX+bQ<7Kpt|muTQOT{>2ngrJe1_h^Q2?~9HOIk`Sb~kzuTooga^S!*0I!}t#Ov?E z6*x;Jw_aO;Vm`z9q040T9N|y^kLm{?917SP{BopUlGk6i@JZsc2EDAF1Hi4ckkxaX zAG*woh5LB@)fHYG46;ZT55`MrhS2WVSscvL?|Ay2zo zWv^5)m2#Wah!@KSF#ean&ef{FqPFMvIaEcm6@%SjeeRE{z0OMm<>u(zL_v^2>)f9nxq|;k` z_x%stym6hyg~fgQ4+C=x#8v5pXf(#n8`p_OV@ys@k?cvDzscz-ssA8YeYu7|ZmSHR z^RS^C()Bt%@8_$L3(~;Fg+(T(r`XxvM$@#K!AOM8V30evZgX+yVuQn<=bte%Qak$( z=9lRXd3gMX(fk$&{PyS(kw`=$0I~U34c0SbyDOdDT{J z2Yhkq5N$V;{0Y~t zPS6<)qG_7>>kJ0Dc6EZ6&z~@R@9u%Kw)#5KJ#gpNZK*G{k~;D|;7C9`sRGt>Zg=FTyK#DX zBt$||Hg?UtQ1}pN*aG2Pq*2~b+$6Ezt7e5=N+!^z%Bh@5AQDU9R$8hC^i3&^>gsJw zOn>ZqCduNQ1GWLTS1RB?lOP-l;O+3Sky?@o0A^Ya{bpKzTnHP&c~;Ni?eLlXt)f(>pjysr=qHg%*g! z52EzckC7?ND9 gWE?bQ)R*V~0715|6^%Nv!TK}{4*&oF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-2.png b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d6655cdad687eaac8e7658234b83809b9a365f47 GIT binary patch literal 1145 zcmV-<1cv*GP)Px(Gf6~2R9J<*mrqC=c@)P#sn(%sGBzYkwlyK8tGlaJ5Aje6o+`*57Q2Ol2f<#X z>|qObFFh-50Yv?js767l*L`KVU zVc-fc7armdmMzw-dnEioPydi9JfmgN^Eo6rOj7&T`AT2dm#%a)W8^dDWincpp8g@W zR+rE{QpEyRg7k(;i&q9flEW^H>w}TcVCXv(v~3_xSP4-yK3mk=Lprg6PY$BzbF_G6 zc8htFD7#(ucwshxv44V9qSnl}LM{bBDAt9c@333U)8duU^Em+XX;VPJdgI+j_jkUkDjP}r}%jKUT@q9UoS7SvYw#3BT71*rn@7`%6h_Pkw$Q+C{R_EiOKui z8vlWb$@{3PdMM%0fD>9F%r2BTiUpdNN?ojJZJh1wWAj~;rK+tt9ys6IYnokERr7aD z&(1qWhrmzE7XgSUrzmy~^4IDTg;L61jGXGZfQa+a;pa@x&hzJk2SC{;rf26F9ll)V zliYC36INIomqX=&dv_;od*bFt$^+F9B~?J=fk-6k7;5R{hHD-ue=@2^^R0Dc)9$yi!w{fwpaHquP3E8&hj;hf16Sjt;k5%o9A*PFM-y zZw*w6k(EfaCI@->oC-wqV>>S*8H1oFx@V5qRQxSki zOvhqAtQS8jb|3gnyXZpc4BK#O{ZQ|C{`9?WTNg?x7fL&-$MgRHY0S^xtBX=|00000 LNkvXXu0mjf0M8o+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-3.png b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-3.png new file mode 100644 index 0000000000000000000000000000000000000000..44fa736495d619d859adbd8d31130c9cec8eb84c GIT binary patch literal 1101 zcmV-T1hV^yP)Px(2T4RhR9JcNE7z8~+U5?v7bznXPe`l~md)YzsOAgo86h+ z(R^W;`Tgeid*Aooyx*JmBH8RW6%;rTjW8IBy!MPYDg&YR#VW36+%6s>$?E{bLy3V= z^NnY`ZS{oQSw*F=TT?)gmx@Q^hQ|OnKG+G|+@0xTZ|j+7uD5@v5)#8(~O{sXy#Q1{? zSuHTXu!#2A=X6GOv{>R?_Niyh6?Gs2PSaCpu>|hN50@qfm>7S6`|*Q9-Wb$Z{5C?> z?XAe?W~W0bAwHoW0u^Y5x!GwZr)EMa(F_eSAfN^uz``HDb9i_l$CFbt@~$e8PG=bZ z>F1`hRD|}x;o*TKy>aUfE6XeLx^e4{R7O=Y45R`gRW^gL^zO)Ac^A*>`&Ll7+J_>q z88zRqxAm-=Ue7aJ<2kQdt`e%4oSI=}d4=`0Rp0l&e)~c`KVI78do#wiZeQyD(6> zE|dw?Koob?`mk=2L0{zk;NLQyja9>-XZnb0ZB+r*zDMhxTw`IX=5~OGf7Nn^IP)q_ z$~MNeK2m0qcvphGtqrdNfGo>lP?qJN3L!&~=dA+qu7rHwE_$_B&!2c2lPXRF8 TdMBlF00000NkvXXu0mjf>9!M$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-4.png b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/shuttle_construct-4.png new file mode 100644 index 0000000000000000000000000000000000000000..e301dc2bcceded5b82fedc1ec2a3114c28161cd2 GIT binary patch literal 1088 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state2.png b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state2.png new file mode 100644 index 0000000000000000000000000000000000000000..7542b24b5f2fe89c0e7d3c30c5a3fe4d6cbdd79b GIT binary patch literal 1608 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state4.png b/Resources/Textures/Stories/Structures/Walls/shuttle_sp.rsi/state4.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbb05dfe8f0d8c3eb43ee119f7ae71ecbd8dad6 GIT binary patch literal 1186 zcmV;T1YP@yP)EX>4Tx04R}tkv&MmP!xqvQ%glEB32M_$WWauh>AE$6^me@v=v%)FnQ@8G-*gu zTpR`0f`dPcRRZ7c=mzuY2mIx{LBG@4i2)SIL_U@QK88OgAjz4dR(i zOXs{#9A+g+AwDM_H|T=Ik6f2se&bwpSm2pqBa@mZ4ik&T4wgHZl?;`5nmD4U8s!UF zmle)ioYhK=weHDZ7|LraX|B^6K^#j+APEsNYAB-u3sKrNQcR@iJm%pacKk_l$>b`7 zkz)Z>sE`~#_#gb9ty!3wbdy3cAn;<_AEQ8U7iiXP`}^3on;_O#~r0}0o1eJLo-8UO$S*hxe|RCt{2o6k!dK@`Wo79p3o79xq& z7OaK}IR&Jl*T$QFKo7n8clFvs{{U}BdXq>Xr<6z%16AvW1Z4G+Q+jchY1qkZ@@Do; z+5KFU{q#P43WXHzUvWdtK}C*#+Rn z83EqBD@PtL6}PO$bw&U#G6A>~;3gA*I{|K-5#Z17UgU9qG`1So83DLp7ht2Xi%PW? zdG4TmXgxl=05Z3u$A#x_1_R?Uof2T4`R{-IxNbZK$x8#km#?QY@%znS5PJ3?w~f44 zK&iNePP++j=RVx z$(`-+TAZE)lfbF~Dlf0{{v2c@fI9(hG6A>~;3gBm=EGH9UgiBc$VPze04h&ksn)Pj z*tH#Ai*W&To?Ykplg79J^Pb&yO^*uMi|-wsg!O>9=0+a+-1UHU>I39@o~p~c=$>Kg zjG6)ovH-H(&E+=%sLhUe{Uy=%jtf};v8^Rep+kNnxH1`%1rWIMftDrp3nB6d2=1>< z60P;d7?-c;3OJU+#mlj840iJ_NtYfZ17QmZ6n8(>h@Lc5s>{r&;}?k`w{ zRQEX>4Tx04R}tkv&MmP!xqvQ%glEB32M_$WWauh>AE$6^me@v=v%)FnQ@8G-*gu zTpR`0f`dPcRRZ7c=mzuY2mIx{LBG@4i2)SIL_U@QK88OgAjz4dR(i zOXs{#9A+g+AwDM_H|T=Ik6f2se&bwpSm2pqBa@mZ4ik&T4wgHZl?;`5nmD4U8s!UF zmle)ioYhK=weHDZ7|LraX|B^6K^#j+APEsNYAB-u3sKrNQcR@iJm%pacKk_l$>b`7 zkz)Z>sE`~#_#gb9ty!3wbdy3cAn;<_AEQ8U7iiXP`}^3on;_O#~r0}0o1eJLo-8UO$U>`6pHRCt`_n@vv}R}_YyM1T!-iA;)} z#6}q6P=sls7R!o^Dpi)cNL4kvF1qbM$R@ii*s;cZ4_nxmg=lC3o;SYWB+I#If>0|=W@EF@$ zTL2WZoA?4DQt=qRK#1k}IcBD(xO4X&k#JD^`};q9cdixr=Ucn|*5SQ&9e~PVoH}Kj2RX{a8HfQw*+M=?I+?Ikc{l?E zq~b9x)#-g+C|{rV&4zLU#EAvPdMJvTM14k20rkp{Pu{Az{vh>O z_AR^>QVEDIEY>{M3gy$u1aQ;|Rt;$cyiIwh%S(@=7l71nQCYXp6r>QKH+#MEqTQ8> z$7G28PcWT;W|Vggj%tli)i5;;o)+-5@z%pxdM>yC8YV!hAf*n_D=!+Isdx;}*d%-D zC)xz)(v>SR#2bRtEFc1&Fna*Ee}c^F5_X5PX6~m7rdvRLxhtZ*@Ohi93%kRKFA$PG z_G$*E6QD0|>+^grm#4?ktDXGjpTC1L#0%d zCBA8xZUOrG{(MJg%{9BNi%Pk~Kh+8VeV2V^i#H6@3D7q=|1OuPluN*o@&MIpl~>tq zGHY?3Z#*?yykSUv9KLk*BVK0KaSsL9ORrL`R{3k?5tm1A(&zEhKQJOwd{dA@KqMSw zV`T||{(%uPYjNB|0k-~Fpnv!V9UVuZ=iuN#hIm6Tm4HY%sHH(Y3GSf)nYB1qCqAc; z%>Yn5E{0S?N(>Mr%uG);kZ{rCXD_`0m^9 zPf)l+Bpl?ko1dJy*0?2Y@%ro#2?w#ifALJT#Vwr;o^<-VsmJfO3+QpuF2H@oZSl6B z4YoZ2%6EiR?-#Va1++Z@%D2Q$N{v=-jw!c*`b9~7(PRab2f_M9Nu%4M|NBMB`h9`u z@v^l38A2wMyFe-)Bb`iWI|JjBw}>t*^5yNXn30_;vNcBdED;Aq1Fg%uEX>4Tx04R}tkv&MmP!xqvQ%glEB32M_$WWauh>AE$6^me@v=v%)FnQ@8G-*gu zTpR`0f`dPcRRZ7c=mzuY2mIx{LBG@4i2)SIL_U@QK88OgAjz4dR(i zOXs{#9A+g+AwDM_H|T=Ik6f2se&bwpSm2pqBa@mZ4ik&T4wgHZl?;`5nmD4U8s!UF zmle)ioYhK=weHDZ7|LraX|B^6K^#j+APEsNYAB-u3sKrNQcR@iJm%pacKk_l$>b`7 zkz)Z>sE`~#_#gb9ty!3wbdy3cAn;<_AEQ8U7iiXP`}^3on;_O#~r0}0o1eJLo-8UO$S*hxe|RCt{2o6k!dK@`Wo79p3o79xq& z7OaK}IR&Jl*T$QFKo7n8clFvs{{U}BdXq>Xr<6z%16AvW1Z4G+Q+jchY1qkZ@@Do; z+5KFU{q#P43WXHzUvWdtK}C*#+Rn z83EqBD@PtL6}PO$bw&U#G6A>~;3gA*I{|K-5#Z17UgU9qG`1So83DLp7ht2Xi%PW? zdG4TmXgxl=05Z3u$A#x_1_R?Uof2T4`R{-IxNbZK$x8#km#?QY@%znS5PJ3?w~f44 zK&iNePP++j=RVx z$(`-+TAZE)lfbF~Dlf0{{v2c@fI9(hG6A>~;3gBm=EGH9UgiBc$VPze04h&ksn)Pj z*tH#Ai*W&To?Ykplg79J^Pb&yO^*uMi|-wsg!O>9=0+a+-1UHU>I39@o~p~c=$>Kg zjG6)ovH-H(&E+=%sLhUe{Uy=%jtf};v8^Rep+kNnxH1`%1rWIMftDrp3nB6d2=1>< z60P;d7?-c;3OJU+#mlj840iJ_NtYfZ17QmZ6n8(>h@Lc5s>{r&;}?k`w{ zRQDt{^=e8(Li9`n36Y7E zn#D@I`CDf6nukBwEw~fmzh;`E%aTV8`1#5nMNLtA&OY8=SUD~}J`b(AF>OVK|GM=h zr#@U?=hBptCaNAC{&H2=O+$qf-$C%BM`2N3amDMXNuG-ulCC=!T8+tEzvjW!D^&8Y zThE>du`hm=>Y}gpIpTb}*6wM~<>!|Wt}4O1$HUhxpPz0e9k>dQh&-cn&J1qMe|B*7 zo47@9dqp1Q4ok1U)ayuLUEi8$xw~gXQ!nUc4P@Q@WJY=7fj&2T%N_|fyFeH2)6xBx z{yS;o8x0-sX!@m>9~$H%Ur_9xzCn}zDE3}4YHQKxW+b^u^L$S7>QfVL4BF^jkCdeE zSMS_dK0kP?Ddgbho!>uo-I5hHd+xE~{<;O-B8TRSi%L?a+_^b1#F13pb?mz>Y=iIn z?E{4Jf0o&F9;w#3?YMG+V~QN|z)f&tNT7pFMdzpJ+J8)mRpuQ0{+ed_T8|T}Y|qEm zRO}d9_U=SK)5u=hq>8R3SuuMC<12HknO_0{$6O8qw*%AkOy7 z-osMdE_RUl&(Sy(B}si2^Y)Lnv+Xk1aY^XLb6Lx}q|hwa73cdLp2yl|TqIx4w$Fls5p(VH*~xBFV?jY|_|;8Y3L^qn_RZL`%I%zNZ`NeH zEo-W(;K;b=bx$hKRqxBJiZH}Z5Bj;NHaGA@u616wqa5Dw&BoP^I~HbdpRoJznuV{Z zy;R`2?1Q())^Y~c28^#RX}ond$Rm_WFMUQGtZppJObH**XN;5d@}7Gx>BbO`y-BXz z;QS0nZs?VZoauGK(!=X#=GGCNr#Z1x4k@$jTyBm3}$TX`YBzKkh=RsZ4S`c`);?fIb8;deCo z>8Pvs0y>&sUqlB)#cgap{(~m`G{>?d1F(q6dLANAfb zsWQi|VM)1ZoXG8d_xo#=fwg7hozz1WgGUV;B&wTNo*tDMo%A4zo_u#L=8};;tjBk0 z6+PB?WUaPaotQ1&Sm5}mTSTV)`N-U>W0&oJRynobnHeLg!YhuxPJwdBwl_L`cz%a& zAvcAg<2KcK*4%SWXi^v}AG)Uggj-E0SmEUT#ew%3hw2EVtd20gEl z0=;dra-0;`YdIL9SCO1VtpW5t7R%E+(SYGINE%X+F_g}WU0-^P4N-&_dy-JeQyOGs zEG3_1B*SI}h2yhk;1YuEJ*ul`q7(pVNg9I^wHlpCn&`#0;7Y+cW9G6Uiwix&i#=Hx z49WCH5)yC(93JeSNF|``QC%TVBcYat`i*IY09Rh@SeiCSxm>f^%rWyhdSeV1kw_$5 z9?C^g77yw23h z0^oz2h#9yDhsV`wxosm%w0{BsX`RqtMwr6EPXsrVH0k4wIO(52>S&j?5Cr}y-Vkrp zSjr)AE~z24z|{n@BJENJD3rmUA{Yu{D6PQ~1;}paNmJ_2WVM?cGh!*H?LZix!ndvF~yx2^BDWS(HLTWh`3xxuaNP@x`UoC(IB6lII;*%m+Mes#J zRHafOVx$d}LT92e9ZoV(0GvYs90U=exJrb&#y-|yS z<)pM&49PXexj1-gusKpqi0sxC0R3nucNsQJT!}WTN7n_+B z#6(&I4tcgLi<~k6kC}|-TU8%M#h-(?bV=-L} z33hm^q(0iIzgR9Fiim~ogb2n66%GqX5ekddJOV~BM1)~{X2B%w(M@_aZN`kGZw#mu zR0AYrsRkO}O6G|6{^nScVTuR#HxGdkQ8?l*aVuo}gHpiv6SQLP zr(WF37o(7`c(lswD`o)D-;#V0zu)NkM%NcH@I}tw)b)+7FJj<}oWH5-Z=r7qT8pdrvBCd!rC0im-r{7JZUTgnf~9QNqf@$4fihdq^`{|_fBNqP`jjMPx&M@d9MR9J=WmtSk!Rv5;AiWQ64mVzfE)eFXHXIK&z%9289$z34qDy&~(SG(9p z*~PB*C0cq_I&xQ93UzkTk%SU5XIW4!q-NNPL7rXh!qu^lrNj;`-C%ug?Dy#X^PE@q zInS$9t4k3h2o#NJu&(S$c0F2|Dy|TPlC8#Hl+q0V^r_Oomi32Zzj7C*j2s~Hj)nx{ z;%)zw)s1ZcoRh-~gUgi~js0JwwZ-N2i7@~#pFBi27f?z!h`gg=2ipEAw>R(6bUkdV zM8Pltu&q*R!f(G>lkB6{8NR4}nec169soHlL(}!Ry?Kx4JNMDeLC4fU(a?d_jcrl9 z>3Re$AI-2ialG^`U6ai;KP96ADq*WBHq&%HRyVe3?AHktZPWt7g5g1AqB%EX!&Gw2Hj3eIA!zZL;_L2mssnb`-H(6 z-A;>a&LC*{0OC_35My-5-A;?P?@(U4Gnv5KBmwVu4{a__HfNv}itlpEeu-D`r~8*6 z(e@oS@7@CbP9*>N_pc;-<+G&E%H3P+Jbi&~RYgwQDqY@zsNX}$sATizyPYQ!Uj^l* zJ18@%$UTmk_saeO@QHvR5FeEv1EaN+t?RSV)>46n8zhcbNdDTditn!fmRNi6XqQE+ zz~h79KlBRzw*(Y(@n)o(3oI_LlhZPsI37wyCF=Kx-u6;YxT|3A%`D1{DsooJgUhI~ zU#IP#4m)s}nE22bt@W?Jf=>i4B+xzgaSooncLC?%8QpXL!spU;91F-;Mrm_-cAmaS z6(m2d|0>x()W1$GuFd5MgEL?tcH$bT1RyD+bgL@v^UILtQ>w0rTrp-1S>B1La-~L2 z%K*@JkH=)xWTc7Gad~HcUci_%mCpv2R0JReSr?=AT+`jb0Zx{pE{PDdA}9nT-X j2_(B6olX@uKA!&r3RO~%Px)0!c(cRCt{2o6k!lXBfvnW7I)SW^ogerXnU*s7gJo9+m}f3(|wcE=UjUv8A_y z{Y$#gp33&PJuD0BiU&#A+rr`@ma;`ANJ`_9g+`T;SS zAMZ2oH}AajJkR@#g3AmH44bFF8;aV}c@xSi0LjduB4WQ??6rCj_uMzgOI5Y%&2rZfoP*mUWY>O|V%rk}K&A7y@7^P?7l?#I__ZJak#MNt z@n3vC4#3Z;Wg)w+3t%WJ0bp!0VRt^S7cfdiR4u|k`oEaRNA)LuB*(t%0-VO`d~Rcf z&Tb6=Rg0kboV!fV2$0*_z^?@{N<})mH4gSm_P)-ZpksDDBY=gfMeNT9`z7{@IikaN z9JA*s0V3fLTe*TQ!d@}Qw_nc!kjZ3gj{PO`S@o0HB-kc&wu5x`1nplwlgW}vr^%$# zOwS~ko=HfvcGtBqf8X zc!xPP>?f-mwtIV;li9v8kAC}As1KeQ0d65Y0>1p}8?)K|@8W;eZJS?OAr|(NTsMT{ zc~P$X2yn~~n4U?n_;i7})Gd^@b`)Pb=J65z(GdG1Q!K8f*fY0*Kb^XSmT+YRG)s28 zZyXcgryuV-)wEQu=Kxs^Spkam%f|-?iN|BC?rh64;RwY* ziSxaLumIL`elB&ZX8Y>SHo5f|s9imjjY{fT)gt8ef~ZNUNE-o4TYXcZfl@^)5)81QlO<-JhyOQ2o7jj?b?JiG)M01wM_CHUb)@t}PJ&f*%jrS>M2oURh>^ zktRTYwDAH)UN6v5{pGE^|MIgZ1cH6|%`!z<7x0b<3oyU50>J*rR8tQxaHE&Njb6L+ zUO`xZSlAE1;##WdaoOsAtMg_dEoxc{!U81M4S;H3b1{CiENW6J*RHT=15?A5Ti})c z|L*Hca|>kk$}JEZnYeIGAK>Nl1p>i7l+d6jL=YChN@S*A`}kz&)4KhZ>)WmR$m<1e z-@WIlCxJ9SU@KSe<5!lo+bNgwz{&FW*kpq2TB_xGASaO*3!JltUoPb-8@uf3o4`1c zaESf#u`IK~IO+-?yeZnjP-nM>QL6ZT)_*S`Pk^`e0u(k^QM-ER?AB2Iz16s&LAi^I z2n%4X+>G8ltl1uq$6#WX2M-?;2oIoY5zONwBGJ(0906xjVo(twI((;LuD~lemJ-XP zt!I3PEEA4!PYJBu|Z+@JWPZr}XU3e#af$sL2FQy0)8SAGt- zt`HG9`7+?ThmtZ!d8PLe8<`;e+Q(L|VAm3uZ;u$gd1%)fIDuzIfLk>Ko)MrKPSzTH z5CS-f>vO3uD3KO%o2q3>$+EW7L^~w{#N~5V=Jv?~$ zxLP(}8&z5!<|9Fyo)Q2~a)?$MEf5}XG@sxZ0iyjwbgMo9_Vmp&X*B2Xi~xYWd=BIG zYje;z;VKK)1+W%NUp`-`d2zDB(YY^9%EEO4ECRtkmY+RgY%;-q`M7BcJ=#BH*CmMJ z2?5MP8YMJHAlPTu5i}#amSVbEmjIXGPx%L`g(JRCt{2n?XwgK@`W|scM5h_ThE}gpe9XfRFb9L>|x99_OkPaeP zh!P?tC@qAb*&$rqXjkp;@SkPpcN%8r?L7YMzBg}X*Ag=Mle0NuKkPIt#6E)cBx$R+x=cUFfQsE0$qS=t-ewJ?`y3GY<{``z5Y9Oe!2iwn(G2x zfcb1nou4njSHcDG-nxD!n0Vv0Y;4C}d+aLc0_2JnKMvUY#lS1E=wI|L$BW&){8r|t z3vhby3E4k^^QS=j*kc4>JHW;Wz;=KQR7;D9TwUKl_5A(aE$jnA;-3H`0NVjJMgX=0 zY~Wg;Im!l#ly!?4_CCM@Sb&eg3$>g@fdz01$9{V!>qd+WvdLJLzyeq)dPNO^3qan~ zM1j56C7AseSb%cr5VA*ibWmUcp4%ugY z{YODPn-}@{Um%x165Da5TB}R1|L*S{%)h4My>%s5tb~3|hJIgQUIDfPtFRqcX-3gT zfUw1p>Nui}04!o5fXcc;8v$60BW(nTA`wB5MJxnJL=0f<5ojX-i&zMdh#(l222~%g kX(Ip&?FE>4W2IT(8x*gl{C~a;=>Px#07*qoM6N<$f>GooEC2ui literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state2.png b/Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state2.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9e179caabcb6dcf45133d6857c215c58c72acc GIT binary patch literal 1352 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state4.png b/Resources/Textures/Stories/Structures/Walls/shuttleinterior_sp.rsi/state4.png new file mode 100644 index 0000000000000000000000000000000000000000..f93ca455c17c6bdb7a75234d198e13f05ace908f GIT binary patch literal 656 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 P00000NkvXXu0mjfWoW@H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Windows/shuttle_window_diagonal_sp.rsi/state1.png b/Resources/Textures/Stories/Structures/Windows/shuttle_window_diagonal_sp.rsi/state1.png new file mode 100644 index 0000000000000000000000000000000000000000..a8d5b05e7a310b63a98dbff5de878816cabfd402 GIT binary patch literal 371 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow2.png b/Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow2.png new file mode 100644 index 0000000000000000000000000000000000000000..96cf42db92a64c7c98f070cecf9200eb1720e97c GIT binary patch literal 1154 zcmV-|1bzF7P)Px(JV``BRCt{2TTe?HK@|UOTe={0BZasMF&>g?z(YY41P`f^(2vkB;GrORkbZ!k z3WZX7><1{cJr@ck81)bkA^{6RtjVECAa1q|$qGVF+e6&VWV3&)Gn*X~e;{!-vw6&K z=FNNa-Wve{V`X(+r+GhrxF^uO|A6LYR?x(0h>~o!JDP&FQnBqDlA}yzb3uS8$#@)k zWVVZEc`U7^2l|C0F#y1iuOFEa!36;Z>eUivX5#>Wa_JNR%r*f0F8=}mB$iVs9%Y%x zbc$Gf!F;Zs96kU%qy7aSLC!P@WAGDFm|6zc1n9cGlQ@zq zz;JR%2!b#$NOI;!W(Bx;b>vL5TJ|KkAOPsPw@zTG^Hy*}KuC@{y0*jGVE}t?ixN-F=}GehL6+oaIfOmpbRv=XqNAvI6|nS=R7{05_dY zET7P6rxZKphX*+}hr;J~M(AWbncWZ`G@%zNk;opeA5I2`?rAbV(>{3av<{ zpeDfZ@SG5tnl%3}9=8eVZOng9jL@KuC__aR0k&Qj^T` zbTq~HnE!P^O@L(C$fU`K_8mLteLBy>;DK8Z5b+z-D?k&c``T_QV66eLuAU&kY!7HF z74w*Dci1W9GDr{`U=tV(Gic0sVmW2z?@83FrGYk2mVlZ7BTw&?#}_5J>j+&D#na${ zA$Wp@E4;LpHeF%hYEST6_%%RHfT$k3ey^&%!w^{mP{?JRP390mO+YG@)ZOy;x~?Oe zJrKf+N#CnIZUSloyz=)(yucVdZ+pO9UciqZy-hK~K=J~1wE#gOu)F~4lGmFeki39f zEx@ob^t?dvD9g?419y1=`uYG`tgNo<#*witt!7{>>IB_zS10IWogi2D1?tt38ADXnt`+dA zKY07*HI*O06#+mmh8SKPx&P)S5VRCt`_n$J%YK@`WoD+C&h)JrWUP!1sW=D{{0YJ%*=vnTX!jEM<}(W^(} zMPs}e!c`LFPvAh|Acll`@YWz4_z~$^H58%&qFE1hNjq+5S>DXPq5HWsJF}D7`F7sy z+xMOYX7aU(8Kv{H3y{s(=pPtD@k1f--rO}C05Cf< zp-c$U_EAAk_PQ%u%*DPz-}X|mCRn+&c)Cp>o3l}IwtV~A5=s21?)mmzxReI~luL`G z`OlC>Yv#{>Rr?(5JK*Q)dvwWe@ZSK+U>D%d*zJY(j>OUR@56nBxn5qHC(X|;!0T6U zK8kI>b}Q)WP96Qq`l%Rs2FMnFoc=HvDL~La+)_J0Ttxjp>$ga;p9;GG^^5e|)9A-KfYYYK zLKcAgJx+xz0QY;GiV_nzO*Sv0M1a#|^CC*l0M7R~6>>b_>9glo#WpW!AqFq}`X4_U zr#=D+vH(+Wr*A5F4mQXF9Hg#D`(=U6RJs=+hP0??{}yOVBy~?gg1iI1eqIJpi|_lf zy}8dycZzYCO{0pfN2nc$rP-r}1TJ#oR37cdDHKfokd`~a`u(FEB10M#Y0 zCxyiin4OtWF|86J_XA4Bf-(O-5V0R%BJ7TOet6W~?d$8W>< z;uw|n1?&|fGMXKrEmUkFbLiC1x5+r>*v(_`fa_z^2Vz>nDY0WxCa2grzpA0P{p s#ljC*Ut2-d*+44YTPvRWhi*UMFA@nAboog_JOBUy07*qoM6N<$g81{Wg8%>k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow4.png b/Resources/Textures/Stories/Structures/Windows/shuttle_window_sp.rsi/swindow4.png new file mode 100644 index 0000000000000000000000000000000000000000..75006ef99808383acbad5d0d30223f3e4e7ca675 GIT binary patch literal 924 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Stories/Structures/flags.rsi/meta.json b/Resources/Textures/Stories/Structures/flags.rsi/meta.json new file mode 100644 index 0000000000..08c275ced2 --- /dev/null +++ b/Resources/Textures/Stories/Structures/flags.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Space Stories", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "sp" + } + ] +} diff --git a/Resources/Textures/Stories/Structures/flags.rsi/sp.png b/Resources/Textures/Stories/Structures/flags.rsi/sp.png new file mode 100644 index 0000000000000000000000000000000000000000..4363ce3d70d113b71620d4235c526d0331c6bdb8 GIT binary patch literal 632 zcmV-;0*C#HP)Px%GD$>1R9J=WmN94(VHC%I30Z78iV#~lt%Pz!MUo;hn?pdl6dVN|1tB2PMKah~ zx@0R-2o$=Nb{1T^i0k!`Hb`p-a#(v{TX0BQx17V}yWV&ACAo;G!~K`!d-uKf|KEGx z``$r<1POX5m&@+I;K~R?u~-Cf?ZYkr$BvcylcZPlk_(W#mPT-yrkTnBn5LNm+*9{1 zSslhS9UzjCxS|AE5I1f<>cZ~sN5Sc30Kh)%lGSAgfpKlx`?I|gt4z1=JqO^d zbD(@KvMdQuVR^Q}!cH|3Sl~^*4#106Eq07B(t`y24GhcxcyI9P%WKJ2Hx>byG78?h z>#b|;rHJn^jGTeGu}CgoAeS%rHnA4MMu9Kj*s)S4js?JZ#~C@$Fo>8ZjwN+dqy(Fl z4*)#19{aYl&cQ_|0F%`%jv8}JR<|Ty`{h;1M-}(M`nY6|lwiuZ4!~Mz11&RwmYHC! zw9)s?jv8~)uYk&5#10~ofy(L(@1M!G@9l4X%l+)Nu*gCfVxNkzvN{7;g9V6AGclNgtq2!4 zVwhZ%;OpnNl3g`Tm4{HVQ4%DE(xvoeY17{J%22{Ee(R${HSgmRCP