Brute and Burn auto-injectors (#18401)

This commit is contained in:
JoeHammad1844
2023-08-06 12:38:25 +10:00
committed by GitHub
parent d64bdceef1
commit 70da001b41
7 changed files with 60 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -52,6 +52,18 @@
{
"name": "salacid"
},
{
"name": "bicpen"
},
{
"name": "bicpen_empty"
},
{
"name": "dermpen"
},
{
"name": "dermpen_empty"
},
{
"name": "salacid_empty"
},