Added outlaw glasses to uplink catalog (#15316)

This commit is contained in:
lzk228
2023-04-24 22:55:12 +03:00
committed by GitHub
parent 1362929038
commit 0956ac7ddd
8 changed files with 52 additions and 0 deletions

View File

@@ -232,6 +232,9 @@ uplink-cat-ears-desc = UwU
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.

View File

@@ -903,6 +903,16 @@
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

View File

@@ -87,6 +87,19 @@
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

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 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
}
]
}