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:
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/icon.png
Normal file
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 |
26
Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json
Normal file
26
Resources/Textures/Clothing/Eyes/Hud/syndagent.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user