modify medkit fill (#17527)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user