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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user