@@ -8,6 +8,8 @@
|
|||||||
steps:
|
steps:
|
||||||
- material: Steel
|
- material: Steel
|
||||||
amount: 5
|
amount: 5
|
||||||
|
- material: Cable
|
||||||
|
amount: 2
|
||||||
doAfter: 5
|
doAfter: 5
|
||||||
|
|
||||||
|
|
||||||
@@ -19,13 +21,14 @@
|
|||||||
- tool: Screwing
|
- tool: Screwing
|
||||||
doAfter: 5
|
doAfter: 5
|
||||||
conditions:
|
conditions:
|
||||||
- !type:StorageWelded
|
|
||||||
welded: false
|
|
||||||
- !type:Locked
|
- !type:Locked
|
||||||
locked: false
|
locked: false
|
||||||
completed:
|
completed:
|
||||||
- !type:SpawnPrototype
|
- !type:SpawnPrototype
|
||||||
prototype: SheetSteel1
|
prototype: SheetSteel1
|
||||||
amount: 5
|
amount: 5
|
||||||
|
- !type:SpawnPrototype
|
||||||
|
prototype: CableApcStack1
|
||||||
|
amount: 2
|
||||||
- !type:EmptyAllContainers
|
- !type:EmptyAllContainers
|
||||||
- !type:DeleteEntity
|
- !type:DeleteEntity
|
||||||
|
|||||||
@@ -20,6 +20,17 @@
|
|||||||
icon: { sprite: Structures/Storage/Crates/generic.rsi, state: icon }
|
icon: { sprite: Structures/Storage/Crates/generic.rsi, state: icon }
|
||||||
objectType: Structure
|
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
|
- type: construction
|
||||||
name: plastic crate
|
name: plastic crate
|
||||||
id: CratePlastic
|
id: CratePlastic
|
||||||
|
|||||||
Reference in New Issue
Block a user