Jumpsuit butchering and gauze crafting (#6787)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
- type: constructionGraph
|
||||
id: Gauze
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: gauze
|
||||
steps:
|
||||
- material: Cloth
|
||||
amount: 2
|
||||
doAfter: 10
|
||||
- node: gauze
|
||||
entity: Gauze1
|
||||
@@ -34,3 +34,16 @@
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Cannons/pneumatic_cannon.rsi
|
||||
state: pneumaticCannon
|
||||
|
||||
- type: construction
|
||||
name: gauze
|
||||
id: gauze
|
||||
graph: Gauze
|
||||
startNode: start
|
||||
targetNode: gauze
|
||||
category: Tools
|
||||
objectType: Item
|
||||
description: When you've really got nothing left.
|
||||
icon:
|
||||
sprite: Objects/Specific/Medical/medical.rsi
|
||||
state: gauze
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
- type: latheRecipe
|
||||
id: Gauze
|
||||
icon: Objects/Specific/Medical/medical.rsi/gauze.png
|
||||
result: Gauze
|
||||
completetime: 500
|
||||
materials:
|
||||
Plastic: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: Scalpel
|
||||
icon: Objects/Specific/Medical/Surgery/scalpel.rsi/scalpel.png
|
||||
|
||||
Reference in New Issue
Block a user