Jumpsuit butchering and gauze crafting (#6787)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
mirrorcult
2022-02-28 20:38:39 -07:00
committed by GitHub
parent 76e6cacce6
commit 903dabf0db
14 changed files with 159 additions and 31 deletions

View File

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

View File

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

View File

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