add ointment and bruise packs to medfab (#17054)

This commit is contained in:
Nemanja
2023-06-01 21:36:33 -04:00
committed by GitHub
parent 2c6d72bf53
commit 1c91205b93
3 changed files with 35 additions and 1 deletions

View File

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

View File

@@ -484,6 +484,8 @@
idleState: icon
runningState: icon
staticRecipes:
- Brutepack
- Ointment
- HandLabeler
- Defibrillator
- HandheldHealthAnalyzer

View File

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