Jumpsuit butchering and gauze crafting (#6787)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -10,3 +10,7 @@
|
||||
- neck
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Butcherable
|
||||
butcheringType: Knife
|
||||
spawned: MaterialCloth1
|
||||
pieces: 2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
state: cloth
|
||||
- type: Stack
|
||||
count: 1
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: Fiber
|
||||
Quantity: 3
|
||||
|
||||
- type: entity
|
||||
parent: MaterialBase
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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