From 7232a942c83dbc504362b5f2ae3ddc784bb877a0 Mon Sep 17 00:00:00 2001 From: MACMAN2003 Date: Mon, 11 Dec 2023 03:36:18 -0800 Subject: [PATCH] Add jensen glasses (#22323) * jensen glasses * added to maint pool * removed hamster variants --- .../Entities/Clothing/Eyes/glasses.yml | 14 ++++++++++ .../Markers/Spawners/Random/maintenance.yml | 1 + .../Eyes/Glasses/jensen.rsi/equipped-EYES.png | Bin 0 -> 251 bytes .../Clothing/Eyes/Glasses/jensen.rsi/icon.png | Bin 0 -> 306 bytes .../Eyes/Glasses/jensen.rsi/inhand-left.png | Bin 0 -> 192 bytes .../Eyes/Glasses/jensen.rsi/inhand-right.png | Bin 0 -> 190 bytes .../Eyes/Glasses/jensen.rsi/meta.json | 26 ++++++++++++++++++ 7 files changed, 41 insertions(+) create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json 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 0000000000000000000000000000000000000000..eae77b40e5a8fd8561008d2729bf4ad387b921f6 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%x8XFp{udw)XsOI)OkFXGsA@^N(Rs$)vk|4j}{~*AydH<6AKoQOY zkH}&M2EM}}%y>M1MG8*u$7t@2wEFUs>v mze_M^q+w^U=9zzk=K6l+q%@y@BnWp$osydweW)ff`qBk5u?F zt-_>NZTpn@gQiYMwc;=;kzkiTb}N161jh5z-&`tp7VvD}`c=0*abLps#={RT9Oq)- nbAF%p`;&pqPw7ePrSHTSERbE5SpB{h=qv_LS3j3^P6G+x3>(r8Vq)^-3J*#QVa|nMW%Aw{>gi6 f;$>ji6I#kxr7raJ)Ut~pH!^s-`njxgN@xNA9)mo` literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..418ac42dd3f1ef472c0e3a4d332c58b7c79656c9 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!C+4p$B>G+w>LL(9x&ixap)C!{5RcOO4>(Z zE?4KB&{aq3|1tuVG1Sa@yz6>oP}RQAiC;fOS3T1^dVkk5kj+4_;&r)q&M&t66aUIG bG@MhC+u0)Yw20}M6-dt0)z4*}Q$iB}$lN}V literal 0 HcmV?d00001 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 + } + ] +} -- 2.51.2