From 5d94cdd9c8ede41b187efd267b8c193a5ff042fc Mon Sep 17 00:00:00 2001 From: hivehum Date: Thu, 13 Feb 2025 12:05:14 -0500 Subject: [PATCH 1/3] six colorful glasses --- .../Prototypes/Loadouts/loadout_groups.yml | 8 ++ .../Entities/Clothing/Eyes/glasses.yml | 80 ++++++++++++++ .../Loadouts/Miscellaneous/glasses.yml | 104 ++++++++++++++++++ 3 files changed, 192 insertions(+) create mode 100644 Resources/Prototypes/_Impstation/Loadouts/Miscellaneous/glasses.yml diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 54ac8a6f7681..8ea26d143361 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -78,6 +78,14 @@ loadouts: - Glasses - GlassesCheapSunglasses + # imp edit start - its in the middle for alphabetizing reasons sorry + - GlassesColorfulPink + - GlassesColorfulRed + - GlassesColorfulBlue + - GlassesColorfulGreen + - GlassesColorfulPurple + - GlassesColorfulYellow + # imp edit end - GlassesJamjar - GlassesJensen diff --git a/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml index 90f6bc01b805..d504b0318c63 100644 --- a/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml @@ -17,3 +17,83 @@ - type: IdentityBlocker coverage: EYES - type: ShowJobIcons + +- type: entity + parent: [ ClothingEyesBase, BaseLensSlot ] + id: ClothingEyesGlassesColorfulBase + name: colorful glasses + abstract: true + description: Colorful glasses for your face. + components: + - type: Sprite + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi + - type: Clothing + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi + slots: + - HEAD + - EYES + - type: Tag + tags: + - WhitelistChameleon + - DroneUsable + +- type: entity + parent: ClothingEyesGlassesColorfulBase + id: ClothingEyesGlassesColorfulPink + name: colorful pink glasses + description: You look lovely! + +- type: entity + parent: ClothingEyesGlassesColorfulBase + id: ClothingEyesGlassesColorfulRed + name: colorful red glasses + description: They're no rose tinted glasses. + components: + - type: Sprite + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi + - type: Clothing + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi + +- type: entity + parent: ClothingEyesGlassesColorfulBase + id: ClothingEyesGlassesColorfulBlue + name: colorful blue glasses + description: No need to feel blue. + components: + - type: Sprite + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi + - type: Clothing + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi + +- type: entity + parent: ClothingEyesGlassesColorfulBase + id: ClothingEyesGlassesColorfulGreen + name: colorful green glasses + description: Green with envy. + components: + - type: Sprite + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi + - type: Clothing + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi + +- type: entity + parent: ClothingEyesGlassesColorfulBase + id: ClothingEyesGlassesColorfulPurple + name: colorful purple glasses + description: Scientifically accurate! + components: + - type: Sprite + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi + - type: Clothing + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi + +- type: entity + parent: ClothingEyesGlassesColorfulBase + id: ClothingEyesGlassesColorfulYellow + name: colorful yellow glasses + description: Now that's cash money! + components: + - type: Sprite + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi + - type: Clothing + sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi diff --git a/Resources/Prototypes/_Impstation/Loadouts/Miscellaneous/glasses.yml b/Resources/Prototypes/_Impstation/Loadouts/Miscellaneous/glasses.yml new file mode 100644 index 000000000000..f69655d815de --- /dev/null +++ b/Resources/Prototypes/_Impstation/Loadouts/Miscellaneous/glasses.yml @@ -0,0 +1,104 @@ +# colorful glasses timers - 2h so its like twoish rounds to unlock +- type: loadoutEffectGroup + id: SecurityGlassesTimer + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Security + time: 7200 + +- type: loadoutEffectGroup + id: MedicalGlassesTimer + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Medical + time: 7200 + +- type: loadoutEffectGroup + id: ScienceGlassesTimer + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Science + time: 7200 + +- type: loadoutEffectGroup + id: ServiceGlassesTimer + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Civilian + time: 7200 + +- type: loadoutEffectGroup + id: CargoGlassesTimer + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Cargo + time: 7200 + +- type: loadoutEffectGroup + id: EngineeringGlassesTimer + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:DepartmentTimeRequirement + department: Engineering + time: 7200 + +# colorful glasses loadouts + +- type: loadout + id: GlassesColorfulPink + effects: + - !type:GroupLoadoutEffect + proto: ServiceGlassesTimer + equipment: + eyes: ClothingEyesGlassesColorfulPink + +- type: loadout + id: GlassesColorfulRed + effects: + - !type:GroupLoadoutEffect + proto: SecurityGlassesTimer + equipment: + eyes: ClothingEyesGlassesColorfulRed + +- type: loadout + id: GlassesColorfulBlue + effects: + - !type:GroupLoadoutEffect + proto: MedicalGlassesTimer + equipment: + eyes: ClothingEyesGlassesColorfulBlue + +- type: loadout + id: GlassesColorfulGreen + effects: + - !type:GroupLoadoutEffect + proto: EngineeringGlassesTimer + equipment: + eyes: ClothingEyesGlassesColorfulGreen + +- type: loadout + id: GlassesColorfulPurple + effects: + - !type:GroupLoadoutEffect + proto: ScienceGlassesTimer + equipment: + eyes: ClothingEyesGlassesColorfulPurple + +- type: loadout + id: GlassesColorfulYellow + effects: + - !type:GroupLoadoutEffect + proto: CargoGlassesTimer + equipment: + eyes: ClothingEyesGlassesColorfulYellow From 0ffeb8bc951dc507ea6a01b6769d68168b064303 Mon Sep 17 00:00:00 2001 From: hivehum Date: Thu, 13 Feb 2025 12:18:57 -0500 Subject: [PATCH 2/3] I HAVE NO IDEA HOW THIS HAPPENED --- .../blue.rsi/equipped-EYES-vox.png | Bin 0 -> 922 bytes .../blue.rsi/equipped-EYES.png | Bin 0 -> 864 bytes .../blue.rsi/equipped-HELMET.png | Bin 0 -> 952 bytes .../Glasses/colorfulglasses/blue.rsi/icon.png | Bin 0 -> 832 bytes .../colorfulglasses/blue.rsi/inhand-left.png | Bin 0 -> 879 bytes .../colorfulglasses/blue.rsi/inhand-right.png | Bin 0 -> 852 bytes .../colorfulglasses/blue.rsi/meta.json | 34 ++++++++++++++++++ .../green.rsi/equipped-EYES-vox.png | Bin 0 -> 779 bytes .../green.rsi/equipped-EYES.png | Bin 0 -> 830 bytes .../green.rsi/equipped-HELMET.png | Bin 0 -> 882 bytes .../colorfulglasses/green.rsi/icon.png | Bin 0 -> 762 bytes .../colorfulglasses/green.rsi/inhand-left.png | Bin 0 -> 776 bytes .../green.rsi/inhand-right.png | Bin 0 -> 773 bytes .../colorfulglasses/green.rsi/meta.json | 34 ++++++++++++++++++ .../pink.rsi/equipped-EYES-vox.png | Bin 0 -> 866 bytes .../pink.rsi/equipped-EYES.png | Bin 0 -> 816 bytes .../pink.rsi/equipped-HELMET.png | Bin 0 -> 785 bytes .../Glasses/colorfulglasses/pink.rsi/icon.png | Bin 0 -> 841 bytes .../colorfulglasses/pink.rsi/inhand-left.png | Bin 0 -> 847 bytes .../colorfulglasses/pink.rsi/inhand-right.png | Bin 0 -> 854 bytes .../colorfulglasses/pink.rsi/meta.json | 34 ++++++++++++++++++ .../purple.rsi/equipped-EYES-vox.png | Bin 0 -> 857 bytes .../purple.rsi/equipped-EYES.png | Bin 0 -> 794 bytes .../purple.rsi/equipped-HELMET.png | Bin 0 -> 870 bytes .../colorfulglasses/purple.rsi/icon.png | Bin 0 -> 738 bytes .../purple.rsi/inhand-left.png | Bin 0 -> 788 bytes .../purple.rsi/inhand-right.png | Bin 0 -> 798 bytes .../colorfulglasses/purple.rsi/meta.json | 34 ++++++++++++++++++ .../red.rsi/equipped-EYES-vox.png | Bin 0 -> 706 bytes .../colorfulglasses/red.rsi/equipped-EYES.png | Bin 0 -> 741 bytes .../red.rsi/equipped-HELMET.png | Bin 0 -> 786 bytes .../Glasses/colorfulglasses/red.rsi/icon.png | Bin 0 -> 723 bytes .../colorfulglasses/red.rsi/inhand-left.png | Bin 0 -> 700 bytes .../colorfulglasses/red.rsi/inhand-right.png | Bin 0 -> 694 bytes .../Glasses/colorfulglasses/red.rsi/meta.json | 34 ++++++++++++++++++ .../yellow.rsi/equipped-EYES-vox.png | Bin 0 -> 704 bytes .../yellow.rsi/equipped-EYES.png | Bin 0 -> 694 bytes .../yellow.rsi/equipped-HELMET.png | Bin 0 -> 790 bytes .../colorfulglasses/yellow.rsi/icon.png | Bin 0 -> 720 bytes .../yellow.rsi/inhand-left.png | Bin 0 -> 685 bytes .../yellow.rsi/inhand-right.png | Bin 0 -> 682 bytes .../colorfulglasses/yellow.rsi/meta.json | 34 ++++++++++++++++++ 42 files changed, 204 insertions(+) create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/equipped-EYES-vox.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/icon.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/inhand-left.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/inhand-right.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/meta.json create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/equipped-EYES-vox.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/icon.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/inhand-left.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/inhand-right.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/meta.json create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/equipped-EYES-vox.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/icon.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/inhand-left.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/inhand-right.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/meta.json create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-EYES-vox.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/icon.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/inhand-left.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/inhand-right.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/meta.json create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-EYES-vox.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/icon.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/inhand-left.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/inhand-right.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/meta.json create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/equipped-EYES-vox.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/icon.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/inhand-left.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/inhand-right.png create mode 100644 Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/meta.json diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/equipped-EYES-vox.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/equipped-EYES-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..47a68b2dcdfb8de01a864ead1b75fe97872e2791 GIT binary patch literal 922 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw3ji**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWskFM`(mUWRey5d(BD0n>Rs8WPRZflsVkKW%VHD1rI?!^zH3O*!n zeD&bbn$^v#6*%e|c5wT3=>Js`E<{+q}oG8#gY|LPq`zf zi=K;~bJeSN>${Wj5+|~?GuK^~ahLJ-P~a3a%FciR(>x>-&O8TQP-X#TX}Vf2Ffvv1dK?Z3>f z;2f)apMkyIVTZ@f*K+UQy?yiczVX_Bbqq5binj5yEj|N`7PcgBcNYd@hM5cuZyA1t z0Yx|qJR*x381$4un6YB1eHl=Yy~NYkmHj0XFN3wIyorMkP)M@GHKN2hKQ}iuuY|$5 zC^fMpHASI3vm`^o-P1Q9ypc~F7~MslE{-7;x8B~_n0?4WAN40(ay=1H zV79|rYsW5)7gw%cUD>2(#r4bHW78GKmkK+sJbEM*W6f1Gmv3Q`>jbyk@6)Y6ag^)7 z-?Ueq5oq&|_&MJDFU%;jo@%r#r0Y0)^Wo>KLv@~21}SZf`(8Ea{qmr*%SyEB?AC{< z9N+n^Wmn#Mb;;tDe{a=T`R$c!n{NOA?osVik$Q&%cGXw@so>(9fBOiFiGo^LiRt6g;|cTeo(llDOz&;NZoAp>*)1~{-*M#)lWZ9n&S7qY~TL=-PalgkFzE7wBOF%xo7_D0$urk rX*a%oD!zSYu^!8EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iK0H4+X7y!rqD02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00B5jL_t(|+U?viN&`_42H@Gs&Nk!(B4V|Lkj6#{cmokE zO=G}RIfIpgRSu9g7f2e@h($`Z3s^0&w6GAuvswZXQ34SYzps1Dvh2+6mj6Tm0093> zw!B-PokgV7nw)IBwj(C3hwb}=S@q@R`FT8!*zF#@9gjcP&(8;g!^4PLt=EglvQ-;w zo_9JCDUC*r#v;$3()D$t1BOHdT7V)Sco qT?b(Q0RR910000000000OYi}Dik%mzd5e<(0000Rs8WPRZflsVkKW%VHD1rI?!^zH3O*!n zeD&bbn$^v#6*%e|c5wT3=>Js`E<{+q}oG8#gY|LPq`zf zi=K;~bJeSN>${Wj5+|~?GuK^~ahLJ-P~a3a%FciR(>x>-&O8TQP-X#TX}Vf2Ffvv1dK?Z3>f z;2f)apMkyIVTZ@f*K+UQy?yiczVX_Bbqq5binj5yEj|N`7PcgBcNZX?#=x*ulIJau z#aZAHSF!Z|~T99}W;{e;6;qReIvarIi<4UFSv> zTy_Qt|F*^!C!6Ovb54LLQV#!f8TWJyZu!?d3syH1#=^BD&zP4r7Q`uF4H zvA2t2r=2@rUbf`J@&AU5af%*CA3d-rsM@ttQ}XlIeHkAfeSE}S75_r$z3PwW{(M|2 zZ(0r3J=kx&N5LtYVZZ;M7fu}Sg*d+bJ@}j-7)BVt<>HZF=l8z59-}8$9-CSA?d#UN z-+n*QK6!OkY@b8@pWS=!eax%BKjUGoz@8uKTjdX2St9g)?)9v-(^T%>_4QxB-h1kj z&pFcCdmZ!70)*naqb(bMED^`F%->}FsPI3T@= V`FcG6GV@T7tf#A=%Q~loCIH5*rX>IX literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/icon.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..860da4a8c01f2dd7150a98b6eaf87737a7455c39 GIT binary patch literal 832 zcmV-G1Hb%EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iK0G$Jv@y%zug02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{009_DL_t(&-tE*eYr;Sn2H-cPi%Z9dlb}N>T?7UHfc}XL zj%LvzQ-4F2>QDq7g{=O8yQMDD;pil8f>Y4ZO_%Esj>F+FLYC0?SwcR(3*UQ}1Rx?J zA|fIp`ggqI9yJ^SS_eU^B?M5NyzjaaI7ZvIpPubHoeqcn9`OBoz0t6BSHG!$`oGQB zCD7?qDrxGTLa8tWyxh5-ir&$CL8Of1Fth{S>o@hyX1z{RKq;lNpyrwdw!yQ5$UECp3ecTqvQAZ z{9*51tF)d@Yc<;+1hbhCTAO+ae=D~ek$05|T;kwFL_|bHR3d*UtevO#{Zs+~0000< KMNUMnLSTZj0Bmsp literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/inhand-left.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..68b8b482c32aad68f86e637c95b7c17b7799c2b2 GIT binary patch literal 879 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw3ji**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWskFM`(mUWRey5d(BD0n>Rs8WPRZflsVkKW%VHD1rI?!^zH3O*!n zeD&bbn$^v#6*%e|c5wT3=>Js`E<{+q}oG8#gY|LPq`zf zi=K;~bJeSN>${Wj5+|~?GuK^~ahLJ-P~a3a%FciR(>x>-&O8TQP-X#TX}Vf2Ffvv1dK?Z3>f z;2f)apMkyIVTZ@f*K+UQy?yiczVX_Bbqq5binj5yEj|N`7PcgBcNZX?#=x*ulIJau z#aZAHS&Rya$-C_9zJyv$>sjrhXHS&(#IrM+~Gd}ix z{ng85IDvK}KttBos>Ok`tfo)VFMqH6yifJJ-Fv(J?<@Ulc*R%(Q`Uy4ar?f#?iBG{ zPkxeJN+# z-L{1(X9^-jj&am~R(Zo7_+9jMv>d{z$gI$hOBtH~U&}U<@KK8_llW7$H|pun^M^WD rRr5zQ%=!`5!011Zg-ac*#Ua#=F;(Xf*R@b*O^|@6tDnm{r-UW|HS28M literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/inhand-right.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/blue.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..fa086e5953808a1318025b0ba784b29e67e89943 GIT binary patch literal 852 zcmV-a1FQUrP)EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iK0H6ke9j8*^u02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00AsXL_t(|+U?x2N2k`HbOKmNNlW-S_XiDe>bm@-b??4-maUOD&B;O(D_ZDo#Q}PI4MbglN$+tbV`so^#LP|9zbCivR!s00000 z004l`bw;HA6h%Zz+uMUdQAF%t9K9S5A|6hz zwl4FCQKw(+l5YDL`Nw^|Wdw&*$8R|`Mt z^mluW`MRg4jg4kA;_hxTsZ=7etlb_C7r)qlm(uxprIJ#;zPULZM$~H4>Gk#e`_9?k zRs8WPRZflsVkKW%VHD1rI?!^zH3O*!n zeD&bbn$^v#6*%e|c5wT3=>Js`E<{+q}oG8#gY|LPq`zf zi=K;~bJeSN>${Wj5+|~?GuK^~ahLJ-P~a3a%FciR(>x>-&O8TQP-X#TX}Vf2Ffvv1dK?Z3>f z;2f)apMkyIVTZ@f*K+UQy?yiczVX_Bbqq5binj5yEj|N`7PcgBcNYd@hM5cuZyA1t z0Yx|qJR*x381$4un6YB1eHl=Yy~NYkmHj0XFC&A|9)*AhKq1Kz*N775{M_8syb=cI zqSVBa)D(sC%#sWRcTeAd@J2pyprXf~E{-7;x8B~d&2n-SVY^^`l8=es)u4$(^D>8- zQbY=Clk^F%O-&|diq;!^CI=NTMmDyZE!xrHY045O%Heshx%k!2!*ll+?c-ozXpooe zop$=5!t>+HxBosFdhYVeEK|AXfA0P=+IMC8&s*F6Ejt%Jy{=k$*WH_IRw=!c%Zp!c zuXHbdUjDbxBOiC%oO53DYt`q<<&!@b?1=dCJO1nP%VpI&UEY+v{`zpjq~)wY*CK%n z9#5+)ZS@ztti4_=cxzhzg<0JJMXdjJ@4wXE%#Nh)-!1h|GqQu8uTq%}67_WTb6Mw< G&;$Sm0!@wp literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/equipped-EYES.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc2c6533abcebbf75ffb02233036016a1e17e33 GIT binary patch literal 830 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CN-;fTkeVhg(OQ{BTAg}b8}PkN*J7rQWHy3 zQxwWGOEMJPJ$(bh8~Mb6u`TZD;uunK>+PM5UQU4$>>rZXmU|uPPH5xkb>z@hvM_lf z^@B<9tgVy(g-1er81PoN%!+@?@R7`Kj-W3cA&lc zmxjGA(VD8WdsnrUeY&VJa=yyphdE-0GOoPtJ-%~}Iw%y7z>QT$Z~e&9JFxEi-dWQ( zyp?I`eShCQP{j4(riT`J+duylxb~FYN3Ho_$*=liCaYjc3{NhNCe0}-r z@yk!kw5YuN{`_-l?W|>)v)(1>9eQ;**$>Hv1Ltd)@2$xVpYm2F93<@N>gTe~DWM4f DPq|{s literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/equipped-HELMET.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..47f9248c7e8b218fc0897ad38926780fc42adf7c GIT binary patch literal 882 zcmV-&1C9KNP)EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iM|C=iRNa2Ego02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00Bx#L_t(|+U?x2D}-Sj2k__EcqcmE<al zV)2()EHW}FlVUKDQFbNameX~nmon%KJYCV1(sjM=^I6_{e!Wk9fA3T8^m{@8dRL)S z8&@hTE92wM=KR{~O$<2)DO~hYt^h zLf#r1^QY%R`+ba#8`z8FHeyu4g0{j8twA57LtozLH~jgurvlBD*M zrb|o1!=nRnyJ?aa>Z?99wGoAKU*D6jV){8^lz|9rlU zv^x<0#rIq>ckDxtefa#&{p*W>`UC&~0000000000004B^2X7OQ&NLqTuK)l507*qo IM6N<$g0~urrT_o{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/icon.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3afd17e2c2b56492c6dfe992d126f98fa1352546 GIT binary patch literal 762 zcmVEX>4Tx04R}tkv&MmKpe$iQ?()$2Rn##$k003MMWG-6^me@v=v%)FuC*#nlvOS zE{=k0!NHHks)LKOt`4q(Aou~|E;uQ=NQwVT3N2zhIPS;0dyl(!fY7Qj)$EG{s%9CP zWJ1grR>i<81OzaED8dpm^;C8-2hZ_!4rB*zc_2fw>DOVd+sQZNDZzu5Li6bS4B?WS#iAKP~O1n@rtS6bI!Zvk_kq&K@- zG?f_#?x@1U>h(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CUxPhvL)6)A;}Wgh!W@g+}zZ>5(ej@)Wnk1 z6ovB4k_-iRPv3y>Mm}+%qKBR?jv*Dd-rh0fV{{Z@doZ(-|x+f;{X~00rKWjy3?B-Lr?yXY;FGY ze$P!Yhsbwj+oL)5dZu5ssPlh*z4G;+o!vXxbG9CPoVIz@uDdU{+^ws*|Ni;s!-~i5 zSp6%BT7UkzfZp`C->P~qvQz}uPB<@X8lCg&u+rTXwg2kpzK_tS8Za77d@aWUQc`zBcFnS~_^;D8egJVjUHx3vIVCg!0IP>V A{r~^~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/inhand-right.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a1517d7625f21e48cc2c659f1a28680104bbec1a GIT binary patch literal 773 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CUs7a`d&w%kYtH#M2T~LZf(LGNW$B>F!Z|`j6JQN_pdSSjri$X?Xa;EZ)8xa$aHK%52i<3W@YxZ$7_# zccq<--t@o!UjKf%C2s!ttDpZ?Ft0KD{n4aOG~Q>;qt~HNBJZtu`iBu_9f*DqZlj(b xwx)vl0!KN^Eyb)?{pIct{LLDyK_SO*fyw{owVHUn<=P8CTu)a&mvv4FO#m)hJ~#jX literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/meta.json b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/meta.json new file mode 100644 index 000000000000..6dee0796c1b7 --- /dev/null +++ b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/green.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "sprites by carousel for impstation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/equipped-EYES-vox.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/equipped-EYES-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..55eb063992ee902bf3713a87efcae1c2916772fa GIT binary patch literal 866 zcmV-o1D*VdP)EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iP_02vURsh|J=02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00BBlL_t(|+U?x0N(5092jJr$OaqFbAiL43MFhd9FJKaj zK7qj~Vw5e5#b(n7P%L85E{bJ+gk3RMT(n=qGK?%Nh_37`d|$i6;qtpP_rx<10001g zlG5?%Lp`NNb7pn_Fs1x?zP|aGSUzc|bn!HHv^`ayXi|}9d00000000000000006;kvsbN%-?cfXC6 zJz$n)S(bf&q04J?m5BWR0)x(1OV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/equipped-EYES.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f6f4708fec6e52709703df53bdf19aa43385bd GIT binary patch literal 816 zcmV-01JC@4P)EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iM`IXRwAx7h#y02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{009U|L_t(|+U?x0N(5092jF3Y>4M21&MRzO5RCc)CNcR8 z2EzuMU=fQZn@_N8v-koE27Lq-gK5!z400I|WCs6?v*Y)b%bmj=_zj2K&J+az0Q{7Q z+_obW3IN(H#PXJ7vDV`o=;{)F)YVBn~PPTVYyMRz81yg zX7Bm*;PZMu&z!q>Ss0znA|kf8rn?b&-?UE88sV#T0000000000000000H9l{vGDgH z(Z1!&x!M~0ZfelIPc>R!Ug=|tcQeh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9VFv>n!{jaXZqI-s zoCO|{#S9F3${@^GvDCf{D9B#o>Fdh=l8K8&Tgm6Q`+lI1WQl7;iF1B#Zfaf$gL6@8 zVo7R>LV0FMhJw4NZ$Nk>pEyv_D^C~4kcwMx?-+V9JBqM9U_F?{CB4^U!zYDpF+`H2%Hs_j}uGhJR;{zx(yC zRJ!opuB(3pKX1RPv*_!eShl}^cGb?Xb9b@n6ZaQ<|9bWGlV=wSe*Jf$czTeR=Ir-Y z_c#8ss-Guc!(2DtzPxht=fml->x%7Px8G~1`EQj!e@*@qCLQzT%#2XVz)-Nrw(Z}k1NUNAZU+f_ My85}Sb4q9e00jg}2LJ#7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/icon.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0554baa85a64901663a9f0de7bb47d529e29a264 GIT binary patch literal 841 zcmeAS@N?(olHy`uVBq!ia0vp^3Lq@N1|*eVE!)n(z}S-M>>S|f?5t2wl%JNFlghxL zF|l@{t;b;pnWOQ+N7r{X%eu%KUGXam6g(buR4GCuw>3=GNAGWw8n0(p_u>ap1s{?( zzIyOz&FbdW3LJF}JGlM2^nxD!pXAgn!Qc1$ggxXXBZC~yiIWoayC;uefD4f0u%VgKx*eCZ$0qLWXw znkObRhOU?(WB)_`&%0|nKK?sB8znCMO}Z^F>~LQ1!kXLPzHiJm_hYl} z-#x4Lu5ImWSeX0Z(XO>8s}DToGx)T`yX}cb-7Ket414BZG=JLgFnU4#*|%%A_FraK zaE{fz&%oa9u*2i#Yq|ID-oANz-+1l6I)<4IMceq<7M}q|3tN)6y9>jAhDe5uZ**Q= z1B!4KctjR6Fz6|RFk{71`!b*)dx@v7EBi|(Zc$^4X}3D|0fi(>Tq8=H^K)}k^GX<; zi&7IyQd1PlGfOfQ+&z5*!W;R-fzhq#>EalYaW6SRf^~6%NKaFs0hilB4I~cZ%7nX- z&#qZC{{Nr&M|S>AANBe_|Nmb~4t#wos>Q;p;pF1ghgJEQS3Lv4|NjqXc-=kkv6dk~ zQ23VG+|vgZXa`HmpE!Tuz=49Q_n(*Z@Jyforn0E1z0uMC+t-WV(%jr;92a<{@Zi(r zZ>_KGA6?5|`t$FjCv|LX`tkc}etv2de3vH&0`va=zj(Bh)#r*A=Pn~XBeD1ne@zaC zj~csD#@< zY%ZrHjZzQ(|3C4eG&kpT#uuqGDcr6_wgyjZ?a(}b@B$M<^o8S>%jWLz1%@bt Mr>mdKI;Vst07}ttIRF3v literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/inhand-left.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..182f671176be83ec602c938ccb9434ef09bae292 GIT binary patch literal 847 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CN;HRTN@*RLXst}5hc#~xw)x%B@E6*sfi`2 zDGKG8B^e6tp1uL$jeO$3*w*lLaSW-r_4baUH*=x{`-gI8ANHsm^}42;EC;iUGKD7p z5bWV@N{A5T%{H??5HOo zBbl5tlg0m7=g-@JL#<2d&7$i&^4~uDEoOn>MXP5ti}sp+;@<2S#_fsP}8**{8s=XQC#EwhDD^6EdZ>VG@+ XPk-4{Cf^sK1=8f{>gTe~DWM4fVEJl7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/inhand-right.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0c96bd5e177ff1cb476ebd159f191dce3f2e3e GIT binary patch literal 854 zcmV-c1F8IpP)EX>4Tx04R}tkv&MmKpe$iQ?()$2Rn##$k003MMWG-6^me@v=v%)FuC*#nlvOS zE{=k0!NHHks)LKOt`4q(Aou~|E;uQ=NQwVT3N2zhIPS;0dyl(!fY7Qj)$EG{s%9CP zWJ1grR>i<81OzaED8dpm^;C8-2hZ_!4rB*zc_2fw>DOVd+sQZNDZzu5Li6bS4B?WS#iAKP~O1n@rtS6bI!Zvk_kq&K@- zG?f_#?x@1U>i_@%8FWQhbVF}#ZDnqB07G(RVRU6= zAa`kWXdp*PO;A^X4i^9b0WV2JK~#9!?cA{|gkc;9@Zae&y~ScX`3ugbl+|Qnl1csq zqd_TyMGUvuOr{GP#i+!_D&^c!l)79ty@u<0xh&4n#pkoV!`t)p{r-C1>3t#q00000 z00000;B#rZv30hdrWdzE6HCi!Dv{2#@@wV!Q|t77zwo)){l)i%pC8}XB8r8{!gxcG zoyziS=9vvdGw*J#lkapgi-o26nSpGBR}W89wNk|0V0o`{)ArJ)Lci*;QNFIMWX~@T zuhX@Wh+-iwVj(+eFRN?YyY-0C;m4D;)m-k!Hk2euk|f#WwFcqfxqqxwchvuuR^IKO z*!F$^0000000000000000J_RO0=*&sdxbauYrm`>RZo+M5BCT}M8u9Z{?Y)rN8q1w gj{pDw008u$H)bETE8YqOasU7T07*qoM6N<$f?XzfYybcN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/meta.json b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/meta.json new file mode 100644 index 000000000000..6dee0796c1b7 --- /dev/null +++ b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/pink.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "sprites by carousel for impstation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-EYES-vox.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-EYES-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..7661700a5fd020db898b9e30b20a1581d33f2371 GIT binary patch literal 857 zcmV-f1E&0mP)EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iP^J1BfIER_HN02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00A*cL_t(|+U?w-O9NpP0Pyc%29t;mhG;Wb3>LBJ!n(mU zSTqP0i{Oe_CK$8`2ID{s{s#*~EMifx7;G8_Q^X(&3TGOF8?xXwHvRqLeeig9?|s+a z3jqKC_+O$<2b|rC3ai_3oPA53=9fZPtc-0;k2KHEbI%9&ukGW!R8m(DCn4M{f9zjO zgmAkXmydU%sNX+mHXA~*7{}FW2&K~R^X+uJt~Wq3@yXio^-R6>d^GnpKb3DSc*A4n zeeNzDLbqO=E;qnWe}?hPxSalMJ%3t=3iYAEx#<7^000000000000000&~tq^g_|5J zPmYl%_YE9oYI{d#y&ofQ|pC|VpG{)Zhb=-Ym7A~}Fh+Z{9vhageZ~y=R j0000000000;P3bbtx=2y_$d~Z00000NkvXXu0mjfk5Oq< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-EYES.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..19c3291c35100a60fba6c24a052a05136319e736 GIT binary patch literal 794 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CMAoMYn66DA;}Wgh!W@g+}zZ>5(ej@)Wnk1 z6ovB4k_-iRPv3y>Mm}+%qR*Z#jv*Dd-ria7&EhD+@L>A`wbhIMakjm6GmqKURdBH? z@I#aRDapUgJ?u$>Z^Xl9pWJjcEu{J2mP0ePt=XO+X!-8dV5w;I01q zHFwwJoQjHBmu}uYcI{-`k;4!Ee)_rCeqYqzTl@F*uh75r<(19pEg1*p9lk5Bv0e7E z>htG6x$4sUo=Nco-Gc-S?(gqS-2V8{)90to9?Ywci8Vi)BNiAcIQitGp5E!HM=It7 z1wQ$ia6x{1$$!Njx5~Is&C>7r+s*sq<^^SOUtiZfFW-E=+4=j|Sdk26c=n5J>(Quv S+^)TiAYo5eKbLh*2~7Zma#aoh literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-HELMET.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..bd46fb03f04fb97ead090bc0330af223b74d8844 GIT binary patch literal 870 zcmV-s1DX7ZP)EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iM|5Dot^pfvyh02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{00BNpL_t(|+U?vSPs2bM2H-166#@Yy7#s#MgTj%C{Q?YT z61xOL!VGQ#L$bd>g5wuV6dVdOfx%%&0D&$^F&s;_EHK0hx94%!T+_VY-PPR}0;KN~A4hA8- z>}Kufd~)8}ZFR9;hR|r_d8?JqMi|du6e09_lewDB5W3x}N+$o+_Qvt!T~)V-TKh`gqU*5dmmmdHC00000000000000;QSH}{<1N_K`vgqu53qm#bhf!u zU(W2W6y&@6^Qjo`15o#dU#jcG$8oXzesFo6{=$Fd{mdD2PpeC^;>mBEWbMOK_upe3 w7N#G-tQ|8Jg}ML$0000000000001zP4_Ix^2k_@A1poj507*qoM6N<$f^Y7ALjV8( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/icon.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4346c9f943fe18de70f92fca82c2800cdb7377 GIT binary patch literal 738 zcmV<80v-K{P)EX>4Tx04R}tkv&MmKpe$iQ?()$2Rn##$k003MMWG-6^me@v=v%)FuC*#nlvOS zE{=k0!NHHks)LKOt`4q(Aou~|E;uQ=NQwVT3N2zhIPS;0dyl(!fY7Qj)$EG{s%9CP zWJ1grR>i<81OzaED8dpm^;C8-2hZ_!4rB*zc_2fw>DOVd+sQZNDZzu5Li6bS4B?WS#iAKP~O1n@rtS6bI!Zvk_kq&K@- zG?f_#?x@1U>h(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CS?JSiU+MgA;}Wgh!W@g+}zZ>5(ej@)Wnk1 z6ovB4k_-iRPv3y>Mm}+%qPLzdjv*Dd-riBnJ8U4r_TahKPUjPR1_7I-S)Q=mR#o$D zWwmwkT$&Z6e{t@D1-Dq;xZIApIkB}d8;MNHGFTg2E5AkO^>kf(<^3E$)4-tNVrb}* ztgEH@-=BW^z4-OANxRSAetzEez0UWB_g~LHdu^VyQKRdz;eFn>pTAZvSMq)8ws+du zs_p$V&UY_bcm8?q_T1=D&Dd89+8-|uzAeWmsPDV8rmm~vPtLV+eofZLHoS+0tjk&@ z*8Pv?gINio^KNYYt#C%hQEuH;_JjYw`aHSD-sm&0&HK9}SU&Hf{QS3dy-(H6=Y#m3 Lu6{1-oD!Mh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CS|rgYeKI8g(OQ{BTAg}b8}PkN*J7rQWHy3 zQxwWGOEMJPJ$(bh8~Mb6ioScgIEGZ*dV5FF?{I(w`-k-@d!2dN9nKUqcg#9S0+K)aL zOuZui{JO!J+Etv4FnhtYfZ#WdIbAp7?SJfbSJ?NBV~dx?vZPmw+Mj>p_*49i1FUAw YEPv_DM%i6TGoFI@p00i_>zopr0ORvjEC2ui literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/meta.json b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/meta.json new file mode 100644 index 000000000000..6dee0796c1b7 --- /dev/null +++ b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/purple.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "sprites by carousel for impstation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-EYES-vox.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-EYES-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..2e3ea0a449fa5d982ddf80c1db03c7f2d14c3dc8 GIT binary patch literal 706 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw3ji**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWskFM`(mUWRey5d(BD0n>Rs8WPRZflsVkKW%VHD1rI?!^zH3O*!n zeD&bbn$^v#6*%e|c5wT3=>Js`E<{+q}oG8#gY|LPq`zf zi=K;~bJeSN>${Wj5+|~?GuK^~ahLJ-P~a3a%FciR(>x>-&O8TQP-X#TX}Vf2Ffvv1dK?Z3>f z;2f)apMkyIVTZ@f*K+UQy?yiczVX_Bbqq5binj5yEj|N`7PcgBcNYd@hM5cuZyA1t z0Yx|qJR*x381$4un6YB1eHl=Yy~NYkmHj0XFN3wzmZ!C%Kq1Kz*N775{M_8syb=cI zqSVBa)D(sC%#sWRcTeAd@J2pyprToxE{-7;x8B}1u;i{(g5UPg`|;v+o8#Sh57q9Ckyqz+2o1ez^73&CFVdQ&MBb@09R literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-EYES.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..53d27930bc8baf4dcdd05a81af22a78186ea5edd GIT binary patch literal 741 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CPl41PSIO|LXst}5hc#~xw)x%B@E6*sfi`2 zDGKG8B^e6tp1uL$jeO!jMf*Hm978H@y}e_|)odWb_8`hC?K8v9S=T=?IO$)$+q~y4 zpDUNx%B7*%KlZ6g$hX*EG<;ve#Ly5g-IiUP+qUq%y#M1JU;bV!jXh_nfBtjk-$b*7 zssox!r(AknlPPWREN1n;=;v$2cHJ#H_tVnN#U<7|PpBY`)|xBO%H zKkxOX>xVvnf1s>%>hFQ)Mg7;GcK<(o-_${4o%69nG12C2NIDq$-t%$m7qPzUUkeuY MboFyt=akR{0Epx>!2kdN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-HELMET.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d9a14b1c4319b2484a41922bb65c720305d930 GIT binary patch literal 786 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw3ji**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWskFM`(mUWRey5d(BD0n>Rs8WPRZflsVkKW%VHD1rI?!^zH3O*!n zeD&bbn$^v#6*%e|c5wT3=>Js`E<{+q}oG8#gY|LPq`zf zi=K;~bJeSN>${Wj5+|~?GuK^~ahLJ-P~a3a%FciR(>x>-&O8TQP-X#TX}Vf2Ffvv1dK?Z3>f z;2f)apMkyIVTZ@f*K+UQy?yiczVX_Bbqq5binj5yEj|N`7PcgBcNc~mKo*0;vHs^k zinG8YvY3HEPZ@+6E0)@q0R`DhJbhi+Uo!EqSabY%dH4xXNV3E=qQp5rH#aq}gu%He zHL)Z$MWH;iBtya7(>EZzkxv|`=#{67V@SoVx3>+m4m$|2UI^Sj_rThy?;msT?D#yh zhN1a)%whI|)q1^FOAEGY9#Yzr;3PEZ!Pn~E2{T;(H0su~eAuyT|F4T5EqD%3D6YK! zetG6BCBF83?|-M}?Up@W_-5BNvD%$3E;>KWXHN<0vY7w8a^CcvU#*lDE&O9SzifHz zxm3olO0V9h?%Vq3E9;I@$5|)m2YG4k-Lubr{p$5|cdt8D`SX1h<9Yx8rEzsY*CN0V z*|l36pZ;66%Sm2K^E#4nqx~~80NA@hn)wZ{}5sHB<`%i3^;k6QEX>4Tx04R}tkv&MmKpe$iQ?()$2Rn##$k003MMWG-6^me@v=v%)FuC*#nlvOS zE{=k0!NHHks)LKOt`4q(Aou~|E;uQ=NQwVT3N2zhIPS;0dyl(!fY7Qj)$EG{s%9CP zWJ1grR>i<81OzaED8dpm^;C8-2hZ_!4rB*zc_2fw>DOVd+sQZNDZzu5Li6bS4B?WS#iAKP~O1n@rtS6bI!Zvk_kq&K@- zG?f_#?x@1U>Jfgo5g~*SLOwXn|2;exb`HARfHXc8_9=aXeeb7!y1uD(RaL#NPv>KdF~+JY{e0E0 zzkqbywq|C>eA9@C96{&x$uO9il@BleE93$J0002I!WYk(hXx#1TND5Q002ovPDHLk FV1o7uG5!Dm literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/inhand-left.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..21a45eda5a4e690d0d6321b589ee226fb4df4992 GIT binary patch literal 700 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CMBW$xf@;pg(OQ{BTAg}b8}PkN*J7rQWHy3 zQxwWGOEMJPJ$(bh8~Mb6il%zHIEGZ*dVA*}=V1dL)&SlGvU{SYai=WFSv=3>zyuUQuR;;=;Eq7&=*SmAKf0ll7er_1#+dJ=bY293#OoL}k^KCgk|9)QtGXP5Of3&ii|Hq`=?`$8aH5Y!p#|#pGAisw} WBeDA6%AkO?Aik%opUXO@geCxOsvRr< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/inhand-right.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/red.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..182a1f3d68b08cf1aef689eeb4996b6f0d6d6047 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CMEVu8$y_YLXst}5hc#~xw)x%B@E6*sfi`2 zDGKG8B^e6tp1uL$jeO!jMg5*Gjv*Dd-rm{B+v32(;=onFe_iUVVxZ97JM0;)E&qg@ zm~D+`%0^}%pQi>?4go*beJ_oBes6p3dX*yIPu}zTCD*K4^-4mgdD;A`$f)eIj4@OH z)IFX3=d%2^ADRs8WPRZflsVkKW%VHD1rI?!^zH3O*!n zeD&bbn$^v#6*%e|c5wT3=>Js`E<{+q}oG8#gY|LPq`zf zi=K;~bJeSN>${Wj5+|~?GuK^~ahLJ-P~a3a%FciR(>x>-&O8TQP-X#TX}Vf2Ffvv1dK?Z3>f z;2f)apMkyIVTZ@f*K+UQy?yiczVX_Bbqq5binj5yEj|N`7PcgBcNYd@hM5cuZyA1t z0Yx|qJR*x381$4un6YB1eHl=Yy~NYkmHj0XFCzon+$l>!fkKict`Q~9`MJ5Nc_j?a zMX8A;sVNHOnI#zt?w-B@;f;LaKt(e=T^vIyZoR!@$aUC&hc!Ub$};`T%c8k&EIs$E zayD#rSbilpI@?LMcXzS8E7*Yq#5Z4?Oh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CRME)dh<2{g(OQ{BTAg}b8}PkN*J7rQWHy3 zQxwWGOEMJPJ$(bh8~Mb6iuyfW978H@y}e_|)nLHGdg0u?|7>x~uNU??Yc@q4J$UfP zy#S7xv!?Xz7hzzih;~`K)TJlulCI67xw#kj#!ai7w`}db@4k97b00ppcX&S=s0bO< zxL(`CV9C+m_$8*{^`D0I_dn~gKP<20Sj^r3iFwmshQ;l=63j>%DzaDw;@6j#vw7Hn OL_J;oT-G@yGywpflNJB~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/equipped-HELMET.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f6d227a95b06a936b44f9fa0de9dfb64f918f4 GIT binary patch literal 790 zcmV+x1L^#UP)EX>4Tx04R}tkv&MmKpe$iQ^l`}gB?U2GSp6XQ4z;d#UfZJZG~1HOfLO`CJjl7 zi=*ILaPVWX>fqw6tAnc`2!4RL3r>nIQsV!TLW>v=j{EWM-sA2aAT%mWHM^pKs#!)V z9uu>WTDX2A<>V9zMR_MR=C?xj)CCk~bOP6N#ftH!R`};@M40 z=e$oGWF<)IHaf=iM|9}pX_&?5i<02y>eSad^gZEa<4bO1wgWnpw> zWFU8GbZ8()Nlj2!fese{008buL_t(|+U?vua>6hW2GDheYHvaf$KiHx9H==7YL&vH zAtaL_kl-NmUf~~&U3@FquGSGSg<5MJx8wfWxct+2dwlTy{xaC%5D{@YZMT`Vw)5|= z?|tH*JO5(3Qj9@|VZDwRhKPt#<~#8(pTE7*&MWIq0000000000008){cejT& Uz`eQ!=l}o!07*qoM6N<$g0KZ!-T(jq literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/icon.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b75fc074a1c0436c242b7c60b2c9778adcd158d1 GIT binary patch literal 720 zcmV;>0x$iEP)EX>4Tx04R}tkv&MmKpe$iQ?()$2Rn##$k003MMWG-6^me@v=v%)FuC*#nlvOS zE{=k0!NHHks)LKOt`4q(Aou~|E;uQ=NQwVT3N2zhIPS;0dyl(!fY7Qj)$EG{s%9CP zWJ1grR>i<81OzaED8dpm^;C8-2hZ_!4rB*zc_2fw>DOVd+sQZNDZzu5Li6bS4B?WS#iAKP~O1n@rtS6bI!Zvk_kq&K@- zG?f_#?x@1U>5Pa|F=XqR+MKDA^-pY007`_+cwW;?(R8@xcB=}kG{VN9>Lt*+x6HN`_X?ssGkfT z&fakSGT!@+1L^DMgS_hTouP=BjbkY_cs%!g)ik}h(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CN&0)9V|RZ{f3~>x*B15e$yd%YaK6vY z@%{ahEflB{0`97;4OM*=Tk^p(XsXQdefhUb=Pf_?{TIu_?+SOA4R;-k|0+?l{8;}j zj`Py_4`7-g^ai%|-Qx0p-pD6h(B&wuZ8-SA;RXjt>dz~dw8YbEOJDvC0C7EC{an^L HB{Ts55jPYC literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/inhand-right.png b/Resources/Textures/_Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..af2580c6185a7c98316bb16cc8539c3e260108b5 GIT binary patch literal 682 zcmeAS@N?(olHy`uVBq!ia0vp^4j?SR1|)y|TsxP6fw4K$**U<|*;%2WC_gPTCzXLg zV`A+@TaUvIGDqWswh(2cA3WH9 zbX9Zr=5>7QniPI8KGL($+~v{v-pn$_?ie~lQ$9J3e?)_W6?DBp7_V-2WGiNF@0b_+N$=lt9;Q$Cq&1DY(if|Tq zL>4nJ=qZCRW5rVYGN2%PiKnkC`%5M+CRO7-u4aWmA;}Wgh!W@g+}zZ>5(ej@)Wnk1 z6ovB4k_-iRPv3y>Mm}+%qGnGQ$B>F!Z|@lLH7E$M99aGLKmQ-T`wQc=la=SXDH+Sk z-hBFE0Vu(ML4ro+TCIsklq%IcLofZ_mmgiUPPQezOa7_#UAFaGAKgFs)9yW|THM2U znU0rvEHGUVy6(*CM^CxFPdsvI@;l|ur|NMJLE;}~GFNUrz4l$sKCp66S3j3^P6 Date: Fri, 14 Feb 2025 19:31:03 -0500 Subject: [PATCH 3/3] colorful glasses to salv + moved a bunch of shit out of upstream --- .../Entities/Clothing/Eyes/glasses.yml | 19 ------- .../Entities/Clothing/Neck/cloaks.yml | 9 --- .../Markers/Spawners/Random/maintenance.yml | 2 +- .../Entities/Objects/Decoration/present.yml | 2 +- .../Jobs/Cargo/salvage_specialist.yml | 52 ----------------- .../Prototypes/Loadouts/loadout_groups.yml | 16 ++++-- .../Entities/Clothing/Eyes/glasses.yml | 19 +++++++ .../Entities/Clothing/Neck/cloaks.yml | 8 +++ .../Jobs/Cargo/salvage_specialist.yml | 56 ++++++++++++++++++- 9 files changed, 96 insertions(+), 87 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 78f19ce462f0..fdf4dad811d7 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -52,25 +52,6 @@ types: Blunt: 10 -- type: entity - parent: ClothingEyesBase - id: ClothingEyesGlassesGarMecha - name: mecha gar glasses - description: Believe in me! Believe in the me who believes in you! - components: - - type: Sprite - sprite: Clothing/Eyes/Glasses/gar.rsi - state: icon-mecha - - type: Clothing - sprite: Clothing/Eyes/Glasses/gar.rsi - equippedPrefix: mecha - - type: Item - heldPrefix: mecha - - type: MeleeWeapon - damage: - types: - Blunt: 10 - - type: entity parent: [ClothingEyesBase, BaseLensSlot, BaseEngineeringContraband] # BaseLensSlot from imp id: ClothingEyesGlassesMeson diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index 8b5df8ed8323..7b5941ab5fa2 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -135,15 +135,6 @@ - type: Sprite sprite: Clothing/Neck/Cloaks/miner.rsi -- type: entity - parent: ClothingNeckBase - id: ClothingNeckCloakDriller - name: driller's cape - description: Worn by the bravest salvagers, whose diamond-tipped drills can pierce the very heavens. - components: - - type: Sprite - sprite: Clothing/Neck/Cloaks/driller.rsi - - type: entity parent: ClothingNeckBase id: ClothingNeckCloakTrans diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 290b67b32e0d..e1ed00ab3410 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -17,7 +17,7 @@ - id: ClothingEyesGlassesGar - id: ClothingEyesGlassesGarOrange - id: ClothingEyesGlassesGarGiga - - id: ClothingEyesGlassesGarMecha + - id: ClothingEyesGlassesGarMecha # imp - id: Wristwatch weight: 0.5 - id: ClothingHeadHatCake diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index 8a89683ca3b5..4ab4603c8f7a 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -210,7 +210,7 @@ orGroup: GiftPool - id: Skub orGroup: GiftPool - - id: ClothingEyesGlassesGarMecha + - id: ClothingEyesGlassesGarMecha # imp orGroup: GiftPool - id: ClothingEyesGlassesGarGiga orGroup: GiftPool diff --git a/Resources/Prototypes/Loadouts/Jobs/Cargo/salvage_specialist.yml b/Resources/Prototypes/Loadouts/Jobs/Cargo/salvage_specialist.yml index e485ea95aff0..909ce3978b70 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Cargo/salvage_specialist.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Cargo/salvage_specialist.yml @@ -8,17 +8,6 @@ role: JobSalvageSpecialist time: 187200 #52 hrs (1 hour per week for 1 year) -# Extreme time requirement prestige cape due to how flashy it is -# They already have a way to show off playing for 52 hours anyway -- type: loadoutEffectGroup - id: DrillerCapeWorthy - effects: - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobSalvageSpecialist - time: 360000 #100 hrs - # Back - type: loadout id: SalvageSpecialistBackpack @@ -35,39 +24,6 @@ equipment: back: ClothingBackpackDuffelSalvage -# Eyes -- type: loadout - id: GlassesGarGreen - effects: - - !type:GroupLoadoutEffect - proto: DrillerCapeWorthy - equipment: - eyes: ClothingEyesGlassesGar - -- type: loadout - id: GlassesGarOrange - effects: - - !type:GroupLoadoutEffect - proto: DrillerCapeWorthy - equipment: - eyes: ClothingEyesGlassesGarOrange - -- type: loadout - id: GlassesGarRed - effects: - - !type:GroupLoadoutEffect - proto: DrillerCapeWorthy - equipment: - eyes: ClothingEyesGlassesGarGiga - -- type: loadout - id: GlassesGarBlack - effects: - - !type:GroupLoadoutEffect - proto: DrillerCapeWorthy - equipment: - eyes: ClothingEyesGlassesGarMecha - # OuterClothing - type: loadout @@ -90,14 +46,6 @@ equipment: neck: ClothingNeckCloakMiner -- type: loadout - id: DrillerCape - effects: - - !type:GroupLoadoutEffect - proto: DrillerCapeWorthy - equipment: - neck: ClothingNeckCloakDriller - - type: loadout id: SaMantle equipment: diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 8ea26d143361..c93ef91a1d69 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -963,7 +963,7 @@ minLimit: 0 loadouts: - MinerCloak - - DrillerCape + - DrillerCape # imp - SaMantle - ScarfBrown @@ -982,12 +982,20 @@ loadouts: - Glasses - GlassesCheapSunglasses - - GlassesJamjar - - GlassesJensen + # imp edit start - in the middle for alphabetizing purposes + - GlassesColorfulBlue + - GlassesColorfulGreen + - GlassesColorfulPink + - GlassesColorfulPurple + - GlassesColorfulRed + - GlassesColorfulYellow + - GlassesGarBlack - GlassesGarGreen - GlassesGarOrange - GlassesGarRed - - GlassesGarBlack + # imp edit end + - GlassesJamjar + - GlassesJensen - type: loadoutGroup id: SalvageSpecialistOuterClothing diff --git a/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml index d504b0318c63..9de51389a9c4 100644 --- a/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_Impstation/Entities/Clothing/Eyes/glasses.yml @@ -97,3 +97,22 @@ sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi - type: Clothing sprite: _Impstation/Clothing/Eyes/Glasses/colorfulglasses/yellow.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesGlassesGarMecha + name: mecha gar glasses + description: Believe in me! Believe in the me who believes in you! + components: + - type: Sprite + sprite: Clothing/Eyes/Glasses/gar.rsi + state: icon-mecha + - type: Clothing + sprite: Clothing/Eyes/Glasses/gar.rsi + equippedPrefix: mecha + - type: Item + heldPrefix: mecha + - type: MeleeWeapon + damage: + types: + Blunt: 10 diff --git a/Resources/Prototypes/_Impstation/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_Impstation/Entities/Clothing/Neck/cloaks.yml index b71d0437ea63..55a28cbca5f6 100644 --- a/Resources/Prototypes/_Impstation/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/_Impstation/Entities/Clothing/Neck/cloaks.yml @@ -79,3 +79,11 @@ - type: Sprite sprite: _Impstation/Clothing/Neck/Cloaks/cmogreatcloak.rsi +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakDriller + name: driller's cape + description: Worn by the bravest salvagers, whose diamond-tipped drills can pierce the very heavens. + components: + - type: Sprite + sprite: Clothing/Neck/Cloaks/driller.rsi diff --git a/Resources/Prototypes/_Impstation/Loadouts/Jobs/Cargo/salvage_specialist.yml b/Resources/Prototypes/_Impstation/Loadouts/Jobs/Cargo/salvage_specialist.yml index d410dc9a00bf..c4efbfa7bcf2 100644 --- a/Resources/Prototypes/_Impstation/Loadouts/Jobs/Cargo/salvage_specialist.yml +++ b/Resources/Prototypes/_Impstation/Loadouts/Jobs/Cargo/salvage_specialist.yml @@ -1,3 +1,14 @@ +# Extreme time requirement prestige cape due to how flashy it is +# They already have a way to show off playing for 52 hours anyway +- type: loadoutEffectGroup + id: DrillerCapeWorthy + effects: + - !type:JobRequirementLoadoutEffect + requirement: + !type:RoleTimeRequirement + role: JobSalvageSpecialist + time: 360000 #100 hrs + # Jumpsuit - type: loadout id: SalvageSpecialistJumpsuit @@ -7,4 +18,47 @@ - type: loadout id: SalvageSpecialistJumpskirt equipment: - jumpsuit: ClothingUniformJumpskirtSalvageSpecialist \ No newline at end of file + jumpsuit: ClothingUniformJumpskirtSalvageSpecialist + +# Mantle + +- type: loadout + id: DrillerCape + effects: + - !type:GroupLoadoutEffect + proto: DrillerCapeWorthy + equipment: + neck: ClothingNeckCloakDriller + +# Eyes +- type: loadout + id: GlassesGarGreen + effects: + - !type:GroupLoadoutEffect + proto: DrillerCapeWorthy + equipment: + eyes: ClothingEyesGlassesGar + +- type: loadout + id: GlassesGarOrange + effects: + - !type:GroupLoadoutEffect + proto: DrillerCapeWorthy + equipment: + eyes: ClothingEyesGlassesGarOrange + +- type: loadout + id: GlassesGarRed + effects: + - !type:GroupLoadoutEffect + proto: DrillerCapeWorthy + equipment: + eyes: ClothingEyesGlassesGarGiga + +- type: loadout + id: GlassesGarBlack + effects: + - !type:GroupLoadoutEffect + proto: DrillerCapeWorthy + equipment: + eyes: ClothingEyesGlassesGarMecha