diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml new file mode 100644 index 00000000000..381b18f4f7a --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 1c733bfea1a..28d6818de3f 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -145,7 +145,7 @@ jumpsuit: ClothingUniformJumpsuitOperative back: ClothingBackpackDuffelSyndicateOperativeMedic mask: ClothingMaskGasSyndicate - eyes: ClothingEyesHudSyndicate + eyes: CClothingEyesHudSyndicateMed # - Delta-V ears: ClothingHeadsetAltSyndicate gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitSyndieMedic @@ -360,4 +360,4 @@ equipment: shoes: ClothingShoesClownBanana jumpsuit: ClothingUniformJumpsuitClownBanana - mask: ClothingMaskClownBanana + mask: ClothingMaskClownBanana \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/equipped-EYES.png b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/equipped-EYES.png new file mode 100644 index 00000000000..2c77698051d Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/icon.png new file mode 100644 index 00000000000..e4f902d2b6c Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/inhand-left.png new file mode 100644 index 00000000000..863c127f6a2 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/inhand-right.png new file mode 100644 index 00000000000..fbffadd8e8b Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json new file mode 100644 index 00000000000..8912561aea3 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json @@ -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 + } + ] +}