Medkit Fill Change (#19362)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Alekshhh
2023-09-20 10:50:19 +03:00
committed by GitHub
parent 8be3614be5
commit c93433839f
8 changed files with 126 additions and 15 deletions

View File

@@ -23,9 +23,13 @@
components:
- type: StorageFill
contents:
- id: SyringeInaprovaline
- id: RegenerativeMesh
amount: 2
- id: Ointment
amount: 4
amount: 2
- id: SyringeSigynate
- id: PillKelotane
amount: 5
- id: PillDermaline
amount: 5
@@ -54,10 +58,12 @@
- type: StorageFill
contents:
- id: SyringeIpecac
amount: 2
- id: AntiPoisonMedipen
- id: SyringeEthylredoxrazine
- id: PoisonAutoInjector
- id: PillDylovene
amount: 7
amount: 5
- id: PillCharcoal
amount: 3
- type: entity
id: MedkitOxygenFilled
@@ -80,12 +86,14 @@
components:
- type: StorageFill
contents:
- id: Ointment
amount: 3
- id: GeigerCounter
- id: SyringePhalanximine
- id: RadAutoInjector
amount: 1
- id: EmergencyMedipen
amount: 2
amount: 1
- id: PillHyronalin
amount: 9
amount: 5
- type: entity
id: MedkitAdvancedFilled
@@ -97,7 +105,7 @@
- id: MedicatedSuture
amount: 2
- id: RegenerativeMesh
- id: Gauze
amount: 2
- id: Bloodpack
amount: 2
@@ -111,11 +119,11 @@
- id: HandheldHealthAnalyzer
- id: MedicatedSuture
- id: RegenerativeMesh
- id: SyringeEphedrine
- id: SyringeSaline
- id: BruteAutoInjector
- id: BurnAutoInjector
- id: SyringeEphedrine
- id: SyringeTranexamicAcid
- id: AntiPoisonMedipen
- id: EmergencyMedipen
- id: Bloodpack
- type: entity

View File

@@ -442,6 +442,22 @@
- ReagentId: Bicaridine
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
name: romerol pill
parent: Pill
@@ -586,6 +602,58 @@
- ReagentId: Ambuzol
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
- type: entity
name: romerol syringe

View File

@@ -125,9 +125,9 @@
- type: entity
name: anti-poison medipen
name: poison auto-injector
parent: ChemicalMedipen
id: AntiPoisonMedipen
id: PoisonAutoInjector
description: A rapid dose of anti-poison. Contains ultravasculine and epinephrine.
components:
- type: Sprite
@@ -199,6 +199,32 @@
- type: Tag
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
name: space medipen
parent: ChemicalMedipen

View File

@@ -37,6 +37,9 @@
{
"name": "pill20"
},
{
"name": "pill21"
},
{
"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

View File

@@ -78,6 +78,12 @@
},
{
"name": "atropen_empty"
},
{
"name": "arithpen"
},
{
"name": "arithpen_empty"
},
{
"name": "medipen-inhand-left"