Medkit Fill Change (#19362)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -23,9 +23,13 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: SyringeInaprovaline
|
- id: RegenerativeMesh
|
||||||
|
amount: 2
|
||||||
- id: Ointment
|
- id: Ointment
|
||||||
amount: 4
|
amount: 2
|
||||||
|
- id: SyringeSigynate
|
||||||
|
- id: PillKelotane
|
||||||
|
amount: 5
|
||||||
- id: PillDermaline
|
- id: PillDermaline
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
@@ -54,10 +58,12 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: SyringeIpecac
|
- id: SyringeIpecac
|
||||||
amount: 2
|
- id: SyringeEthylredoxrazine
|
||||||
- id: AntiPoisonMedipen
|
- id: PoisonAutoInjector
|
||||||
- id: PillDylovene
|
- id: PillDylovene
|
||||||
amount: 7
|
amount: 5
|
||||||
|
- id: PillCharcoal
|
||||||
|
amount: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: MedkitOxygenFilled
|
id: MedkitOxygenFilled
|
||||||
@@ -80,12 +86,14 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: Ointment
|
- id: GeigerCounter
|
||||||
amount: 3
|
- id: SyringePhalanximine
|
||||||
|
- id: RadAutoInjector
|
||||||
|
amount: 1
|
||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
amount: 2
|
amount: 1
|
||||||
- id: PillHyronalin
|
- id: PillHyronalin
|
||||||
amount: 9
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: MedkitAdvancedFilled
|
id: MedkitAdvancedFilled
|
||||||
@@ -97,7 +105,7 @@
|
|||||||
- id: MedicatedSuture
|
- id: MedicatedSuture
|
||||||
amount: 2
|
amount: 2
|
||||||
- id: RegenerativeMesh
|
- id: RegenerativeMesh
|
||||||
- id: Gauze
|
amount: 2
|
||||||
- id: Bloodpack
|
- id: Bloodpack
|
||||||
amount: 2
|
amount: 2
|
||||||
|
|
||||||
@@ -111,11 +119,11 @@
|
|||||||
- id: HandheldHealthAnalyzer
|
- id: HandheldHealthAnalyzer
|
||||||
- id: MedicatedSuture
|
- id: MedicatedSuture
|
||||||
- id: RegenerativeMesh
|
- id: RegenerativeMesh
|
||||||
|
- id: SyringeEphedrine
|
||||||
|
- id: SyringeSaline
|
||||||
- id: BruteAutoInjector
|
- id: BruteAutoInjector
|
||||||
- id: BurnAutoInjector
|
- id: BurnAutoInjector
|
||||||
- id: SyringeEphedrine
|
- id: EmergencyMedipen
|
||||||
- id: SyringeTranexamicAcid
|
|
||||||
- id: AntiPoisonMedipen
|
|
||||||
- id: Bloodpack
|
- id: Bloodpack
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -442,6 +442,22 @@
|
|||||||
- ReagentId: Bicaridine
|
- ReagentId: Bicaridine
|
||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: charcoal pill (10u)
|
||||||
|
parent: Pill
|
||||||
|
id: PillCharcoal
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Chemistry/pills.rsi
|
||||||
|
state: pill21
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
maxVol: 20
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Charcoal
|
||||||
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: romerol pill
|
name: romerol pill
|
||||||
parent: Pill
|
parent: Pill
|
||||||
@@ -586,6 +602,58 @@
|
|||||||
- ReagentId: Ambuzol
|
- ReagentId: Ambuzol
|
||||||
Quantity: 15
|
Quantity: 15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: sigynate syringe
|
||||||
|
parent: BaseSyringe
|
||||||
|
id: SyringeSigynate
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
injector:
|
||||||
|
maxVol: 15
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Sigynate
|
||||||
|
Quantity: 15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: ethylredoxrazine syringe
|
||||||
|
parent: BaseSyringe
|
||||||
|
id: SyringeEthylredoxrazine
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
injector:
|
||||||
|
maxVol: 15
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Ethylredoxrazine
|
||||||
|
Quantity: 15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: phalanximine syringe
|
||||||
|
parent: BaseSyringe
|
||||||
|
id: SyringePhalanximine
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
injector:
|
||||||
|
maxVol: 15
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Phalanximine
|
||||||
|
Quantity: 15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: saline syringe
|
||||||
|
parent: BaseSyringe
|
||||||
|
id: SyringeSaline
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
injector:
|
||||||
|
maxVol: 15
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Saline
|
||||||
|
Quantity: 15
|
||||||
|
|
||||||
#this is where all the syringes are so i didn't know where to put it
|
#this is where all the syringes are so i didn't know where to put it
|
||||||
- type: entity
|
- type: entity
|
||||||
name: romerol syringe
|
name: romerol syringe
|
||||||
|
|||||||
@@ -125,9 +125,9 @@
|
|||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: anti-poison medipen
|
name: poison auto-injector
|
||||||
parent: ChemicalMedipen
|
parent: ChemicalMedipen
|
||||||
id: AntiPoisonMedipen
|
id: PoisonAutoInjector
|
||||||
description: A rapid dose of anti-poison. Contains ultravasculine and epinephrine.
|
description: A rapid dose of anti-poison. Contains ultravasculine and epinephrine.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -199,6 +199,32 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags: []
|
tags: []
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: rad auto-injector
|
||||||
|
parent: ChemicalMedipen
|
||||||
|
id: RadAutoInjector
|
||||||
|
description: A rapid dose of anti-radiation. Contains arithrazine and bicardine.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Medical/medipen.rsi
|
||||||
|
layers:
|
||||||
|
- state: arithpen
|
||||||
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
- type: Hypospray
|
||||||
|
solutionName: pen
|
||||||
|
transferAmount: 20
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
pen:
|
||||||
|
maxVol: 20
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Arithrazine
|
||||||
|
Quantity: 15
|
||||||
|
- ReagentId: Bicaridine
|
||||||
|
Quantity: 5
|
||||||
|
- type: Tag
|
||||||
|
tags: []
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: space medipen
|
name: space medipen
|
||||||
parent: ChemicalMedipen
|
parent: ChemicalMedipen
|
||||||
|
|||||||
@@ -37,6 +37,9 @@
|
|||||||
{
|
{
|
||||||
"name": "pill20"
|
"name": "pill20"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "pill21"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "pill7"
|
"name": "pill7"
|
||||||
},
|
},
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 210 B |
Binary file not shown.
|
After Width: | Height: | Size: 252 B |
Binary file not shown.
|
After Width: | Height: | Size: 282 B |
@@ -78,6 +78,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "atropen_empty"
|
"name": "atropen_empty"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "arithpen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "arithpen_empty"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "medipen-inhand-left"
|
"name": "medipen-inhand-left"
|
||||||
|
|||||||
Reference in New Issue
Block a user