Beds, Medical Beds, Stasis Beds (#6695)
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
- material: WoodPlank
|
||||
amount: 10
|
||||
doAfter: 1
|
||||
- to: medicalbed
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
steps:
|
||||
- material: Plasteel
|
||||
amount: 2
|
||||
doAfter: 1
|
||||
- node: bed
|
||||
entity: Bed
|
||||
edges:
|
||||
@@ -42,3 +49,14 @@
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
- node: medicalbed
|
||||
entity: MedicalBed
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetPlasteel1
|
||||
amount: 2
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
|
||||
- type: construction
|
||||
name: pilots chair
|
||||
id: chairPilotSeat
|
||||
@@ -294,7 +294,7 @@
|
||||
- type: construction
|
||||
id: Bed
|
||||
name: bed
|
||||
description: This is used to lie in, sleep in or strap on.
|
||||
description: This is used to lie in, sleep in or strap on. Resting here provides extremely slow healing.
|
||||
graph: bed
|
||||
startNode: start
|
||||
targetNode: bed
|
||||
@@ -308,6 +308,23 @@
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
id: MedicalBed
|
||||
name: Medical Bed
|
||||
description: A hospital bed for patients to recover in. Resting here provides fairly slow healing.
|
||||
graph: bed
|
||||
startNode: start
|
||||
targetNode: medicalbed
|
||||
category: Furniture
|
||||
icon:
|
||||
sprite: Structures/Furniture/furniture.rsi
|
||||
state: bed-MED
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
id: DogBed
|
||||
name: dog bed
|
||||
|
||||
@@ -185,6 +185,15 @@
|
||||
Steel: 100
|
||||
Glass: 900
|
||||
|
||||
- type: latheRecipe
|
||||
id: StasisBedMachineCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
result: StasisBedMachineCircuitboard
|
||||
completetime: 1000
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 900
|
||||
Gold: 100
|
||||
# Power
|
||||
- type: latheRecipe
|
||||
id: APCElectronics
|
||||
@@ -203,7 +212,7 @@
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 450
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: WallmountSubstationElectronics
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
@@ -221,7 +230,7 @@
|
||||
materials:
|
||||
Steel: 100
|
||||
Glass: 900
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: GeneratorPlasmaMachineCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
@@ -230,7 +239,7 @@
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 350
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: GeneratorUraniumMachineCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
@@ -239,7 +248,7 @@
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 350
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: WallmountGeneratorElectronics
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
@@ -248,7 +257,7 @@
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 350
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: WallmountGeneratorAPUElectronics
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
@@ -257,7 +266,7 @@
|
||||
materials:
|
||||
Steel: 50
|
||||
Glass: 350
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: SolarControlComputerCircuitboard
|
||||
icon: Objects/Misc/module.rsi/id_mod.png
|
||||
|
||||
Reference in New Issue
Block a user