- id: RubberStampCaptain
- id: SpaceCash1000
- id: WeaponDisabler
+ - id: ClothingEyesGlassesCommand
# No laser table + Laser table
- type: entityTable
- id: RubberStampDenied
- id: RubberStampHop
- id: WeaponDisabler
+ - id: ClothingEyesHudCommand
- type: entity
id: LockerHeadOfPersonnelFilled
- 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.
- 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
- 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.
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
--- /dev/null
+{
+ "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
+ }
+ ]
+}
--- /dev/null
+{
+ "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
+ }
+ ]
+}