From 182a01d04ddcf08be539c8a072af292647c139b0 Mon Sep 17 00:00:00 2001
From: Peptide90 <78795277+Peptide90@users.noreply.github.com>
Date: Sat, 5 Oct 2024 09:09:04 +0100
Subject: [PATCH] re-adds patron items (#68)

---
 .../_ds14/Entities/Clothing/Eyes/glasses.yml  |  26 +++++++++++
 .../_ds14/Entities/Clothing/Shoes/misc.yml    |  10 +++++
 Resources/Prototypes/_ds14/Loadouts/eyes.yml  |   9 ++++
 .../Eyes/sciencegoggles.rsi/equipped-EYES.png | Bin 0 -> 299 bytes
 .../flipped-equipped-EYES.png                 | Bin 0 -> 294 bytes
 .../flipped-inhand-left.png                   | Bin 0 -> 219 bytes
 .../flipped-inhand-right.png                  | Bin 0 -> 230 bytes
 .../Eyes/sciencegoggles.rsi/icon-flipped.png  | Bin 0 -> 346 bytes
 .../Clothing/Eyes/sciencegoggles.rsi/icon.png | Bin 0 -> 367 bytes
 .../Eyes/sciencegoggles.rsi/inhand-left.png   | Bin 0 -> 219 bytes
 .../Eyes/sciencegoggles.rsi/inhand-right.png  | Bin 0 -> 251 bytes
 .../Eyes/sciencegoggles.rsi/meta.json         |  41 ++++++++++++++++++
 .../Shoes/sneakers.rsi/equipped-FEET.png      | Bin 0 -> 624 bytes
 .../Clothing/Shoes/sneakers.rsi/icon.png      | Bin 0 -> 360 bytes
 .../Shoes/sneakers.rsi/inhand-left.png        | Bin 0 -> 323 bytes
 .../Shoes/sneakers.rsi/inhand-right.png       | Bin 0 -> 340 bytes
 .../Clothing/Shoes/sneakers.rsi/meta.json     |  26 +++++++++++
 17 files changed, 112 insertions(+)
 create mode 100644 Resources/Prototypes/_ds14/Entities/Clothing/Eyes/glasses.yml
 create mode 100644 Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml
 create mode 100644 Resources/Prototypes/_ds14/Loadouts/eyes.yml
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/equipped-EYES.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-equipped-EYES.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-inhand-left.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-inhand-right.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/icon-flipped.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/icon.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/inhand-left.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/inhand-right.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/meta.json
 create mode 100644 Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/equipped-FEET.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/icon.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-left.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-right.png
 create mode 100644 Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json

diff --git a/Resources/Prototypes/_ds14/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_ds14/Entities/Clothing/Eyes/glasses.yml
new file mode 100644
index 00000000000..9cb61870ee1
--- /dev/null
+++ b/Resources/Prototypes/_ds14/Entities/Clothing/Eyes/glasses.yml
@@ -0,0 +1,26 @@
+- type: entity
+  parent: ClothingEyesGlassesSunglasses
+  id: ClothingEyesGogglesScientist
+  name: science goggles
+  description: Sturdy-looking goggles fit for any mad scientist, with a Primerdyne Customs logo printed on the strap.
+  components:
+  - type: Appearance
+  - type: Foldable
+    canFoldInsideContainer: true
+    unfoldVerbText: fold-flip-verb
+    foldVerbText: fold-flip-verb
+  - type: FoldableClothing
+    foldedEquippedPrefix: flipped
+    foldedHeldPrefix: flipped
+  - type: Sprite
+    sprite: _ds14/Clothing/Eyes/sciencegoggles.rsi
+    layers:
+    - state: icon
+      map: [ "unfoldedLayer" ]
+    - state: icon-flipped
+      map: ["foldedLayer"]
+      visible: false
+  - type: Clothing
+    sprite: _ds14/Clothing/Eyes/sciencegoggles.rsi
+  - type: EyeProtection
+  - type: FlashImmunity
\ No newline at end of file
diff --git a/Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml b/Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml
new file mode 100644
index 00000000000..932746b100a
--- /dev/null
+++ b/Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml
@@ -0,0 +1,10 @@
+- type: entity
+  parent: ClothingShoesBase
+  id: DS14ClothingShoesSneakers
+  name: Bobby's jays
+  description: A pair of sporty sneakers with the name "Bobby" written in the tongue.
+  components:
+  - type: Sprite
+    sprite: _ds14/Clothing/Shoes/sneakers.rsi
+  - type: Clothing
+    sprite: _ds14/Clothing/Shoes/sneakers.rsi
\ No newline at end of file
diff --git a/Resources/Prototypes/_ds14/Loadouts/eyes.yml b/Resources/Prototypes/_ds14/Loadouts/eyes.yml
new file mode 100644
index 00000000000..9bb8d1b7aa2
--- /dev/null
+++ b/Resources/Prototypes/_ds14/Loadouts/eyes.yml
@@ -0,0 +1,9 @@
+- type: loadout
+  id: LoadoutItemGogglesScientist
+  category: Eyes
+  cost: 3
+  items:
+    - ClothingEyesGogglesScientist
+  requirements:
+    - !type:CharacterItemGroupRequirement
+      group: LoadoutEyes
\ No newline at end of file
diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/equipped-EYES.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/equipped-EYES.png
new file mode 100644
index 0000000000000000000000000000000000000000..eb864bcafd66c2220c77209491b4df3f968591e3
GIT binary patch
literal 299
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|o_e}ChE&XX
zdrPtJuz^79!|;`B5_+4IwrX(k6>bPTClrwBzbVL3Pe@2aM&u34)*!tN3vP6C?NT-M
zDA)cg|K-Nxho4m#4t##Ki_h@+|GQ@28o$R~Het<PJ4q$*_O?yePF3$eR#R@*f4snQ
z{@2>Qc314mtl#pp*Ut5uJ!4+rbk&oV;?q(ms+|42=j0|GkDyu0Uj4S)B@c8L47~1+
zOaIU3RPo-lZ}F*3Q&dW0x4-Jzvuc%s=V5~t8eC5+>%#MAJ=>~X^*qMl7)$b*(?Uwy
j|IaDTpXtR2Got=6d)@|nHo<PyZy+I0S3j3^P6<r_ZC-d+

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-equipped-EYES.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-equipped-EYES.png
new file mode 100644
index 0000000000000000000000000000000000000000..32333a085b37cef2d9d393f71b295f37afcaf033
GIT binary patch
literal 294
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|9(cMqhE&XX
zd&`#Vkb%g7kIPp#yRQ&nvOPY#Y8p?Ix}Z$e9KD?`4+S^47ZmhOUb=v9ZM^7zdybZt
z={A#c^py_8NBeNDTBS96W=BWG`=e)6mYQU)&5!Qm4Y-<<_Gs_)DVHAI3cvcNkL7)*
zVcPSU`$;{MzsuETubMS`+0M>tlYd^j-<p*lUp(jB^VvJUW~m-cQ~rJUp?bU$&}C3?
zX8NjqOI&QPZLs;56ImCeY1wii|JJs(C9&T>@(Z2Y86(m<CG}?i)zZKJWSlrED;SCm
fukV5BWiSvI*Yk*+=Xv(zDUg__tDnm{r-UW|>P>ih

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-inhand-left.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-inhand-left.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f4fd1da2a552b87f296d46c9b2f405a6604d8ec
GIT binary patch
literal 219
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|rh2+KhE&XX
zd+Q+QAp;542k`|BVsBU$3SUt)+A~+7WLm|9rh8GnPEUWIJE>gxT$~Z8g<+5O^O#_-
zuO2s_PfJ`nMdG;OuXU@ZCw2sReTfy{UTOFC>@L5{-p6L`)$u;9UhnU<^4Xm1Bae-%
z->rK--<U5yo3r{f6UZ0_h9B8$zcKlKXWW0KsJozIevaV3NkR+^W;>XL{H)3o&VBq1
OQsn9C=d#Wzp$P!abXE`m

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-inhand-right.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/flipped-inhand-right.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b104a651a09810fa571801c60a13733b891638a
GIT binary patch
literal 230
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|7I?ZihE&XX
zd+RReAp;S%3)&VAtaBAgnyg&fwhOnM6PnM(6}IKywmF|?3GDNhdoRui)WdLRQt>*?
zrN3Uwd_Qw?$6PCmve>)we1Tq_v6o#mRc~$UO_Yf9|D~9GEcS9ts{Pl$&sMhg#fB>@
z1$mi1|8sr6-BY9A7U!Mk?b@S|J(n9~9s|RVNvdDi-pzc&?h~1m{~-6;1?d@Q>tq=c
ZQqR4SvKH8!xPJynm8Ywp%Q~loCICKvSuX$p

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/icon-flipped.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/icon-flipped.png
new file mode 100644
index 0000000000000000000000000000000000000000..c885ca139965563119e590dac97b82a49171f6a1
GIT binary patch
literal 346
zcmV-g0j2(lP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800001b5ch_0Itp)
z=>Px$6iGxuR9J=WlD%rfFcgKq)T6;B5D&=|2pGJ!>YAr8Xvvs&X<kK-;mlsL8hZ;k
z!GnKV$Yj(h>K}DnI%LteN#{!E=w5-vVzF2(cV;rSaJ${=wrxk%`o2#voAI*S-MoKP
zfY0WK!@=x(o;P@|>pHS58}zst;OY5M1H86xEEWs2*39Q~R;v{NQc5<Pjj5kbr$(1j
z636jih=(!e-zm$Iq9_1RN|7Xq(VC_)x>D+9mwrtqgwSc4PT*q%RaJ339&ugQ)J0Lm
z>2xydx~{)yd7g8<=T8BKLY&WM0G7)om&=792=INM{eBOC<2V5HegFSIAcQbu=(>*e
sdToq=9|mC<>TBDFUT(2iEEda^cgqNSZAeg)O#lD@07*qoM6N<$f(vDvfdBvi

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/icon.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..8e5a6c21ae899e626162cb22af55bf44f1249766
GIT binary patch
literal 367
zcmV-#0g(QQP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800001b5ch_0Itp)
z=>Px$DM>^@R9J=WlCf%oP!xtg>k=2mL1J4+ad8k@yZT(|*1kuUj6z;Q=j?%yK&CpF
z78ML;xY!|7Dg<MuEccrZ_doaihjR`{Boc{4a%Yq=N$;~+n;#C8WjU&-VHnKk^HH_0
zCV8IM>bgFdQ&m+L2SIRC6Y4ed<#I{WG$@L~>2#v5YlIL8Ay_OHG);r=`%ESi0FK8a
z+wGR0;+v=E$B*nQ`yBFk7!q||CyrxwyB%4UQ4~d|B}qaY#{ivviPyK6cF1FJL}3`V
zuIsX1ue&$XG`rZg?VeWGHICz8SypcaVHmcn)#{?xs2fn#^QMFl07OwlS(fB^j;3ks
z_j>@Q)9Fp-qZ;@t0_S7fY&N|=p67KVj-rS(P5FPcL*^2RL?V#@`~rYyeJ?nmK7jxL
N002ovPDHLkV1knUo!S5Z

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/inhand-left.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/inhand-left.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f4fd1da2a552b87f296d46c9b2f405a6604d8ec
GIT binary patch
literal 219
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|rh2+KhE&XX
zd+Q+QAp;542k`|BVsBU$3SUt)+A~+7WLm|9rh8GnPEUWIJE>gxT$~Z8g<+5O^O#_-
zuO2s_PfJ`nMdG;OuXU@ZCw2sReTfy{UTOFC>@L5{-p6L`)$u;9UhnU<^4Xm1Bae-%
z->rK--<U5yo3r{f6UZ0_h9B8$zcKlKXWW0KsJozIevaV3NkR+^W;>XL{H)3o&VBq1
OQsn9C=d#Wzp$P!abXE`m

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/inhand-right.png b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/inhand-right.png
new file mode 100644
index 0000000000000000000000000000000000000000..d50466bdab28cff90f84b16391ac487ed1230f20
GIT binary patch
literal 251
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|wtBiahE&XX
zd+Q?SAp?=thsqWXTxCrYI43C@?U}2P(!^EP{6i#Q!_ie&xBa=F?PS4OX&uf4)CU9~
zdbVymB5`_uu}`O=SoYgBJ;yh;KB(Qv*F2|q*O$G1xvQsKdafxxC1_HyU$5cPXSqEW
zcfRJ^%*S<4{N-Np*zVu*(eFP`ikxkpvi>{NM3AA%(RmY=cK&QIJovl)-QKcKmd{l`
ot@U0zW4nRwr_wL4fl924nK$}ddprt0XajPFr>mdKI;Vst01`7~uK)l5

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/meta.json b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/meta.json
new file mode 100644
index 00000000000..1a3f2d6e06c
--- /dev/null
+++ b/Resources/Textures/_ds14/Clothing/Eyes/sciencegoggles.rsi/meta.json
@@ -0,0 +1,41 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Icon from paradise station, other states by Peptide90 for DS14",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "inhand-right",
+	  "directions": 4
+    },
+    {
+      "name": "equipped-EYES",
+	  "directions": 4
+    },
+    {
+      "name": "flipped-equipped-EYES",
+	  "directions": 4
+    },
+    {
+      "name": "flipped-inhand-left",
+	  "directions": 4
+    },
+    {
+      "name": "flipped-inhand-right",
+	  "directions": 4
+    },
+    {
+      "name": "icon"
+    },
+    {
+      "name": "icon-flipped"
+    },
+    {
+      "name": "inhand-left",
+	  "directions": 4
+    }
+  ]
+}
\ No newline at end of file
diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/equipped-FEET.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/equipped-FEET.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e3b72eade82257c9ea8c617b1bab4239c616fef
GIT binary patch
literal 624
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>VAAq*aSW-L
z^Y+&MY~e%+_7Cq{9jupH?U^YeI=$rz-*SO10*hJ;VwIjo$;h_&2^I;tI~H^ZXn3&w
zZ*iJ*(vwA6TV<_tf#(W0mZfu*gnA{lrr7ZPboBGD+L*cE$KM0I-}mu<ue~RJ@1<=+
z2QsKj*HC4R6<@xyX<hfiDK<UxtOI}E3+!s%o_F|6TEH3cCpTZ4bNt+wv31&{3YDH0
zr;NPH-zS%U7j8JOZ2B-P{hg85!N`c~c^<jTyH=;yWkpv93vr!W#Ij&>u<Ot0;w3fx
zx1F>nPTHEo#_-{5p%g<vw&v~MQD)5dZ+=cv4O%B%puH{OMAqg+>D#wvZ`!-wO!~me
z%R<oxG4<E4vhnEu3*Gl1;<EhvtG%Vdzq-w}MUN;a0@3Z7`ZH@nF5Ff*p8V*@RlyI{
z{0(KY3<9xpn8mJte0VVUO}U9rHOsSSRogd&KmIP4uz&H+w+{oZ>$4`<RWWUOeYb|;
z_EQF_`_UiH|6ohbxSp6-R$cw^)6UiTyKR|n?SAFXd*A_Qi(b}cIm?{97#ZU~#{2f4
z>ouN(9Blup!<1B;tAE~T?M(arUvz`eO69u;ckYub=bEpd&vR_s{cZi1j@!@H&-Z!q
zoJSfM0*S1#)06b{kH*v~{X7~I$F(c(^+B&CPtKiv+WF*gfLGVfKMH&9Pgpob!b`Tg
ztp0HOXWpeLuKSDD++=>467=NwZ~J*AMw;KJP4f%+rr&RD624%?g0;XT#Ng@b=d#Wz
Gp$PyK$RXwc

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/icon.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..efff57125ec68e00f95bfeed31a0d5fa952da4ad
GIT binary patch
literal 360
zcmV-u0hj)XP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800001b5ch_0Itp)
z=>Px$B1uF+R9J=WlCeudQ5431PaK-sbbHX+(x5|7Akw6Z%QG5V8g)=~^e<3!NN{O)
z@HN!bR2CRC=pRr^@J6?2Xo#+Z-phOOo&{0}p5JugeCNCOeD{DL2!bF8!lq*_E9Mdj
z1#o8DMqivvel&GcDFtxhd8Y4XIt|sve)rD5BfhM-dvXeZbKV4CIB?Y+aQ*P4C03`~
zqEf0UfI?;;fb4M*fKj;)z?=69S8nJX|B}GAy%Sjr-2pvOdoj7@GMxrsbZ}(){RtdC
z-U8r^$AP};A_=YcvtBz8HTiH5{(n(uz1{`wS1s37rBtKSZJFfPD}iMEbAEV#4v4b(
zz4;;E2jHdA1K{J!3iLVm{h<3dALH+1r3AKOYL#|D0AL2yRZnfvb@br?0000<MNUMn
GLSTZ^uAmYC

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-left.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-left.png
new file mode 100644
index 0000000000000000000000000000000000000000..03bdacf9fb56813399ffd95046919fd81774980a
GIT binary patch
literal 323
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVC3?2aSW-L^Y)fuUbBJ3(U1LF
zpUtD>I$f@PVL01S#5KR6_@~B8%R?PTznI>+OyP??wOI4i|Lq%X9=10=+$;$+2M8Ke
z@9fRf{O&9H>|N>oZKqD`uD!i3sA&yD`Fc%N>yo)zpJqE>kM#14Yg*Fq^W^<yFYDHx
zs6AtDyxVtjjk*Vy#!{2(g<Av`E4_19blcsxcxsST=(0DWKw-;tZo^wU->3SYy!(3R
zd)*@$mgz4aojoG&Sjw5LUuXI*ZmM;{+IR)98$iUil$TdLtfXt&mKvWpD=v@}Q<9c&
zne|NfKa06_dxgt>-TqZQe|q<y2S@fle^)Be_N&fj-@PAymWtaye!#-es=s}A!o^!=
RMh`$ndAj<!taD0e0svssj_?2g

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-right.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-right.png
new file mode 100644
index 0000000000000000000000000000000000000000..f00d861ca5441d5654b7eb67ea06e863727bf59b
GIT binary patch
literal 340
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV3hWBaSW-L^Y+%p+`|R}tq+6Q
zc3cY3)K}n7nA*fH5L3j|pOMj7!MIu_q^Qwb@I<TNjU|%~q<pHM%OG3uy=0AxAkZif
zhz|^{F6B22`d!mqTX@^#X8VFw+j3_une~F<TdaEfzVl`*p<A8rpWgR+(yK*G5pDOb
zlunzyq2{M=?EQJk*^A8`TvEQpt-GwE*rK)Zc)Y073Lty)_mf-wnFB(L&z*d;cg}Ic
z-4DeTTVC1p8CC0_+xbGbLc&4wu>Q5S4--~J<)#0dDO3&e78sm}`&b`8=^x+yjj^}?
zMJTV|WX534=lm(PMP@DMfwJ7{-8~Ae^3A4<A@8T3UUizIzE`&Wpx^Szo)4ox$hIiV
gZ~lM#A>)*{%t>c6Be$tM?*f_W>FVdQ&MBb@0M3k$`v3p{

literal 0
HcmV?d00001

diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json
new file mode 100644
index 00000000000..0f0356e9d53
--- /dev/null
+++ b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made for murdume on discord as a Patron benefit.",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-FEET",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}