@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user