Nukie Medivisor REAL (#26218)

* Nukie Medihud REAL

adds a new HUD that the nukie agent starts with, does the same shit as the other visor, but with health bars. Also tinted slightly blue to differentiate it. (also medhuds are blue)

* the blue-ening

makes the icons bluer 'cause someone asked.
This commit is contained in:
Golinth
2024-04-17 22:04:14 -05:00
committed by GitHub
parent 8d21ef0aa2
commit a3750f0e64
7 changed files with 43 additions and 1 deletions

View File

@@ -210,6 +210,22 @@
- type: ShowSyndicateIcons
- type: ShowSecurityIcons
- type: entity
parent: ClothingEyesBase
id: ClothingEyesHudSyndicateAgent
name: syndicate agent visor
description: The Syndicate Agent's professional heads-up display, designed for quick diagnosis of their team's status.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/syndagent.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/syndagent.rsi
- type: ShowSyndicateIcons
- type: ShowSecurityIcons
- type: ShowHealthBars
damageContainers:
- Biological
- type: entity
parent: ClothingEyesGlassesSunglasses
id: ClothingEyesGlassesHiddenSecurity

View File

@@ -127,7 +127,7 @@
jumpsuit: ClothingUniformJumpsuitOperative
back: ClothingBackpackDuffelSyndicateOperativeMedic
mask: ClothingMaskGasSyndicate
eyes: ClothingEyesHudSyndicate
eyes: ClothingEyesHudSyndicateAgent
ears: ClothingHeadsetAltSyndicate
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitSyndieMedic

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by IntegerTempest, edited by Golinth",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}