Craftable steel secure crate (#19881)

* recipe

* i cast retest spell
This commit is contained in:
EnDecc
2023-09-06 20:25:25 -04:00
committed by GitHub
parent 76dd75081d
commit f8eefc0725
2 changed files with 16 additions and 2 deletions

View File

@@ -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

View File

@@ -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