Adds fills to first aid kits (#6707)

This commit is contained in:
Peptide90
2022-02-19 22:22:21 +00:00
committed by GitHub
parent 5c7fb8a4be
commit 21b4e4ca28
16 changed files with 253 additions and 7 deletions

View File

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

View File

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

View File

@@ -224,7 +224,7 @@
- type: entity
name: pill
parent: BaseItem
id: pill
id: Pill
description: It's not a suppository.
components:
- type: Sprite