Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crew monitoring crate updated to contain flatpacks, science access instead of engi #33417

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Resources/Prototypes/Catalog/Cargo/cargo_circuitboards.yml

This file was deleted.

10 changes: 10 additions & 0 deletions Resources/Prototypes/Catalog/Cargo/cargo_science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@
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
12 changes: 0 additions & 12 deletions Resources/Prototypes/Catalog/Fills/Crates/circuitboards.yml

This file was deleted.

12 changes: 12 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@
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
20 changes: 19 additions & 1 deletion Resources/Prototypes/Entities/Objects/Devices/flatpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,22 @@
layers:
- state: fax-machine
- type: Flatpack
entity: FaxMachineBase
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
3 changes: 3 additions & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,6 @@ LeftLegBorgJanitor: LeftLegBorg
RightLegBorgJanitor: RightLegBorg
HeadBorgJanitor: LightHeadBorg
TorsoBorgJanitor: TorsoBorg

# 2024-11-19
CrateCrewMonitoringBoards: CrateCrewMonitoring
Loading