add ointment and bruise packs to medfab (#17054)
This commit is contained in:
@@ -43,6 +43,14 @@
|
|||||||
- type: StackPrice
|
- type: StackPrice
|
||||||
price: 10
|
price: 10
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: Ointment1
|
||||||
|
parent: Ointment
|
||||||
|
components:
|
||||||
|
- type: Stack
|
||||||
|
stackType: Ointment
|
||||||
|
count: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: bruise pack
|
name: bruise pack
|
||||||
description: A therapeutic gel pack and bandages designed to treat blunt-force trauma.
|
description: A therapeutic gel pack and bandages designed to treat blunt-force trauma.
|
||||||
@@ -69,6 +77,14 @@
|
|||||||
- type: StackPrice
|
- type: StackPrice
|
||||||
price: 10
|
price: 10
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: Brutepack1
|
||||||
|
parent: Brutepack
|
||||||
|
components:
|
||||||
|
- type: Stack
|
||||||
|
stackType: Brutepack
|
||||||
|
count: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: blood pack
|
name: blood pack
|
||||||
description: Contains a groundbreaking universal blood replacement created by Nanotrasen's advanced medical science.
|
description: Contains a groundbreaking universal blood replacement created by Nanotrasen's advanced medical science.
|
||||||
|
|||||||
@@ -484,6 +484,8 @@
|
|||||||
idleState: icon
|
idleState: icon
|
||||||
runningState: icon
|
runningState: icon
|
||||||
staticRecipes:
|
staticRecipes:
|
||||||
|
- Brutepack
|
||||||
|
- Ointment
|
||||||
- HandLabeler
|
- HandLabeler
|
||||||
- Defibrillator
|
- Defibrillator
|
||||||
- HandheldHealthAnalyzer
|
- HandheldHealthAnalyzer
|
||||||
|
|||||||
@@ -48,6 +48,22 @@
|
|||||||
materials:
|
materials:
|
||||||
Plastic: 300
|
Plastic: 300
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: Brutepack
|
||||||
|
result: Brutepack1
|
||||||
|
completetime: 1
|
||||||
|
materials:
|
||||||
|
Steel: 25
|
||||||
|
Plastic: 25
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: Ointment
|
||||||
|
result: Ointment1
|
||||||
|
completetime: 1
|
||||||
|
materials:
|
||||||
|
Glass: 25
|
||||||
|
Plastic: 25
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: HandheldCrewMonitor
|
id: HandheldCrewMonitor
|
||||||
result: HandheldCrewMonitorEmpty
|
result: HandheldCrewMonitorEmpty
|
||||||
@@ -180,4 +196,4 @@
|
|||||||
name: hand labeler
|
name: hand labeler
|
||||||
completetime: 2
|
completetime: 2
|
||||||
materials:
|
materials:
|
||||||
Plastic: 100
|
Plastic: 100
|
||||||
|
|||||||
Reference in New Issue
Block a user