Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nukie medic medical medhud #779

Merged
merged 10 commits into from
Mar 8, 2024
Merged
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
100 changes: 58 additions & 42 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,58 @@
- type: entity
parent: ClothingEyesBase
id: ClothingEyesPrescriptionMedHud
name: prescription medical hud
description: A poorly done and rushed mix between half of a pair of prescription glasses and a medical HUD allowing you to see clearly out of one eye and view the health of people out of the other!
components:
- type: Sprite
sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi
- type: Clothing
sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi
- type: Construction
graph: PrescriptionMedHud
node: prescmedhud
- type: ShowHealthBars
damageContainers:
- Biological
- type: ShowHealthIcons
damageContainers:
- Biological
- type: Tag
tags:
- HudMedical
- GlassesNearsight

- type: entity
parent: ClothingEyesBase
id: ClothingEyesPrescriptionHudSecurity
name: prescription security hud
description: A poorly done and rushed mix between half of a pair of prescription glasses and a security HUD allowing you to see clearly out of one eye and inspect the employee's ID and warning status in the other!
components:
- type: Sprite
sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi
- type: Clothing
sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi
- type: ShowSecurityIcons
- type: Construction
graph: PrescriptionSecHud
node: prescsechud
- type: Tag
tags:
- HudSecurity
- GlassesNearsight
- type: entity
parent: ClothingEyesBase
id: ClothingEyesPrescriptionMedHud
name: prescription medical hud
description: A poorly done and rushed mix between half of a pair of prescription glasses and a medical HUD allowing you to see clearly out of one eye and view the health of people out of the other!
components:
- type: Sprite
sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi
- type: Clothing
sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi
- type: Construction
graph: PrescriptionMedHud
node: prescmedhud
- type: ShowHealthBars
damageContainers:
- Biological
- type: ShowHealthIcons
damageContainers:
- Biological
- type: Tag
tags:
- HudMedical
- GlassesNearsight

- type: entity
parent: ClothingEyesBase
id: ClothingEyesPrescriptionHudSecurity
name: prescription security hud
description: A poorly done and rushed mix between half of a pair of prescription glasses and a security HUD allowing you to see clearly out of one eye and inspect the employee's ID and warning status in the other!
components:
- type: Sprite
sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi
- type: Clothing
sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi
- type: ShowSecurityIcons
- type: Construction
graph: PrescriptionSecHud
node: prescsechud
- type: Tag
tags:
- HudSecurity
- GlassesNearsight

- type: entity
parent: ClothingEyesBase
id: ClothingEyesHudSyndicateMed
name: syndicate medical visor
description: An upgraded syndicate visor with automatic health readings, designed for better detection of humanoids and their subsequent elimination.
components:
- type: Sprite
sprite: DeltaV/Clothing/Eyes/Hud/syndmed.rsi
- type: Clothing
sprite: DeltaV/Clothing/Eyes/Hud/syndmed.rsi
- type: ShowSyndicateIcons
- type: ShowSecurityIcons
- type: ShowHealthBars
damageContainers:
- Biological
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
jumpsuit: ClothingUniformJumpsuitOperative
back: ClothingBackpackDuffelSyndicateOperativeMedic
mask: ClothingMaskGasSyndicate
eyes: ClothingEyesHudSyndicate
eyes: ClothingEyesHudSyndicateMed # - Delta-V
ears: ClothingHeadsetAltSyndicate
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitSyndieMedic
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by IntegerTempest, medicalised by JoeHammad1844 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading