Added outlaw glasses to uplink catalog (#15316)
This commit is contained in:
@@ -232,6 +232,9 @@ uplink-cat-ears-desc = UwU
|
|||||||
uplink-outlaw-hat-name = Outlaw Hat
|
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-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-name = Syndicate Pyjama Duffel Bag
|
||||||
uplink-costume-pyjama-desc = Contains 3 pairs of syndicate pyjamas and 3 plushies for the ultimate sleepover.
|
uplink-costume-pyjama-desc = Contains 3 pairs of syndicate pyjamas and 3 plushies for the ultimate sleepover.
|
||||||
|
|
||||||
|
|||||||
@@ -903,6 +903,16 @@
|
|||||||
categories:
|
categories:
|
||||||
- UplinkPointless
|
- UplinkPointless
|
||||||
|
|
||||||
|
- type: listing
|
||||||
|
id: UplinkOutlawGlasses
|
||||||
|
name: uplink-outlaw-glasses-name
|
||||||
|
description: uplink-outlaw-glasses-desc
|
||||||
|
productEntity: ClothingEyesGlassesOutlawGlasses
|
||||||
|
cost:
|
||||||
|
Telecrystal: 1
|
||||||
|
categories:
|
||||||
|
- UplinkPointless
|
||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
id: UplinkCostumePyjama
|
id: UplinkCostumePyjama
|
||||||
name: uplink-costume-pyjama-name
|
name: uplink-costume-pyjama-name
|
||||||
|
|||||||
@@ -87,6 +87,19 @@
|
|||||||
sprite: Clothing/Eyes/Glasses/glasses.rsi
|
sprite: Clothing/Eyes/Glasses/glasses.rsi
|
||||||
- type: VisionCorrection
|
- 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
|
- type: entity
|
||||||
parent: ClothingEyesBase
|
parent: ClothingEyesBase
|
||||||
id: ClothingEyesGlassesSunglasses
|
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user