+++ /dev/null
-- type: cargoProduct
- id: CrewMonitoringBoards
- icon:
- sprite: Objects/Misc/module.rsi
- state: cpuboard
- product: CrateCrewMonitoringBoards
- cost: 2000
- category: cargoproduct-category-name-circuitboards
- group: market
cost: 800
category: cargoproduct-category-name-science
group: market
+
+- type: cargoProduct
+ id: CrewMonitoring
+ icon:
+ sprite: Structures/Machines/server.rsi
+ state: server
+ product: CrateCrewMonitoring
+ cost: 2000
+ category: cargoproduct-category-name-science
+ group: market
+++ /dev/null
-- type: entity
- id: CrateCrewMonitoringBoards
- parent: CrateEngineeringSecure
- name: crew monitoring boards
- description: Has two crew monitoring console and server replacements. Requires engineering access to open.
- components:
- - type: StorageFill
- contents:
- - id: CrewMonitoringComputerCircuitboard
- amount: 2
- - id: CrewMonitoringServerMachineCircuitboard
- amount: 2
amount: 2
- id: ClothingMaskSterile
amount: 2
+
+- type: entity
+ id: CrateCrewMonitoring
+ parent: CrateScienceSecure
+ name: crew monitoring crate
+ description: Contains a flatpack of a crew monitoring server and a few crew monitoring computers. Requires Science access to open.
+ components:
+ - type: StorageFill
+ contents:
+ - id: CrewMonitoringServerFlatpack
+ - id: CrewMonitoringComputerFlatpack
+ amount: 3
layers:
- state: fax-machine
- type: Flatpack
- entity: FaxMachineBase
\ No newline at end of file
+ entity: FaxMachineBase
+
+- type: entity
+ parent: BaseFlatpack
+ id: CrewMonitoringServerFlatpack
+ name: crew monitoring server flatpack
+ description: A flatpack used for constructing a crew monitoring server.
+ components:
+ - type: Flatpack
+ entity: CrewMonitoringServer
+
+- type: entity
+ parent: BaseFlatpack
+ id: CrewMonitoringComputerFlatpack
+ name: crew monitoring computer flatpack
+ description: A flatpack used for constructing a crew monitoring console.
+ components:
+ - type: Flatpack
+ entity: ComputerCrewMonitoring
RightLegBorgJanitor: RightLegBorg
HeadBorgJanitor: LightHeadBorg
TorsoBorgJanitor: TorsoBorg
+
+# 2024-11-19
+CrateCrewMonitoringBoards: CrateCrewMonitoring