From: MACMAN2003 Date: Mon, 11 Dec 2023 11:36:18 +0000 (-0800) Subject: Add jensen glasses (#22323) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7232a942c83dbc504362b5f2ae3ddc784bb877a0;p=space-station-14.git Add jensen glasses (#22323) * jensen glasses * added to maint pool * removed hamster variants --- diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 887abc3d5f..c7779184e2 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -79,6 +79,20 @@ tags: - HamsterWearable - WhitelistChameleon + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesGlassesJensen + name: jensen glasses + description: A pair of yellow tinted folding glasses. You never asked for these. + components: + - type: Sprite + sprite: Clothing/Eyes/Glasses/jensen.rsi + - type: Clothing + sprite: Clothing/Eyes/Glasses/jensen.rsi + - type: Tag + tags: + - WhitelistChameleon - type: entity parent: ClothingEyesBase diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 9aa1271044..2b09d59d99 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -96,6 +96,7 @@ - ClothingNeckTieRed - ClothingOuterCoatGentle - ClothingOuterCoatJensen + - ClothingEyesGlassesJensen - ClothingOuterCoatLab - ClothingOuterCoatPirate - ClothingOuterHoodieBlack diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png new file mode 100644 index 0000000000..eae77b40e5 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png new file mode 100644 index 0000000000..d3834690b3 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png new file mode 100644 index 0000000000..67f0c9cf7f Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png new file mode 100644 index 0000000000..418ac42dd3 Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json new file mode 100644 index 0000000000..3c7d2352cc --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by MACMAN2003", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}