diff --git a/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/science-crates.ftl b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/science-crates.ftl new file mode 100644 index 00000000000..a5ce5ad007c --- /dev/null +++ b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/science-crates.ftl @@ -0,0 +1,2 @@ +ent-CrateScienceLabBundle = scientist lab kit + .desc = Contains a full kit to build your very own science lab. diff --git a/Resources/Prototypes/_NF/Catalog/Cargo/cargo_science.yml b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_science.yml new file mode 100644 index 00000000000..4eeaedfb858 --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_science.yml @@ -0,0 +1,9 @@ +- type: cargoProduct + id: ScienceLabBundle + icon: + sprite: Objects/Misc/module.rsi + state: cpu_science + product: CrateScienceLabBundle + cost: 20000 + category: Science + group: market diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/duffelbag.yml index acd53d4e257..a380397e191 100644 --- a/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/_NF/Catalog/Fills/Backpacks/duffelbag.yml @@ -9,3 +9,25 @@ - id: WeaponLauncherChinaLakeEmp - id: GrenadeEmp amount: 8 + +- type: entity + id: ClothingBackpackDuffelScienceBundle + parent: ClothingBackpackDuffelScience + suffix: Science Kit + components: + - type: StorageFill + contents: + - id: SheetGlass1 + amount: 14 + - id: SheetPGlass1 + amount: 10 + - id: SheetPlasma1 + amount: 5 + - id: Beaker + amount: 4 + - id: MatterBinStockPart + amount: 10 + - id: CapacitorStockPart + amount: 8 + - id: MicroManipulatorStockPart + amount: 5 diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Crates/science.yml b/Resources/Prototypes/_NF/Catalog/Fills/Crates/science.yml new file mode 100644 index 00000000000..7f9142dcd8b --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/Fills/Crates/science.yml @@ -0,0 +1,22 @@ +- type: entity + id: CrateScienceLabBundle + parent: CrateScienceSecure + components: + - type: StorageFill + contents: + - id: ExosuitFabricatorMachineCircuitboard + - id: AnomalyVesselCircuitboard + - id: CircuitImprinterMachineCircuitboard + - id: ResearchAndDevelopmentServerMachineCircuitboard + - id: ArtifactAnalyzerMachineCircuitboard + - id: AutolatheMachineCircuitboard + - id: ProtolatheMachineCircuitboard + - id: AnalysisComputerCircuitboard + - id: ResearchComputerCircuitboard + - id: APECircuitboard + - id: AnomalyScanner + - id: NodeScanner + - id: CableApcStack + - id: SheetSteel + amount: 2 + - id: ClothingBackpackDuffelScienceBundle