Hud Standardization (#25208)
* Standardization of the Eyepatches what it says on the tin * added the pun... yea
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
ClothingHeadHatBowlerHat: 2
|
||||
ClothingHeadHatTophat: 2
|
||||
ClothingEyesHudBeer: 2
|
||||
ClothingEyesEyepatchHudBeer: 1
|
||||
ClothingEyesEyepatchHudBeer: 2
|
||||
ClothingHeadsetService: 2
|
||||
ClothingOuterApronBar: 2
|
||||
ClothingOuterWinterBar: 2
|
||||
|
||||
@@ -7,3 +7,6 @@
|
||||
Bloodpack: 5
|
||||
EpinephrineChemistryBottle: 3
|
||||
Syringe: 5
|
||||
ClothingEyesHudMedical: 2
|
||||
ClothingEyesEyepatchHudMedical: 2
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
ClothingBackpackSatchelMedical: 4
|
||||
ClothingUniformJumpsuitMedicalDoctor: 4
|
||||
ClothingUniformJumpskirtMedicalDoctor: 4
|
||||
ClothingEyesEyepatchHudMedical: 1
|
||||
ClothingHeadHatBeretMedic: 4
|
||||
ClothingHeadNurseHat: 4
|
||||
ClothingOuterCoatLab: 4
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
SciFlash: 4
|
||||
ProximitySensor: 3
|
||||
ClothingEyesHudDiagnostic: 2
|
||||
ClothingEyesEyepatchHudDiag: 2
|
||||
RemoteSignaller: 3
|
||||
Igniter: 3 # its more ordnance but yeah
|
||||
HandheldHealthAnalyzer: 3
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
FlashlightSeclite: 5
|
||||
ClothingEyesGlassesSunglasses: 2
|
||||
ClothingEyesHudSecurity: 2
|
||||
ClothingEyesEyepatchHudSecurity: 1
|
||||
ClothingEyesEyepatchHudSecurity: 2
|
||||
ClothingBeltSecurityWebbing: 5
|
||||
Zipties: 12
|
||||
RiotShield: 2
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 799 B |
18
Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json
Normal file
18
Resources/Textures/Clothing/Eyes/Hud/diagpatch.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user