modify medkit fill (#17527)

This commit is contained in:
liltenhead
2023-06-21 13:35:20 -07:00
committed by GitHub
parent 53bd13ffd5
commit a20fa2a233
2 changed files with 29 additions and 0 deletions

View File

@@ -43,6 +43,8 @@
- id: SyringeTranexamicAcid
- id: PillIron
amount: 5
- id: PillBicaridine
amount: 5
- type: entity
id: MedkitToxinFilled
@@ -111,6 +113,7 @@
- id: HandheldHealthAnalyzer
- id: SyringeEphedrine
- id: SyringeTranexamicAcid
- id: SyringeBicaridine
- id: AntiPoisonMedipen
- id: Bloodpack
amount: 2

View File

@@ -272,6 +272,19 @@
- ReagentId: Tricordrazine
Quantity: 10
- type: entity
name: bicaridine pill (10u)
parent: Pill
id: PillBicaridine
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Bicaridine
Quantity: 10
- type: entity
name: romerol pill
parent: Pill
@@ -338,6 +351,19 @@
- ReagentId: Spaceacillin
Quantity: 15
- type: entity
name: bicaridine syringe
parent: BaseSyringe
id: SyringeBicaridine
components:
- type: SolutionContainerManager
solutions:
injector:
maxVol: 15
reagents:
- ReagentId: Bicaridine
Quantity: 15
- type: entity
name: ipecac syringe
parent: BaseSyringe