Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions Resources/Prototypes/_DeadSpace/Sponsor/prometheus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- type: entity
parent: ClothingBackpack
id: ClothingBackpackPrometheus3
categories: [ HideSpawnMenu ]
name: тактический подсумок «BlackOps»
description: Компактный снаружи, необъятный внутри. Оснащен блюспейс технологией. Не пытайтесь запихнуть туда свои проблемы!
components:
Expand Down Expand Up @@ -48,8 +49,6 @@
- type: Tag
tags: [ ] # ignore "WhitelistChameleon" tag



# MEDKIT
- type: entity
parent: MedkitCombat
Expand All @@ -67,9 +66,20 @@
- id: MedicatedSuture
- id: RegenerativeMesh
- id: Bloodpack
- id: DefibrillatorSyndicate
- id: DefibrillatorPrometheus3
- id: HypoPrometheus3

- type: entity
parent: DefibrillatorCompact
name: компактный дефибриллятор «BlackOps»
description: ЧИСТО! РАЗРЯД!
id: DefibrillatorPrometheus3
categories: [ HideSpawnMenu ]
components:
- type: Sprite
sprite: Objects/Specific/Medical/defibsyndi.rsi
- type: Item
sprite: Objects/Specific/Medical/defibsyndi.rsi
# ГИПОСПРЕЙ
- type: entity
parent: BaseItem
Expand Down Expand Up @@ -97,6 +107,8 @@
maxFillLevels: 2
fillBaseName: hypo_fill
emptySpriteName: hypo_empty
inHandsMaxFillLevels: 2
inHandsFillBaseName: -fill-
changeColor: true
- type: SolutionContainerManager
solutions:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@
{
"name": "hypo_fill2"
},
{
"name": "inhand-left-fill-1",
"directions": 4
},
{
"name": "inhand-left-fill-2",
"directions": 4
},
{
"name": "inhand-right-fill-1",
"directions": 4
},
{
"name": "inhand-right-fill-2",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Loading