From f8eefc072536f0d780909dac279233fd46e44f23 Mon Sep 17 00:00:00 2001 From: EnDecc <33369477+Endecc@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:25:25 -0400 Subject: [PATCH] Craftable steel secure crate (#19881) * recipe * i cast retest spell --- .../Recipes/Crafting/Graphs/storage/cratesecure.yml | 7 +++++-- Resources/Prototypes/Recipes/Crafting/crates.yml | 11 +++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml index 0ac6888f17..f9875e4e2d 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/cratesecure.yml @@ -8,6 +8,8 @@ steps: - material: Steel amount: 5 + - material: Cable + amount: 2 doAfter: 5 @@ -19,13 +21,14 @@ - tool: Screwing doAfter: 5 conditions: - - !type:StorageWelded - welded: false - !type:Locked locked: false completed: - !type:SpawnPrototype prototype: SheetSteel1 amount: 5 + - !type:SpawnPrototype + prototype: CableApcStack1 + amount: 2 - !type:EmptyAllContainers - !type:DeleteEntity diff --git a/Resources/Prototypes/Recipes/Crafting/crates.yml b/Resources/Prototypes/Recipes/Crafting/crates.yml index c4980ed95d..4177b3fa2a 100644 --- a/Resources/Prototypes/Recipes/Crafting/crates.yml +++ b/Resources/Prototypes/Recipes/Crafting/crates.yml @@ -20,6 +20,17 @@ icon: { sprite: Structures/Storage/Crates/generic.rsi, state: icon } objectType: Structure +- type: construction + name: secure crate + id: CrateSecure + graph: CrateSecure + startNode: start + targetNode: cratesecure + category: construction-category-storage + description: A secure metal crate for storing things. Requires no special access, can be configured with an Access Configurator. + icon: { sprite: Structures/Storage/Crates/secure.rsi, state: icon } + objectType: Structure + - type: construction name: plastic crate id: CratePlastic