From 399aa6d14073be5bd71dcb26d42c385241798483 Mon Sep 17 00:00:00 2001 From: SethLafuente <84478872+SethLafuente@users.noreply.github.com> Date: Fri, 22 Oct 2021 02:47:47 -0700 Subject: [PATCH] Added plasma into the cargo console (#4974) * submodule * adds plasma into cargo console * Update cargo_materials.yml Co-authored-by: SETh lafuente --- .../Prototypes/Catalog/Cargo/cargo_materials.yml | 13 +++++++++++++ .../Prototypes/Catalog/Fills/Crates/materials.yml | 10 ++++++++++ .../Structures/Machines/Computers/computers.yml | 1 + 3 files changed, 24 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml index 872f65c5e3..29855b23c8 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml @@ -45,3 +45,16 @@ cost: 6000 category: Materials group: market + +- type: cargoProduct + name: "crate of solid plasma" + id: MaterialPlasma + description: "90 sheets of plasma." + icon: + sprite: Objects/Materials/Sheets/other.rsi + state: plasma_3 + product: CrateMaterialPlasma + cost: 4500 + category: Materials + group: market + diff --git a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml index f5850ae8af..c9962f9073 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml @@ -87,3 +87,13 @@ contents: - id: SheetPlasteel amount: 3 + +- type: entity + id: CrateMaterialPlasma + name: solid plasma crate + parent: CrateGenericonimo + components: + - type: StorageFill + contents: + - id: SheetPlasma + amount: 3 diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index cd35c0959b..48dbbffd7b 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -257,6 +257,7 @@ - MaterialGlass - MaterialPlastic - MaterialPlasteel + - MaterialPlasma - EngineSingularityEmitter - EngineSingularityCollector - EngineSingularityGenerator