Hud Eyepatches (#24132)

* dsdt

* op

* text reduce

* ey

* we fix
This commit is contained in:
Alekshhh
2024-01-22 16:59:32 +02:00
committed by GitHub
parent 93be75c0c7
commit 80b0a24ee8
14 changed files with 102 additions and 12 deletions

View File

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

View File

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

View File

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

View File

@@ -9,7 +9,7 @@
- type: Clothing
sprite: Clothing/Eyes/Hud/diag.rsi
- type: ShowHealthBars
damageContainers:
damageContainers:
- Inorganic
- Silicon
@@ -24,10 +24,10 @@
- type: Clothing
sprite: Clothing/Eyes/Hud/med.rsi
- type: ShowHealthBars
damageContainers:
damageContainers:
- Biological
- type: ShowHealthIcons
damageContainers:
damageContainers:
- Biological
- type: Tag
tags:
@@ -111,10 +111,10 @@
- type: Clothing
sprite: Clothing/Eyes/Hud/medonion.rsi
- type: ShowHealthBars
damageContainers:
damageContainers:
- Biological
- type: ShowHealthIcons
damageContainers:
damageContainers:
- Biological
- type: ShowHungerIcons
@@ -129,10 +129,10 @@
- type: Clothing
sprite: Clothing/Eyes/Hud/medonionbeer.rsi
- type: ShowHealthBars
damageContainers:
damageContainers:
- Biological
- type: ShowHealthIcons
damageContainers:
damageContainers:
- Biological
- type: ShowHungerIcons
- type: ShowThirstIcons
@@ -152,7 +152,7 @@
node: medsecHud
- type: ShowSecurityIcons
- type: ShowHealthBars
damageContainers:
damageContainers:
- Biological
- type: entity
@@ -167,11 +167,11 @@
sprite: Clothing/Eyes/Hud/medsecengi.rsi
- type: ShowSecurityIcons
- type: ShowHealthBars
damageContainers:
damageContainers:
- Biological
- Inorganic
- type: ShowHealthIcons
damageContainers:
damageContainers:
- Biological
- type: ShowSyndicateIcons
@@ -187,11 +187,11 @@
sprite: Clothing/Eyes/Hud/omni.rsi
- type: ShowSecurityIcons
- type: ShowHealthBars
damageContainers:
damageContainers:
- Biological
- Inorganic
- type: ShowHealthIcons
damageContainers:
damageContainers:
- Biological
- type: ShowHungerIcons
- type: ShowThirstIcons
@@ -216,3 +216,36 @@
suffix: Syndicate
components:
- type: ShowSecurityIcons
- type: entity
parent: ClothingEyesHudMedical
id: ClothingEyesEyepatchHudMedical
name: medical hud eyepatch
description: A heads-up display that scans the humanoids in view and provides accurate data about their health status. For true patriots.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/medpatch.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/medpatch.rsi
- type: entity
parent: ClothingEyesHudSecurity
id: ClothingEyesEyepatchHudSecurity
name: security hud eyepatch
description: A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. For true patriots.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/secpatch.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/secpatch.rsi
- type: entity
parent: ClothingEyesHudBeer
id: ClothingEyesEyepatchHudBeer
name: beer hud eyepatch
description: A pair of sunHud outfitted with apparatus to scan reagents, as well as providing an innate understanding of liquid viscosity while in motion. For true patriots.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/beerpatch.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/beerpatch.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 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",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 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",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 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",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 381 B