From: lzk228 <124214523+lzk228@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:55:12 +0000 (+0300) Subject: Added outlaw glasses to uplink catalog (#15316) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0956ac7ddde7f16b23baa0a3fe91102bc23fd292;p=space-station-14.git Added outlaw glasses to uplink catalog (#15316) --- diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index dbb18e6d94..cea89d8817 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -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. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 44b78418dd..f3bf002909 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 5c80c73793..4d68aeca73 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -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 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES.png new file mode 100644 index 0000000000..56ce8dd4ad Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/icon.png new file mode 100644 index 0000000000..722eefb165 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/inhand-left.png new file mode 100644 index 0000000000..b0f4888e36 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/inhand-right.png new file mode 100644 index 0000000000..72ac291aa9 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/meta.json new file mode 100644 index 0000000000..36eed5db12 --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/outlawglasses.rsi/meta.json @@ -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 + } + ] +}