Add Command Glasses (#30447)

* Initial commit

* Removed wanted and mindshield status display

* Updated glasses visuals & contraband status

* Added Command Hud

* Changed name to administration glasses/hud
This commit is contained in:
SlamBamActionman
2024-08-29 03:58:16 +02:00
committed by GitHub
parent d0aafae425
commit ff5acf7877
14 changed files with 93 additions and 2 deletions

View File

@@ -49,6 +49,7 @@
- id: RubberStampCaptain
- id: SpaceCash1000
- id: WeaponDisabler
- id: ClothingEyesGlassesCommand
# No laser table + Laser table
- type: entityTable
@@ -131,6 +132,7 @@
- id: RubberStampDenied
- id: RubberStampHop
- id: WeaponDisabler
- id: ClothingEyesHudCommand
- type: entity
id: LockerHeadOfPersonnelFilled

View File

@@ -158,7 +158,7 @@
- WhitelistChameleon
- type: entity
parent: [ClothingEyesBase, ShowSecurityIcons, BaseSecurityCommandContraband]
parent: [ClothingEyesBase, ShowSecurityIcons, BaseRestrictedContraband]
id: ClothingEyesGlassesSecurity
name: security glasses
description: Upgraded sunglasses that provide flash immunity and a security HUD.
@@ -184,6 +184,27 @@
- type: IdentityBlocker
coverage: EYES
- type: entity
parent: [ClothingEyesBase, BaseCommandContraband]
id: ClothingEyesGlassesCommand
name: administration glasses
description: Upgraded sunglasses that provide flash immunity and show ID card status.
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/commandglasses.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/commandglasses.rsi
- type: FlashImmunity
- type: EyeProtection
protectionTime: 5
- type: Tag
tags:
- HamsterWearable
- WhitelistChameleon
- type: IdentityBlocker
coverage: EYES
- type: ShowJobIcons
- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesMercenary

View File

@@ -49,7 +49,7 @@
- HudMedical
- type: entity
parent: [ClothingEyesBase, ShowSecurityIcons, BaseSecurityCommandContraband]
parent: [ClothingEyesBase, ShowSecurityIcons, BaseRestrictedContraband]
id: ClothingEyesHudSecurity
name: security hud
description: A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records.
@@ -62,6 +62,18 @@
tags:
- HudSecurity
- type: entity
parent: [ClothingEyesBase, BaseCommandContraband]
id: ClothingEyesHudCommand
name: administration hud
description: A heads-up display that scans the humanoids in view and provides accurate data about their ID status.
components:
- type: Sprite
sprite: Clothing/Eyes/Hud/command.rsi
- type: Clothing
sprite: Clothing/Eyes/Hud/command.rsi
- type: ShowJobIcons
- type: entity
parent: ClothingEyesBase
id: ClothingEyesHudBeer

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

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