uplink-outlaw-hat-name = Outlaw Hat
uplink-outlaw-hat-desc = A hat that makes you look like you carry a notched pistol, numbered one and nineteen more.
+uplink-outlaw-glasses-name = Outlaw Glasses
+uplink-outlaw-glasses-desc = A must for every self-respecting undercover agent.
+
uplink-costume-pyjama-name = Syndicate Pyjama Duffel Bag
uplink-costume-pyjama-desc = Contains 3 pairs of syndicate pyjamas and 3 plushies for the ultimate sleepover.
categories:
- UplinkPointless
+- type: listing
+ id: UplinkOutlawGlasses
+ name: uplink-outlaw-glasses-name
+ description: uplink-outlaw-glasses-desc
+ productEntity: ClothingEyesGlassesOutlawGlasses
+ cost:
+ Telecrystal: 1
+ categories:
+ - UplinkPointless
+
- type: listing
id: UplinkCostumePyjama
name: uplink-costume-pyjama-name
sprite: Clothing/Eyes/Glasses/glasses.rsi
- type: VisionCorrection
+- type: entity
+ parent: ClothingEyesBase
+ id: ClothingEyesGlassesOutlawGlasses
+ name: outlaw glasses
+ description: A must for every self-respecting undercover agent.
+ components:
+ - type: Sprite
+ sprite: Clothing/Eyes/Glasses/outlawglasses.rsi
+ - type: Clothing
+ sprite: Clothing/Eyes/Glasses/outlawglasses.rsi
+ - type: VisionCorrection
+ - type: IdentityBlocker
+
- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesSunglasses
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da and modified by лазік#7305",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-EYES",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}