From 8345778eece50ae63fc41fd1b764a3c7caeee6b0 Mon Sep 17 00:00:00 2001 From: DerbyX <50932435+DerbyX@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:32:33 -0500 Subject: [PATCH] Glasses/Hud Art Dump with Minor Changes To Beer Goggles (#18130) * Glasses/Hud Art Dump * Forgot to change omni ID * Changed id in other ymls to match new one * Redo * Updated Map Beer Goggles IDs --------- Co-authored-by: Derby --- Resources/Maps/fland.yml | 2 +- Resources/Maps/origin.yml | 2 +- .../Catalog/Fills/Lockers/service.yml | 2 +- .../VendingMachines/Inventories/bardrobe.yml | 2 +- .../Entities/Clothing/Eyes/glasses.yml | 11 --- .../Prototypes/Entities/Clothing/Eyes/hud.yml | 88 ++++++++++++++++++ .../Glasses/beergoggles.rsi/equipped-EYES.png | Bin 187 -> 0 bytes .../Hud/beergoggles.rsi/equipped-EYES.png | Bin 0 -> 251 bytes .../{Glasses => Hud}/beergoggles.rsi/icon.png | Bin .../beergoggles.rsi/meta.json | 0 .../friedonion.rsi}/equipped-EYES.png | Bin .../friedonion.rsi}/icon.png | Bin .../friedonion.rsi}/meta.json | 0 .../Eyes/Hud/medonion.rsi/equipped-EYES.png | Bin 0 -> 500 bytes .../Clothing/Eyes/Hud/medonion.rsi/icon.png | Bin 0 -> 712 bytes .../Clothing/Eyes/Hud/medonion.rsi/meta.json | 18 ++++ .../Hud/medonionbeer.rsi/equipped-EYES.png | Bin 0 -> 533 bytes .../Eyes/Hud/medonionbeer.rsi/icon.png | Bin 0 -> 820 bytes .../Eyes/Hud/medonionbeer.rsi/meta.json | 18 ++++ .../Eyes/Hud/medsec.rsi/equipped-EYES.png | Bin 0 -> 390 bytes .../Clothing/Eyes/Hud/medsec.rsi/icon.png | Bin 0 -> 336 bytes .../Clothing/Eyes/Hud/medsec.rsi/meta.json | 18 ++++ .../Eyes/Hud/medsecengi.rsi/equipped-EYES.png | Bin 0 -> 424 bytes .../Clothing/Eyes/Hud/medsecengi.rsi/icon.png | Bin 0 -> 666 bytes .../Eyes/Hud/medsecengi.rsi/meta.json | 18 ++++ .../Eyes/Hud/omni.rsi/equipped-EYES.png | Bin 0 -> 534 bytes .../Clothing/Eyes/Hud/omni.rsi/icon.png | Bin 0 -> 792 bytes .../Clothing/Eyes/Hud/omni.rsi/meta.json | 18 ++++ .../Eyes/Hud/onionbeer.rsi/equipped-EYES.png | Bin 0 -> 459 bytes .../Clothing/Eyes/Hud/onionbeer.rsi/icon.png | Bin 0 -> 797 bytes .../Clothing/Eyes/Hud/onionbeer.rsi/meta.json | 18 ++++ 31 files changed, 200 insertions(+), 15 deletions(-) delete mode 100644 Resources/Textures/Clothing/Eyes/Glasses/beergoggles.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES.png rename Resources/Textures/Clothing/Eyes/{Glasses => Hud}/beergoggles.rsi/icon.png (100%) rename Resources/Textures/Clothing/Eyes/{Glasses => Hud}/beergoggles.rsi/meta.json (100%) rename Resources/Textures/Clothing/Eyes/{Glasses/friedoniongoggles.rsi => Hud/friedonion.rsi}/equipped-EYES.png (100%) rename Resources/Textures/Clothing/Eyes/{Glasses/friedoniongoggles.rsi => Hud/friedonion.rsi}/icon.png (100%) rename Resources/Textures/Clothing/Eyes/{Glasses/friedoniongoggles.rsi => Hud/friedonion.rsi}/meta.json (100%) create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medsec.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Hud/omni.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/omni.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/omni.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/equipped-EYES.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json diff --git a/Resources/Maps/fland.yml b/Resources/Maps/fland.yml index fb926a2fc5..91f364df3b 100644 --- a/Resources/Maps/fland.yml +++ b/Resources/Maps/fland.yml @@ -99988,7 +99988,7 @@ entities: - pos: 56.473743,-16.515564 parent: 13329 type: Transform -- proto: ClothingEyesGlassesBeer +- proto: ClothingEyesHudBeer entities: - uid: 31731 components: diff --git a/Resources/Maps/origin.yml b/Resources/Maps/origin.yml index d63dcf3987..01d2e10735 100644 --- a/Resources/Maps/origin.yml +++ b/Resources/Maps/origin.yml @@ -80820,7 +80820,7 @@ entities: - pos: -57.484028,-27.38782 parent: 2 type: Transform -- proto: ClothingEyesGlassesBeer +- proto: ClothingEyesHudBeer entities: - uid: 12174 components: diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/service.yml b/Resources/Prototypes/Catalog/Fills/Lockers/service.yml index 854fc9b3a9..245532d667 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/service.yml @@ -8,7 +8,7 @@ - id: ClothingOuterArmorBasicSlim - id: WeaponShotgunDoubleBarreledRubber - id: DrinkShaker - - id: ClothingEyesGlassesBeer + - id: ClothingEyesHudBeer - id: DrinkBottleBeer prob: 0.5 - id: DrinkBottleBeer diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml index 5c67b70189..00b35b92c2 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml @@ -3,7 +3,7 @@ startingInventory: ClothingHeadHatBowlerHat: 2 ClothingHeadHatTophat: 2 - ClothingEyesGlassesBeer: 2 + ClothingEyesHudBeer: 2 ClothingHeadsetService: 2 ClothingOuterWinterBar: 2 ClothingUniformJumpsuitBartender: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index 64a17abff2..93a3ec443d 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -1,14 +1,3 @@ -- type: entity - parent: ClothingEyesBase - id: ClothingEyesGlassesBeer - name: beer goggles - description: A pair of sunglasses outfitted with apparatus to scan reagents, as well as providing an innate understanding of liquid viscosity while in motion. - components: - - type: Sprite - sprite: Clothing/Eyes/Glasses/beergoggles.rsi - - type: Clothing - sprite: Clothing/Eyes/Glasses/beergoggles.rsi - - type: entity parent: ClothingEyesBase id: ClothingEyesGlassesGar diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index 1493c321b9..9405e1f83c 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -30,3 +30,91 @@ sprite: Clothing/Eyes/Hud/sec.rsi - type: Clothing sprite: Clothing/Eyes/Hud/sec.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudBeer + name: beer goggles + description: A pair of sunHud outfitted with apparatus to scan reagents, as well as providing an innate understanding of liquid viscosity while in motion. + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/beergoggles.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/beergoggles.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudFriedOnion + name: fried onion goggles + description: Filler + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/friedonion.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/friedonion.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudOnionBeer + name: thungerst goggles + description: Filler + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/onionbeer.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/onionbeer.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudMedOnion + name: medonion hud + description: Filler + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/medonion.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/medonion.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudMedOnionBeer + name: medthungerst hud + description: Filler + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/medonionbeer.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/medonionbeer.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudMedSec + name: medsec hud + description: Filler + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/medsec.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/medsec.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudMultiversal + name: multiversal hud + description: Filler + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/medsecengi.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/medsecengi.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudOmni + name: omni hud + description: Filler + components: + - type: Sprite + sprite: Clothing/Eyes/Hud/omni.rsi + - type: Clothing + sprite: Clothing/Eyes/Hud/omni.rsi diff --git a/Resources/Textures/Clothing/Eyes/Glasses/beergoggles.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/beergoggles.rsi/equipped-EYES.png deleted file mode 100644 index f72e29ec428d2a53667ebf7ebf9bb92ec1c9e89b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=O`a}}Ar*7p-rC4}$bpA7z_`tQ zhv}t5tFAlFHr>Q%ek?FhU@nV>7t5vUsi`ObasT09_z{s7XT14()bA=gjsO47*6G_C z|4smz2m}rCCAW(9ykeQ-t!a4v^RoHxeJ)>_p4!>5!?t|w*3Z=$;uPc47-_E2A67Y2Ob6Mw<&;$UX)kZe} diff --git a/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..02ae05df0c64ac5a141614d91dfa67950da1c04b GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!3mx&jv*CsZ*N`XJY*oi_Q0Yoa&dBmjC1-W z!zFna*9jh9q4~^_d69-L*M0WmvWibm{FY~UP-}SX-G=OAcHy?uwKt!t4w96&v7UeQ z%R|F(TV|k{KyV;GYU;mbP0l+XkKHB?&g literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Glasses/beergoggles.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/beergoggles.rsi/icon.png rename to Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/icon.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/beergoggles.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/beergoggles.rsi/meta.json rename to Resources/Textures/Clothing/Eyes/Hud/beergoggles.rsi/meta.json diff --git a/Resources/Textures/Clothing/Eyes/Glasses/friedoniongoggles.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/friedoniongoggles.rsi/equipped-EYES.png rename to Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/equipped-EYES.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/friedoniongoggles.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/friedoniongoggles.rsi/icon.png rename to Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/icon.png diff --git a/Resources/Textures/Clothing/Eyes/Glasses/friedoniongoggles.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/meta.json similarity index 100% rename from Resources/Textures/Clothing/Eyes/Glasses/friedoniongoggles.rsi/meta.json rename to Resources/Textures/Clothing/Eyes/Hud/friedonion.rsi/meta.json diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..f08c247f5f77ed09f2f99415fbeca35db0449988 GIT binary patch literal 500 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4V|7Yjv*CsZ*T4OW=fP{|FGQp{-P7FrnH}N zk}6t#ccr3Kb5O^mX;MZ7D-_QyRh3$@|3KJu4z2cUZEAy0@nC zALIGmA71^AeD{0LhYufiKhLY;U|4Z%rq@ZGRer0tT7C=BsefRw!Q;(hIguEJfC&u=D!lX+kSm@DP%nLkTW=N!TQe&i?cV`O^W@dTRYoU&TN&P=cI_B zaC7wqS=IG3cUgQ2x6`g!>#tU`IDfb865jRKSKqXE+gLH-+vXK7*=A>dPhkXl7!Dq+ z7jnILB(=K#<=E%zuHgsYM^EWo^N0I_FJsc{Z5IzumVJGrc$1!R-~UbL zC+s}9rF!8k1^JoPW~+;r@&(X_iHQXqX1`_pj^>bP0l+XkK_s-95 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Hud/medonion.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..132fd293f97599f78de0d05bd0ad1356cf529c9f GIT binary patch literal 712 zcmV;(0yq7MP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0$oW&K~z{r?bB~a z6JZ<&@bB%myG@O)soUCgZFQ}Gl%}SVW-Iz5gSM1>Q?Gg%5g7F@>P@`~qM|pwiC`~^ z2%}!qoBojYB4|os5jcm_kWFi$&E0M8k3Q|z6@;7{LqV3_E;0AO*PaMZ-%x4P4XM~H)LLdf!_QyKk2f8c zKYW#9ONg6u90z(ahv3*a`UeJN_Ylc;ARda`%O*38w4s7x*HlxqPOGD7<~*6p-X%TI zli`EqQuMc9n|}@k(KdV^8Z1gr4}9g~i*pKk94> zJgIvo+vaS3*{gybS&EisUH7j^XfTAJwEkiI*eOAnC9x=Cuh@ zw4i%W3lW6)&l`$DMt!=XFWOH zYA45AIMP)y0S{+}=c6B|l5e0cq5UG+0!+=DHW(2F-`9)S<6cxvO%>*c%1nUOf@DsE z23s|D8+f>!>oBTsgk!WHueBUZY!)u_>O#I4`3`hFOhyM&aCUOwDl@qA>MT0@ZsF+r zN1(?>kef}wu8!cXX&*Mm-+@Ge@ULn`l50g+U}1BvmsVQdvPa~3J$#P6+;!8I8YiPo zfMwMA7YO)IV|e-^gWH-Ng+?2Y#yJF3y9NjmPlAqQk;?ysVnN-Q&!{ z`bbvh)87N9e?OLsyZ61aKl+_2!-X?JYKuQCd-i44?IW-E#pdZ>TYp6BsehQs?9a;! zJ~rMvq&-W0;rgRuT&${>Z6&wPn_oDiNPPB`bEa-Tlh3B~Gfm$5I`-F(9BFOFt?Key zM?Q4HOo%Lp2$yYmfFFqJA3w|pc3Dk87Gp8J|>?1GL@m<+%!_hHdyPO z+U?U~oXf8kdcF(T-eI#O|61b3xV#f3_WK-t?;kXlH&gSRRPvj{ZE>KgSocdadte~J z!2$h)2>}m$4`28k*Yq&Le6dxeQpAA;uipi|5aWJt^lC1nDd!$;xLX()>J@*ny%Ah!DcTsf P3nc96>gTe~DWM4f%Sz(; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Hud/medonionbeer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2d28abe56efe9ec686193ad39b5b1f48ceaccb GIT binary patch literal 820 zcmV-41Izr0P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0?A24K~z{r?bA<4 z6j2-p@bCOt-CT7;!NSm1Q=>w*GBdoS2%VBB!TwM|hafWO;5EAlg&=t75b7bLpudEd zP}9hW60;0TOlx)9HFmXK-M=%tJ3BM4nQbmL2111p^MS{_AMf|x{N}xRFc=Jm|JVFH z(Ryp6rlw|91<=}a&HR%BR{QmTjlZLc2|aEi(Wy3~zI<|WGS$@n;>kQ~V6@SqrRuQS z^Cuqn$bMNCx@ZzFq}fa}C{~svNQB6gGRzY~{Dh#ju(-NM&6i0=GgDTIgJ*kjp}igT zUN7!tWvN40DlC6Jeqdl%Dp-N;2t4l50!fVBrx7fbV$aM%q!%Lpl9u@=CQA0ONK9q1 zG*?X1rf#=$tXZ9tjB;(9%az*pbFvI)Q4x*`f*L}Mxyp7PGF?dpE6^1XiN>tgyB_3* z{e6&xX)vZu5V=7}`~c+m2)JM$^>OSph6ZjayC*(U=Oj1@B0wd>0d%qqN`gVOC|jh; z%eNpPq+Lt}E6^2?vChnd!f|Hg)gS~^!|(2ZC^(enf=H|ghvy(mOX#^Xfy0eWa}|}l zNirdVU6?}m@$K01_6F`M=T*iqu&0GUZ_GnnHfgKt=?Yj{4t<^Z>?F5)^YO*`6rOJ! zmia39{PXb4Ud4iE9HZ|9Tsk#}GqphXc^61S3%nB?3Tn4ta}Ez*=Lw|GzCmS15X9+# z5Qu22>#0ALPF-Ei21!nO)#18*3si|MfoL>{94n8hPf{w!URn&AB1*g!JIZG8@aB3P zv$NP{&j*{vAw7*%W)p;`o%rzFH&#C!*qfU8ixmq{H5{qWUiA5cEXz;{K_u#8nU)Mn zRxX0gRt$&3p=JIsJUmQY%g)Z7u-W_-`C;rSw}S9I7T^0X*S`p~YH2#ZEkLE*V^e0P yIV%*2@-&EKv6$5Y=>GnpxRzot7z~C#1bhcSD>pj$#rgUG0000W;t4{=svQfW`|{l@QbPc`JMJ}QB;Y)q_>jc z!?R_pdfM)_zPUYn-RmaaO&VPawel~%#=q&{%l-Lsai&!7pX}RV%KO<=9iF^;>D^~< zCoaCbH)h@IuWs*ui@Q#AQ%(y1|Hk*3zIEgt`+Ik1Pd%dk>%?xI(>^P%ADBJiKEw0| zoAbx#0zCo+KAw|QjCtLY_5aCotdyG2(0KguZ_taPCS<8;C z-D7R2cRDEAXU@dW>B`G{XaDhfRCoKn-t=0fUu?nY>6V+HdaSnH&Kx7O1r)kqP^bKf XSATQXyWqXNEg%6;S3j3^P6951&7O{^ZG%Kx2HBh53P$SV@py@PBN8f$`FTCqNaP z1s;*b3=DjSL74G){)!Z!V5z5zV~Bye9V z`&>Kt6&C8r#=J7#!7=Hm`-^AH7Ns8@jY@^u8@!`46q;soZCvoj_t3*9DS85rzcahn zJv>zSeSgX+PKN9~KVy8itUI@H?a57Rwt2b*hMc|;{p^?a&z^0czuCG?Qc=4(ec4LS zvQVuCpC`$WW$X5R@4M!08F!?6>B|l0OJgTXsoeityH_OE`~BOW4+GOL-8YTBw)dXZ zuARkMzmKfZP|I9YdboSxzL@gau|SVO!4^*e7Fl8G$NqCTd28`nK~l4&(JYvbociB;v#R=)rJ_CL=T6a9uasz)ECU(y%1m+B39KX((yvyIzg9!^(&(5nXNUAZ-t7ohW+Vksw(sxFvbyGWQ7}x8SC>q{2vIYrxy85}S Ib4q9e044plqW}N^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c6980b5caed4e1164cad162d097ae0273a432cc5 GIT binary patch literal 666 zcmV;L0%iS)P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!TZHhKD_(oF@@*ADRFg<=usO%vDic}SAPAIC-V z5A;od-}bAXhk7c7j|&U%DAv^I3Uy(aEU?zL0xI)htO(X@HifYa{pN;Iwsp>ay#93! zcQp;kRtq;>R|vS1dG8L$1Iv^S?8IL?(7MtTerPr!Jg15S!qctzj2SO{L)UR{@je!F zIZV#YVa##hF%SEOEIAU9`Rg(9(N5qUsEl;Xzj*~|_8bsatJQ?}mu@zhWaV;McwN`o z*{L(kDn(f1)_!+7Gaa~)+jij81BflcavIf_WOVZe4DpClpP0aiVNg1aLZN_-@o^}s z0zQveECxkU=>Qd%o*j?0t<6K#*Kh33mp|zg=n;R`rBX>0migNQQ)jgaiV72QygmTymRUuK)l507*qoM6N<$f~U$Z A-2eap literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json new file mode 100644 index 0000000000..945139fb05 --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Hud/medsecengi.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Derby", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Hud/omni.rsi/equipped-EYES.png new file mode 100644 index 0000000000000000000000000000000000000000..cb52aa55766448065b15f5c7bae560c7dab3b611 GIT binary patch literal 534 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc4XZs}978JN-rm~p&6Fs?{=wbf`>euIw$399 zIhv%RnvSp?RLoelfALaRj;K|p1)NP9(QouMM5Ja-ifPHxTI%BHV_ZK)Ze?Yq{(Aw( z#tQcK8v75Q{_SX={=N3z<7w5L3?iGS_<8SHX|eU$wa>fq#iP090~dPz4Bnqq{7*#7 z?vnS3^%X+DqH-1nOt^G+^2FCSJy+Y6@AF(4Q#-{z%;(vS=PP30Uih6J9nE>7IxFPk zwn*#hE&1!N>_3rpDg0e?9J6%Df!KnZ7X+3r%D&^{?6$X?UwhelmNTl$WtQel%)9Hk zDc@%DyER$Dvt?h2HMV~_YoZfz>Z_XVjcY3(TAuinm@DKOxV1k)MQCEu#u-_knSr4M z2Y-Y(SW5P+l+3#4ePPdwZ%OX|T+i>ey?iJ0pZesJ9!&}XtFJ0;zkT-FzmgZPr%18g z&E6RmceD3)WCDN4&a(^KLTaKaKAWtpyR_s@)Wky%4R+6&IRE}+bAMxDPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!2kdb!2!6DYwZ940yf7i!DcTyAbV?yTwA`<~8Or$F7p3qy$WgO}&weV_AxKHl>}LqkL3 z|7B)IQoW6#y1IHz1?W_}Vf>Q<*4q8L5xjpuAMLs##U@%LCHdIcSZXPL;A|cj9y)1N zLsyY;0{(8lD?AhqMMtA_ZXig7Pl6PB5u~Aa^T}_6{>aq8*IQ~RsFZb6Us?j!RDo@od%mBMuOaAbd7Q0Ms`}S9+&6Q!3F*e@0%`H5hXXr%% z7K<5@hrl{)K=L}z#GebG2J+|IMS&m*Fd`quBUX?6NCeH&ucq?~tPlx%L3X*+#tPCF z;1R|Rq9{s#hN zi&1m>1a|j1VXJXs(bI!nu1ahsF>Hkoo4G=mCVSwp%wxvGqqT49hAO`dMzyOrcIbFE zFNWtX*&A7V*%rKc>PIX}!EyoQ#&WUEm<>sud;U2a0^JMf+U(F?=E_)rg45|NWQfiy{}UiOLX$M9&(+&e*Ki&WJKEGJz(7rS-Rn+i zDNpZ|`3tJbIY{w1bcu*m^<*yXRV)0pfZxcX7TJ&mfmg0f{P2E6?p;GeLqlUd0Dc0? W9~KE$cTDpD0000a*!tkgk3QB^J z-6|L5Sai3t=-M{79ox1*{lXRH7nUwA&aU3J%?gS+9Nt$nG`)>?e}4C-x~!RxSKP|w zy?D)!PrsS>+ne9>XKeU?=6Trpyz=nBK}|x%Rj*IHEBWU*PcK1nu7qCgkL=^p#<`{@ zPx4KpcCA_&dO4$I+P8J9XU;IHFZ%l7iQoI(AvyxnE=^(iq#t&E>FF7|wddSF9=Xi= z#QgEOKOqavW^Imhzmj5Q6M3#Sj>SE@%H)q(dF02Lui5*reShNUgd_KG{A)&FktJE_KRT03p6 qb+(tWUg5U~Z&Z~SVOITUTvWqo{yZ~HrX(a8BPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0j%?~Dm9j{usgD01355FdC8e#c4p1_xlC6G0)5 zBClEl5mkuUHzTmVm>}DM5W8+$83Wi);Yln%uggIe!fD~7Vut{^aRO#n6cwEf;C=aw z_`zl@JRgNhA%rI$!-6LQs!D+Tz%m3*Z$EV$S70g1MV!b2B5TAox1U{~hR4=4wpC#l zRU*ZjDFlg72x)`>5l-NTJqGZ3i1-tTCbNHYBsSm67y%?XB%*Upq~=_7R+s8L-(T~{ zWh#AOH|n0P&oTE)ce3l#WDF4DNr0jP5Xr@_7vi`v5r(tA42Sh<2yH(Rr=tndJ_Y?@ zCA|B~(K{a6?4!lWvyzZH^00L>HOF7~!_-|+lHIdB zPjow+;%@8WAAZISC_+A^d9N9Y*na5k(n)|Hj7#tSWz z_&8h#y{fsazd);0i?aL>iv-C|27y^4riMLZ2fm{Lw>4tomMP4xO%Ww8dh2#e#sDb> z9eSvG#T}3&HfGH4O@ny13Vb>Pc-R)a0_3^C5ltITNUGJx5DdaG?(S_G!(Fz8!{Kl^ b|2yC>mS6%6M(=5300000NkvXXu0mjf<8WFQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json new file mode 100644 index 0000000000..945139fb05 --- /dev/null +++ b/Resources/Textures/Clothing/Eyes/Hud/onionbeer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Derby", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + } + ] +}