From f436cd856f42530d305ba7d86280b7014a7f9835 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 08:58:01 -0700 Subject: [PATCH 01/22] The Food Critic now technically exists as a carbon copy of the Sample Collector. --- .../Components/FoodCriticRoleComponent.cs | 9 ++++ .../Locale/en-US/_Floof/abilities/psionic.ftl | 5 ++ .../_Floof/Roles/Ghost/food_critic.yml | 46 +++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 Content.Shared/_Floof/Roles/Components/FoodCriticRoleComponent.cs create mode 100644 Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml diff --git a/Content.Shared/_Floof/Roles/Components/FoodCriticRoleComponent.cs b/Content.Shared/_Floof/Roles/Components/FoodCriticRoleComponent.cs new file mode 100644 index 00000000000..f6e1f900015 --- /dev/null +++ b/Content.Shared/_Floof/Roles/Components/FoodCriticRoleComponent.cs @@ -0,0 +1,9 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Roles.Components; + +/// +/// Added to mind role entities to tag that they are a food critic. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class FoodCriticRoleComponent : BaseMindRoleComponent; diff --git a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl index 4cedffe1c58..4a5e34076c8 100644 --- a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl +++ b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl @@ -1,4 +1,9 @@ psionic-power-precognition-unknown-shuttle-sample-collector-result-message = For a moment you see the walls undulate and ooze. Spectral winged insects gather the ooze in beads and fly away. + role-subtype-sample-collector = Sample Collector ghost-role-information-sample-collector-name = Sample Collector ghost-role-information-sample-collector-description = Purchase, and assist in the collection of, biological samples from station crew. + +role-subtype-food-critic = Food Critic +ghost-role-information-food-critic-name = Food Critic +ghost-role-information-food-critic-description = Stress test the culinary prowess of HGI's employees, and then let your judgement be known. diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml new file mode 100644 index 00000000000..f7a495dd803 --- /dev/null +++ b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml @@ -0,0 +1,46 @@ +# Mind Role +- type: entity + parent: MindRoleGhostRoleFreeAgentHarmless + id: MindRoleFoodCritic + name: Food Critic Role + components: + - type: MindRole + subtype: role-subtype-food-critic + - type: FoodCriticRole + +# Startine Gear +- type: startingGear + id: FoodCriticGear + equipment: + id: MedicalPDA + ears: ClothingHeadsetMedical + pocket1: EncryptionKeyTraffic + jumpsuit: ClothingUniformJumpsuitMedicalDoctor + shoes: ClothingShoesColorWhite + gloves: ClothingHandsGlovesNitrile + back: ClothingBackpackMedical + outerClothing: ClothingOuterCoatLab + +# Spawner +- type: entity + categories: [ Spawner ] + parent: MarkerBase + id: SpawnPointFoodCritic + name: ghost role spawn point + suffix: sample collector + components: + - type: GhostRole + name: ghost-role-information-food-critic-name + description: ghost-role-information-food-critic-description + mindRoles: + - MindRoleFoodCritic + raffle: + settings: default + - type: GhostRoleCharacterSpawner + outfitPrototype: FoodCriticGear + - type: Sprite + sprite: Markers/jobs.rsi + layers: + - state: green + - sprite: Objects/Specific/Medical/medical.rsi + state: bloodpack From f23fbbe4baeb4a984ba2ac7f2a21e8097bb6719f Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 09:39:42 -0700 Subject: [PATCH 02/22] Food Critic is now a runnable event, though in all but names and descriptions it is a carbon copy of Sample Collector --- .../Locale/en-US/_Floof/abilities/psionic.ftl | 2 +- .../Shuttles/Event/FoodCritic/foodcritic.yml | 3992 +++++++++++++++++ .../Prototypes/GameRules/unknown_shuttles.yml | 14 + 3 files changed, 4007 insertions(+), 1 deletion(-) create mode 100644 Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml diff --git a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl index 4a5e34076c8..5bd0a42d8f1 100644 --- a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl +++ b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl @@ -1,9 +1,9 @@ psionic-power-precognition-unknown-shuttle-sample-collector-result-message = For a moment you see the walls undulate and ooze. Spectral winged insects gather the ooze in beads and fly away. - role-subtype-sample-collector = Sample Collector ghost-role-information-sample-collector-name = Sample Collector ghost-role-information-sample-collector-description = Purchase, and assist in the collection of, biological samples from station crew. +psionic-power-precognition-unknown-shuttle-food-critic = You see a judge, not one of law, but of life. Of sustainance. Have you done enough to make the lives of others better? Its poker-faced gaze makes you question your every competence. You are at its service and its mercy. role-subtype-food-critic = Food Critic ghost-role-information-food-critic-name = Food Critic ghost-role-information-food-critic-description = Stress test the culinary prowess of HGI's employees, and then let your judgement be known. diff --git a/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml b/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml new file mode 100644 index 00000000000..72425e2765b --- /dev/null +++ b/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml @@ -0,0 +1,3992 @@ +meta: + format: 7 + category: Grid + engineVersion: 268.0.0 + forkId: "" + forkVersion: "" + time: 05/06/2026 07:53:15 + entityCount: 483 +maps: [] +grids: +- 2 +orphans: +- 2 +nullspace: [] +tilemap: + 4: Space + 8: FloorDark + 2: FloorGlass + 5: FloorReinforced + 6: FloorShuttleWhite + 0: FloorWhite + 1: FloorWood + 7: Lattice + 3: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + name: HDMS Sample Transport + - type: Transform + pos: 0.6962023,-1.203125 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAIACAAAAAAAAAIAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAUAAAAAAAADAAAAAAAAAwAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAACAAIAAAAAAgACAAAAAAMABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAGAAAAAAAABgAAAAAAAAMAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAQAHAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABgAAAAAAAAYAAAAAAAADAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAIABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAYAAAAAAAAGAAAAAAAAAwAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAADAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACAAAAAAEAAgAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAA== + version: 7 + -1,0: + ind: -1,0 + tiles: BAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAwAAAAAAAAgAAAAAAAAIAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAMAAAAAAAAIAAAAAAAACAAAAAAAAAMAAAAAAAADAAAAAAAABQAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAACAAAAAAAAAgAAAAAAAADAAAAAAAABgAAAAAAAAYAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAYAAAAAAAAGAAAAAAAAAwAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAMAAAAAAAAGAAAAAAAABgAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAA== + version: 7 + 0,-1: + ind: 0,-1 + tiles: BAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAHAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAADAAAAAAAAAgAAAAACAAIAAAAAAgACAAAAAAEAAwAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAABQAAAAAAAAIAAAAAAgACAAAAAAEAAgAAAAAAAAUAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAMAAAAAAAACAAAAAAIAAgAAAAABAAIAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAAFAAAAAAAACAAAAAAAAAIAAAAAAQAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAA== + version: 7 + -1,-1: + ind: -1,-1 + tiles: BAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAwAAAAAAAAYAAAAAAAAGAAAAAAAAAwAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAGAAAAAAAABgAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAACAAAAAAAAAgAAAAAAAADAAAAAAAABgAAAAAAAAYAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAwAAAAAAAAgAAAAAAAAIAAAAAAAAAwAAAAAAAAMAAAAAAAAFAAAAAAAAAwAAAAAAAA== + version: 7 + - type: Broadphase + - type: Physics + bodyStatus: InAir + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + dampingModifier: 0.25 + - type: ImplicitRoof + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FF0000FF' + id: BrickTileSteelCornerNe + decals: + 38: 2,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelCornerSe + decals: + 32: 2,-4 + - node: + color: '#FF0000FF' + id: BrickTileSteelCornerSw + decals: + 33: 0,-4 + 39: 0,-4 + - node: + color: '#FF0000FF' + id: BrickTileSteelEndW + decals: + 37: -3,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelInnerNe + decals: + 45: 0,0 + 48: -2,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelInnerNw + decals: + 46: 0,0 + 47: -2,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelInnerSe + decals: + 49: -2,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelInnerSw + decals: + 50: -2,0 + 51: 0,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelLineE + decals: + 29: 2,-2 + 30: 2,-1 + 31: 2,-3 + 52: 0,1 + 53: -2,1 + 70: -2,-1 + - node: + color: '#FF0000FF' + id: BrickTileSteelLineN + decals: + 34: 1,0 + 35: -1,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelLineS + decals: + 43: 1,-4 + 44: -1,0 + - node: + color: '#FF0000FF' + id: BrickTileSteelLineW + decals: + 40: 0,-1 + 41: 0,-2 + 42: 0,-3 + 54: -2,1 + 55: 0,1 + 71: -2,-1 + - node: + color: '#FF0000FF' + id: MiniTileSteelCornerNe + decals: + 61: -2,4 + 62: 1,4 + - node: + color: '#FF0000FF' + id: MiniTileSteelCornerNw + decals: + 63: 0,4 + 64: -3,4 + 76: -3,-2 + - node: + color: '#FF0000FF' + id: MiniTileSteelCornerSe + decals: + 59: 1,2 + 78: -2,-4 + - node: + color: '#FF0000FF' + id: MiniTileSteelCornerSw + decals: + 60: -3,2 + 77: -3,-4 + - node: + color: '#FF0000FF' + id: MiniTileSteelInnerNw + decals: + 72: -2,-2 + - node: + color: '#FF0000FF' + id: MiniTileSteelInnerSe + decals: + 68: 0,2 + - node: + color: '#FF0000FF' + id: MiniTileSteelInnerSw + decals: + 69: -2,2 + - node: + color: '#FF0000FF' + id: MiniTileSteelLineE + decals: + 65: -2,3 + 66: 1,3 + 67: -2,2 + 73: -2,-2 + 74: -2,-3 + - node: + color: '#FF0000FF' + id: MiniTileSteelLineW + decals: + 56: 0,2 + 57: 0,3 + 58: -3,3 + 75: -3,-3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 22: 4,4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 23: 3,4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 24: 4,-4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 25: 3,-4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 13: 4,-3 + 15: 4,-2 + 16: 4,-1 + 17: 4,0 + 18: 4,1 + 19: 4,2 + 20: 4,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 2: 3,3 + 3: 3,3 + 4: 3,2 + 5: 3,-1 + 6: 3,0 + 7: 3,1 + 11: 3,-3 + 12: 3,-2 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 48031 + 0,-1: + 0: 65534 + -1,0: + 0: 26191 + 0,1: + 0: 11 + 1,0: + 0: 4373 + 1: 1024 + 1,1: + 0: 1 + 1,-1: + 0: 29169 + -2,0: + 0: 3276 + -2,1: + 1: 14 + -2,-1: + 0: 52224 + 1: 14 + -1,1: + 0: 6 + -1,-1: + 0: 18022 + 1,-2: + 1: 16384 + 2,-1: + 0: 48 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + Oxygen: 21.824879 + Nitrogen: 82.10312 + - volume: 2500 + immutable: True + moles: {} + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: IFF + color: '#846AB6FF' +- proto: AirAlarm + entities: + - uid: 292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 255 + - 49 + - 123 + - 47 + - 46 + - type: Fixtures + fixtures: {} + - uid: 294 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 50 + - 51 + - 46 + - 47 + - 300 + - 301 + - 302 + - 483 + - type: Fixtures + fixtures: {} + - uid: 303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 182 + - 185 + - 301 + - type: Fixtures + fixtures: {} + - uid: 463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 2 + - type: DeviceList + devices: + - 180 + - 273 + - 483 + - type: Fixtures + fixtures: {} + - uid: 481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 183 + - 184 + - 300 + - type: Fixtures + fixtures: {} + - uid: 482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 186 + - 181 + - 302 + - type: Fixtures + fixtures: {} +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] + access: + - - External +- proto: AirlockGlass + entities: + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] +- proto: AirlockLockableDorms + entities: + - uid: 53 + components: + - type: MetaData + name: self service room one airlock + - type: Transform + pos: 0.5,1.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] + - type: Painted + dryTime: 0 + - uid: 143 + components: + - type: MetaData + name: self service room two airlock + - type: Transform + pos: -1.5,1.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] + - type: Painted + dryTime: 0 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 44 + components: + - type: MetaData + name: cockpit airlock + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] + - type: Painted + dryTime: 0 +- proto: AirlockMedicalLocked + entities: + - uid: 1 + components: + - type: MetaData + name: staff room airlock + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] + - uid: 187 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] + - type: Painted + dryTime: 0 +- proto: AirSensor + entities: + - uid: 123 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 292 +- proto: APCBasic + entities: + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 2 + - type: Battery + lastCharge: 50000 + - type: AccessReader + accessListsOriginal: + - - Engineering + - type: Fixtures + fixtures: {} + - uid: 148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 2 + - type: Battery + lastCharge: 50000 + - type: Fixtures + fixtures: {} + - uid: 458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: AtmosDeviceFanDirectional + entities: + - uid: 122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-3.5 + parent: 2 + - uid: 472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 2 + - uid: 473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-3.5 + parent: 2 + - uid: 474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,4.5 + parent: 2 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 + - uid: 476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,4.5 + parent: 2 + - uid: 477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 2 + - uid: 478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 +- proto: BaseWallClosetDeltaV + entities: + - uid: 384 + components: + - type: MetaData + name: extraction assitance tools + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + Oxygen: 1.7459903 + Nitrogen: 6.568249 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 385 + - 386 + - 387 + - 388 + - 389 + - 390 + - 391 + - 392 + - 393 + - 394 + - 395 + - type: Fixtures + fixtures: {} + - uid: 413 + components: + - type: MetaData + name: extraction assitance tools + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,3.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + Oxygen: 1.7459903 + Nitrogen: 6.568249 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 414 + - 415 + - 416 + - 417 + - 418 + - 419 + - 420 + - 421 + - 422 + - 423 + - 424 + - type: Fixtures + fixtures: {} +- proto: BenchSofaCorpCorner + entities: + - uid: 35 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 +- proto: BenchSofaCorpLeftDV + entities: + - uid: 36 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 +- proto: BenchSofaCorpMiddle + entities: + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 2 + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,2.5 + parent: 2 +- proto: BenchSofaCorpRightDV + entities: + - uid: 179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 2 +- proto: BookAILawCompendium + entities: + - uid: 401 + components: + - type: Transform + pos: -1.5533879,4.7182007 + parent: 2 + - uid: 405 + components: + - type: Transform + pos: 1.6833951,4.7866874 + parent: 2 +- proto: BookBase + entities: + - uid: 397 + components: + - type: MetaData + name: suggestive serial + - type: Transform + pos: -1.8973935,4.5210624 + parent: 2 + - type: Paper + content: >- + *The inside of this magazine is filled with suggestive stories and illustrations meant to tease and titillate the reader. + + + A number of ads appear throughout. One shows a lithe cat being with caramel coloured fur posing provacatively on their knees. The high angle of the shot focuses on the model's mouth, which hangs open expectantly. Text enticing the reader to tune in to a show frames the ad in a bubbly font.* + - uid: 403 + components: + - type: MetaData + name: suggestive serial + - type: Transform + pos: 1.2768428,4.5991874 + parent: 2 + - type: Paper + content: >- + *The inside of this magazine is filled with suggestive stories and illustrations meant to tease and titillate the reader. + + + A number of ads appear throughout. One shows a lithe cat being with caramel coloured fur posing provacatively on their knees. The high angle of the shot focuses on the model's mouth, which hangs open expectantly. The text "Dipper's Delights" frames the ad in a bubbly font.* +- proto: BookTheBookOfControl + entities: + - uid: 400 + components: + - type: Transform + pos: 1.8642774,4.5105553 + parent: 2 + - uid: 407 + components: + - type: Transform + pos: -1.2943234,4.4949303 + parent: 2 +- proto: BookWatched + entities: + - uid: 383 + components: + - type: Transform + pos: 1.3169951,4.8699303 + parent: 2 + - uid: 402 + components: + - type: Transform + pos: -1.9041514,4.8230553 + parent: 2 +- proto: BoxCardboard + entities: + - uid: 334 + components: + - type: MetaData + name: saline box + - type: Transform + parent: 308 + - type: Storage + storedItems: + 335: + position: 0,0 + _rotation: South + 336: + position: 1,0 + _rotation: South + 337: + position: 2,0 + _rotation: South + 338: + position: 0,1 + _rotation: South + 339: + position: 1,1 + _rotation: South + 340: + position: 2,1 + _rotation: South + 341: + position: 0,2 + _rotation: South + 342: + position: 1,2 + _rotation: South + 343: + position: 2,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 335 + - 336 + - 337 + - 338 + - 339 + - 340 + - 341 + - 342 + - 343 + - type: Physics + canCollide: False + - type: Label + - type: InsideEntityStorage +- proto: BoxFolderClipboardThreePapers + entities: + - uid: 459 + components: + - type: Transform + pos: -2.7168617,-3.6630688 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: -2.1695795,-3.6786938 + parent: 2 +- proto: BoxNitrileGloves + entities: + - uid: 311 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 432 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 461 + components: + - type: Transform + pos: -2.840506,4.802996 + parent: 2 + - uid: 462 + components: + - type: Transform + pos: 0.2555474,4.756121 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 333 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 427 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: CableApcExtension + entities: + - uid: 119 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: 0.5,0.5 + parent: 2 + - uid: 128 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 129 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 130 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 131 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 132 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 133 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 137 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 142 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 289 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 290 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 464 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 +- proto: CableHV + entities: + - uid: 39 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 115 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 284 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 +- proto: CableMV + entities: + - uid: 40 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 102 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 105 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 107 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 109 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 110 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 111 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 283 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-0.5 + parent: 2 +- proto: ChemistryBottleSaline + entities: + - uid: 335 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 336 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 337 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 338 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 339 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 340 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 341 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 342 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False + - uid: 343 + components: + - type: Transform + parent: 334 + - type: Physics + canCollide: False +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + Oxygen: 1.7459903 + Nitrogen: 6.568249 + - type: Fixtures + fixtures: {} +- proto: ClosetWallEmergencyN2FilledRandom + entities: + - uid: 456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: ComputerShuttle + entities: + - uid: 34 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 +- proto: DefibrillatorCompact + entities: + - uid: 347 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DisposalBend + entities: + - uid: 259 + components: + - type: Transform + pos: 1.5,0.5 + parent: 2 + - uid: 260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 261 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 265 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 266 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 2 + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - uid: 268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - uid: 269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - uid: 270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - uid: 271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 2 + - uid: 258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-3.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 256 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 +- proto: DVSmartFridgeMedical + entities: + - uid: 162 + components: + - type: MetaData + name: Sample Fridge + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - type: AccessReader + accessListsOriginal: + - - Medical +- proto: Firelock + entities: + - uid: 300 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 481 + - 294 + - uid: 301 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 303 + - 294 + - uid: 302 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 482 + - 294 + - uid: 483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 463 + - 294 +- proto: FirelockGlass + entities: + - uid: 46 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 292 + - 294 + - uid: 47 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 292 + - 294 +- proto: GasMixerEnabled + entities: + - uid: 350 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - type: GasMixer + inletTwoConcentration: 0.78 + inletOneConcentration: 0.22 + targetPressure: 101.325 +- proto: GasOutletInjectorAlt2 + entities: + - uid: 444 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeBend + entities: + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeBendAlt2 + entities: + - uid: 200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 207 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeFourway + entities: + - uid: 234 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeFourwayAlt2 + entities: + - uid: 235 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeStraight + entities: + - uid: 202 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 203 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 221 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 222 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 225 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 226 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 227 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 228 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 241 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeStraightAlt2 + entities: + - uid: 48 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 201 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 205 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 208 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 223 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 224 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 229 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 230 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 244 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 245 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 246 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeTJunction + entities: + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeTJunctionAlt2 + entities: + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPort + entities: + - uid: 176 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 177 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentPump + entities: + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 292 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 51 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 294 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 184 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 481 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 185 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 303 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 482 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 463 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubberAlt2 + entities: + - uid: 50 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 294 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 463 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 482 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 182 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 303 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 183 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 481 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 255 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 292 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasVentScrubberFreezerAlt2 + entities: + - uid: 189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: Gauze + entities: + - uid: 307 + components: + - type: Transform + pos: 0.44420195,-2.273004 + parent: 2 + - uid: 345 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: GeneratorBasic15kW + entities: + - uid: 298 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 +- proto: GravityGeneratorMini + entities: + - uid: 74 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 +- proto: Grille + entities: + - uid: 3 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 4 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 5 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 6 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 7 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 8 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 9 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 157 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 170 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 +- proto: Gyroscope + entities: + - uid: 69 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 2 +- proto: HandLabeler + entities: + - uid: 348 + components: + - type: Transform + pos: -2.2698214,-3.6406221 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: -2.7701938,-3.7031221 + parent: 2 +- proto: JetInjector + entities: + - uid: 410 + components: + - type: Transform + pos: -2.097819,-3.3124971 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: -2.579469,-3.3750887 + parent: 2 +- proto: LargeBeaker + entities: + - uid: 309 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 310 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 312 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 313 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 314 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 315 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 316 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 317 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 318 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 319 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 320 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 321 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 322 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 323 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 324 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 325 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 326 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 327 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 328 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 329 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 330 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 331 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 332 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 344 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 346 + components: + - type: Transform + parent: 308 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 382 + components: + - type: Transform + pos: -2.277587,4.865496 + parent: 2 + - uid: 399 + components: + - type: Transform + pos: -2.5277734,4.615496 + parent: 2 + - uid: 406 + components: + - type: Transform + pos: 0.5057334,4.615496 + parent: 2 + - uid: 408 + components: + - type: Transform + pos: 0.86537635,4.834246 + parent: 2 + - uid: 433 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 434 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 435 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 436 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 437 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 438 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 439 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 440 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 441 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 443 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdFleshlightGreen + entities: + - uid: 390 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 423 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdFleshlightPink + entities: + - uid: 386 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 417 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdFleshlightRed + entities: + - uid: 389 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 422 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdFleshlightTeal + entities: + - uid: 394 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 420 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdFleshlightYellow + entities: + - uid: 388 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 424 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdVibeGreen + entities: + - uid: 391 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 421 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdVibePink + entities: + - uid: 387 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 415 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdVibeRed + entities: + - uid: 392 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 416 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdVibeTeal + entities: + - uid: 395 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 418 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LewdVibeYellow + entities: + - uid: 385 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 419 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: LockerMedical + entities: + - uid: 308 + components: + - type: MetaData + name: phlebotomy supplies + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - type: AccessReader + accessListsOriginal: + - - Medical + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + Oxygen: 1.7459903 + Nitrogen: 6.568249 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 311 + - 310 + - 309 + - 312 + - 313 + - 314 + - 315 + - 316 + - 317 + - 318 + - 319 + - 320 + - 321 + - 322 + - 323 + - 324 + - 325 + - 326 + - 327 + - 328 + - 329 + - 330 + - 331 + - 332 + - 333 + - 334 + - 344 + - 346 + - 347 + - 345 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerSteelIdLockable + entities: + - uid: 274 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 2 + - type: AccessReader + accessListsOriginal: [] + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1465 + moles: + Oxygen: 1.7459903 + Nitrogen: 6.568249 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 379 + - 371 + - 370 + - 369 + - 368 + - 367 + - 366 + - 365 + - 364 + - 363 + - 362 + - 361 + - 360 + - 359 + - 358 + - 357 + - 356 + - 355 + - 354 + - 353 + - 352 + - 351 + - 372 + - 373 + - 374 + - 375 + - 376 + - 377 + - 378 + - 380 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerWallMedical + entities: + - uid: 425 + components: + - type: MetaData + name: resupply locker + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 2 + - type: AccessReader + accessListsOriginal: + - - Medical + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + Oxygen: 1.7459903 + Nitrogen: 6.568249 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 272 + - 442 + - 426 + - 427 + - 428 + - 429 + - 430 + - 431 + - 432 + - 433 + - 434 + - 435 + - 436 + - 437 + - 438 + - 439 + - 440 + - 441 + - 443 + - 281 + - type: Fixtures + fixtures: {} +- proto: N14ChairArmchair + entities: + - uid: 174 + components: + - type: Transform + anchored: True + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: N14ChairOfficeErgonomic + entities: + - uid: 396 + components: + - type: Transform + anchored: True + rot: 10.995574287564276 rad + pos: -1.5,3.5 + parent: 2 + - type: Physics + bodyType: Static + - uid: 409 + components: + - type: Transform + anchored: True + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: N14ChairStoolBarBlack + entities: + - uid: 398 + components: + - type: Transform + anchored: False + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 404 + components: + - type: Transform + anchored: False + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 + - type: Physics + bodyType: Dynamic +- proto: NitrogenCanister + entities: + - uid: 175 + components: + - type: Transform + anchored: True + pos: -5.5,2.5 + parent: 2 + - type: Physics + bodyType: Static +- proto: OxygenCanister + entities: + - uid: 173 + components: + - type: Transform + anchored: True + pos: -4.5,2.5 + parent: 2 + - type: AccessReader + accessListsOriginal: + - - Atmospherics + - - Engineering + - type: Physics + bodyType: Static +- proto: Paper + entities: + - uid: 480 + components: + - type: MetaData + name: Preflight Check + - type: Transform + pos: 6.480268,-0.5600879 + parent: 2 + - type: Paper + content: >- + [head=3]Before approaching a station:[/head] + + + Please take a moment to ensure that the frequently used doors have a fresh coat of paint. You are free to paint them however you like. + + + Suggested colours: + + + Self service room airlocks - Medical + + Engineering airlock - Engineering + + Cockpit airlock - Basic +- proto: PaperDyedPurple + entities: + - uid: 467 + components: + - type: Transform + pos: 0.7562344,-2.4637074 + parent: 2 + - type: Paper + stampState: paper_stamp-wizard + stampedBy: + - stampedColor: '#881BC1FF' + stampedName: HypnoTech Division of Medical Services + content: >2- + [head=2]HTDMS[/head] + [head=3]Biological Sample Collection[/head] + + [head=3]The Job[/head] + + You've been contracted to collect biological samples to provide to HypnoTech's client companies for research purposes. Chain of custody is important so you are only authorized to purchase samples collected on your own ship. You are not an employee of HypnoTech and are just contracted for the length of this job. + + + You may purchase up to 100 units of each type of sample from any one person. Please catalogue who the samples were from and store them in the provided fridge. If someone donates 100 units of their blood, they can also donate 100 units of their own milk. They can not donate 200 units of blood. + + + The suggested rate is 10 spesos per a unit of a sample, but you are free to arrange pricing depending on the situation. A maximum budget of $30k spesos has been placed in secure lock up in the staff room. Attempt to maximize the amount of samples you get for the spesos you've been provided. + + + You are only required to assist in the taking of blood samples. Assisting in the collection of any other kind is at your discretion. + + + [head=3]The Ship[/head] + + You have been provided an HTMS Sample Transport ship for use during the length of your contract for this job. There is an open area to be utilized for blood draws and enclosed rooms that allow patient privacy for the extraction of any other kind of sample. The staff room has your equipment, stock for refills, and changes of uniform. A secure lock up is provided for the funds for this job, do not lose these. Return of the ship in one piece is part of your contract. You may incentivize station crew to repair your ship with whatever means you have, including job funds. + + + [head=3]In Case of Questions[/head] + + If potential sellers ask why the samples are being collected let them know that it is for matters of research. These samples are being provided to various research focused companies and are not being utilized by HypnoTech directly. We are simply collecting and transporting these samples. + + + We take client confidentiality seriously so the exact nature of these studies and the names of client companies are not subject to disclosure. + + + Have fun and enjoy your temporary contract with HypnoTech! + + + + + + [head=2]HypnoTech[/head] + + [italic][head=3]Making work a dream![/head][/italic] + - uid: 468 + components: + - type: Transform + pos: -2.3458548,-1.9259455 + parent: 2 + - type: Paper + stampState: paper_stamp-wizard + stampedBy: + - stampedColor: '#881BC1FF' + stampedName: HypnoTech Division of Medical Services + content: >2- + [head=2]HDMS[/head] + [head=3]Biological Sample Collection[/head] + + [head=3]The Job[/head] + + You've been contracted to collect biological samples to provide to HypnoTech's client companies for research purposes. Chain of custody is important so you are only authorized to purchase samples collected on your own ship. You are not an employee of HypnoTech and are just contracted for the length of this job. + + + You may purchase up to 100 units of each type of sample from any one person. Please catalogue who the samples were from and store them in the provided fridge. If someone donates 100 units of their blood, they can also donate 100 units of their own milk. They can not donate 200 units of blood. + + + The suggested rate is 10 spesos per a unit of a sample, but you are free to arrange pricing depending on the situation. A maximum budget of $30k spesos has been placed in secure lock up in the staff room. Attempt to maximize the amount of samples you get for the spesos you've been provided. + + + You are only required to assist in the taking of blood samples. Assisting in the collection of any other kind is at your discretion. + + + [head=3]The Ship[/head] + + You have been provided an HDMS Sample Transport ship for use during the length of your contract for this job. There is an open area to be utilized for blood draws and enclosed rooms that allow patient privacy for the extraction of any other kind of sample. The staff room has your equipment, stock for refills, and changes of uniform. A secure lock up is provided for the funds for this job, do not lose these. Return of the ship in one piece is part of your contract. You may incentivize station crew to repair your ship with whatever means you have, including job funds. + + + [head=3]In Case of Questions[/head] + + If potential sellers ask why the samples are being collected let them know that it is for matters of research. These samples are being provided to various research focused companies and are not being utilized by HypnoTech directly. We are simply collecting and transporting these samples. + + + We take client confidentiality seriously so the exact nature of these studies and the names of client companies are not subject to disclosure. + + + Have fun and enjoy your temporary contract with HypnoTech! + + + + + + [head=2]HypnoTech[/head] + + [italic][head=3]Making work a dream![/head][/italic] +- proto: PlushieHypnoTempCMO + entities: + - uid: 393 + components: + - type: Transform + parent: 384 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 414 + components: + - type: Transform + parent: 413 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 426 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 442 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: PottedPlantRandom + entities: + - uid: 43 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 299 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 +- proto: PoweredlightBlue + entities: + - uid: 447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 2 + - uid: 452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 2 +- proto: PoweredLightColoredRed + entities: + - uid: 446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 2 + - uid: 448 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 +- proto: PoweredlightLED + entities: + - uid: 454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 +- proto: PoweredlightOrange + entities: + - uid: 453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 2 +- proto: PoweredlightPink + entities: + - uid: 449 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 +- proto: ShuttleWindow + entities: + - uid: 13 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 14 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 16 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 25 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 26 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 29 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 31 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: 7.5,0.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 158 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 55 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 2 + - type: Battery + lastCharge: 8000000 +- proto: SpaceCash1000 + entities: + - uid: 351 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 352 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 353 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 354 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 355 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 356 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 357 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 358 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 359 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 360 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 361 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 362 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 363 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 364 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 365 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 366 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 367 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 368 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 369 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 370 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 371 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 372 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 373 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 374 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 375 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 376 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 377 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 378 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 379 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 380 + components: + - type: Transform + parent: 274 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SpawnPointFoodCritic + entities: + - uid: 469 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 +- proto: SprayPainter + entities: + - uid: 479 + components: + - type: Transform + pos: 6.4607224,-0.38430667 + parent: 2 +- proto: SubstationWallBasic + entities: + - uid: 113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 2 + - type: Battery + lastCharge: 2000000 +- proto: SyringeBluespace + entities: + - uid: 381 + components: + - type: MetaData + name: absurdly large syringe + - type: Transform + pos: -2.2055316,-3.3282137 + parent: 2 + - uid: 412 + components: + - type: MetaData + name: absurdly large syringe + - type: Transform + pos: -2.6534262,-3.3282137 + parent: 2 +- proto: TableReinforcedGlass + entities: + - uid: 124 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 2 + - uid: 296 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 +- proto: Thruster + entities: + - uid: 275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 2 + - uid: 276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-3.5 + parent: 2 + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,4.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 2 + - uid: 280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 +- proto: ToolboxMechanicalFilledAllTools + entities: + - uid: 445 + components: + - type: Transform + pos: -4.5050874,1.0429964 + parent: 2 +- proto: VendingMachineChang + entities: + - uid: 42 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 249 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 101 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - type: AccessReader + accessListsOriginal: + - - Medical +- proto: VendingMachineRestockChang + entities: + - uid: 430 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 431 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: VendingMachineRestockRobustSoftdrinks + entities: + - uid: 428 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 429 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: VendingMachineRestockSmokes + entities: + - uid: 272 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 281 + components: + - type: Transform + parent: 425 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: VendingMachineSoda + entities: + - uid: 41 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 2 +- proto: WallmountTelevision + entities: + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,2.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: WallShuttle + entities: + - uid: 12 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 22 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - uid: 24 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 2 + - uid: 27 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 71 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 72 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 73 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 76 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 79 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 83 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 85 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 2 + - uid: 88 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 92 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 97 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 98 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 100 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 +- proto: WallShuttleInterior + entities: + - uid: 56 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 57 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 58 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 59 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 61 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 63 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 67 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 +... diff --git a/Resources/Prototypes/GameRules/unknown_shuttles.yml b/Resources/Prototypes/GameRules/unknown_shuttles.yml index be329d0d67d..16b1735fe18 100644 --- a/Resources/Prototypes/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/GameRules/unknown_shuttles.yml @@ -8,6 +8,7 @@ - id: UnknownShuttleTravelingCuisine - id: UnknownShuttleDisasterEvacPod - id: UnknownShuttleSampleCollector # Euphoria - Sample Collector role + - id: UnknownShuttleFoodCritic # Euphoria - Food Critic role #- id: UnknownShuttleHonki # DeltaV - Removes the Clown Shuttle #- id: UnknownShuttleNTQuark # DeltaV - removed until theyre individually looked at #- id: UnknownShuttleCruiser @@ -264,3 +265,16 @@ message: psionic-power-precognition-unknown-shuttle-sample-collector-result-message - type: LoadMapRule gridPath: /Maps/Floof/Shuttles/Event/SampleCollector/samplecollector.yml + +- type: entity + id: UnknownShuttleFoodCritic + parent: BaseUnknownShuttleRule + components: + - type: StationEvent + maxOccurrences: 1 + startAnnouncement: station-event-unknown-shuttle-incoming + - type: PrecognitionResult + message: psionic-power-precognition-unknown-shuttle-food-critic-result-message + - type: LoadMapRule + gridPath: /Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml + From 5be984f53cb637f6ec44295969cdb8b52a94429d Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 10:50:31 -0700 Subject: [PATCH 03/22] Fixed small typo in a comment I had copied. --- Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml | 2 +- Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml index f7a495dd803..47f7782f797 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml @@ -8,7 +8,7 @@ subtype: role-subtype-food-critic - type: FoodCriticRole -# Startine Gear +# Starting Gear - type: startingGear id: FoodCriticGear equipment: diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml b/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml index cd7ce9c35a3..51f272926cf 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml @@ -8,7 +8,7 @@ subtype: role-subtype-sample-collector - type: SampleCollectorRole -# Startine Gear +# Starting Gear - type: startingGear id: SampleCollectorGear equipment: From 83dbdcd78504b760e6d015f0500697f01d853a20 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 11:27:17 -0700 Subject: [PATCH 04/22] Food Critic shuttle is now a copy of the Traveling Cuisines shuttle instead of the Sample Collector shuttle. --- .../Shuttles/Event/FoodCritic/foodcritic.yml | 5346 ++++++++--------- 1 file changed, 2510 insertions(+), 2836 deletions(-) diff --git a/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml b/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml index 72425e2765b..c4a6ca60730 100644 --- a/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml +++ b/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml @@ -1,54 +1,58 @@ meta: format: 7 category: Grid - engineVersion: 268.0.0 + engineVersion: 262.0.0 forkId: "" forkVersion: "" - time: 05/06/2026 07:53:15 - entityCount: 483 + time: 10/11/2025 07:34:25 + entityCount: 487 maps: [] grids: -- 2 +- 1 orphans: -- 2 +- 1 nullspace: [] tilemap: - 4: Space - 8: FloorDark - 2: FloorGlass - 5: FloorReinforced - 6: FloorShuttleWhite - 0: FloorWhite - 1: FloorWood - 7: Lattice - 3: Plating + 5: Space + 11: FloorBar + 10: FloorDirtNew + 4: FloorGreenCircuit + 1: FloorRGlass + 7: FloorReinforced + 0: FloorShowroom + 9: FloorSteelDirty + 12: FloorSteelMono + 3: FloorSteelOffset + 6: FloorTechMaint2 + 8: Lattice + 2: Plating entities: - proto: "" entities: - - uid: 2 + - uid: 1 components: - type: MetaData - name: HDMS Sample Transport + name: SRV "Salami-Salami" - type: Transform - pos: 0.6962023,-1.203125 + pos: -0.53125,-0.484375 parent: invalid - type: MapGrid chunks: 0,0: ind: 0,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAIACAAAAAAAAAIAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAUAAAAAAAADAAAAAAAAAwAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAACAAIAAAAAAgACAAAAAAMABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAGAAAAAAAABgAAAAAAAAMAAAAAAAABAAAAAAAAAQAAAAAAAAIAAAAAAQAHAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABgAAAAAAAAYAAAAAAAADAAAAAAAAAQAAAAAAAAEAAAAAAAACAAAAAAIABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAYAAAAAAAAGAAAAAAAAAwAAAAAAAAEAAAAAAAABAAAAAAAAAgAAAAADAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACAAAAAAEAAgAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAA== - version: 7 - -1,0: - ind: -1,0 - tiles: BAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAwAAAAAAAAgAAAAAAAAIAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAMAAAAAAAAIAAAAAAAACAAAAAAAAAMAAAAAAAADAAAAAAAABQAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAACAAAAAAAAAgAAAAAAAADAAAAAAAABgAAAAAAAAYAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAYAAAAAAAAGAAAAAAAAAwAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAMAAAAAAAAGAAAAAAAABgAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAA== + tiles: AAAAAAAAAAEAAAAAAwAAAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAIAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAEAAAAAAAAAwAAAAAAAAQAAAAAAAACAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAACAAAAAAAABgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAYAAAAAAAACAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAYAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAgAAAAAAAAYAAAAAAAACAAAAAAAAAgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAADAAAAAAAAAwAAAAAAAAQAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAA== version: 7 0,-1: ind: 0,-1 - tiles: BAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAHAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAADAAAAAAAAAgAAAAACAAIAAAAAAgACAAAAAAEAAwAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAABAAAAAAAABQAAAAAAAAIAAAAAAgACAAAAAAEAAgAAAAAAAAUAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAQAAAAAAAAMAAAAAAAACAAAAAAIAAgAAAAABAAIAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAEAAAAAAAAFAAAAAAAACAAAAAAAAAIAAAAAAQAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAA== + tiles: BQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAAAAAAAAAAEAAAAAAQAAAAAAAAAABgAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAAAAAAAAAABAAAAAAEAAAAAAAAAAAIAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAAAAAAAAAAAQAAAAACAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAAAAAAAAAAEAAAAAAgAAAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAIAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAA== + version: 7 + -1,0: + ind: -1,0 + tiles: BQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAACAAAAAAAACwAAAAACAAEAAAAAAwALAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABgAAAAAAAAsAAAAAAQALAAAAAAAACwAAAAAAAAYAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAIAAAAAAAAMAAAAAAEADAAAAAABAAIAAAAAAAACAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAIAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAwAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAgAAAAAAAAHAAAAAAAAAgAAAAAAAAMAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABwAAAAAAAAIAAAAAAAADAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAIAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAA== version: 7 -1,-1: ind: -1,-1 - tiles: BAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAAAwAAAAAAAAYAAAAAAAAGAAAAAAAAAwAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAGAAAAAAAABgAAAAAAAAMAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAADAAAAAAAACAAAAAAAAAgAAAAAAAADAAAAAAAABgAAAAAAAAYAAAAAAAADAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAABAAAAAAAAAQAAAAAAAAEAAAAAAAAAwAAAAAAAAgAAAAAAAAIAAAAAAAAAwAAAAAAAAMAAAAAAAAFAAAAAAAAAwAAAAAAAA== + tiles: BQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAIAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAACAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAACAAAAAAAACwAAAAABAAsAAAAAAAALAAAAAAAABgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAgAAAAAAAAsAAAAAAAABAAAAAAIACwAAAAACAAYAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAIAAAAAAAALAAAAAAIAAQAAAAACAAsAAAAAAQAGAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAGAAAAAAAACwAAAAADAAEAAAAAAgALAAAAAAMABgAAAAAAAA== version: 7 - type: Broadphase - type: Physics @@ -71,3922 +75,3592 @@ entities: version: 2 nodes: - node: - color: '#FF0000FF' - id: BrickTileSteelCornerNe - decals: - 38: 2,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelCornerSe - decals: - 32: 2,-4 - - node: - color: '#FF0000FF' - id: BrickTileSteelCornerSw - decals: - 33: 0,-4 - 39: 0,-4 - - node: - color: '#FF0000FF' - id: BrickTileSteelEndW - decals: - 37: -3,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelInnerNe - decals: - 45: 0,0 - 48: -2,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelInnerNw - decals: - 46: 0,0 - 47: -2,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelInnerSe - decals: - 49: -2,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelInnerSw - decals: - 50: -2,0 - 51: 0,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelLineE - decals: - 29: 2,-2 - 30: 2,-1 - 31: 2,-3 - 52: 0,1 - 53: -2,1 - 70: -2,-1 - - node: - color: '#FF0000FF' - id: BrickTileSteelLineN - decals: - 34: 1,0 - 35: -1,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelLineS - decals: - 43: 1,-4 - 44: -1,0 - - node: - color: '#FF0000FF' - id: BrickTileSteelLineW - decals: - 40: 0,-1 - 41: 0,-2 - 42: 0,-3 - 54: -2,1 - 55: 0,1 - 71: -2,-1 - - node: - color: '#FF0000FF' - id: MiniTileSteelCornerNe - decals: - 61: -2,4 - 62: 1,4 - - node: - color: '#FF0000FF' - id: MiniTileSteelCornerNw - decals: - 63: 0,4 - 64: -3,4 - 76: -3,-2 - - node: - color: '#FF0000FF' - id: MiniTileSteelCornerSe - decals: - 59: 1,2 - 78: -2,-4 - - node: - color: '#FF0000FF' - id: MiniTileSteelCornerSw + color: '#FFFFFFFF' + id: MiniTileDarkCornerNe decals: - 60: -3,2 - 77: -3,-4 + 4: 6,4 + 5: 2,5 + 29: 1,8 - node: - color: '#FF0000FF' - id: MiniTileSteelInnerNw + color: '#FFFFFFFF' + id: MiniTileDarkCornerNw decals: - 72: -2,-2 + 1: -1,5 + 2: 0,8 + 19: 4,4 + 34: 4,0 - node: - color: '#FF0000FF' - id: MiniTileSteelInnerSe + color: '#FFFFFFFF' + id: MiniTileDarkCornerSe decals: - 68: 0,2 + 8: 6,3 + 28: 2,3 + 33: 5,-1 - node: - color: '#FF0000FF' - id: MiniTileSteelInnerSw + color: '#FFFFFFFF' + id: MiniTileDarkCornerSw decals: - 69: -2,2 + 0: -1,3 + 3: 0,7 + 9: 4,-1 + 13: 4,3 - node: - color: '#FF0000FF' - id: MiniTileSteelLineE + color: '#FFFFFFFF' + id: MiniTileDarkEndE decals: - 65: -2,3 - 66: 1,3 - 67: -2,2 - 73: -2,-2 - 74: -2,-3 + 30: 2,7 - node: - color: '#FF0000FF' - id: MiniTileSteelLineW + color: '#FFFFFFFF' + id: MiniTileDarkEndN decals: - 56: 0,2 - 57: 0,3 - 58: -3,3 - 75: -3,-3 + 32: 5,1 - node: color: '#FFFFFFFF' - id: WoodTrimThinCornerNe + id: MiniTileDarkInnerNe decals: - 22: 4,4 + 31: 1,7 - node: color: '#FFFFFFFF' - id: WoodTrimThinCornerNw + id: MiniTileDarkInnerNw decals: - 23: 3,4 + 36: 5,0 - node: color: '#FFFFFFFF' - id: WoodTrimThinCornerSe + id: MiniTileDarkLineE decals: - 24: 4,-4 + 14: 2,4 + 35: 5,0 - node: color: '#FFFFFFFF' - id: WoodTrimThinCornerSw + id: MiniTileDarkLineN decals: - 25: 3,-4 + 18: 5,4 + 20: 0,5 + 21: 1,5 - node: color: '#FFFFFFFF' - id: WoodTrimThinLineE + id: MiniTileDarkLineS decals: - 13: 4,-3 - 15: 4,-2 - 16: 4,-1 - 17: 4,0 - 18: 4,1 - 19: 4,2 - 20: 4,3 + 10: 0,3 + 12: 5,3 + 23: 1,7 + 27: 1,3 - node: color: '#FFFFFFFF' - id: WoodTrimThinLineW + id: MiniTileDarkLineW decals: - 2: 3,3 - 3: 3,3 - 4: 3,2 - 5: 3,-1 - 6: 3,0 - 7: 3,1 - 11: 3,-3 - 12: 3,-2 + 24: -1,4 - type: GridAtmosphere version: 2 data: tiles: 0,0: - 0: 48031 + 0: 12919 + 1: 16384 0,-1: - 0: 65534 + 0: 30527 + 1: 64 -1,0: - 0: 26191 + 0: 33783 0,1: - 0: 11 + 0: 29311 + -1,1: + 0: 170 + 2: 1025 + 0,2: + 0: 7 + 2: 128 + -1,2: + 2: 128 1,0: - 0: 4373 - 1: 1024 + 0: 25207 + 1: 4096 1,1: - 0: 1 + 0: 1799 + 2: 128 1,-1: - 0: 29169 - -2,0: - 0: 3276 - -2,1: - 1: 14 - -2,-1: - 0: 52224 - 1: 14 - -1,1: - 0: 6 + 0: 28787 + 1: 4 + 0,-2: + 0: 30464 + 2: 128 + -1,-2: + 2: 128 -1,-1: - 0: 18022 + 0: 65535 1,-2: - 1: 16384 - 2,-1: - 0: 48 + 0: 1792 + 2: 32768 + -2,0: + 0: 128 + 2: 32768 + -2,-1: + 0: 32768 + -2,-2: + 2: 32768 uniqueMixes: - volume: 2500 temperature: 293.15 moles: - Oxygen: 21.824879 - Nitrogen: 82.10312 + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 immutable: True - moles: {} + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance - - type: IFF - color: '#846AB6FF' - proto: AirAlarm entities: - - uid: 292 + - uid: 336 components: + - type: MetaData + name: 'Air Alarm: Salami-Salami' - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,0.5 - parent: 2 + pos: 3.5,-2.5 + parent: 1 - type: DeviceList devices: - - 255 - - 49 - - 123 - - 47 - - 46 - - type: Fixtures - fixtures: {} - - uid: 294 + - 376 + - 364 + - 352 + - 377 + - 427 + - 391 +- proto: AirCanister + entities: + - uid: 111 components: - type: Transform - pos: -0.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 50 - - 51 - - 46 - - 47 - - 300 - - 301 - - 302 - - 483 - - type: Fixtures - fixtures: {} - - uid: 303 + anchored: True + pos: 4.5,-0.5 + parent: 1 + - type: Physics + bodyType: Static + - uid: 115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 182 - - 185 - - 301 - - type: Fixtures - fixtures: {} - - uid: 463 + anchored: True + pos: 4.5,0.5 + parent: 1 + - type: Physics + bodyType: Static +- proto: AirGrenade + entities: + - uid: 480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 2 - - type: DeviceList - devices: - - 180 - - 273 - - 483 - - type: Fixtures - fixtures: {} - - uid: 481 + pos: 5.462313,-0.31159377 + parent: 1 +- proto: Airlock + entities: + - uid: 161 components: + - type: MetaData + name: Kitchen - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 183 - - 184 - - 300 - - type: Fixtures - fixtures: {} - - uid: 482 + pos: -0.5,1.5 + parent: 1 + - uid: 284 components: + - type: MetaData + name: Crew Area - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 186 - - 181 - - 302 - - type: Fixtures - fixtures: {} -- proto: AirlockExternalGlassShuttleArrivals + pos: 1.5,2.5 + parent: 1 +- proto: AirlockEngineering entities: - - uid: 253 + - uid: 303 components: + - type: MetaData + name: Engineering - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-2.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] - access: - - - External + pos: 5.5,2.5 + parent: 1 - proto: AirlockGlass entities: - - uid: 45 + - uid: 240 components: + - type: MetaData + name: Helm - type: Transform rot: 3.141592653589793 rad - pos: 5.5,-2.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] -- proto: AirlockLockableDorms + pos: 1.5,6.5 + parent: 1 +- proto: AirlockGlassShuttle entities: - - uid: 53 + - uid: 102 components: - type: MetaData - name: self service room one airlock + name: Salami-Salami Dock - type: Transform - pos: 0.5,1.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] - - type: Painted - dryTime: 0 - - uid: 143 + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 1 + - uid: 103 components: - type: MetaData - name: self service room two airlock + name: Salami-Salami Dock - type: Transform - pos: -1.5,1.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] - - type: Painted - dryTime: 0 -- proto: AirlockMedicalGlassLocked + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 +- proto: AirTankFilled entities: - - uid: 44 + - uid: 283 components: - - type: MetaData - name: cockpit airlock - type: Transform - pos: 5.5,-0.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] - - type: Painted - dryTime: 0 -- proto: AirlockMedicalLocked + rot: -1.5707963267948966 rad + pos: 5.208013,0.61588955 + parent: 1 +- proto: APCBasic entities: - - uid: 1 + - uid: 293 components: - type: MetaData - name: staff room airlock + name: 'APC: Salami-Salami' - type: Transform - pos: -1.5,-0.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] - - uid: 187 + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 140 components: - type: Transform - pos: -3.5,0.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] - - type: Painted - dryTime: 0 -- proto: AirSensor + rot: -1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 1 +- proto: Bed entities: - - uid: 123 + - uid: 79 components: - type: Transform - pos: 7.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 292 -- proto: APCBasic + pos: 6.5,4.5 + parent: 1 +- proto: BedsheetSpawner entities: - - uid: 52 + - uid: 55 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 2 - - type: Battery - lastCharge: 50000 - - type: AccessReader - accessListsOriginal: - - - Engineering - - type: Fixtures - fixtures: {} - - uid: 148 + pos: 6.5,4.5 + parent: 1 +- proto: BlastDoorOpen + entities: + - uid: 123 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 - parent: 2 - - type: Battery - lastCharge: 50000 - - type: Fixtures - fixtures: {} - - uid: 458 + pos: -4.5,-0.5 + parent: 1 + - uid: 243 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,1.5 - parent: 2 - - type: Fixtures - fixtures: {} -- proto: AtmosDeviceFanDirectional + pos: -4.5,1.5 + parent: 1 +- proto: BoxFolderClipboard entities: - - uid: 122 + - uid: 267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-2.5 - parent: 2 -- proto: AtmosFixBlockerMarker + pos: 0.3074839,8.600278 + parent: 1 +- proto: Bucket entities: - - uid: 471 + - uid: 468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-3.5 - parent: 2 - - uid: 472 + pos: 5.819972,-3.120901 + parent: 1 +- proto: ButchCleaver + entities: + - uid: 208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-3.5 - parent: 2 - - uid: 473 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ButtonFrameCaution + entities: + - uid: 274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 - parent: 2 - - uid: 474 + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,4.5 - parent: 2 - - uid: 475 + pos: 0.5,2.5 + parent: 1 + - uid: 310 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,4.5 - parent: 2 - - uid: 476 + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 78 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,4.5 - parent: 2 - - uid: 477 + pos: 5.5,-0.5 + parent: 1 + - uid: 85 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 - parent: 2 - - uid: 478 + pos: 2.5,-3.5 + parent: 1 + - uid: 86 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 2 -- proto: BaseWallClosetDeltaV - entities: - - uid: 384 + pos: 1.5,-5.5 + parent: 1 + - uid: 91 components: - - type: MetaData - name: extraction assitance tools - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - Oxygen: 1.7459903 - Nitrogen: 6.568249 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 385 - - 386 - - 387 - - 388 - - 389 - - 390 - - 391 - - 392 - - 393 - - 394 - - 395 - - type: Fixtures - fixtures: {} - - uid: 413 + pos: 1.5,-4.5 + parent: 1 + - uid: 92 components: - - type: MetaData - name: extraction assitance tools - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,3.5 - parent: 2 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - Oxygen: 1.7459903 - Nitrogen: 6.568249 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 414 - - 415 - - 416 - - 417 - - 418 - - 419 - - 420 - - 421 - - 422 - - 423 - - 424 - - type: Fixtures - fixtures: {} -- proto: BenchSofaCorpCorner - entities: - - uid: 35 + pos: 5.5,-3.5 + parent: 1 + - uid: 93 components: - type: Transform - pos: 4.5,4.5 - parent: 2 -- proto: BenchSofaCorpLeftDV - entities: - - uid: 36 + pos: 4.5,-3.5 + parent: 1 + - uid: 107 components: - type: Transform - pos: 3.5,4.5 - parent: 2 -- proto: BenchSofaCorpMiddle - entities: - - uid: 37 + pos: 3.5,-3.5 + parent: 1 + - uid: 121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,3.5 - parent: 2 - - uid: 38 + pos: 5.5,0.5 + parent: 1 + - uid: 144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,2.5 - parent: 2 -- proto: BenchSofaCorpRightDV - entities: - - uid: 179 + pos: 5.5,1.5 + parent: 1 + - uid: 146 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,1.5 - parent: 2 -- proto: BookAILawCompendium - entities: - - uid: 401 + pos: 5.5,2.5 + parent: 1 + - uid: 147 components: - type: Transform - pos: -1.5533879,4.7182007 - parent: 2 - - uid: 405 + pos: 5.5,3.5 + parent: 1 + - uid: 148 components: - type: Transform - pos: 1.6833951,4.7866874 - parent: 2 -- proto: BookBase - entities: - - uid: 397 - components: - - type: MetaData - name: suggestive serial - - type: Transform - pos: -1.8973935,4.5210624 - parent: 2 - - type: Paper - content: >- - *The inside of this magazine is filled with suggestive stories and illustrations meant to tease and titillate the reader. - - - A number of ads appear throughout. One shows a lithe cat being with caramel coloured fur posing provacatively on their knees. The high angle of the shot focuses on the model's mouth, which hangs open expectantly. Text enticing the reader to tune in to a show frames the ad in a bubbly font.* - - uid: 403 - components: - - type: MetaData - name: suggestive serial - - type: Transform - pos: 1.2768428,4.5991874 - parent: 2 - - type: Paper - content: >- - *The inside of this magazine is filled with suggestive stories and illustrations meant to tease and titillate the reader. - - - A number of ads appear throughout. One shows a lithe cat being with caramel coloured fur posing provacatively on their knees. The high angle of the shot focuses on the model's mouth, which hangs open expectantly. The text "Dipper's Delights" frames the ad in a bubbly font.* -- proto: BookTheBookOfControl - entities: - - uid: 400 + pos: 1.5,1.5 + parent: 1 + - uid: 149 components: - type: Transform - pos: 1.8642774,4.5105553 - parent: 2 - - uid: 407 + pos: 1.5,2.5 + parent: 1 + - uid: 150 components: - type: Transform - pos: -1.2943234,4.4949303 - parent: 2 -- proto: BookWatched - entities: - - uid: 383 + pos: 1.5,3.5 + parent: 1 + - uid: 151 components: - type: Transform - pos: 1.3169951,4.8699303 - parent: 2 - - uid: 402 + pos: 1.5,4.5 + parent: 1 + - uid: 152 components: - type: Transform - pos: -1.9041514,4.8230553 - parent: 2 -- proto: BoxCardboard - entities: - - uid: 334 + pos: 1.5,5.5 + parent: 1 + - uid: 153 components: - - type: MetaData - name: saline box - - type: Transform - parent: 308 - - type: Storage - storedItems: - 335: - position: 0,0 - _rotation: South - 336: - position: 1,0 - _rotation: South - 337: - position: 2,0 - _rotation: South - 338: - position: 0,1 - _rotation: South - 339: - position: 1,1 - _rotation: South - 340: - position: 2,1 - _rotation: South - 341: - position: 0,2 - _rotation: South - 342: - position: 1,2 - _rotation: South - 343: - position: 2,2 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 335 - - 336 - - 337 - - 338 - - 339 - - 340 - - 341 - - 342 - - 343 - - type: Physics - canCollide: False - - type: Label - - type: InsideEntityStorage -- proto: BoxFolderClipboardThreePapers - entities: - - uid: 459 + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 154 components: - type: Transform - pos: -2.7168617,-3.6630688 - parent: 2 - - uid: 460 + pos: 1.5,6.5 + parent: 1 + - uid: 155 components: - type: Transform - pos: -2.1695795,-3.6786938 - parent: 2 -- proto: BoxNitrileGloves - entities: - - uid: 311 + pos: 2.5,4.5 + parent: 1 + - uid: 156 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 432 + pos: 3.5,4.5 + parent: 1 + - uid: 157 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 461 + pos: 4.5,4.5 + parent: 1 + - uid: 158 components: - type: Transform - pos: -2.840506,4.802996 - parent: 2 - - uid: 462 + pos: 5.5,4.5 + parent: 1 + - uid: 162 components: - type: Transform - pos: 0.2555474,4.756121 - parent: 2 -- proto: BoxSterileMask - entities: - - uid: 333 + pos: -2.5,1.5 + parent: 1 + - uid: 163 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 427 + pos: 1.5,0.5 + parent: 1 + - uid: 164 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CableApcExtension - entities: - - uid: 119 + pos: 1.5,-0.5 + parent: 1 + - uid: 165 components: - type: Transform - pos: -1.5,-0.5 - parent: 2 - - uid: 120 + pos: 1.5,-1.5 + parent: 1 + - uid: 166 components: - type: Transform - pos: -1.5,0.5 - parent: 2 - - uid: 121 + pos: 1.5,-2.5 + parent: 1 + - uid: 167 components: - type: Transform - pos: -1.5,1.5 - parent: 2 - - uid: 125 + pos: 1.5,-3.5 + parent: 1 + - uid: 172 components: - type: Transform - pos: 0.5,-1.5 - parent: 2 - - uid: 126 + pos: 0.5,-2.5 + parent: 1 + - uid: 173 components: - type: Transform - pos: 0.5,-0.5 - parent: 2 - - uid: 127 + pos: -0.5,-2.5 + parent: 1 + - uid: 174 components: - type: Transform - pos: 0.5,0.5 - parent: 2 - - uid: 128 + pos: -1.5,-2.5 + parent: 1 + - uid: 175 components: - type: Transform - pos: 0.5,1.5 - parent: 2 - - uid: 129 + pos: -2.5,-2.5 + parent: 1 + - uid: 177 components: - type: Transform - pos: 0.5,2.5 - parent: 2 - - uid: 130 + pos: 6.5,4.5 + parent: 1 + - uid: 178 components: - type: Transform - pos: -1.5,2.5 - parent: 2 - - uid: 131 + pos: -3.5,1.5 + parent: 1 + - uid: 179 components: - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 132 + pos: 0.5,4.5 + parent: 1 + - uid: 180 components: - type: Transform - pos: 5.5,-0.5 - parent: 2 - - uid: 133 + pos: -0.5,4.5 + parent: 1 + - uid: 181 components: - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 134 + pos: 1.5,8.5 + parent: 1 + - uid: 182 components: - type: Transform - pos: 6.5,-0.5 - parent: 2 - - uid: 135 + pos: -3.5,-2.5 + parent: 1 + - uid: 299 components: - type: Transform - pos: 4.5,-0.5 - parent: 2 - - uid: 136 + pos: 6.5,-3.5 + parent: 1 + - uid: 367 components: - type: Transform - pos: 3.5,-0.5 - parent: 2 - - uid: 137 + pos: -1.5,1.5 + parent: 1 + - uid: 370 components: - type: Transform - pos: 3.5,0.5 - parent: 2 - - uid: 138 + pos: 0.5,1.5 + parent: 1 + - uid: 371 components: - type: Transform - pos: 3.5,1.5 - parent: 2 - - uid: 139 + pos: 2.5,-1.5 + parent: 1 + - uid: 372 components: - type: Transform - pos: 3.5,2.5 - parent: 2 - - uid: 140 + pos: -0.5,1.5 + parent: 1 + - uid: 373 components: - type: Transform - pos: 3.5,3.5 - parent: 2 - - uid: 141 + pos: 3.5,-1.5 + parent: 1 +- proto: CableHV + entities: + - uid: 112 components: - type: Transform - pos: 0.5,3.5 - parent: 2 - - uid: 142 + pos: 6.5,-0.5 + parent: 1 + - uid: 117 components: - type: Transform - pos: -1.5,3.5 - parent: 2 - - uid: 145 + pos: 5.5,-0.5 + parent: 1 + - uid: 122 components: - type: Transform - pos: 3.5,-1.5 - parent: 2 - - uid: 146 + pos: 6.5,0.5 + parent: 1 + - uid: 138 components: - type: Transform - pos: 3.5,-2.5 - parent: 2 - - uid: 153 + pos: 5.5,-1.5 + parent: 1 + - uid: 143 components: - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 154 + pos: 6.5,1.5 + parent: 1 + - uid: 429 components: - type: Transform - pos: -1.5,-1.5 - parent: 2 - - uid: 155 + pos: 6.5,2.5 + parent: 1 +- proto: CableMV + entities: + - uid: 57 components: - type: Transform - pos: -1.5,-2.5 - parent: 2 - - uid: 156 + pos: 1.5,3.5 + parent: 1 + - uid: 137 components: - type: Transform - pos: 0.5,-2.5 - parent: 2 - - uid: 251 + pos: 1.5,2.5 + parent: 1 + - uid: 139 components: - type: Transform - pos: 7.5,-2.5 - parent: 2 - - uid: 252 + pos: 5.5,1.5 + parent: 1 + - uid: 141 components: - type: Transform - pos: 6.5,-2.5 - parent: 2 - - uid: 285 + pos: 1.5,0.5 + parent: 1 + - uid: 142 components: - type: Transform - pos: -5.5,1.5 - parent: 2 - - uid: 286 + pos: 1.5,1.5 + parent: 1 + - uid: 145 components: - type: Transform - pos: -5.5,2.5 - parent: 2 - - uid: 287 + pos: 1.5,4.5 + parent: 1 + - uid: 324 components: - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 288 + pos: 2.5,-1.5 + parent: 1 + - uid: 325 components: - type: Transform - pos: -5.5,0.5 - parent: 2 - - uid: 289 + pos: 5.5,2.5 + parent: 1 + - uid: 326 components: - type: Transform - pos: -5.5,-0.5 - parent: 2 - - uid: 290 + pos: 2.5,4.5 + parent: 1 + - uid: 329 components: - type: Transform - pos: -5.5,-1.5 - parent: 2 - - uid: 291 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 2 - - uid: 464 + pos: 1.5,-0.5 + parent: 1 + - uid: 330 components: - type: Transform - pos: -3.5,1.5 - parent: 2 - - uid: 465 + pos: 3.5,-1.5 + parent: 1 + - uid: 331 components: - type: Transform - pos: -4.5,1.5 - parent: 2 -- proto: CableHV - entities: - - uid: 39 + pos: 5.5,3.5 + parent: 1 + - uid: 333 components: - type: Transform - pos: -5.5,1.5 - parent: 2 - - uid: 112 + pos: 5.5,4.5 + parent: 1 + - uid: 334 components: - type: Transform - pos: -5.5,-2.5 - parent: 2 - - uid: 115 + pos: 4.5,4.5 + parent: 1 + - uid: 335 components: - type: Transform - pos: -5.5,-1.5 - parent: 2 - - uid: 117 + pos: 3.5,4.5 + parent: 1 + - uid: 346 components: - type: Transform - pos: -4.5,-1.5 - parent: 2 - - uid: 282 + pos: 1.5,-1.5 + parent: 1 + - uid: 420 components: - type: Transform - pos: -4.5,-0.5 - parent: 2 - - uid: 284 + pos: 5.5,0.5 + parent: 1 + - uid: 421 components: - type: Transform - pos: -4.5,1.5 - parent: 2 - - uid: 293 + pos: 5.5,-0.5 + parent: 1 + - uid: 422 components: - type: Transform - pos: -4.5,0.5 - parent: 2 -- proto: CableMV + pos: 5.5,-1.5 + parent: 1 +- proto: CableTerminal entities: - - uid: 40 - components: - - type: Transform - pos: -4.5,1.5 - parent: 2 - - uid: 93 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 2 - - uid: 102 + - uid: 131 components: - type: Transform - pos: -5.5,-2.5 - parent: 2 - - uid: 103 + pos: 6.5,0.5 + parent: 1 +- proto: CarrotSeeds + entities: + - uid: 321 components: - type: Transform - pos: -1.5,0.5 - parent: 2 - - uid: 105 + pos: 5.0001383,-2.2047737 + parent: 1 +- proto: Chair + entities: + - uid: 236 components: - type: Transform - pos: 2.5,-1.5 - parent: 2 - - uid: 106 + pos: -0.5,5.5 + parent: 1 + - uid: 237 components: - type: Transform - pos: 4.5,-1.5 - parent: 2 - - uid: 107 + pos: 0.5,5.5 + parent: 1 + - uid: 238 components: - type: Transform - pos: -5.5,-1.5 - parent: 2 - - uid: 108 + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 183 components: - type: Transform - pos: -5.5,-0.5 - parent: 2 - - uid: 109 + rot: 3.141592653589793 rad + pos: 2.5,7.5 + parent: 1 + - uid: 233 components: - type: Transform - pos: -4.5,0.5 - parent: 2 - - uid: 110 + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 1 +- proto: ChairWood + entities: + - uid: 34 components: - type: Transform - pos: -3.5,0.5 - parent: 2 - - uid: 111 + pos: -3.5746822,-2.4607635 + parent: 1 +- proto: ChopSticks + entities: + - uid: 452 components: - type: Transform - pos: -0.5,0.5 - parent: 2 - - uid: 116 + pos: -0.2532022,4.652918 + parent: 1 +- proto: ClosetSteelBase + entities: + - uid: 245 components: - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 118 + pos: 2.5,3.5 + parent: 1 + - 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: + - 478 + - 477 + - 476 + - 475 + - 474 + - 473 + - 472 + - 246 + - 249 + - 247 + - 248 + - 250 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 353 components: - type: Transform - pos: -5.5,0.5 - parent: 2 - - uid: 144 + pos: 4.5,3.5 + parent: 1 + - 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: + - 363 + - 354 + - 356 + - 357 + - 358 + - 359 + - 360 + - 361 + - 362 + - 355 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: ClothingHeadHatCasa + entities: + - uid: 355 components: - type: Transform - pos: -2.5,0.5 - parent: 2 - - uid: 149 + parent: 353 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 356 components: - type: Transform - pos: 0.5,-1.5 - parent: 2 - - uid: 150 + parent: 353 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadHelmetEVALarge + entities: + - uid: 474 components: - type: Transform - pos: 1.5,-1.5 - parent: 2 - - uid: 151 + parent: 245 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 475 components: - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 152 + parent: 245 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskBreath + entities: + - uid: 250 components: - type: Transform - pos: 0.5,-0.5 - parent: 2 - - uid: 283 + parent: 245 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 478 components: - type: Transform - pos: -3.5,1.5 - parent: 2 -- proto: CableTerminal + parent: 245 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterDameDane entities: - - uid: 114 + - uid: 354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 2 -- proto: ChairPilotSeat + parent: 353 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterDogi entities: - - uid: 455 + - uid: 361 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-0.5 - parent: 2 -- proto: ChemistryBottleSaline + parent: 353 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterHardsuitEVA entities: - - uid: 335 + - uid: 246 components: - type: Transform - parent: 334 + parent: 245 - type: Physics canCollide: False - - uid: 336 + - type: InsideEntityStorage + - uid: 249 components: - type: Transform - parent: 334 + parent: 245 - type: Physics canCollide: False - - uid: 337 + - type: InsideEntityStorage +- proto: ClothingShoesDameDane + entities: + - uid: 359 components: - type: Transform - parent: 334 + parent: 353 - type: Physics canCollide: False - - uid: 338 + - type: InsideEntityStorage +- proto: ClothingShoesGeta + entities: + - uid: 357 components: - type: Transform - parent: 334 + parent: 353 - type: Physics canCollide: False - - uid: 339 + - type: InsideEntityStorage + - uid: 358 components: - type: Transform - parent: 334 + parent: 353 - type: Physics canCollide: False - - uid: 340 + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitDameDane + entities: + - uid: 360 components: - type: Transform - parent: 334 + parent: 353 - type: Physics canCollide: False - - uid: 341 + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitKimono + entities: + - uid: 362 components: - type: Transform - parent: 334 + parent: 353 - type: Physics canCollide: False - - uid: 342 + - type: InsideEntityStorage + - uid: 363 components: - type: Transform - parent: 334 + parent: 353 - type: Physics canCollide: False - - uid: 343 + - type: InsideEntityStorage +- proto: ComputerShuttle + entities: + - uid: 184 components: - type: Transform - parent: 334 - - type: Physics - canCollide: False -- proto: ClosetWallEmergencyFilledRandom + pos: 2.5,8.5 + parent: 1 +- proto: CrateFreezer entities: - - uid: 457 + - uid: 188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 2 + pos: 6.5,-3.5 + parent: 1 - type: EntityStorage air: volume: 200 immutable: False temperature: 293.14673 moles: - Oxygen: 1.7459903 - Nitrogen: 6.568249 - - type: Fixtures - fixtures: {} -- proto: ClosetWallEmergencyN2FilledRandom - entities: - - uid: 456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 2 - - type: Fixtures - fixtures: {} -- proto: ComputerShuttle + - 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: + - 446 + - 451 + - 449 + - 450 + - 447 + - 448 + - 209 + - 208 + - 190 + - 191 + - 193 + - 194 + - 195 + - 196 + - 198 + - 199 + - 200 + - 201 + - 202 + - 203 + - 204 + - 205 + - 206 + - 207 + - 189 + - 210 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CratePlastic entities: - - uid: 34 + - uid: 192 components: + - type: MetaData + name: Kitchen Tools - type: Transform - pos: 6.5,0.5 - parent: 2 -- proto: DefibrillatorCompact - entities: - - uid: 347 - components: - - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: DisposalBend + pos: 2.5,-2.5 + parent: 1 + - 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: + - 441 + - 445 + - 278 + - 311 + - 322 + - 430 + - 431 + - 432 + - 433 + - 434 + - 435 + - 436 + - 437 + - 438 + - 439 + - 440 + - 197 + - 444 + - 442 + - 443 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CurtainsBlack entities: - - uid: 259 + - uid: 289 components: - type: Transform - pos: 1.5,0.5 - parent: 2 - - uid: 260 + pos: 3.5,-3.5 + parent: 1 +- proto: CurtainSpawner + entities: + - uid: 304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 2 -- proto: DisposalPipe + pos: 3.5,4.5 + parent: 1 +- proto: DecalSpawnerDirtWide entities: - - uid: 261 + - uid: 482 components: - type: Transform - pos: -4.5,-0.5 - parent: 2 - - uid: 262 + pos: 5.5,-3.5 + parent: 1 + - uid: 483 components: - type: Transform - pos: -4.5,-1.5 - parent: 2 - - uid: 263 + pos: -2.5,-2.5 + parent: 1 + - uid: 484 components: - type: Transform - pos: -4.5,-2.5 - parent: 2 - - uid: 264 + pos: 1.5,4.5 + parent: 1 + - uid: 485 components: - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 265 + pos: -2.5,0.5 + parent: 1 + - uid: 486 components: - type: Transform - pos: 1.5,-1.5 - parent: 2 - - uid: 266 + pos: 5.5,4.5 + parent: 1 + - uid: 487 components: - type: Transform - pos: 1.5,-2.5 - parent: 2 - - uid: 267 + pos: 1.5,-1.5 + parent: 1 +- proto: DeskBell + entities: + - uid: 272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 2 - - uid: 268 + pos: -0.6808342,-0.2689966 + parent: 1 +- proto: DrinkCanPack + entities: + - uid: 348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 2 - - uid: 269 + pos: 6.562893,3.6600256 + parent: 1 +- proto: DrinkGlass + entities: + - uid: 311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,0.5 - parent: 2 - - uid: 270 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 414 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,0.5 - parent: 2 - - uid: 271 + pos: 1.2572548,-5.3481603 + parent: 1 + - uid: 416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,0.5 - parent: 2 -- proto: DisposalTrunk - entities: - - uid: 257 + pos: 1.1322548,-5.2231603 + parent: 1 + - uid: 417 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 - parent: 2 - - uid: 258 + pos: 1.3510048,-5.1762853 + parent: 1 + - uid: 418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-3.5 - parent: 2 -- proto: DisposalUnit - entities: - - uid: 256 + pos: 1.1635048,-5.1674604 + parent: 1 + - uid: 436 components: - type: Transform - pos: 1.5,-3.5 - parent: 2 -- proto: DVSmartFridgeMedical - entities: - - uid: 162 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 437 components: - - type: MetaData - name: Sample Fridge - type: Transform - pos: 0.5,-3.5 - parent: 2 - - type: AccessReader - accessListsOriginal: - - - Medical -- proto: Firelock - entities: - - uid: 300 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 438 components: - type: Transform - pos: 0.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 481 - - 294 - - uid: 301 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 439 components: - type: Transform - pos: -1.5,1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 303 - - 294 - - uid: 302 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 440 components: - type: Transform - pos: -1.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 482 - - 294 - - uid: 483 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkShaker + entities: + - uid: 441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 463 - - 294 -- proto: FirelockGlass + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkSoyMilkCarton entities: - - uid: 46 + - uid: 309 components: - type: Transform - pos: 5.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 292 - - 294 - - uid: 47 + pos: 2.079063,-5.18016 + parent: 1 + - uid: 313 components: - type: Transform - pos: 5.5,-2.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 292 - - 294 -- proto: GasMixerEnabled + pos: 1.9743761,-5.389292 + parent: 1 +- proto: EggySeeds entities: - - uid: 350 + - uid: 319 components: - type: Transform - pos: -4.5,1.5 - parent: 2 - - type: GasMixer - inletTwoConcentration: 0.78 - inletOneConcentration: 0.22 - targetPressure: 101.325 -- proto: GasOutletInjectorAlt2 + pos: 5.5938883,-2.5172737 + parent: 1 +- proto: Flare entities: - - uid: 444 + - uid: 345 components: - type: Transform - pos: -4.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeBend + pos: 5.0554743,1.0604668 + parent: 1 +- proto: FloorDrain entities: - - uid: 192 + - uid: 409 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 198 + pos: 2.5,-3.5 + parent: 1 + - type: Fixtures + fixtures: {} +- proto: FolderSpawner + entities: + - uid: 268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 199 + pos: 0.545696,8.641137 + parent: 1 + - uid: 269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPipeBendAlt2 + pos: 0.655071,8.516137 + parent: 1 +- proto: FoodBowlBig entities: - - uid: 200 + - uid: 203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 206 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 207 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 433 components: - type: Transform - pos: -1.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 214 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 434 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 247 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 248 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 254 + pos: -0.53940296,-1.5584011 + parent: 1 +- proto: FoodBreadTofu + entities: + - uid: 314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeFourway + pos: -0.52610993,-2.4376705 + parent: 1 +- proto: FoodButter entities: - - uid: 234 + - uid: 210 components: - type: Transform - pos: -1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPipeFourwayAlt2 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodCondimentBottleEnzyme entities: - - uid: 235 + - uid: 466 components: - type: Transform - pos: -1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeStraight + pos: 2.2145581,-5.2579994 + parent: 1 +- proto: FoodCondimentBottleHotsauce entities: - - uid: 202 + - uid: 366 components: - type: Transform - pos: 4.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 203 + pos: -0.52442646,-3.3057318 + parent: 1 +- proto: FoodCondimentPacketSoy + entities: + - uid: 6 components: - type: Transform - pos: 4.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 211 + pos: -3.0590591,2.66359 + parent: 1 + - uid: 307 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 216 + pos: -3.3246841,2.772965 + parent: 1 + - uid: 308 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 218 + pos: -3.2465591,2.63234 + parent: 1 +- proto: FoodContainerEgg + entities: + - uid: 327 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 219 + pos: 1.3914013,-5.320435 + parent: 1 +- proto: FoodKebabSkewer + entities: + - uid: 442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 220 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 221 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 444 components: - type: Transform - pos: -1.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 222 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 463 components: - type: Transform - pos: -1.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 225 + pos: 2.4608612,0.19739783 + parent: 1 + - uid: 464 components: - type: Transform - pos: 0.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 226 + pos: 2.5233612,0.07239783 + parent: 1 + - uid: 465 components: - type: Transform - pos: -1.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 227 + pos: 2.5546112,0.16614783 + parent: 1 +- proto: FoodMealSashimi + entities: + - uid: 276 components: - type: Transform - pos: -1.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 228 + pos: 2.596079,0.44339633 + parent: 1 + - uid: 280 components: - type: Transform - pos: -1.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 232 + pos: 2.517954,0.80277133 + parent: 1 +- proto: FoodMeat + entities: + - uid: 193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 233 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 238 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 239 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 240 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 241 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 242 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatBear + entities: + - uid: 195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPipeStraightAlt2 - entities: - - uid: 48 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 190 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatBearCooked + entities: + - uid: 198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 191 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatClown + entities: + - uid: 206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 194 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatDragon + entities: + - uid: 218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 195 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatFish + entities: + - uid: 30 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 196 + pos: 2.611704,-0.08785367 + parent: 1 + - uid: 168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 201 + pos: 2.361704,-0.29097867 + parent: 1 +- proto: FoodMeatGoliath + entities: + - uid: 200 components: - type: Transform - pos: 3.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 205 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 201 components: - type: Transform - pos: 3.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 208 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatHuman + entities: + - uid: 199 components: - type: Transform - pos: -1.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 209 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatLizard + entities: + - uid: 207 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 212 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatPlant + entities: + - uid: 194 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 213 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatRat + entities: + - uid: 190 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 215 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatRouny + entities: + - uid: 196 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 217 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 223 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatSnake + entities: + - uid: 191 components: - type: Transform - pos: 0.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 224 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 209 components: - type: Transform - pos: 0.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 229 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatSpider + entities: + - uid: 189 components: - type: Transform - pos: -1.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 230 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodNoodlesButter + entities: + - uid: 223 components: - type: Transform - pos: -2.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 231 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 244 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodNoodlesMeatball + entities: + - uid: 225 components: - type: Transform - pos: -5.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 245 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodPlateMuffinTin + entities: + - uid: 431 components: - type: Transform - pos: -5.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 246 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 432 components: - type: Transform - pos: -5.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 250 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeTJunction + pos: 0.38519073,-5.120285 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: 0.49456573,-5.245285 + parent: 1 +- proto: FoodPlateTin entities: - - uid: 204 + - uid: 197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 210 + parent: 192 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 462 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 236 + pos: 0.6351907,-5.151535 + parent: 1 +- proto: FoodRiceBoiled + entities: + - uid: 228 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 297 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 229 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPipeTJunctionAlt2 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 230 + components: + - type: Transform + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 317 + components: + - type: Transform + pos: 2.5383549,1.1794188 + parent: 1 +- proto: FoodRiceEgg entities: - - uid: 178 + - uid: 226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 197 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 227 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 237 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 306 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 243 + pos: -0.5061562,4.556046 + parent: 1 +- proto: FoodRiceGumbo + entities: + - uid: 219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPort + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodRicePork entities: - - uid: 176 + - uid: 221 components: - type: Transform - pos: -5.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 177 + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 222 components: - type: Transform - pos: -4.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasVentPump + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 315 + components: + - type: Transform + pos: -3.533286,-3.3595455 + parent: 1 +- proto: FoodRicePudding entities: - - uid: 49 + - uid: 220 + components: + - type: Transform + parent: 217 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodShakerPepper + entities: + - uid: 255 + components: + - type: Transform + pos: -0.40587687,-3.4677377 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -3.609002,2.5322623 + parent: 1 +- proto: FoodShakerSalt + entities: + - uid: 262 + components: + - type: Transform + pos: -0.6558769,-3.4052377 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -3.734002,2.7353873 + parent: 1 +- proto: FoodTofu + entities: + - uid: 312 + components: + - type: Transform + pos: 2.5676293,-0.39994144 + parent: 1 +- proto: GasPassiveVent + entities: + - uid: 412 components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 292 + pos: 4.5,-5.5 + parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 51 + color: '#FF1212FF' +- proto: GasPipeBend + entities: + - uid: 132 components: - type: Transform - pos: 4.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 294 + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 184 + color: '#0335FCFF' + - uid: 369 components: - type: Transform + rot: 1.5707963267948966 rad pos: 1.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 481 + parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 185 + color: '#0335FCFF' + - uid: 374 components: - type: Transform - pos: -1.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 303 + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 186 + color: '#0335FCFF' + - uid: 393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 482 + pos: 2.5,5.5 + parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 188 + color: '#FF1212FF' + - uid: 394 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,-3.5 - parent: 2 + pos: 2.5,-5.5 + parent: 1 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 273 + color: '#FF1212FF' +- proto: GasPipeStraight + entities: + - uid: 351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 463 + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 - type: AtmosPipeColor color: '#0335FCFF' -- proto: GasVentScrubberAlt2 - entities: - - uid: 50 + - uid: 378 components: - type: Transform - pos: 3.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 294 + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 180 + color: '#0335FCFF' + - uid: 379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-1.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 463 + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 181 + color: '#0335FCFF' + - uid: 380 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 482 + pos: 1.5,0.5 + parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 182 + color: '#0335FCFF' + - uid: 381 components: - type: Transform - pos: -2.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 303 + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 183 + color: '#0335FCFF' + - uid: 382 components: - type: Transform - pos: 0.5,4.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 481 + rot: 3.141592653589793 rad + pos: 1.5,-2.5 + parent: 1 - type: AtmosPipeColor - color: '#990000FF' - - uid: 255 + color: '#0335FCFF' + - uid: 383 components: - type: Transform - pos: 6.5,0.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 292 + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 1 - type: AtmosPipeColor - color: '#990000FF' -- proto: GasVentScrubberFreezerAlt2 - entities: - - uid: 189 + color: '#0335FCFF' + - uid: 384 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,-3.5 - parent: 2 + pos: 1.5,-0.5 + parent: 1 - type: AtmosPipeColor - color: '#990000FF' -- proto: Gauze - entities: - - uid: 307 - components: - - type: Transform - pos: 0.44420195,-2.273004 - parent: 2 - - uid: 345 - components: - - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: GeneratorBasic15kW - entities: - - uid: 298 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 2 - - uid: 466 - components: - - type: Transform - pos: -5.5,1.5 - parent: 2 -- proto: GravityGeneratorMini - entities: - - uid: 74 - components: - - type: Transform - pos: -5.5,0.5 - parent: 2 -- proto: Grille - entities: - - uid: 3 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 2 - - uid: 4 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 2 - - uid: 5 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 2 - - uid: 6 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 2 - - uid: 7 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 2 - - uid: 8 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 9 - components: - - type: Transform - pos: 7.5,0.5 - parent: 2 - - uid: 10 - components: - - type: Transform - pos: 7.5,1.5 - parent: 2 - - uid: 11 - components: - - type: Transform - pos: 6.5,1.5 - parent: 2 - - uid: 157 + color: '#0335FCFF' + - uid: 385 components: - type: Transform - pos: 6.5,-3.5 - parent: 2 - - uid: 165 + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 386 components: - type: Transform - pos: 3.5,5.5 - parent: 2 - - uid: 166 + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 387 components: - type: Transform - pos: 4.5,5.5 - parent: 2 - - uid: 167 + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 388 components: - type: Transform - pos: 5.5,4.5 - parent: 2 - - uid: 168 + rot: 1.5707963267948966 rad + pos: 4.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 389 components: - type: Transform pos: 5.5,3.5 - parent: 2 - - uid: 169 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 390 components: - type: Transform pos: 5.5,2.5 - parent: 2 - - uid: 170 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 395 components: - type: Transform - pos: 5.5,1.5 - parent: 2 -- proto: Gyroscope - entities: - - uid: 69 + pos: 2.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 397 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,-0.5 - parent: 2 -- proto: HandLabeler - entities: - - uid: 348 - components: - - type: Transform - pos: -2.2698214,-3.6406221 - parent: 2 - - uid: 349 + pos: 2.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 398 components: - type: Transform - pos: -2.7701938,-3.7031221 - parent: 2 -- proto: JetInjector - entities: - - uid: 410 + rot: 3.141592653589793 rad + pos: 2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 400 components: - type: Transform - pos: -2.097819,-3.3124971 - parent: 2 - - uid: 411 + rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 401 components: - type: Transform - pos: -2.579469,-3.3750887 - parent: 2 -- proto: LargeBeaker - entities: - - uid: 309 + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 402 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 310 + rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 403 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 312 + rot: 3.141592653589793 rad + pos: 2.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 405 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 313 + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 406 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 314 + rot: 1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 407 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 315 + rot: 1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 408 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 316 + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 410 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 317 + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 411 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 318 + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 428 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 319 + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeTJunction + entities: + - uid: 18 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 320 + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 350 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 321 + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 375 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 322 + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 396 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 323 + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 404 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 324 + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPort + entities: + - uid: 118 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 325 + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 252 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 326 + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 +- proto: GasPressurePump + entities: + - uid: 113 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 327 + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentPump + entities: + - uid: 352 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 328 + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 336 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 364 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 329 + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 336 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 376 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 330 + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 336 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 377 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 331 + rot: 1.5707963267948966 rad + pos: 1.5,5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 336 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 391 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 332 + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 336 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 427 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 344 + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 336 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GeneratorBasic15kW + entities: + - uid: 423 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 346 + pos: 6.5,1.5 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 392 components: - type: Transform - parent: 308 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 382 + pos: 6.5,2.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 42 components: - type: Transform - pos: -2.277587,4.865496 - parent: 2 - - uid: 399 + pos: 4.5,1.5 + parent: 1 +- proto: Grille + entities: + - uid: 41 components: - type: Transform - pos: -2.5277734,4.615496 - parent: 2 - - uid: 406 + pos: 7.5,3.5 + parent: 1 + - uid: 43 components: - type: Transform - pos: 0.5057334,4.615496 - parent: 2 - - uid: 408 + pos: 7.5,-3.5 + parent: 1 + - uid: 44 components: - type: Transform - pos: 0.86537635,4.834246 - parent: 2 - - uid: 433 + pos: 7.5,-2.5 + parent: 1 + - uid: 59 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 434 + pos: 3.5,7.5 + parent: 1 + - uid: 61 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 435 + pos: -0.5,7.5 + parent: 1 + - uid: 65 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 436 + pos: 0.5,9.5 + parent: 1 + - uid: 66 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 437 + pos: 2.5,9.5 + parent: 1 + - uid: 67 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 438 + pos: 1.5,9.5 + parent: 1 + - uid: 68 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 439 + pos: -0.5,8.5 + parent: 1 + - uid: 69 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 440 + pos: 3.5,8.5 + parent: 1 + - uid: 75 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 441 + pos: -3.5,-4.5 + parent: 1 + - uid: 76 components: - - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 443 + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 77 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdFleshlightGreen - entities: - - uid: 390 + pos: -1.5,-4.5 + parent: 1 + - uid: 108 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 423 + pos: 7.5,4.5 + parent: 1 + - uid: 126 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdFleshlightPink - entities: - - uid: 386 + pos: 2.5,-6.5 + parent: 1 + - uid: 127 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 417 + pos: 1.5,-6.5 + parent: 1 + - uid: 211 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdFleshlightRed + pos: 0.5,-6.5 + parent: 1 +- proto: GrilleDiagonal entities: - - uid: 389 + - uid: 413 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 422 + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 1 + - uid: 415 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdFleshlightTeal + pos: -0.5,9.5 + parent: 1 +- proto: Gyroscope entities: - - uid: 394 + - uid: 110 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 420 + pos: 6.5,0.5 + parent: 1 +- proto: HolopadLongRange + entities: + - uid: 479 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdFleshlightYellow + pos: 1.5,4.5 + parent: 1 + - type: Label + currentLabel: Salami-Salami +- proto: hydroponicsSoil entities: - - uid: 388 + - uid: 171 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 424 + pos: 5.5,-2.5 + parent: 1 + - uid: 185 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdVibeGreen - entities: - - uid: 391 + pos: 4.5,-2.5 + parent: 1 + - uid: 187 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 421 + pos: 6.5,-2.5 + parent: 1 +- proto: HydroponicsToolClippers + entities: + - uid: 287 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdVibePink + pos: 5.466004,-3.5307665 + parent: 1 +- proto: HydroponicsToolMiniHoe entities: - - uid: 387 + - uid: 104 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 415 + pos: 4.997254,-2.6557667 + parent: 1 +- proto: HydroponicsToolSpade + entities: + - uid: 294 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdVibeRed + pos: 4.4335594,-2.6451116 + parent: 1 +- proto: InflatableDoorStack1 entities: - - uid: 392 + - uid: 338 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 416 + pos: 5.9345875,-0.22078323 + parent: 1 +- proto: InflatableWallStack1 + entities: + - uid: 342 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdVibeTeal - entities: - - uid: 395 + pos: 5.9345875,-0.48640823 + parent: 1 + - uid: 344 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 418 + pos: 5.9970875,-0.34578323 + parent: 1 +- proto: IntercomTraffic + entities: + - uid: 266 components: - type: Transform - parent: 413 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LewdVibeYellow + rot: 3.141592653589793 rad + pos: 2.5,6.5 + parent: 1 +- proto: KitchenElectricGrill entities: - - uid: 385 + - uid: 119 components: - type: Transform - parent: 384 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 419 + pos: 0.5,-5.5 + parent: 1 +- proto: KitchenKnife + entities: + - uid: 278 components: - type: Transform - parent: 413 + parent: 192 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: LockerMedical - entities: - - uid: 308 + - uid: 368 components: - - type: MetaData - name: phlebotomy supplies - type: Transform - pos: 2.5,-3.5 - parent: 2 - - type: AccessReader - accessListsOriginal: - - - Medical - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - Oxygen: 1.7459903 - Nitrogen: 6.568249 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 311 - - 310 - - 309 - - 312 - - 313 - - 314 - - 315 - - 316 - - 317 - - 318 - - 319 - - 320 - - 321 - - 322 - - 323 - - 324 - - 325 - - 326 - - 327 - - 328 - - 329 - - 330 - - 331 - - 332 - - 333 - - 334 - - 344 - - 346 - - 347 - - 345 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerSteelIdLockable + pos: 0.0946908,4.5533895 + parent: 1 +- proto: KitchenMicrowave entities: - - uid: 274 + - uid: 292 components: - type: Transform - pos: -2.5,-1.5 - parent: 2 - - type: AccessReader - accessListsOriginal: [] - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1465 - moles: - Oxygen: 1.7459903 - Nitrogen: 6.568249 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 379 - - 371 - - 370 - - 369 - - 368 - - 367 - - 366 - - 365 - - 364 - - 363 - - 362 - - 361 - - 360 - - 359 - - 358 - - 357 - - 356 - - 355 - - 354 - - 353 - - 352 - - 351 - - 372 - - 373 - - 374 - - 375 - - 376 - - 377 - - 378 - - 380 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerWallMedical + pos: 2.5,1.5 + parent: 1 +- proto: KitchenReagentGrinder entities: - - uid: 425 + - uid: 256 components: - - type: MetaData - name: resupply locker - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-2.5 - parent: 2 - - type: AccessReader - accessListsOriginal: - - - Medical - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - Oxygen: 1.7459903 - Nitrogen: 6.568249 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 272 - - 442 - - 426 - - 427 - - 428 - - 429 - - 430 - - 431 - - 432 - - 433 - - 434 - - 435 - - 436 - - 437 - - 438 - - 439 - - 440 - - 441 - - 443 - - 281 - - type: Fixtures - fixtures: {} -- proto: N14ChairArmchair + pos: 2.5,-5.5 + parent: 1 +- proto: LargeBeaker entities: - - uid: 174 + - uid: 445 components: - type: Transform - anchored: True - rot: 1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 2 + parent: 192 - type: Physics - bodyType: Static -- proto: N14ChairOfficeErgonomic + canCollide: False + - type: InsideEntityStorage +- proto: LightBulb entities: - - uid: 396 - components: - - type: Transform - anchored: True - rot: 10.995574287564276 rad - pos: -1.5,3.5 - parent: 2 - - type: Physics - bodyType: Static - - uid: 409 + - uid: 305 components: - type: Transform - anchored: True - rot: -1.5707963267948966 rad - pos: 1.5,3.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: N14ChairStoolBarBlack - entities: - - uid: 398 + pos: 5.1377125,-0.48640823 + parent: 1 + - uid: 332 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: 0.5,3.5 - parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 404 + pos: 5.0283375,-0.20515823 + parent: 1 + - uid: 337 components: - type: Transform - anchored: False - rot: -1.5707963267948966 rad - pos: -2.5,3.5 - parent: 2 - - type: Physics - bodyType: Dynamic -- proto: NitrogenCanister + pos: 5.2939625,-0.26765823 + parent: 1 +- proto: LightTube entities: - - uid: 175 + - uid: 339 components: - type: Transform - anchored: True - pos: -5.5,2.5 - parent: 2 - - type: Physics - bodyType: Static -- proto: OxygenCanister - entities: - - uid: 173 + pos: 5.3408375,-0.61140823 + parent: 1 + - uid: 340 components: - - type: Transform - anchored: True - pos: -4.5,2.5 - parent: 2 - - type: AccessReader - accessListsOriginal: - - - Atmospherics - - - Engineering - - type: Physics - bodyType: Static -- proto: Paper + - type: Transform + pos: 5.1377125,-0.39265823 + parent: 1 +- proto: LockerFreezerBase entities: - - uid: 480 + - uid: 217 components: - - type: MetaData - name: Preflight Check - - type: Transform - pos: 6.480268,-0.5600879 - parent: 2 - - type: Paper - content: >- - [head=3]Before approaching a station:[/head] - - - Please take a moment to ensure that the frequently used doors have a fresh coat of paint. You are free to paint them however you like. - - - Suggested colours: - - - Self service room airlocks - Medical - - Engineering airlock - Engineering - - Cockpit airlock - Basic -- proto: PaperDyedPurple + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 218 + - 219 + - 220 + - 221 + - 222 + - 223 + - 224 + - 225 + - 226 + - 227 + - 228 + - 229 + - 230 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: MaterialSheetMeat entities: - - uid: 467 + - uid: 204 components: - type: Transform - pos: 0.7562344,-2.4637074 - parent: 2 - - type: Paper - stampState: paper_stamp-wizard - stampedBy: - - stampedColor: '#881BC1FF' - stampedName: HypnoTech Division of Medical Services - content: >2- - [head=2]HTDMS[/head] - [head=3]Biological Sample Collection[/head] - - [head=3]The Job[/head] - - You've been contracted to collect biological samples to provide to HypnoTech's client companies for research purposes. Chain of custody is important so you are only authorized to purchase samples collected on your own ship. You are not an employee of HypnoTech and are just contracted for the length of this job. - - - You may purchase up to 100 units of each type of sample from any one person. Please catalogue who the samples were from and store them in the provided fridge. If someone donates 100 units of their blood, they can also donate 100 units of their own milk. They can not donate 200 units of blood. - - - The suggested rate is 10 spesos per a unit of a sample, but you are free to arrange pricing depending on the situation. A maximum budget of $30k spesos has been placed in secure lock up in the staff room. Attempt to maximize the amount of samples you get for the spesos you've been provided. - - - You are only required to assist in the taking of blood samples. Assisting in the collection of any other kind is at your discretion. - - - [head=3]The Ship[/head] - - You have been provided an HTMS Sample Transport ship for use during the length of your contract for this job. There is an open area to be utilized for blood draws and enclosed rooms that allow patient privacy for the extraction of any other kind of sample. The staff room has your equipment, stock for refills, and changes of uniform. A secure lock up is provided for the funds for this job, do not lose these. Return of the ship in one piece is part of your contract. You may incentivize station crew to repair your ship with whatever means you have, including job funds. - - - [head=3]In Case of Questions[/head] - - If potential sellers ask why the samples are being collected let them know that it is for matters of research. These samples are being provided to various research focused companies and are not being utilized by HypnoTech directly. We are simply collecting and transporting these samples. - - - We take client confidentiality seriously so the exact nature of these studies and the names of client companies are not subject to disclosure. - - - Have fun and enjoy your temporary contract with HypnoTech! - - - - - - [head=2]HypnoTech[/head] - - [italic][head=3]Making work a dream![/head][/italic] - - uid: 468 + parent: 188 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: MetalFoamGrenade + entities: + - uid: 481 components: - type: Transform - pos: -2.3458548,-1.9259455 - parent: 2 - - type: Paper - stampState: paper_stamp-wizard - stampedBy: - - stampedColor: '#881BC1FF' - stampedName: HypnoTech Division of Medical Services - content: >2- - [head=2]HDMS[/head] - [head=3]Biological Sample Collection[/head] - - [head=3]The Job[/head] - - You've been contracted to collect biological samples to provide to HypnoTech's client companies for research purposes. Chain of custody is important so you are only authorized to purchase samples collected on your own ship. You are not an employee of HypnoTech and are just contracted for the length of this job. - - - You may purchase up to 100 units of each type of sample from any one person. Please catalogue who the samples were from and store them in the provided fridge. If someone donates 100 units of their blood, they can also donate 100 units of their own milk. They can not donate 200 units of blood. - - - The suggested rate is 10 spesos per a unit of a sample, but you are free to arrange pricing depending on the situation. A maximum budget of $30k spesos has been placed in secure lock up in the staff room. Attempt to maximize the amount of samples you get for the spesos you've been provided. - - - You are only required to assist in the taking of blood samples. Assisting in the collection of any other kind is at your discretion. - - - [head=3]The Ship[/head] - - You have been provided an HDMS Sample Transport ship for use during the length of your contract for this job. There is an open area to be utilized for blood draws and enclosed rooms that allow patient privacy for the extraction of any other kind of sample. The staff room has your equipment, stock for refills, and changes of uniform. A secure lock up is provided for the funds for this job, do not lose these. Return of the ship in one piece is part of your contract. You may incentivize station crew to repair your ship with whatever means you have, including job funds. - - - [head=3]In Case of Questions[/head] - - If potential sellers ask why the samples are being collected let them know that it is for matters of research. These samples are being provided to various research focused companies and are not being utilized by HypnoTech directly. We are simply collecting and transporting these samples. - - - We take client confidentiality seriously so the exact nature of these studies and the names of client companies are not subject to disclosure. - - - Have fun and enjoy your temporary contract with HypnoTech! - - - - - - [head=2]HypnoTech[/head] - - [italic][head=3]Making work a dream![/head][/italic] -- proto: PlushieHypnoTempCMO + pos: 5.727938,-0.21784377 + parent: 1 +- proto: NitrogenTankFilled entities: - - uid: 393 + - uid: 472 components: - type: Transform - parent: 384 + parent: 245 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 414 + - uid: 473 components: - type: Transform - parent: 413 + parent: 245 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 426 +- proto: NoticeBoard + entities: + - uid: 242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 1 +- proto: OxygenTankFilled + entities: + - uid: 476 components: - type: Transform - parent: 425 + parent: 245 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 442 + - uid: 477 components: - type: Transform - parent: 425 + parent: 245 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: PottedPlantRandom +- proto: PairedChopsticks entities: - - uid: 43 + - uid: 454 components: - type: Transform - pos: 4.5,-1.5 - parent: 2 - - uid: 193 + pos: -0.453125,-0.46875 + parent: 1 + - uid: 455 components: - type: Transform - pos: 1.5,2.5 - parent: 2 - - uid: 295 + pos: -0.578125,-0.578125 + parent: 1 + - uid: 456 components: - type: Transform - pos: -2.5,2.5 - parent: 2 - - uid: 299 + pos: -0.453125,-0.546875 + parent: 1 + - uid: 457 components: - type: Transform - pos: 0.5,-0.5 - parent: 2 -- proto: PoweredlightBlue - entities: - - uid: 447 + pos: -3.71875,2.65625 + parent: 1 + - uid: 458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 2 - - uid: 452 + pos: -3.75,2.5625 + parent: 1 + - uid: 459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 2 -- proto: PoweredLightColoredRed + pos: -3.671875,2.5625 + parent: 1 +- proto: Paper entities: - - uid: 446 + - uid: 264 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-2.5 - parent: 2 - - uid: 448 - components: - - type: Transform - pos: 3.5,4.5 - parent: 2 - - uid: 451 + pos: 0.6722677,4.7225256 + parent: 1 + - uid: 349 components: - type: Transform - pos: -0.5,0.5 - parent: 2 -- proto: PoweredlightLED + rot: 3.141592653589793 rad + pos: 0.48476768,4.5037756 + parent: 1 +- proto: PaperBin10 entities: - - uid: 454 + - uid: 270 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 2 -- proto: PoweredlightOrange + pos: 1.5,8.5 + parent: 1 +- proto: Pen entities: - - uid: 453 + - uid: 271 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-0.5 - parent: 2 -- proto: PoweredlightPink + pos: 1.1202586,8.459948 + parent: 1 +- proto: PlantBag entities: - - uid: 449 + - uid: 169 components: - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 450 + pos: 5.169129,-3.4370167 + parent: 1 +- proto: PosterLegitBotanyFood + entities: + - uid: 425 components: - type: Transform - pos: -2.5,4.5 - parent: 2 -- proto: ShuttleWindow + pos: 3.5,0.5 + parent: 1 +- proto: PosterLegitFruitBowl entities: - - uid: 13 + - uid: 10 components: - type: Transform - pos: 7.5,-1.5 - parent: 2 - - uid: 14 + pos: -4.5,0.5 + parent: 1 +- proto: PottedPlantRandom + entities: + - uid: 231 components: - type: Transform - pos: 6.5,-3.5 - parent: 2 - - uid: 16 + pos: -3.5,-1.5 + parent: 1 + - uid: 251 components: - type: Transform - pos: 6.5,1.5 - parent: 2 - - uid: 25 + pos: -3.5,0.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 38 components: - type: Transform - pos: 6.5,-1.5 - parent: 2 - - uid: 26 + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 290 components: - type: Transform - pos: 7.5,-3.5 - parent: 2 - - uid: 29 + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 1 + - uid: 291 components: - type: Transform - pos: 8.5,-3.5 - parent: 2 - - uid: 30 + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 + - uid: 323 components: - type: Transform - pos: 8.5,-1.5 - parent: 2 - - uid: 31 + rot: 1.5707963267948966 rad + pos: -0.5,4.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 130 components: - type: Transform - pos: 7.5,1.5 - parent: 2 - - uid: 32 + pos: 5.5,4.5 + parent: 1 + - uid: 170 components: - type: Transform - pos: 7.5,0.5 - parent: 2 - - uid: 33 + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 288 components: - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 158 + rot: -1.5707963267948966 rad + pos: 6.5,1.5 + parent: 1 +- proto: RagItem + entities: + - uid: 341 components: - type: Transform - pos: 5.5,4.5 - parent: 2 - - uid: 159 + pos: -0.5460987,-0.8673103 + parent: 1 +- proto: RandomMeat + entities: + - uid: 261 components: - type: Transform - pos: 5.5,3.5 - parent: 2 - - uid: 160 + pos: -3.4671524,4.432307 + parent: 1 +- proto: RandomPosterAny + entities: + - uid: 286 components: - type: Transform - pos: 5.5,2.5 - parent: 2 - - uid: 161 + pos: 4.5,2.5 + parent: 1 + - uid: 426 components: - type: Transform - pos: 5.5,1.5 - parent: 2 - - uid: 163 + pos: 0.5,6.5 + parent: 1 +- proto: RandomProduce + entities: + - uid: 343 components: - type: Transform - pos: 4.5,5.5 - parent: 2 - - uid: 164 + pos: 6.5,-2.5 + parent: 1 +- proto: ReagentContainerFlour + entities: + - uid: 328 components: - type: Transform - pos: 3.5,5.5 - parent: 2 -- proto: SMESBasic + pos: 1.6726513,-5.27356 + parent: 1 +- proto: RiceSeeds entities: - - uid: 55 + - uid: 318 components: - type: Transform - pos: -5.5,-1.5 - parent: 2 - - type: Battery - lastCharge: 8000000 -- proto: SpaceCash1000 + pos: 5.9063883,-2.3610237 + parent: 1 +- proto: RollingPin entities: - - uid: 351 + - uid: 322 components: - type: Transform - parent: 274 + parent: 192 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 352 +- proto: RubberStampTrader + entities: + - uid: 265 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 353 + pos: 1.0689831,8.762463 + parent: 1 +- proto: ShelfKitchen + entities: + - uid: 471 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 354 + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 +- proto: ShelfMetal + entities: + - uid: 469 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 355 + pos: 5.5,5.5 + parent: 1 +- proto: ShelfWood + entities: + - uid: 470 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 356 + pos: -1.5,2.5 + parent: 1 +- proto: ShuttersWindowOpen + entities: + - uid: 244 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 357 + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - uid: 258 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 358 + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 259 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 359 + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 260 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 360 + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 31 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 361 + pos: 1.5,-6.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 83 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 362 + pos: -2.5,-4.5 + parent: 1 + - uid: 84 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 363 + pos: -1.5,-4.5 + parent: 1 + - uid: 100 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 364 + pos: 3.5,7.5 + parent: 1 + - uid: 101 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 365 + pos: -0.5,7.5 + parent: 1 + - uid: 109 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 366 + pos: 7.5,4.5 + parent: 1 + - uid: 128 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 367 + pos: 0.5,-6.5 + parent: 1 + - uid: 215 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 368 + pos: 2.5,-6.5 + parent: 1 + - uid: 263 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 369 + pos: 7.5,3.5 + parent: 1 +- proto: ShuttleWindowDiagonal + entities: + - uid: 63 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 370 + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 1 + - uid: 64 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 371 + pos: -0.5,9.5 + parent: 1 +- proto: SignalButtonDirectional + entities: + - uid: 40 components: + - type: MetaData + name: Toggle Docking Blast Doors - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 372 + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 243: + - - Pressed + - Toggle + 123: + - - Pressed + - Toggle + - uid: 273 components: + - type: MetaData + name: Toggle Shutters - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 373 + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 260: + - - Pressed + - Toggle + 259: + - - Pressed + - Toggle + 244: + - - Pressed + - Toggle + 258: + - - Pressed + - Toggle + - uid: 277 components: + - type: MetaData + name: Lock Door - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 374 + pos: 0.5,2.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 161: + - - Pressed + - DoorBolt +- proto: SinkWide + entities: + - uid: 253 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 375 + rot: 1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 1 +- proto: Skimmer + entities: + - uid: 430 components: - type: Transform - parent: 274 + parent: 192 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 376 +- proto: SMESBasic + entities: + - uid: 120 components: + - type: MetaData + name: 'SMES: Salami-Salami' - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 377 + pos: 6.5,-0.5 + parent: 1 +- proto: SodaDispenser + entities: + - uid: 296 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 378 + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1 +- proto: SoybeanSeeds + entities: + - uid: 320 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 379 + pos: 5.3282633,-2.2360237 + parent: 1 +- proto: SpoonPlastic + entities: + - uid: 316 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 380 + rot: 3.141592653589793 rad + pos: -3.189536,-3.3595455 + parent: 1 +- proto: StoolBar + entities: + - uid: 133 components: - type: Transform - parent: 274 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SpawnPointFoodCritic - entities: - - uid: 469 + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 134 components: - type: Transform - pos: 1.5,-1.5 - parent: 2 - - uid: 470 + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - uid: 135 components: - type: Transform + rot: 1.5707963267948966 rad pos: -1.5,-2.5 - parent: 2 -- proto: SprayPainter - entities: - - uid: 479 + parent: 1 + - uid: 136 components: - type: Transform - pos: 6.4607224,-0.38430667 - parent: 2 + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 - proto: SubstationWallBasic entities: - - uid: 113 + - uid: 285 components: + - type: MetaData + name: 'Substation: Salami-Salami' - type: Transform rot: 3.141592653589793 rad - pos: -5.5,-2.5 - parent: 2 - - type: Battery - lastCharge: 2000000 -- proto: SyringeBluespace + pos: 5.5,-1.5 + parent: 1 +- proto: Table entities: - - uid: 381 + - uid: 27 components: - - type: MetaData - name: absurdly large syringe - type: Transform - pos: -2.2055316,-3.3282137 - parent: 2 - - uid: 412 + pos: 0.5,-5.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 347 components: - - type: MetaData - name: absurdly large syringe - type: Transform - pos: -2.6534262,-3.3282137 - parent: 2 -- proto: TableReinforcedGlass + pos: 6.5,3.5 + parent: 1 +- proto: TableGlass entities: - - uid: 124 + - uid: 32 components: - type: Transform - pos: -2.5,4.5 - parent: 2 - - uid: 172 + pos: 2.5,1.5 + parent: 1 + - uid: 216 components: - type: Transform - pos: 0.5,-2.5 - parent: 2 - - uid: 296 + pos: 2.5,-0.5 + parent: 1 + - uid: 241 components: - type: Transform - pos: -1.5,4.5 - parent: 2 - - uid: 304 + pos: 2.5,0.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 234 components: - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 305 + pos: 0.5,8.5 + parent: 1 + - uid: 235 components: - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 306 + pos: 1.5,8.5 + parent: 1 +- proto: TableWood + entities: + - uid: 300 components: - type: Transform - pos: -2.5,-3.5 - parent: 2 -- proto: Thruster + pos: -3.5,-3.5 + parent: 1 +- proto: TableWoodReinforced entities: - - uid: 275 + - uid: 23 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-3.5 - parent: 2 - - uid: 276 + pos: -0.5,-0.5 + parent: 1 + - uid: 24 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-3.5 - parent: 2 - - uid: 277 + pos: -0.5,-1.5 + parent: 1 + - uid: 25 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,4.5 - parent: 2 - - uid: 278 + pos: -0.5,-2.5 + parent: 1 + - uid: 26 components: - type: Transform - pos: -5.5,4.5 - parent: 2 - - uid: 279 + pos: -0.5,-3.5 + parent: 1 + - uid: 295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 - parent: 2 - - uid: 280 + pos: -3.5,2.5 + parent: 1 + - uid: 301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 2 -- proto: ToolboxMechanicalFilledAllTools + pos: -2.5,2.5 + parent: 1 +- proto: Thruster entities: - - uid: 445 + - uid: 36 components: - type: Transform - pos: -4.5050874,1.0429964 - parent: 2 -- proto: VendingMachineChang - entities: - - uid: 42 + pos: 5.5,6.5 + parent: 1 + - uid: 39 components: - type: Transform - pos: 4.5,-3.5 - parent: 2 -- proto: VendingMachineCigs - entities: - - uid: 249 + pos: 4.5,6.5 + parent: 1 + - uid: 97 components: - type: Transform - pos: 4.5,0.5 - parent: 2 -- proto: VendingMachineMediDrobe - entities: - - uid: 101 + rot: -1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1 + - uid: 98 components: - type: Transform - pos: -1.5,-3.5 - parent: 2 - - type: AccessReader - accessListsOriginal: - - - Medical -- proto: VendingMachineRestockChang - entities: - - uid: 430 + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 1 + - uid: 99 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 431 + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 1 + - uid: 257 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: VendingMachineRestockRobustSoftdrinks - entities: - - uid: 428 + rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 1 + - uid: 297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 298 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 429 + rot: -1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 1 +- proto: ToolboxMechanicalFilled + entities: + - uid: 8 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: VendingMachineRestockSmokes + pos: 5.5718756,-0.6875 + parent: 1 +- proto: VendingMachineChang entities: - - uid: 272 + - uid: 279 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 281 + pos: 2.5,5.5 + parent: 1 +- proto: VendingMachineChefvendUnlocked + entities: + - uid: 399 components: - type: Transform - parent: 425 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: VendingMachineSoda + pos: 0.5,0.5 + parent: 1 +- proto: VendingMachineCondiments entities: - - uid: 41 + - uid: 453 components: - type: Transform - pos: 3.5,-3.5 - parent: 2 -- proto: WallmountTelevision + pos: -2.5,2.5 + parent: 1 +- proto: SpawnPointFoodCritic entities: - - uid: 104 + - uid: 232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,2.5 - parent: 2 - - type: Fixtures - fixtures: {} -- proto: WallShuttle - entities: - - uid: 12 + pos: 4.5,-3.5 + parent: 1 + - uid: 419 components: - type: Transform - pos: 2.5,5.5 - parent: 2 - - uid: 15 + pos: 0.5,5.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 2 components: - type: Transform - pos: 1.5,5.5 - parent: 2 - - uid: 17 + pos: 3.5,-4.5 + parent: 1 + - uid: 3 components: - type: Transform - pos: 5.5,5.5 - parent: 2 - - uid: 18 + pos: -4.5,0.5 + parent: 1 + - uid: 4 components: - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 19 + pos: -4.5,-1.5 + parent: 1 + - uid: 5 components: - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 20 + pos: -4.5,-2.5 + parent: 1 + - uid: 7 components: - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 21 + pos: -4.5,2.5 + parent: 1 + - uid: 9 components: - type: Transform - pos: 4.5,-4.5 - parent: 2 - - uid: 22 + pos: -3.5,3.5 + parent: 1 + - uid: 11 components: - type: Transform - pos: 3.5,-4.5 - parent: 2 - - uid: 23 + pos: -2.5,3.5 + parent: 1 + - uid: 14 components: - type: Transform - pos: 2.5,-4.5 - parent: 2 - - uid: 24 + pos: -1.5,3.5 + parent: 1 + - uid: 15 components: - type: Transform - pos: 1.5,-4.5 - parent: 2 - - uid: 27 + pos: -1.5,4.5 + parent: 1 + - uid: 17 components: - type: Transform - pos: 9.5,-1.5 - parent: 2 - - uid: 28 + pos: -4.5,-3.5 + parent: 1 + - uid: 20 components: - type: Transform - pos: 9.5,-3.5 - parent: 2 - - uid: 54 + pos: 7.5,0.5 + parent: 1 + - uid: 21 components: - type: Transform - pos: -4.5,-2.5 - parent: 2 - - uid: 70 + pos: -0.5,-4.5 + parent: 1 + - uid: 28 components: - type: Transform - pos: 0.5,5.5 - parent: 2 - - uid: 71 + pos: -0.5,-5.5 + parent: 1 + - uid: 29 components: - type: Transform - pos: -0.5,5.5 - parent: 2 - - uid: 72 + pos: 3.5,-5.5 + parent: 1 + - uid: 45 components: - type: Transform - pos: 0.5,-4.5 - parent: 2 - - uid: 73 + pos: 7.5,1.5 + parent: 1 + - uid: 50 components: - type: Transform - pos: -0.5,-4.5 - parent: 2 - - uid: 75 + pos: 7.5,2.5 + parent: 1 + - uid: 52 components: - type: Transform - pos: -1.5,5.5 - parent: 2 - - uid: 76 + pos: 7.5,-1.5 + parent: 1 + - uid: 53 components: - type: Transform - pos: -2.5,5.5 - parent: 2 - - uid: 77 + pos: 3.5,5.5 + parent: 1 + - uid: 54 components: - type: Transform - pos: -1.5,-4.5 - parent: 2 - - uid: 78 + pos: -1.5,5.5 + parent: 1 + - uid: 60 components: - type: Transform - pos: -2.5,-4.5 - parent: 2 - - uid: 79 + pos: -0.5,6.5 + parent: 1 + - uid: 62 components: - type: Transform - pos: -3.5,-4.5 - parent: 2 + pos: 3.5,6.5 + parent: 1 - uid: 80 components: - type: Transform - pos: -3.5,5.5 - parent: 2 + pos: 5.5,5.5 + parent: 1 - uid: 81 components: - type: Transform - pos: -3.5,4.5 - parent: 2 - - uid: 82 + pos: 7.5,-0.5 + parent: 1 + - uid: 87 components: - type: Transform - pos: -3.5,3.5 - parent: 2 - - uid: 83 + pos: 6.5,5.5 + parent: 1 + - uid: 88 components: - type: Transform - pos: -3.5,2.5 - parent: 2 - - uid: 84 + pos: 4.5,5.5 + parent: 1 + - uid: 94 components: - type: Transform - pos: -3.5,1.5 - parent: 2 - - uid: 85 + pos: 4.5,-4.5 + parent: 1 + - uid: 95 components: - type: Transform - pos: -5.5,-2.5 - parent: 2 - - uid: 86 + pos: 5.5,-4.5 + parent: 1 + - uid: 96 components: - type: Transform - pos: -3.5,-0.5 - parent: 2 - - uid: 87 + pos: 6.5,-4.5 + parent: 1 +- proto: WallShuttleDiagonal + entities: + - uid: 13 components: - type: Transform - pos: -3.5,-1.5 - parent: 2 - - uid: 88 + pos: -4.5,3.5 + parent: 1 + - uid: 22 components: - type: Transform - pos: -3.5,-2.5 - parent: 2 - - uid: 89 + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 47 components: - type: Transform - pos: -3.5,-3.5 - parent: 2 - - uid: 92 + rot: 3.141592653589793 rad + pos: 7.5,-4.5 + parent: 1 + - uid: 56 components: - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 94 + rot: -1.5707963267948966 rad + pos: 7.5,5.5 + parent: 1 + - uid: 58 components: - type: Transform - pos: -6.5,-1.5 - parent: 2 - - uid: 95 + pos: -1.5,6.5 + parent: 1 + - uid: 212 components: - type: Transform - pos: -6.5,-0.5 - parent: 2 - - uid: 96 + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 213 components: - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 97 + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 1 +- proto: WallShuttleInterior + entities: + - uid: 12 components: - type: Transform - pos: -6.5,1.5 - parent: 2 - - uid: 98 + pos: -1.5,2.5 + parent: 1 + - uid: 16 components: - type: Transform - pos: -6.5,2.5 - parent: 2 - - uid: 99 + pos: -0.5,0.5 + parent: 1 + - uid: 19 components: - type: Transform - pos: -6.5,3.5 - parent: 2 - - uid: 100 + pos: 3.5,2.5 + parent: 1 + - uid: 35 components: - type: Transform - pos: -6.5,-2.5 - parent: 2 - - uid: 147 + pos: 3.5,0.5 + parent: 1 + - uid: 37 components: - type: Transform - pos: -4.5,3.5 - parent: 2 - - uid: 171 + pos: 3.5,-1.5 + parent: 1 + - uid: 46 components: - type: Transform - pos: 5.5,0.5 - parent: 2 -- proto: WallShuttleInterior - entities: - - uid: 56 + pos: 3.5,-0.5 + parent: 1 + - uid: 51 components: - type: Transform - pos: -0.5,-3.5 - parent: 2 - - uid: 57 + pos: 3.5,3.5 + parent: 1 + - uid: 89 components: - type: Transform - pos: 2.5,1.5 - parent: 2 - - uid: 58 + pos: 0.5,6.5 + parent: 1 + - uid: 90 components: - type: Transform - pos: 2.5,2.5 - parent: 2 - - uid: 59 + pos: 2.5,6.5 + parent: 1 + - uid: 105 components: - type: Transform - pos: 2.5,3.5 - parent: 2 - - uid: 60 + pos: 5.5,-1.5 + parent: 1 + - uid: 106 components: - type: Transform - pos: 2.5,4.5 - parent: 2 - - uid: 61 + pos: 6.5,-1.5 + parent: 1 + - uid: 114 components: - type: Transform - pos: -0.5,-2.5 - parent: 2 - - uid: 62 + pos: 4.5,2.5 + parent: 1 + - uid: 116 components: - type: Transform - pos: -0.5,-1.5 - parent: 2 - - uid: 63 + pos: 6.5,2.5 + parent: 1 + - uid: 159 components: - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 64 + pos: 0.5,2.5 + parent: 1 + - uid: 160 components: - type: Transform - pos: -0.5,1.5 - parent: 2 - - uid: 65 + pos: 2.5,2.5 + parent: 1 + - uid: 176 components: - type: Transform - pos: -0.5,2.5 - parent: 2 - - uid: 66 + pos: 3.5,-2.5 + parent: 1 + - uid: 186 components: - type: Transform - pos: -0.5,3.5 - parent: 2 - - uid: 67 + pos: 4.5,-1.5 + parent: 1 + - uid: 239 components: - type: Transform - pos: -0.5,4.5 - parent: 2 - - uid: 68 + pos: 3.5,1.5 + parent: 1 + - uid: 282 components: - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 90 + pos: -0.5,2.5 + parent: 1 +- proto: WarpPointShuttle + entities: + - uid: 33 components: - type: Transform - pos: -2.5,-0.5 - parent: 2 - - uid: 91 + pos: 1.5,0.5 + parent: 1 + - type: WarpPoint + location: Traveling Cuisines +- proto: WaterVaporTankFilled + entities: + - uid: 247 components: - type: Transform - pos: -2.5,1.5 - parent: 2 + parent: 245 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 248 + components: + - type: Transform + parent: 245 + - type: Physics + canCollide: False + - type: InsideEntityStorage ... From c1d0fa72d0fef2c46e702b0c4a865ae723c58f7e Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 11:33:31 -0700 Subject: [PATCH 05/22] Food Critic shuttle now has only one spawner. --- .../Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml b/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml index c4a6ca60730..943dd300a54 100644 --- a/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml +++ b/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml @@ -3352,11 +3352,6 @@ entities: - type: Transform pos: 4.5,-3.5 parent: 1 - - uid: 419 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 - proto: WallShuttle entities: - uid: 2 From e6ee659498a793c4e180522def975de97a3b9560 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 11:59:03 -0700 Subject: [PATCH 06/22] Food Critic's starting gear is more appropriate. --- .../Prototypes/_Floof/Roles/Ghost/food_critic.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml index 47f7782f797..99f22f2fae6 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml @@ -12,14 +12,12 @@ - type: startingGear id: FoodCriticGear equipment: - id: MedicalPDA - ears: ClothingHeadsetMedical + id: VisitorPDA + ears: ClothingHeadsetService pocket1: EncryptionKeyTraffic - jumpsuit: ClothingUniformJumpsuitMedicalDoctor - shoes: ClothingShoesColorWhite - gloves: ClothingHandsGlovesNitrile - back: ClothingBackpackMedical - outerClothing: ClothingOuterCoatLab + jumpsuit: ClothingUniformSeniorBartender + shoes: ClothingShoesBootsLaceup + back: ClothingBackpack # Spawner - type: entity From 5b95b99c517a006eb1cc3099d6494773209256d8 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 12:09:50 -0700 Subject: [PATCH 07/22] Edits to Fluent locale strings so they read better. --- Resources/Locale/en-US/_Floof/abilities/psionic.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl index 5bd0a42d8f1..d13f4c2946c 100644 --- a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl +++ b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl @@ -3,7 +3,7 @@ role-subtype-sample-collector = Sample Collector ghost-role-information-sample-collector-name = Sample Collector ghost-role-information-sample-collector-description = Purchase, and assist in the collection of, biological samples from station crew. -psionic-power-precognition-unknown-shuttle-food-critic = You see a judge, not one of law, but of life. Of sustainance. Have you done enough to make the lives of others better? Its poker-faced gaze makes you question your every competence. You are at its service and its mercy. +psionic-power-precognition-unknown-shuttle-food-critic = You see a judge, not one of law, but of life, of sustainance. Have you done enough to make the lives of others fuller? Are you even capable of that? Its gaze makes you question your every competence. You are at its service and its mercy. role-subtype-food-critic = Food Critic ghost-role-information-food-critic-name = Food Critic -ghost-role-information-food-critic-description = Stress test the culinary prowess of HGI's employees, and then let your judgement be known. +ghost-role-information-food-critic-description = Test the culinary prowess of HGI's service crew. Is the food here worth risking being eaten by the rat king? You'll be the judge of that. From f4b3554ebe160bc67fd6f3cea8e6eb93e665c6a6 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 15:01:03 -0700 Subject: [PATCH 08/22] Corrected the ID of the Food Critic precognition result message. --- Resources/Locale/en-US/_Floof/abilities/psionic.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl index d13f4c2946c..4e3a92f823e 100644 --- a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl +++ b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl @@ -3,7 +3,7 @@ role-subtype-sample-collector = Sample Collector ghost-role-information-sample-collector-name = Sample Collector ghost-role-information-sample-collector-description = Purchase, and assist in the collection of, biological samples from station crew. -psionic-power-precognition-unknown-shuttle-food-critic = You see a judge, not one of law, but of life, of sustainance. Have you done enough to make the lives of others fuller? Are you even capable of that? Its gaze makes you question your every competence. You are at its service and its mercy. +psionic-power-precognition-unknown-shuttle-food-critic-result-message = You see a judge, not one of law, but of life, of sustainance. Have you done enough to make the lives of others fuller? Are you even capable of that? Its gaze makes you question your every competence. You are at its service and its mercy. role-subtype-food-critic = Food Critic ghost-role-information-food-critic-name = Food Critic ghost-role-information-food-critic-description = Test the culinary prowess of HGI's service crew. Is the food here worth risking being eaten by the rat king? You'll be the judge of that. From 1131ffffeab7d9a5c4ce539ca937d300ec1d2b08 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 28 May 2026 16:01:50 -0700 Subject: [PATCH 09/22] Corrected suffix. --- Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml index 99f22f2fae6..420c2e7456e 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml @@ -25,7 +25,7 @@ parent: MarkerBase id: SpawnPointFoodCritic name: ghost role spawn point - suffix: sample collector + suffix: food critic components: - type: GhostRole name: ghost-role-information-food-critic-name From 44c63fa8a1ccde2c9d445d076e365153a8dc1720 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Fri, 29 May 2026 16:02:04 -0700 Subject: [PATCH 10/22] Disables Food Critic shuttle event. --- Resources/Prototypes/GameRules/.#unknown_shuttles.yml | 1 + 1 file changed, 1 insertion(+) create mode 120000 Resources/Prototypes/GameRules/.#unknown_shuttles.yml diff --git a/Resources/Prototypes/GameRules/.#unknown_shuttles.yml b/Resources/Prototypes/GameRules/.#unknown_shuttles.yml new file mode 120000 index 00000000000..225358177f8 --- /dev/null +++ b/Resources/Prototypes/GameRules/.#unknown_shuttles.yml @@ -0,0 +1 @@ +xenia@nixos.3664:1780082430 \ No newline at end of file From 9d74ebfb33817ed66a6d58322450985c7aa2ba04 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Fri, 29 May 2026 17:49:35 -0700 Subject: [PATCH 11/22] Food Critic now spawns in a random place like a revenant. --- .../Prototypes/GameRules/.#unknown_shuttles.yml | 1 - Resources/Prototypes/GameRules/events.yml | 17 +++++++++++++++++ .../Prototypes/GameRules/unknown_shuttles.yml | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) delete mode 120000 Resources/Prototypes/GameRules/.#unknown_shuttles.yml diff --git a/Resources/Prototypes/GameRules/.#unknown_shuttles.yml b/Resources/Prototypes/GameRules/.#unknown_shuttles.yml deleted file mode 120000 index 225358177f8..00000000000 --- a/Resources/Prototypes/GameRules/.#unknown_shuttles.yml +++ /dev/null @@ -1 +0,0 @@ -xenia@nixos.3664:1780082430 \ No newline at end of file diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 00a057477fb..95c764503f1 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -26,6 +26,7 @@ - id: SpiderClownSpawn - id: SpiderSpawn - id: VentClog + - id: FoodCriticSpawn # Euphoria - Dunno where to put this so it's here for now - type: entityTable id: BasicAntagEventsTable @@ -891,3 +892,19 @@ min: 1 max: 1 pickPlayer: false + +#Euphoria + +- type: entity + parent: BaseGameRule + id: FoodCriticSpawn + components: + - type: StationEvent + weight: 2 + duration: 1 + earliestStart: 45 + minimumPlayers: 20 + - type: PrecognitionResult # DeltaV - Precogniton + message: psionic-power-precognition-unknown-shuttle-food-critic-result-message + - type: RandomSpawnRule + prototype: SpawnPointFoodCritic diff --git a/Resources/Prototypes/GameRules/unknown_shuttles.yml b/Resources/Prototypes/GameRules/unknown_shuttles.yml index 16b1735fe18..9e0b8023cf6 100644 --- a/Resources/Prototypes/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/GameRules/unknown_shuttles.yml @@ -8,7 +8,7 @@ - id: UnknownShuttleTravelingCuisine - id: UnknownShuttleDisasterEvacPod - id: UnknownShuttleSampleCollector # Euphoria - Sample Collector role - - id: UnknownShuttleFoodCritic # Euphoria - Food Critic role + #- id: UnknownShuttleFoodCritic # Euphoria - Food Critic role - UNUSED #- id: UnknownShuttleHonki # DeltaV - Removes the Clown Shuttle #- id: UnknownShuttleNTQuark # DeltaV - removed until theyre individually looked at #- id: UnknownShuttleCruiser @@ -266,7 +266,7 @@ - type: LoadMapRule gridPath: /Maps/Floof/Shuttles/Event/SampleCollector/samplecollector.yml -- type: entity +- type: entity # - UNUSED id: UnknownShuttleFoodCritic parent: BaseUnknownShuttleRule components: From a745ae1779e3f06b11701bdfa7cdbd5d44f1ef7d Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Fri, 29 May 2026 18:15:45 -0700 Subject: [PATCH 12/22] Changed Food Critic StationEvent fields to be more appropriate --- Resources/Prototypes/GameRules/events.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 95c764503f1..73676a01125 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -902,8 +902,10 @@ - type: StationEvent weight: 2 duration: 1 - earliestStart: 45 + earliestStart: 5 minimumPlayers: 20 + OccursDuringRoundEnd: false + MaxOccurrences: 1 - type: PrecognitionResult # DeltaV - Precogniton message: psionic-power-precognition-unknown-shuttle-food-critic-result-message - type: RandomSpawnRule From 6bd47a685c95488274668710af45e0144b7deef6 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Sat, 30 May 2026 17:05:34 -0700 Subject: [PATCH 13/22] Food Critic no longer has traffic encryption key. --- Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml index 420c2e7456e..9422da18921 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml @@ -14,7 +14,7 @@ equipment: id: VisitorPDA ears: ClothingHeadsetService - pocket1: EncryptionKeyTraffic + #pocket1: EncryptionKeyTraffic # They do not need this IF they are not spawning on a ship. jumpsuit: ClothingUniformSeniorBartender shoes: ClothingShoesBootsLaceup back: ClothingBackpack From 159b0b061a150f0792fddaeb14ae749aeb85ca78 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Mon, 15 Jun 2026 13:14:25 -0700 Subject: [PATCH 14/22] Made one comment more specific. --- Resources/Prototypes/GameRules/events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 86b1c2760a8..2cbf214fa21 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -26,7 +26,7 @@ - id: SpiderClownSpawn - id: SpiderSpawn - id: VentClog - - id: FoodCriticSpawn # Euphoria - Dunno where to put this so it's here for now + - id: FoodCriticSpawn # Euphoria - Dunno where exactly to put this so it's here for now, this wasn't a thought-out decision to put it here specifically so if you feel like it should be somewhere else, be my guest. - type: entityTable id: BasicAntagEventsTable From d6e6e52d7785f31180c96e0eaa6985fc5e66eb50 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Mon, 15 Jun 2026 14:57:37 -0700 Subject: [PATCH 15/22] Reverted unknown_shuttles.yml to not include Food Critic stuff --- .../Prototypes/GameRules/unknown_shuttles.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Resources/Prototypes/GameRules/unknown_shuttles.yml b/Resources/Prototypes/GameRules/unknown_shuttles.yml index e1b3c65534a..dc2c26a53be 100644 --- a/Resources/Prototypes/GameRules/unknown_shuttles.yml +++ b/Resources/Prototypes/GameRules/unknown_shuttles.yml @@ -8,7 +8,6 @@ - id: UnknownShuttleTravelingCuisine - id: UnknownShuttleDisasterEvacPod - id: UnknownShuttleSampleCollector # Euphoria - Sample Collector role - #- id: UnknownShuttleFoodCritic # Euphoria - Food Critic role - UNUSED #- id: UnknownShuttleHonki # DeltaV - Removes the Clown Shuttle #- id: UnknownShuttleNTQuark # DeltaV - removed until theyre individually looked at #- id: UnknownShuttleCruiser @@ -265,16 +264,3 @@ message: psionic-power-precognition-unknown-shuttle-sample-collector-result-message - type: LoadMapRule gridPath: /Maps/Floof/Shuttles/Event/SampleCollector/samplecollector.yml - -- type: entity # - UNUSED - id: UnknownShuttleFoodCritic - parent: BaseUnknownShuttleRule - components: - - type: StationEvent - maxOccurrences: 1 - startAnnouncement: station-event-unknown-shuttle-incoming - - type: PrecognitionResult - message: psionic-power-precognition-unknown-shuttle-food-critic-result-message - - type: LoadMapRule - gridPath: /Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml - From 337486ac82e7b0ae1a50d6b7c6c5f87f52f97315 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Mon, 15 Jun 2026 15:04:06 -0700 Subject: [PATCH 16/22] Removed the Food Critic shuttle, which was just a copy of another shuttle and will not be used. --- .../Shuttles/Event/FoodCritic/foodcritic.yml | 3661 ----------------- 1 file changed, 3661 deletions(-) delete mode 100644 Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml diff --git a/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml b/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml deleted file mode 100644 index 943dd300a54..00000000000 --- a/Resources/Maps/Floof/Shuttles/Event/FoodCritic/foodcritic.yml +++ /dev/null @@ -1,3661 +0,0 @@ -meta: - format: 7 - category: Grid - engineVersion: 262.0.0 - forkId: "" - forkVersion: "" - time: 10/11/2025 07:34:25 - entityCount: 487 -maps: [] -grids: -- 1 -orphans: -- 1 -nullspace: [] -tilemap: - 5: Space - 11: FloorBar - 10: FloorDirtNew - 4: FloorGreenCircuit - 1: FloorRGlass - 7: FloorReinforced - 0: FloorShowroom - 9: FloorSteelDirty - 12: FloorSteelMono - 3: FloorSteelOffset - 6: FloorTechMaint2 - 8: Lattice - 2: Plating -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - name: SRV "Salami-Salami" - - type: Transform - pos: -0.53125,-0.484375 - parent: invalid - - type: MapGrid - chunks: - 0,0: - ind: 0,0 - tiles: AAAAAAAAAAEAAAAAAwAAAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAIAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAEAAAAAAAAAwAAAAAAAAQAAAAAAAACAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAACAAAAAAAABgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAYAAAAAAAACAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAwAAAAAAAAMAAAAAAAADAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAYAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAADAAAAAAAAAwAAAAAAAAMAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAgAAAAAAAAYAAAAAAAACAAAAAAAAAgAAAAAAAAcAAAAAAAAHAAAAAAAABwAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAMAAAAAAAADAAAAAAAAAwAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAADAAAAAAAAAwAAAAAAAAQAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAA== - version: 7 - 0,-1: - ind: 0,-1 - tiles: BQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABwAAAAAAAAcAAAAAAAAHAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAAAAAAAAAAEAAAAAAQAAAAAAAAAABgAAAAAAAAkAAAAAAAAJAAAAAAAACQAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAAAAAAAAAABAAAAAAEAAAAAAAAAAAIAAAAAAAAKAAAAAAAACgAAAAAAAAoAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAAAAAAAAAAAQAAAAACAAAAAAAAAAACAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAAAAAAAAAAEAAAAAAgAAAAAAAAAAAgAAAAAAAAMAAAAAAAADAAAAAAAABAAAAAAAAAIAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAA== - version: 7 - -1,0: - ind: -1,0 - tiles: BQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAACAAAAAAAACwAAAAACAAEAAAAAAwALAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABgAAAAAAAAsAAAAAAQALAAAAAAAACwAAAAAAAAYAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAIAAAAAAAAMAAAAAAEADAAAAAABAAIAAAAAAAACAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAIAAAAAAAAAgAAAAAAAAIAAAAAAAACAAAAAAAAAwAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAgAAAAAAAAHAAAAAAAAAgAAAAAAAAMAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABwAAAAAAAAIAAAAAAAADAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAIAAAAAAAAAgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAcAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAHAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAA== - version: 7 - -1,-1: - ind: -1,-1 - tiles: BQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAACAAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAIAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAgAAAAAAAAHAAAAAAAABwAAAAAAAAcAAAAAAAACAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAACAAAAAAAACwAAAAABAAsAAAAAAAALAAAAAAAABgAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAAAgAAAAAAAAsAAAAAAAABAAAAAAIACwAAAAACAAYAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAIAAAAAAAALAAAAAAIAAQAAAAACAAsAAAAAAQAGAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAFAAAAAAAABQAAAAAAAAUAAAAAAAAGAAAAAAAACwAAAAADAAEAAAAAAgALAAAAAAMABgAAAAAAAA== - version: 7 - - type: Broadphase - - type: Physics - bodyStatus: InAir - fixedRotation: False - bodyType: Dynamic - - type: Fixtures - fixtures: {} - - type: OccluderTree - - type: SpreaderGrid - - type: Shuttle - dampingModifier: 0.25 - - type: ImplicitRoof - - type: GridPathfinding - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerNe - decals: - 4: 6,4 - 5: 2,5 - 29: 1,8 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerNw - decals: - 1: -1,5 - 2: 0,8 - 19: 4,4 - 34: 4,0 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerSe - decals: - 8: 6,3 - 28: 2,3 - 33: 5,-1 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkCornerSw - decals: - 0: -1,3 - 3: 0,7 - 9: 4,-1 - 13: 4,3 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkEndE - decals: - 30: 2,7 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkEndN - decals: - 32: 5,1 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkInnerNe - decals: - 31: 1,7 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkInnerNw - decals: - 36: 5,0 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkLineE - decals: - 14: 2,4 - 35: 5,0 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkLineN - decals: - 18: 5,4 - 20: 0,5 - 21: 1,5 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkLineS - decals: - 10: 0,3 - 12: 5,3 - 23: 1,7 - 27: 1,3 - - node: - color: '#FFFFFFFF' - id: MiniTileDarkLineW - decals: - 24: -1,4 - - type: GridAtmosphere - version: 2 - data: - tiles: - 0,0: - 0: 12919 - 1: 16384 - 0,-1: - 0: 30527 - 1: 64 - -1,0: - 0: 33783 - 0,1: - 0: 29311 - -1,1: - 0: 170 - 2: 1025 - 0,2: - 0: 7 - 2: 128 - -1,2: - 2: 128 - 1,0: - 0: 25207 - 1: 4096 - 1,1: - 0: 1799 - 2: 128 - 1,-1: - 0: 28787 - 1: 4 - 0,-2: - 0: 30464 - 2: 128 - -1,-2: - 2: 128 - -1,-1: - 0: 65535 - 1,-2: - 0: 1792 - 2: 32768 - -2,0: - 0: 128 - 2: 32768 - -2,-1: - 0: 32768 - -2,-2: - 2: 32768 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.14975 - moles: - - 20.078888 - - 75.53487 - - 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 -- proto: AirAlarm - entities: - - uid: 336 - components: - - type: MetaData - name: 'Air Alarm: Salami-Salami' - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 1 - - type: DeviceList - devices: - - 376 - - 364 - - 352 - - 377 - - 427 - - 391 -- proto: AirCanister - entities: - - uid: 111 - components: - - type: Transform - anchored: True - pos: 4.5,-0.5 - parent: 1 - - type: Physics - bodyType: Static - - uid: 115 - components: - - type: Transform - anchored: True - pos: 4.5,0.5 - parent: 1 - - type: Physics - bodyType: Static -- proto: AirGrenade - entities: - - uid: 480 - components: - - type: Transform - pos: 5.462313,-0.31159377 - parent: 1 -- proto: Airlock - entities: - - uid: 161 - components: - - type: MetaData - name: Kitchen - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 284 - components: - - type: MetaData - name: Crew Area - - type: Transform - pos: 1.5,2.5 - parent: 1 -- proto: AirlockEngineering - entities: - - uid: 303 - components: - - type: MetaData - name: Engineering - - type: Transform - pos: 5.5,2.5 - parent: 1 -- proto: AirlockGlass - entities: - - uid: 240 - components: - - type: MetaData - name: Helm - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 - parent: 1 -- proto: AirlockGlassShuttle - entities: - - uid: 102 - components: - - type: MetaData - name: Salami-Salami Dock - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,1.5 - parent: 1 - - uid: 103 - components: - - type: MetaData - name: Salami-Salami Dock - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-0.5 - parent: 1 -- proto: AirTankFilled - entities: - - uid: 283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.208013,0.61588955 - parent: 1 -- proto: APCBasic - entities: - - uid: 293 - components: - - type: MetaData - name: 'APC: Salami-Salami' - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 1 -- proto: AtmosDeviceFanDirectional - entities: - - uid: 140 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-0.5 - parent: 1 - - uid: 424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,1.5 - parent: 1 -- proto: Bed - entities: - - uid: 79 - components: - - type: Transform - pos: 6.5,4.5 - parent: 1 -- proto: BedsheetSpawner - entities: - - uid: 55 - components: - - type: Transform - pos: 6.5,4.5 - parent: 1 -- proto: BlastDoorOpen - entities: - - uid: 123 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1 - - uid: 243 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1 -- proto: BoxFolderClipboard - entities: - - uid: 267 - components: - - type: Transform - pos: 0.3074839,8.600278 - parent: 1 -- proto: Bucket - entities: - - uid: 468 - components: - - type: Transform - pos: 5.819972,-3.120901 - parent: 1 -- proto: ButchCleaver - entities: - - uid: 208 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ButtonFrameCaution - entities: - - uid: 274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 1 - - uid: 275 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1 - - uid: 310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 1 -- proto: CableApcExtension - entities: - - uid: 78 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 85 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 - - uid: 86 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 1 - - uid: 91 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 1 - - uid: 92 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 1 - - uid: 93 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 107 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 - - uid: 121 - components: - - type: Transform - pos: 5.5,0.5 - parent: 1 - - uid: 144 - components: - - type: Transform - pos: 5.5,1.5 - parent: 1 - - uid: 146 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 147 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1 - - uid: 148 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1 - - uid: 149 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1 - - uid: 150 - components: - - type: Transform - pos: 1.5,3.5 - parent: 1 - - uid: 151 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1 - - uid: 152 - components: - - type: Transform - pos: 1.5,5.5 - parent: 1 - - uid: 153 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 154 - components: - - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 155 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 156 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 - - uid: 157 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 158 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 162 - components: - - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 163 - components: - - type: Transform - pos: 1.5,0.5 - parent: 1 - - uid: 164 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 - - uid: 165 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 166 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 167 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 1 - - uid: 172 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 173 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 174 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 175 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 177 - components: - - type: Transform - pos: 6.5,4.5 - parent: 1 - - uid: 178 - components: - - type: Transform - pos: -3.5,1.5 - parent: 1 - - uid: 179 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1 - - uid: 180 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 181 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 182 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 299 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - uid: 367 - components: - - type: Transform - pos: -1.5,1.5 - parent: 1 - - uid: 370 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1 - - uid: 371 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 372 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 373 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1 -- proto: CableHV - entities: - - uid: 112 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1 - - uid: 117 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 122 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 - - uid: 138 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1 - - uid: 143 - components: - - type: Transform - pos: 6.5,1.5 - parent: 1 - - uid: 429 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 -- proto: CableMV - entities: - - uid: 57 - components: - - type: Transform - pos: 1.5,3.5 - parent: 1 - - uid: 137 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1 - - uid: 139 - components: - - type: Transform - pos: 5.5,1.5 - parent: 1 - - uid: 141 - components: - - type: Transform - pos: 1.5,0.5 - parent: 1 - - uid: 142 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1 - - uid: 145 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1 - - uid: 324 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 325 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 326 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 329 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 - - uid: 330 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 331 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1 - - uid: 333 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 334 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 335 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 - - uid: 346 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 420 - components: - - type: Transform - pos: 5.5,0.5 - parent: 1 - - uid: 421 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 422 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1 -- proto: CableTerminal - entities: - - uid: 131 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 -- proto: CarrotSeeds - entities: - - uid: 321 - components: - - type: Transform - pos: 5.0001383,-2.2047737 - parent: 1 -- proto: Chair - entities: - - uid: 236 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 237 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 - - uid: 238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,3.5 - parent: 1 -- proto: ChairPilotSeat - entities: - - uid: 183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,7.5 - parent: 1 - - uid: 233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 - parent: 1 -- proto: ChairWood - entities: - - uid: 34 - components: - - type: Transform - pos: -3.5746822,-2.4607635 - parent: 1 -- proto: ChopSticks - entities: - - uid: 452 - components: - - type: Transform - pos: -0.2532022,4.652918 - parent: 1 -- proto: ClosetSteelBase - entities: - - uid: 245 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 - - 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: - - 478 - - 477 - - 476 - - 475 - - 474 - - 473 - - 472 - - 246 - - 249 - - 247 - - 248 - - 250 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 353 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1 - - 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: - - 363 - - 354 - - 356 - - 357 - - 358 - - 359 - - 360 - - 361 - - 362 - - 355 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: ClothingHeadHatCasa - entities: - - uid: 355 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 356 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadHelmetEVALarge - entities: - - uid: 474 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 475 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskBreath - entities: - - uid: 250 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 478 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterDameDane - entities: - - uid: 354 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterDogi - entities: - - uid: 361 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterHardsuitEVA - entities: - - uid: 246 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 249 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingShoesDameDane - entities: - - uid: 359 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingShoesGeta - entities: - - uid: 357 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 358 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitDameDane - entities: - - uid: 360 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitKimono - entities: - - uid: 362 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 363 - components: - - type: Transform - parent: 353 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ComputerShuttle - entities: - - uid: 184 - components: - - type: Transform - pos: 2.5,8.5 - parent: 1 -- proto: CrateFreezer - entities: - - uid: 188 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - 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: - - 446 - - 451 - - 449 - - 450 - - 447 - - 448 - - 209 - - 208 - - 190 - - 191 - - 193 - - 194 - - 195 - - 196 - - 198 - - 199 - - 200 - - 201 - - 202 - - 203 - - 204 - - 205 - - 206 - - 207 - - 189 - - 210 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CratePlastic - entities: - - uid: 192 - components: - - type: MetaData - name: Kitchen Tools - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - 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: - - 441 - - 445 - - 278 - - 311 - - 322 - - 430 - - 431 - - 432 - - 433 - - 434 - - 435 - - 436 - - 437 - - 438 - - 439 - - 440 - - 197 - - 444 - - 442 - - 443 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CurtainsBlack - entities: - - uid: 289 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 -- proto: CurtainSpawner - entities: - - uid: 304 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 -- proto: DecalSpawnerDirtWide - entities: - - uid: 482 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 1 - - uid: 483 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 484 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1 - - uid: 485 - components: - - type: Transform - pos: -2.5,0.5 - parent: 1 - - uid: 486 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 487 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 -- proto: DeskBell - entities: - - uid: 272 - components: - - type: Transform - pos: -0.6808342,-0.2689966 - parent: 1 -- proto: DrinkCanPack - entities: - - uid: 348 - components: - - type: Transform - pos: 6.562893,3.6600256 - parent: 1 -- proto: DrinkGlass - entities: - - uid: 311 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 414 - components: - - type: Transform - pos: 1.2572548,-5.3481603 - parent: 1 - - uid: 416 - components: - - type: Transform - pos: 1.1322548,-5.2231603 - parent: 1 - - uid: 417 - components: - - type: Transform - pos: 1.3510048,-5.1762853 - parent: 1 - - uid: 418 - components: - - type: Transform - pos: 1.1635048,-5.1674604 - parent: 1 - - uid: 436 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 437 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 438 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 439 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 440 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: DrinkShaker - entities: - - uid: 441 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: DrinkSoyMilkCarton - entities: - - uid: 309 - components: - - type: Transform - pos: 2.079063,-5.18016 - parent: 1 - - uid: 313 - components: - - type: Transform - pos: 1.9743761,-5.389292 - parent: 1 -- proto: EggySeeds - entities: - - uid: 319 - components: - - type: Transform - pos: 5.5938883,-2.5172737 - parent: 1 -- proto: Flare - entities: - - uid: 345 - components: - - type: Transform - pos: 5.0554743,1.0604668 - parent: 1 -- proto: FloorDrain - entities: - - uid: 409 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 - - type: Fixtures - fixtures: {} -- proto: FolderSpawner - entities: - - uid: 268 - components: - - type: Transform - pos: 0.545696,8.641137 - parent: 1 - - uid: 269 - components: - - type: Transform - pos: 0.655071,8.516137 - parent: 1 -- proto: FoodBowlBig - entities: - - uid: 203 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 205 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 433 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 434 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 435 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 467 - components: - - type: Transform - pos: -0.53940296,-1.5584011 - parent: 1 -- proto: FoodBreadTofu - entities: - - uid: 314 - components: - - type: Transform - pos: -0.52610993,-2.4376705 - parent: 1 -- proto: FoodButter - entities: - - uid: 210 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 466 - components: - - type: Transform - pos: 2.2145581,-5.2579994 - parent: 1 -- proto: FoodCondimentBottleHotsauce - entities: - - uid: 366 - components: - - type: Transform - pos: -0.52442646,-3.3057318 - parent: 1 -- proto: FoodCondimentPacketSoy - entities: - - uid: 6 - components: - - type: Transform - pos: -3.0590591,2.66359 - parent: 1 - - uid: 307 - components: - - type: Transform - pos: -3.3246841,2.772965 - parent: 1 - - uid: 308 - components: - - type: Transform - pos: -3.2465591,2.63234 - parent: 1 -- proto: FoodContainerEgg - entities: - - uid: 327 - components: - - type: Transform - pos: 1.3914013,-5.320435 - parent: 1 -- proto: FoodKebabSkewer - entities: - - uid: 442 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 443 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 444 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 463 - components: - - type: Transform - pos: 2.4608612,0.19739783 - parent: 1 - - uid: 464 - components: - - type: Transform - pos: 2.5233612,0.07239783 - parent: 1 - - uid: 465 - components: - - type: Transform - pos: 2.5546112,0.16614783 - parent: 1 -- proto: FoodMealSashimi - entities: - - uid: 276 - components: - - type: Transform - pos: 2.596079,0.44339633 - parent: 1 - - uid: 280 - components: - - type: Transform - pos: 2.517954,0.80277133 - parent: 1 -- proto: FoodMeat - entities: - - uid: 193 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 446 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 447 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 448 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 450 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 451 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatBear - entities: - - uid: 195 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 202 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatBearCooked - entities: - - uid: 198 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatClown - entities: - - uid: 206 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatDragon - entities: - - uid: 218 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatFish - entities: - - uid: 30 - components: - - type: Transform - pos: 2.611704,-0.08785367 - parent: 1 - - uid: 168 - components: - - type: Transform - pos: 2.361704,-0.29097867 - parent: 1 -- proto: FoodMeatGoliath - entities: - - uid: 200 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 201 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatHuman - entities: - - uid: 199 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatLizard - entities: - - uid: 207 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatPlant - entities: - - uid: 194 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatRat - entities: - - uid: 190 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatRouny - entities: - - uid: 196 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 449 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatSnake - entities: - - uid: 191 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 209 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodMeatSpider - entities: - - uid: 189 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodNoodlesButter - entities: - - uid: 223 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 224 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodNoodlesMeatball - entities: - - uid: 225 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodPlateMuffinTin - entities: - - uid: 431 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 432 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 460 - components: - - type: Transform - pos: 0.38519073,-5.120285 - parent: 1 - - uid: 461 - components: - - type: Transform - pos: 0.49456573,-5.245285 - parent: 1 -- proto: FoodPlateTin - entities: - - uid: 197 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 462 - components: - - type: Transform - pos: 0.6351907,-5.151535 - parent: 1 -- proto: FoodRiceBoiled - entities: - - uid: 228 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 229 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 230 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 317 - components: - - type: Transform - pos: 2.5383549,1.1794188 - parent: 1 -- proto: FoodRiceEgg - entities: - - uid: 226 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 227 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 306 - components: - - type: Transform - pos: -0.5061562,4.556046 - parent: 1 -- proto: FoodRiceGumbo - entities: - - uid: 219 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodRicePork - entities: - - uid: 221 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 222 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 315 - components: - - type: Transform - pos: -3.533286,-3.3595455 - parent: 1 -- proto: FoodRicePudding - entities: - - uid: 220 - components: - - type: Transform - parent: 217 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodShakerPepper - entities: - - uid: 255 - components: - - type: Transform - pos: -0.40587687,-3.4677377 - parent: 1 - - uid: 302 - components: - - type: Transform - pos: -3.609002,2.5322623 - parent: 1 -- proto: FoodShakerSalt - entities: - - uid: 262 - components: - - type: Transform - pos: -0.6558769,-3.4052377 - parent: 1 - - uid: 281 - components: - - type: Transform - pos: -3.734002,2.7353873 - parent: 1 -- proto: FoodTofu - entities: - - uid: 312 - components: - - type: Transform - pos: 2.5676293,-0.39994144 - parent: 1 -- proto: GasPassiveVent - entities: - - uid: 412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPipeBend - entities: - - uid: 132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-0.5 - parent: 1 - - uid: 365 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 393 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPipeStraight - entities: - - uid: 351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 388 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 389 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 390 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 395 - components: - - type: Transform - pos: 2.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 400 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 401 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 402 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 411 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 428 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPipeTJunction - entities: - - uid: 18 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,0.5 - parent: 1 - - uid: 350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPort - entities: - - uid: 118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 1 - - uid: 252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 1 -- proto: GasPressurePump - entities: - - uid: 113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasVentPump - entities: - - uid: 352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 336 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 336 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-4.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 336 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasVentScrubber - entities: - - uid: 377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,5.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 336 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-3.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 336 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 427 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 1 - - type: DeviceNetwork - deviceLists: - - 336 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GeneratorBasic15kW - entities: - - uid: 423 - components: - - type: Transform - pos: 6.5,1.5 - parent: 1 -- proto: GeneratorWallmountAPU - entities: - - uid: 392 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 -- proto: GravityGeneratorMini - entities: - - uid: 42 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1 -- proto: Grille - entities: - - uid: 41 - components: - - type: Transform - pos: 7.5,3.5 - parent: 1 - - uid: 43 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 1 - - uid: 44 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 1 - - uid: 59 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 61 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1 - - uid: 65 - components: - - type: Transform - pos: 0.5,9.5 - parent: 1 - - uid: 66 - components: - - type: Transform - pos: 2.5,9.5 - parent: 1 - - uid: 67 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 68 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1 - - uid: 69 - components: - - type: Transform - pos: 3.5,8.5 - parent: 1 - - uid: 75 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 1 - - uid: 76 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 77 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 1 - - uid: 108 - components: - - type: Transform - pos: 7.5,4.5 - parent: 1 - - uid: 126 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1 - - uid: 127 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 1 - - uid: 211 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1 -- proto: GrilleDiagonal - entities: - - uid: 413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,9.5 - parent: 1 - - uid: 415 - components: - - type: Transform - pos: -0.5,9.5 - parent: 1 -- proto: Gyroscope - entities: - - uid: 110 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 -- proto: HolopadLongRange - entities: - - uid: 479 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1 - - type: Label - currentLabel: Salami-Salami -- proto: hydroponicsSoil - entities: - - uid: 171 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 1 - - uid: 185 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1 - - uid: 187 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 1 -- proto: HydroponicsToolClippers - entities: - - uid: 287 - components: - - type: Transform - pos: 5.466004,-3.5307665 - parent: 1 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 104 - components: - - type: Transform - pos: 4.997254,-2.6557667 - parent: 1 -- proto: HydroponicsToolSpade - entities: - - uid: 294 - components: - - type: Transform - pos: 4.4335594,-2.6451116 - parent: 1 -- proto: InflatableDoorStack1 - entities: - - uid: 338 - components: - - type: Transform - pos: 5.9345875,-0.22078323 - parent: 1 -- proto: InflatableWallStack1 - entities: - - uid: 342 - components: - - type: Transform - pos: 5.9345875,-0.48640823 - parent: 1 - - uid: 344 - components: - - type: Transform - pos: 5.9970875,-0.34578323 - parent: 1 -- proto: IntercomTraffic - entities: - - uid: 266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,6.5 - parent: 1 -- proto: KitchenElectricGrill - entities: - - uid: 119 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 -- proto: KitchenKnife - entities: - - uid: 278 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 368 - components: - - type: Transform - pos: 0.0946908,4.5533895 - parent: 1 -- proto: KitchenMicrowave - entities: - - uid: 292 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 -- proto: KitchenReagentGrinder - entities: - - uid: 256 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 -- proto: LargeBeaker - entities: - - uid: 445 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: LightBulb - entities: - - uid: 305 - components: - - type: Transform - pos: 5.1377125,-0.48640823 - parent: 1 - - uid: 332 - components: - - type: Transform - pos: 5.0283375,-0.20515823 - parent: 1 - - uid: 337 - components: - - type: Transform - pos: 5.2939625,-0.26765823 - parent: 1 -- proto: LightTube - entities: - - uid: 339 - components: - - type: Transform - pos: 5.3408375,-0.61140823 - parent: 1 - - uid: 340 - components: - - type: Transform - pos: 5.1377125,-0.39265823 - parent: 1 -- proto: LockerFreezerBase - entities: - - uid: 217 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 218 - - 219 - - 220 - - 221 - - 222 - - 223 - - 224 - - 225 - - 226 - - 227 - - 228 - - 229 - - 230 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: MaterialSheetMeat - entities: - - uid: 204 - components: - - type: Transform - parent: 188 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MetalFoamGrenade - entities: - - uid: 481 - components: - - type: Transform - pos: 5.727938,-0.21784377 - parent: 1 -- proto: NitrogenTankFilled - entities: - - uid: 472 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 473 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: NoticeBoard - entities: - - uid: 242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 1 -- proto: OxygenTankFilled - entities: - - uid: 476 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 477 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: PairedChopsticks - entities: - - uid: 454 - components: - - type: Transform - pos: -0.453125,-0.46875 - parent: 1 - - uid: 455 - components: - - type: Transform - pos: -0.578125,-0.578125 - parent: 1 - - uid: 456 - components: - - type: Transform - pos: -0.453125,-0.546875 - parent: 1 - - uid: 457 - components: - - type: Transform - pos: -3.71875,2.65625 - parent: 1 - - uid: 458 - components: - - type: Transform - pos: -3.75,2.5625 - parent: 1 - - uid: 459 - components: - - type: Transform - pos: -3.671875,2.5625 - parent: 1 -- proto: Paper - entities: - - uid: 264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.6722677,4.7225256 - parent: 1 - - uid: 349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.48476768,4.5037756 - parent: 1 -- proto: PaperBin10 - entities: - - uid: 270 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 -- proto: Pen - entities: - - uid: 271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.1202586,8.459948 - parent: 1 -- proto: PlantBag - entities: - - uid: 169 - components: - - type: Transform - pos: 5.169129,-3.4370167 - parent: 1 -- proto: PosterLegitBotanyFood - entities: - - uid: 425 - components: - - type: Transform - pos: 3.5,0.5 - parent: 1 -- proto: PosterLegitFruitBowl - entities: - - uid: 10 - components: - - type: Transform - pos: -4.5,0.5 - parent: 1 -- proto: PottedPlantRandom - entities: - - uid: 231 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 1 - - uid: 251 - components: - - type: Transform - pos: -3.5,0.5 - parent: 1 -- proto: Poweredlight - entities: - - uid: 38 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 1 - - uid: 290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 - parent: 1 - - uid: 291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 1 - - uid: 323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,4.5 - parent: 1 -- proto: PoweredSmallLight - entities: - - uid: 130 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-3.5 - parent: 1 - - uid: 288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,1.5 - parent: 1 -- proto: RagItem - entities: - - uid: 341 - components: - - type: Transform - pos: -0.5460987,-0.8673103 - parent: 1 -- proto: RandomMeat - entities: - - uid: 261 - components: - - type: Transform - pos: -3.4671524,4.432307 - parent: 1 -- proto: RandomPosterAny - entities: - - uid: 286 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 426 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 -- proto: RandomProduce - entities: - - uid: 343 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 1 -- proto: ReagentContainerFlour - entities: - - uid: 328 - components: - - type: Transform - pos: 1.6726513,-5.27356 - parent: 1 -- proto: RiceSeeds - entities: - - uid: 318 - components: - - type: Transform - pos: 5.9063883,-2.3610237 - parent: 1 -- proto: RollingPin - entities: - - uid: 322 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: RubberStampTrader - entities: - - uid: 265 - components: - - type: Transform - pos: 1.0689831,8.762463 - parent: 1 -- proto: ShelfKitchen - entities: - - uid: 471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 1 -- proto: ShelfMetal - entities: - - uid: 469 - components: - - type: Transform - pos: 5.5,5.5 - parent: 1 -- proto: ShelfWood - entities: - - uid: 470 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 -- proto: ShuttersWindowOpen - entities: - - uid: 244 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 1 - - uid: 258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 1 - - uid: 259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 1 - - uid: 260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-3.5 - parent: 1 -- proto: ShuttleWindow - entities: - - uid: 31 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 1 - - uid: 48 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 1 - - uid: 49 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 1 - - uid: 70 - components: - - type: Transform - pos: 0.5,9.5 - parent: 1 - - uid: 71 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 72 - components: - - type: Transform - pos: 2.5,9.5 - parent: 1 - - uid: 73 - components: - - type: Transform - pos: 3.5,8.5 - parent: 1 - - uid: 74 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1 - - uid: 82 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 1 - - uid: 83 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 84 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 1 - - uid: 100 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 101 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1 - - uid: 109 - components: - - type: Transform - pos: 7.5,4.5 - parent: 1 - - uid: 128 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1 - - uid: 215 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1 - - uid: 263 - components: - - type: Transform - pos: 7.5,3.5 - parent: 1 -- proto: ShuttleWindowDiagonal - entities: - - uid: 63 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,9.5 - parent: 1 - - uid: 64 - components: - - type: Transform - pos: -0.5,9.5 - parent: 1 -- proto: SignalButtonDirectional - entities: - - uid: 40 - components: - - type: MetaData - name: Toggle Docking Blast Doors - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 243: - - - Pressed - - Toggle - 123: - - - Pressed - - Toggle - - uid: 273 - components: - - type: MetaData - name: Toggle Shutters - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 260: - - - Pressed - - Toggle - 259: - - - Pressed - - Toggle - 244: - - - Pressed - - Toggle - 258: - - - Pressed - - Toggle - - uid: 277 - components: - - type: MetaData - name: Lock Door - - type: Transform - pos: 0.5,2.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 161: - - - Pressed - - DoorBolt -- proto: SinkWide - entities: - - uid: 253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-4.5 - parent: 1 -- proto: Skimmer - entities: - - uid: 430 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SMESBasic - entities: - - uid: 120 - components: - - type: MetaData - name: 'SMES: Salami-Salami' - - type: Transform - pos: 6.5,-0.5 - parent: 1 -- proto: SodaDispenser - entities: - - uid: 296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 1 -- proto: SoybeanSeeds - entities: - - uid: 320 - components: - - type: Transform - pos: 5.3282633,-2.2360237 - parent: 1 -- proto: SpoonPlastic - entities: - - uid: 316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.189536,-3.3595455 - parent: 1 -- proto: StoolBar - entities: - - uid: 133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 1 - - uid: 134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 1 - - uid: 135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 1 - - uid: 136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 1 -- proto: SubstationWallBasic - entities: - - uid: 285 - components: - - type: MetaData - name: 'Substation: Salami-Salami' - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-1.5 - parent: 1 -- proto: Table - entities: - - uid: 27 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - uid: 124 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1 - - uid: 125 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 129 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1 - - uid: 214 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 254 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 1 - - uid: 347 - components: - - type: Transform - pos: 6.5,3.5 - parent: 1 -- proto: TableGlass - entities: - - uid: 32 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 216 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 1 - - uid: 241 - components: - - type: Transform - pos: 2.5,0.5 - parent: 1 -- proto: TableReinforced - entities: - - uid: 234 - components: - - type: Transform - pos: 0.5,8.5 - parent: 1 - - uid: 235 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 -- proto: TableWood - entities: - - uid: 300 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1 -- proto: TableWoodReinforced - entities: - - uid: 23 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1 - - uid: 24 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 25 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 26 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1 - - uid: 295 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1 - - uid: 301 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1 -- proto: Thruster - entities: - - uid: 36 - components: - - type: Transform - pos: 5.5,6.5 - parent: 1 - - uid: 39 - components: - - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 97 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,6.5 - parent: 1 - - uid: 98 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,5.5 - parent: 1 - - uid: 99 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,4.5 - parent: 1 - - uid: 257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-5.5 - parent: 1 - - uid: 297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-5.5 - parent: 1 - - uid: 298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-5.5 - parent: 1 -- proto: ToolboxMechanicalFilled - entities: - - uid: 8 - components: - - type: Transform - pos: 5.5718756,-0.6875 - parent: 1 -- proto: VendingMachineChang - entities: - - uid: 279 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 -- proto: VendingMachineChefvendUnlocked - entities: - - uid: 399 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1 -- proto: VendingMachineCondiments - entities: - - uid: 453 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1 -- proto: SpawnPointFoodCritic - entities: - - uid: 232 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 -- proto: WallShuttle - entities: - - uid: 2 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 1 - - uid: 3 - components: - - type: Transform - pos: -4.5,0.5 - parent: 1 - - uid: 4 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1 - - uid: 5 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 7 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1 - - uid: 9 - components: - - type: Transform - pos: -3.5,3.5 - parent: 1 - - uid: 11 - components: - - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 14 - components: - - type: Transform - pos: -1.5,3.5 - parent: 1 - - uid: 15 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 17 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 20 - components: - - type: Transform - pos: 7.5,0.5 - parent: 1 - - uid: 21 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1 - - uid: 28 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 29 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1 - - uid: 45 - components: - - type: Transform - pos: 7.5,1.5 - parent: 1 - - uid: 50 - components: - - type: Transform - pos: 7.5,2.5 - parent: 1 - - uid: 52 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 1 - - uid: 53 - components: - - type: Transform - pos: 3.5,5.5 - parent: 1 - - uid: 54 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1 - - uid: 60 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 62 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1 - - uid: 80 - components: - - type: Transform - pos: 5.5,5.5 - parent: 1 - - uid: 81 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 1 - - uid: 87 - components: - - type: Transform - pos: 6.5,5.5 - parent: 1 - - uid: 88 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 94 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 1 - - uid: 95 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 1 - - uid: 96 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1 -- proto: WallShuttleDiagonal - entities: - - uid: 13 - components: - - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 22 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-4.5 - parent: 1 - - uid: 47 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-4.5 - parent: 1 - - uid: 56 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,5.5 - parent: 1 - - uid: 58 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 1 - - uid: 213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-6.5 - parent: 1 -- proto: WallShuttleInterior - entities: - - uid: 12 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 - - uid: 16 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 19 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1 - - uid: 35 - components: - - type: Transform - pos: 3.5,0.5 - parent: 1 - - uid: 37 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 46 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 51 - components: - - type: Transform - pos: 3.5,3.5 - parent: 1 - - uid: 89 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 90 - components: - - type: Transform - pos: 2.5,6.5 - parent: 1 - - uid: 105 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1 - - uid: 106 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 1 - - uid: 114 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 116 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 - - uid: 159 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1 - - uid: 160 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 176 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 186 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 1 - - uid: 239 - components: - - type: Transform - pos: 3.5,1.5 - parent: 1 - - uid: 282 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 -- proto: WarpPointShuttle - entities: - - uid: 33 - components: - - type: Transform - pos: 1.5,0.5 - parent: 1 - - type: WarpPoint - location: Traveling Cuisines -- proto: WaterVaporTankFilled - entities: - - uid: 247 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 248 - components: - - type: Transform - parent: 245 - - type: Physics - canCollide: False - - type: InsideEntityStorage -... From b2bc7f71dbd52a07cd0e0817bad511cc36a9b0be Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Mon, 15 Jun 2026 15:12:20 -0700 Subject: [PATCH 17/22] Revert sample_collector.yml to master, I didn't intend to change that one. --- Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml b/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml index 51f272926cf..cd7ce9c35a3 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml @@ -8,7 +8,7 @@ subtype: role-subtype-sample-collector - type: SampleCollectorRole -# Starting Gear +# Startine Gear - type: startingGear id: SampleCollectorGear equipment: From d6f699ac3a0a0e22a1f353cfefc429d1f9d1d7e0 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Mon, 15 Jun 2026 15:54:59 -0700 Subject: [PATCH 18/22] Changed the Food Critic spawner sprite to be a burger instead of the sprite from the sample collector. --- Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml index 9422da18921..3fc93e6f299 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/food_critic.yml @@ -40,5 +40,4 @@ sprite: Markers/jobs.rsi layers: - state: green - - sprite: Objects/Specific/Medical/medical.rsi - state: bloodpack + - sprite: Objects/Consumable/Food/burger.rsi From 9bf200f758fb40e7757c6aaec6ba08220524296f Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Mon, 15 Jun 2026 16:21:10 -0700 Subject: [PATCH 19/22] Re-fix the comment typo I corrected and then reverted because I forgot I did that. --- Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml b/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml index cd7ce9c35a3..51f272926cf 100644 --- a/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml +++ b/Resources/Prototypes/_Floof/Roles/Ghost/sample_collector.yml @@ -8,7 +8,7 @@ subtype: role-subtype-sample-collector - type: SampleCollectorRole -# Startine Gear +# Starting Gear - type: startingGear id: SampleCollectorGear equipment: From 5494803a59ddc648e5bed1bf6a5478e4dc462bc2 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Mon, 15 Jun 2026 17:47:13 -0700 Subject: [PATCH 20/22] Corrected case on these fields. --- Resources/Prototypes/GameRules/events.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 2cbf214fa21..fd1fadbf28a 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -905,8 +905,8 @@ duration: 1 earliestStart: 5 minimumPlayers: 20 - OccursDuringRoundEnd: false - MaxOccurrences: 1 + occursDuringRoundEnd: false + maxOccurrences: 1 - type: PrecognitionResult # DeltaV - Precogniton message: psionic-power-precognition-unknown-shuttle-food-critic-result-message - type: RandomSpawnRule From 4777dcbc08ddcba6485b821be1a7960ee621c6bb Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 2 Jul 2026 01:04:22 -0700 Subject: [PATCH 21/22] Removed "unknown-shuttle" from food critic's precog message title --- Resources/Locale/en-US/_Floof/abilities/psionic.ftl | 2 +- Resources/Prototypes/GameRules/events.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl index 4e3a92f823e..8092e2077dc 100644 --- a/Resources/Locale/en-US/_Floof/abilities/psionic.ftl +++ b/Resources/Locale/en-US/_Floof/abilities/psionic.ftl @@ -3,7 +3,7 @@ role-subtype-sample-collector = Sample Collector ghost-role-information-sample-collector-name = Sample Collector ghost-role-information-sample-collector-description = Purchase, and assist in the collection of, biological samples from station crew. -psionic-power-precognition-unknown-shuttle-food-critic-result-message = You see a judge, not one of law, but of life, of sustainance. Have you done enough to make the lives of others fuller? Are you even capable of that? Its gaze makes you question your every competence. You are at its service and its mercy. +psionic-power-precognition-food-critic-result-message = You see a judge, not one of law, but of life, of sustainance. Have you done enough to make the lives of others fuller? Are you even capable of that? Its gaze makes you question your every competence. You are at its service and its mercy. role-subtype-food-critic = Food Critic ghost-role-information-food-critic-name = Food Critic ghost-role-information-food-critic-description = Test the culinary prowess of HGI's service crew. Is the food here worth risking being eaten by the rat king? You'll be the judge of that. diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index fd1fadbf28a..3d1c8adfe0d 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -908,6 +908,6 @@ occursDuringRoundEnd: false maxOccurrences: 1 - type: PrecognitionResult # DeltaV - Precogniton - message: psionic-power-precognition-unknown-shuttle-food-critic-result-message + message: psionic-power-precognition-food-critic-result-message - type: RandomSpawnRule prototype: SpawnPointFoodCritic From 3fdc53e2f77d5d50a8f00fb0807b27a688468fe9 Mon Sep 17 00:00:00 2001 From: Sydney Grayy Date: Thu, 2 Jul 2026 01:22:45 -0700 Subject: [PATCH 22/22] Moved FoodCriticSpawn gamerule to _Floof namespace --- Resources/Prototypes/GameRules/events.yml | 17 ----------------- .../Prototypes/_Floof/Gamerules/events.yml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 Resources/Prototypes/_Floof/Gamerules/events.yml diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 3d1c8adfe0d..8b46f47db06 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -894,20 +894,3 @@ max: 1 pickPlayer: false -#Euphoria - -- type: entity - parent: BaseGameRule - id: FoodCriticSpawn - components: - - type: StationEvent - weight: 2 - duration: 1 - earliestStart: 5 - minimumPlayers: 20 - occursDuringRoundEnd: false - maxOccurrences: 1 - - type: PrecognitionResult # DeltaV - Precogniton - message: psionic-power-precognition-food-critic-result-message - - type: RandomSpawnRule - prototype: SpawnPointFoodCritic diff --git a/Resources/Prototypes/_Floof/Gamerules/events.yml b/Resources/Prototypes/_Floof/Gamerules/events.yml new file mode 100644 index 00000000000..fb7eb323190 --- /dev/null +++ b/Resources/Prototypes/_Floof/Gamerules/events.yml @@ -0,0 +1,15 @@ +- type: entity + parent: BaseGameRule + id: FoodCriticSpawn + components: + - type: StationEvent + weight: 2 + duration: 1 + earliestStart: 5 + minimumPlayers: 20 + occursDuringRoundEnd: false + maxOccurrences: 1 + - type: PrecognitionResult + message: psionic-power-precognition-food-critic-result-message + - type: RandomSpawnRule + prototype: SpawnPointFoodCritic