Hud Standardization (#25208)

* Standardization of the Eyepatches

what it says on the tin

* added the pun...

yea
This commit is contained in:
Hanz
2024-02-21 01:22:30 -05:00
committed by GitHub
parent 2cf29944e1
commit 37a4f2db3a
9 changed files with 40 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
ClothingHeadHatBowlerHat: 2
ClothingHeadHatTophat: 2
ClothingEyesHudBeer: 2
ClothingEyesEyepatchHudBeer: 1
ClothingEyesEyepatchHudBeer: 2
ClothingHeadsetService: 2
ClothingOuterApronBar: 2
ClothingOuterWinterBar: 2

View File

@@ -7,3 +7,6 @@
Bloodpack: 5
EpinephrineChemistryBottle: 3
Syringe: 5
ClothingEyesHudMedical: 2
ClothingEyesEyepatchHudMedical: 2

View File

@@ -6,7 +6,6 @@
ClothingBackpackSatchelMedical: 4
ClothingUniformJumpsuitMedicalDoctor: 4
ClothingUniformJumpskirtMedicalDoctor: 4
ClothingEyesEyepatchHudMedical: 1
ClothingHeadHatBeretMedic: 4
ClothingHeadNurseHat: 4
ClothingOuterCoatLab: 4

View File

@@ -5,6 +5,7 @@
SciFlash: 4
ProximitySensor: 3
ClothingEyesHudDiagnostic: 2
ClothingEyesEyepatchHudDiag: 2
RemoteSignaller: 3
Igniter: 3 # its more ordnance but yeah
HandheldHealthAnalyzer: 3

View File

@@ -12,7 +12,7 @@
FlashlightSeclite: 5
ClothingEyesGlassesSunglasses: 2
ClothingEyesHudSecurity: 2
ClothingEyesEyepatchHudSecurity: 1
ClothingEyesEyepatchHudSecurity: 2
ClothingBeltSecurityWebbing: 5
Zipties: 12
RiotShield: 2

View File

@@ -17,7 +17,7 @@
parent: ClothingEyesBase
id: ClothingEyesHudMedical
name: medical hud
description: A heads-up display that scans the humanoids in view and provides accurate data about their health status.
description: A heads-up display that scans the humanoids in view and provides accurate data about their health status.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/med.rsi
@@ -249,3 +249,18 @@
sprite: Clothing/Eyes/Hud/beerpatch.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/beerpatch.rsi
- type: entity
parent: ClothingEyesBase
id: ClothingEyesEyepatchHudDiag
name: diagnostic hud eyepatch
description: A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/diagpatch.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/diagpatch.rsi
- type: ShowHealthBars
damageContainers:
- Inorganic
- Silicon

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da , edited by Alekshhh and Hanzdegloker",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
}
]
}