Adds fills to first aid kits (#6707)
This commit is contained in:
@@ -75,3 +75,148 @@
|
||||
sprite: Objects/Specific/Hydroponics/aloe.rsi
|
||||
state: cream
|
||||
|
||||
# Pills
|
||||
- type: entity
|
||||
name: dexalin pill
|
||||
parent: Pill
|
||||
id: PillDexalin
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Dexalin
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: dylovene pill
|
||||
parent: Pill
|
||||
id: PillDylovene
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Dylovene
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: hyronalin pill
|
||||
parent: Pill
|
||||
id: PillHyronalin
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Hyronalin
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: iron pill
|
||||
parent: Pill
|
||||
id: PillIron
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Iron
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: kelotane pill
|
||||
parent: Pill
|
||||
id: PillKelotane
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Kelotane
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: space drugs
|
||||
parent: Pill
|
||||
id: PillSpaceDrugs
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: SpaceDrugs
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: tricordrazine pill
|
||||
parent: Pill
|
||||
id: PillTricordrazine
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
reagents:
|
||||
- ReagentId: Tricordrazine
|
||||
Quantity: 15
|
||||
|
||||
# Syringes
|
||||
- type: entity
|
||||
name: ephedrine syringe
|
||||
parent: Syringe
|
||||
id: SyringeEphedrine
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Ephedrine
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: inaprovaline syringe
|
||||
parent: Syringe
|
||||
id: SyringeInaprovaline
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Inaprovaline
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: spaceacillin syringe
|
||||
parent: Syringe
|
||||
id: SyringeSpaceacillin
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Spaceacillin
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: tranexamic acid syringe
|
||||
parent: Syringe
|
||||
id: SyringeTranexamicAcid
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: TranexamicAcid
|
||||
Quantity: 15
|
||||
|
||||
@@ -67,3 +67,21 @@
|
||||
reagents:
|
||||
- ReagentId: Epinephrine
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: epinephrine medipen
|
||||
parent: ChemicalMedipen
|
||||
id: AntiPoisonMedipen
|
||||
description: A rapid dose of anti-poison. Contains ultravasculine, inaprovaline and epinephrine.
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
pen:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Ultravasculine
|
||||
Quantity: 5
|
||||
- ReagentId: Inaprovaline
|
||||
Quantity: 5
|
||||
- ReagentId: Epinephrine
|
||||
Quantity: 5
|
||||
@@ -224,7 +224,7 @@
|
||||
- type: entity
|
||||
name: pill
|
||||
parent: BaseItem
|
||||
id: pill
|
||||
id: Pill
|
||||
description: It's not a suppository.
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
Reference in New Issue
Block a user