modify medkit fill (#17527)
This commit is contained in:
@@ -43,6 +43,8 @@
|
|||||||
- id: SyringeTranexamicAcid
|
- id: SyringeTranexamicAcid
|
||||||
- id: PillIron
|
- id: PillIron
|
||||||
amount: 5
|
amount: 5
|
||||||
|
- id: PillBicaridine
|
||||||
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: MedkitToxinFilled
|
id: MedkitToxinFilled
|
||||||
@@ -111,6 +113,7 @@
|
|||||||
- id: HandheldHealthAnalyzer
|
- id: HandheldHealthAnalyzer
|
||||||
- id: SyringeEphedrine
|
- id: SyringeEphedrine
|
||||||
- id: SyringeTranexamicAcid
|
- id: SyringeTranexamicAcid
|
||||||
|
- id: SyringeBicaridine
|
||||||
- id: AntiPoisonMedipen
|
- id: AntiPoisonMedipen
|
||||||
- id: Bloodpack
|
- id: Bloodpack
|
||||||
amount: 2
|
amount: 2
|
||||||
|
|||||||
@@ -272,6 +272,19 @@
|
|||||||
- ReagentId: Tricordrazine
|
- ReagentId: Tricordrazine
|
||||||
Quantity: 10
|
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
|
- type: entity
|
||||||
name: romerol pill
|
name: romerol pill
|
||||||
parent: Pill
|
parent: Pill
|
||||||
@@ -338,6 +351,19 @@
|
|||||||
- ReagentId: Spaceacillin
|
- ReagentId: Spaceacillin
|
||||||
Quantity: 15
|
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
|
- type: entity
|
||||||
name: ipecac syringe
|
name: ipecac syringe
|
||||||
parent: BaseSyringe
|
parent: BaseSyringe
|
||||||
|
|||||||
Reference in New Issue
Block a user