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: SyringeInaprovaline
|
||||||
- id: Ointment
|
- id: Ointment
|
||||||
amount: 4
|
amount: 4
|
||||||
- id: PillKelotane
|
- id: PillDermaline
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
|
|
||||||
# Pills
|
# Pills
|
||||||
- type: entity
|
- type: entity
|
||||||
name: dexalin pill
|
name: dexalin pill (10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillDexalin
|
id: PillDexalin
|
||||||
components:
|
components:
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: dylovene pill
|
name: dylovene pill (10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillDylovene
|
id: PillDylovene
|
||||||
components:
|
components:
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: hyronalin pill
|
name: hyronalin pill (10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillHyronalin
|
id: PillHyronalin
|
||||||
components:
|
components:
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: iron pill
|
name: iron pill (10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillIron
|
id: PillIron
|
||||||
components:
|
components:
|
||||||
@@ -221,7 +221,7 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: kelotane pill
|
name: kelotane pill (10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillKelotane
|
id: PillKelotane
|
||||||
components:
|
components:
|
||||||
@@ -233,6 +233,19 @@
|
|||||||
- ReagentId: Kelotane
|
- ReagentId: Kelotane
|
||||||
Quantity: 10
|
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
|
- type: entity
|
||||||
name: space drugs
|
name: space drugs
|
||||||
parent: Pill
|
parent: Pill
|
||||||
@@ -247,7 +260,7 @@
|
|||||||
Quantity: 15
|
Quantity: 15
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: tricordrazine pill
|
name: tricordrazine pill (10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillTricordrazine
|
id: PillTricordrazine
|
||||||
components:
|
components:
|
||||||
|
|||||||
@@ -100,6 +100,20 @@
|
|||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 10
|
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
|
- type: entity
|
||||||
name: large beaker
|
name: large beaker
|
||||||
parent: BaseBeaker
|
parent: BaseBeaker
|
||||||
|
|||||||
Reference in New Issue
Block a user