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