Pill Renames, add Cryo Bottle and Derma Pill, Burn kit Update (#17414)
Co-authored-by: Owai-Seek <>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
- id: SyringeInaprovaline
|
||||
- id: Ointment
|
||||
amount: 4
|
||||
- id: PillKelotane
|
||||
- id: PillDermaline
|
||||
amount: 5
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user