Skip to content

Commit

Permalink
nukie medhud
Browse files Browse the repository at this point in the history
Signed-off-by: JoeHammad1844 <[email protected]>
  • Loading branch information
JoeHammad1844 authored Feb 4, 2024
1 parent 8d7b2f0 commit aa17d8d
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- 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: Clothing/Eyes/Hud/syndmed.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/syndmed.rsi
- type: ShowSyndicateIcons
- type: ShowSecurityIcons
- type: ShowHealthBars
damageContainers:
- Biological
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
jumpsuit: ClothingUniformJumpsuitOperative
back: ClothingBackpackDuffelSyndicateOperativeMedic
mask: ClothingMaskGasSyndicate
eyes: ClothingEyesHudSyndicate
eyes: CClothingEyesHudSyndicateMed # - Delta-V
ears: ClothingHeadsetAltSyndicate
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitSyndieMedic
Expand Down Expand Up @@ -360,4 +360,4 @@
equipment:
shoes: ClothingShoesClownBanana
jumpsuit: ClothingUniformJumpsuitClownBanana
mask: ClothingMaskClownBanana
mask: ClothingMaskClownBanana
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.
26 changes: 26 additions & 0 deletions Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json
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",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit aa17d8d

Please sign in to comment.