Pill Renames, add Cryo Bottle and Derma Pill, Burn kit Update (#17414)

Co-authored-by: Owai-Seek <>
This commit is contained in:
Sir Winters
2023-06-17 15:47:56 -04:00
committed by GitHub
parent 941a3cd113
commit 6e924ea568
3 changed files with 34 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
- id: SyringeInaprovaline
- id: Ointment
amount: 4
- id: PillKelotane
- id: PillDermaline
amount: 5
- type: entity

View File

@@ -169,7 +169,7 @@
# Pills
- type: entity
name: dexalin pill
name: dexalin pill (10u)
parent: Pill
id: PillDexalin
components:
@@ -182,7 +182,7 @@
Quantity: 10
- type: entity
name: dylovene pill
name: dylovene pill (10u)
parent: Pill
id: PillDylovene
components:
@@ -195,7 +195,7 @@
Quantity: 10
- type: entity
name: hyronalin pill
name: hyronalin pill (10u)
parent: Pill
id: PillHyronalin
components:
@@ -208,7 +208,7 @@
Quantity: 10
- type: entity
name: iron pill
name: iron pill (10u)
parent: Pill
id: PillIron
components:
@@ -221,7 +221,7 @@
Quantity: 10
- type: entity
name: kelotane pill
name: kelotane pill (10u)
parent: Pill
id: PillKelotane
components:
@@ -233,6 +233,19 @@
- ReagentId: Kelotane
Quantity: 10
- type: entity
name: dermaline pill (10u)
parent: Pill
id: PillDermaline
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Dermaline
Quantity: 10
- type: entity
name: space drugs
parent: Pill
@@ -247,7 +260,7 @@
Quantity: 15
- type: entity
name: tricordrazine pill
name: tricordrazine pill (10u)
parent: Pill
id: PillTricordrazine
components:

View File

@@ -100,6 +100,20 @@
- type: StaticPrice
price: 10
- type: entity
name: cryoxadone beaker
description: Filled with a reagent used in cryogenic tubes.
parent: Beaker
id: CryoxadoneBeakerSmall
components:
- type: SolutionContainerManager
solutions:
beaker:
maxVol: 50
reagents:
- ReagentId: Cryoxadone
Quantity: 50
- type: entity
name: large beaker
parent: BaseBeaker