From 6cb2537bb170b0134882ba09f22b6ca5c264d717 Mon Sep 17 00:00:00 2001 From: magmodius <88403244+magmodius@users.noreply.github.com> Date: Wed, 18 May 2022 18:30:11 -0400 Subject: [PATCH] Electronics Crate (#8183) Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- .../Prototypes/Catalog/Cargo/cargo_engineering.yml | 12 ++++++++++++ .../Prototypes/Catalog/Fills/Crates/engineering.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml index 0d1e25e8fa..5188ecea1d 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml @@ -45,3 +45,15 @@ cost: 3000 category: Engineering group: market + +- type: cargoProduct + name: "electrical supplies crate" + id: EngineeringElectricalSupplies + description: "N.T. is not responsible for any workplace infighting relating to the insulated gloves included within these crates." + icon: + sprite: Objects/Tools/Toolboxes/toolbox_yellow.rsi + state: icon + product: CrateEngineeringElectricalSupplies + cost: 4500 + category: Engineering + group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml b/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml index de38aab797..1341c0c4ee 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/engineering.yml @@ -87,3 +87,15 @@ amount: 2 - id: CableApcStack amount: 2 + +- type: entity + id: CrateEngineeringElectricalSupplies + name: Electrical Supplies Crate + parent: CrateElectrical + components: + - type: StorageFill + contents: + - id: ToolboxElectricalFilled + amount: 2 + - id: ClothingHandsGlovesColorYellow + amount: 2