Brute and Burn auto-injectors (#18401)
This commit is contained in:
@@ -113,10 +113,10 @@
|
||||
- id: HandheldHealthAnalyzer
|
||||
- id: MedicatedSuture
|
||||
- id: RegenerativeMesh
|
||||
- id: BruteAutoInjector
|
||||
- id: BurnAutoInjector
|
||||
- id: SyringeEphedrine
|
||||
- id: SyringeTranexamicAcid
|
||||
- id: SyringeBicaridine
|
||||
- id: SyringeDermaline
|
||||
- id: AntiPoisonMedipen
|
||||
- id: Bloodpack
|
||||
|
||||
|
||||
@@ -131,6 +131,52 @@
|
||||
- type: Tag
|
||||
tags: []
|
||||
|
||||
- type: entity
|
||||
name: brute auto-injector
|
||||
parent: ChemicalMedipen
|
||||
id: BruteAutoInjector
|
||||
description: A rapid dose of bicaridine and tranexamic acid, intended for combat applications.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/medipen.rsi
|
||||
layers:
|
||||
- state: bicpen
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
pen:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: Bicaridine
|
||||
Quantity: 15
|
||||
- ReagentId: TranexamicAcid
|
||||
Quantity: 5
|
||||
- type: Tag
|
||||
tags: []
|
||||
|
||||
- type: entity
|
||||
name: burn auto-injector
|
||||
parent: ChemicalMedipen
|
||||
id: BurnAutoInjector
|
||||
description: A rapid dose of dermaline and leporazine, intended for combat applications.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/medipen.rsi
|
||||
layers:
|
||||
- state: dermpen
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
pen:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: Dermaline
|
||||
Quantity: 10
|
||||
- ReagentId: Leporazine
|
||||
Quantity: 10
|
||||
- type: Tag
|
||||
tags: []
|
||||
|
||||
- type: entity
|
||||
name: space medipen
|
||||
parent: ChemicalMedipen
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
@@ -52,6 +52,18 @@
|
||||
{
|
||||
"name": "salacid"
|
||||
},
|
||||
{
|
||||
"name": "bicpen"
|
||||
},
|
||||
{
|
||||
"name": "bicpen_empty"
|
||||
},
|
||||
{
|
||||
"name": "dermpen"
|
||||
},
|
||||
{
|
||||
"name": "dermpen_empty"
|
||||
},
|
||||
{
|
||||
"name": "salacid_empty"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user