fixes brute and burn autoinjector inject amount (#18762)
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
name: emergency medipen
|
name: emergency medipen
|
||||||
parent: ChemicalMedipen
|
parent: ChemicalMedipen
|
||||||
id: EmergencyMedipen
|
id: EmergencyMedipen
|
||||||
description: A rapid and safe way to stabilize patients in critical condition for personnel without advanced medical knowledge. Beware, as it's easy to overdose on epinephrine and tranexamic acid.
|
description: A rapid and safe way to stabilize patients in critical condition for personnel without advanced medical knowledge. Beware, as it's easy to overdose on epinephrine and tranexmic acid.
|
||||||
components:
|
components:
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
@@ -135,13 +135,16 @@
|
|||||||
name: brute auto-injector
|
name: brute auto-injector
|
||||||
parent: ChemicalMedipen
|
parent: ChemicalMedipen
|
||||||
id: BruteAutoInjector
|
id: BruteAutoInjector
|
||||||
description: A rapid dose of bicaridine and tranexamic acid, intended for combat applications.
|
description: A rapid dose of bicaridine and tranexamic acid, intended for combat applications
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Medical/medipen.rsi
|
sprite: Objects/Specific/Medical/medipen.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: bicpen
|
- state: salpen
|
||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
- type: Hypospray
|
||||||
|
solutionName: pen
|
||||||
|
transferAmount: 20
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
pen:
|
pen:
|
||||||
@@ -158,13 +161,16 @@
|
|||||||
name: burn auto-injector
|
name: burn auto-injector
|
||||||
parent: ChemicalMedipen
|
parent: ChemicalMedipen
|
||||||
id: BurnAutoInjector
|
id: BurnAutoInjector
|
||||||
description: A rapid dose of dermaline and leporazine, intended for combat applications.
|
description: A rapid dose of dermaline and leporazine, intended for combat applications
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Medical/medipen.rsi
|
sprite: Objects/Specific/Medical/medipen.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: dermpen
|
- state: oxapen
|
||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
- type: Hypospray
|
||||||
|
solutionName: pen
|
||||||
|
transferAmount: 20
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
pen:
|
pen:
|
||||||
|
|||||||
Reference in New Issue
Block a user