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

@@ -10,3 +10,7 @@
- neck
- type: Sprite
state: icon
- type: Butcherable
butcheringType: Knife
spawned: MaterialCloth1
pieces: 2

View File

@@ -8,8 +8,7 @@
- FEET
- type: Sprite
state: icon
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Fiber
Quantity: 5
- type: Butcherable
butcheringType: Knife
spawned: MaterialCloth1
pieces: 1

View File

@@ -20,11 +20,10 @@
Slots: [innerclothing]
EquipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Fiber
Quantity: 10
- type: Butcherable
butcheringType: Knife
spawned: MaterialCloth1
pieces: 3
- type: entity
abstract: true
@@ -38,8 +37,7 @@
femaleMask: UniformTop
EquipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Fiber
Quantity: 5
- type: Butcherable
butcheringType: Knife
spawned: MaterialCloth1
pieces: 3

View File

@@ -57,6 +57,11 @@
state: cloth
- type: Stack
count: 1
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Fiber
Quantity: 3
- type: entity
parent: MaterialBase

View File

@@ -71,6 +71,9 @@
- Gauze
- type: Sprite
state: gauze
- type: Construction
graph: Gauze
node: gauze
- type: Healing
damageContainer: Biological
damage:
@@ -85,6 +88,13 @@
- type: Stack
stackType: Gauze
- type: entity
id: Gauze1
parent: Gauze
components:
- type: Stack
count: 1
- type: entity
name: aloe cream
description: A topical cream for burns.

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