From d0602d7d1d24bc58a656efae018279e08c9eb036 Mon Sep 17 00:00:00 2001 From: creamybag Date: Fri, 7 Mar 2025 17:13:52 +0300 Subject: [PATCH] Jaster update! (#990) * hihihi * hihihi 32x32 --- .../Entities/Clothing/Head/Roles/general.yml | 13 ++++++++- .../Entities/Clothing/Pants/Roles/general.yml | 11 ++++++++ .../Entities/Clothing/Shirt/Roles/general.yml | 11 ++++++++ .../_CP14/Entities/Clothing/Shoes/shoes.yml | 18 ++++++++++++- .../_CP14/Loadouts/Jobs/general.yml | 25 +++++++++++++++++- .../_CP14/Loadouts/Jobs/guildmaster.yml | 2 +- .../jesters_cap.rsi/equipped-HELMET.png | Bin 0 -> 1228 bytes .../Roles/General/jesters_cap.rsi/icon.png | Bin 0 -> 530 bytes .../Roles/General/jesters_cap.rsi/meta.json | 18 +++++++++++++ .../jesters_pantaloons.rsi/equipped-PANTS.png | Bin 0 -> 708 bytes .../Trousers/jesters_pantaloons.rsi/icon.png | Bin 0 -> 385 bytes .../Trousers/jesters_pantaloons.rsi/meta.json | 18 +++++++++++++ .../jesters_attire.rsi/equipped-SHIRT.png | Bin 0 -> 896 bytes .../Shirts/jesters_attire.rsi/icon.png | Bin 0 -> 485 bytes .../Shirts/jesters_attire.rsi/meta.json | 18 +++++++++++++ .../jesters_ringers.rsi/equipped-FEET.png | Bin 0 -> 531 bytes .../Shoes/jesters_ringers.rsi/icon.png | Bin 0 -> 282 bytes .../Shoes/jesters_ringers.rsi/meta.json | 18 +++++++++++++ 18 files changed, 148 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/equipped-PANTS.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/equipped-SHIRT.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/meta.json create mode 100644 Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/equipped-FEET.png create mode 100644 Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/icon.png create mode 100644 Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/meta.json diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml index 080c12b8a2..1b3eb0cac3 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml @@ -157,4 +157,15 @@ - type: Sprite sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi - type: Clothing - sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi \ No newline at end of file + sprite: _CP14/Clothing/Head/Roles/General/hunter_hat.rsi + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadJestersCap + name: jester's cap + description: You are the fun. You are noise. You are the jester. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Roles/General/jesters_cap.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Roles/General/jesters_cap.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml index 4bb47542ce..4d67c338c5 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Pants/Roles/general.yml @@ -57,3 +57,14 @@ sprite: _CP14/Clothing/Pants/brown.rsi - type: Clothing sprite: _CP14/Clothing/Pants/brown.rsi + +- type: entity + parent: CP14ClothingPantsBase + id: CP14ClothingPantsJestersPantaloons + name: jester's pantaloons + description: It's like regular pantaloons. But you can be seen from two miles away. + components: + - type: Sprite + sprite: _CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi + - type: Clothing + sprite: _CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/Roles/general.yml index 4b277679de..574f33145b 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Shirt/Roles/general.yml @@ -199,6 +199,17 @@ - type: Clothing sprite: _CP14/Clothing/Shirt/Roles/General/Shirts/yellow.rsi +- type: entity + parent: CP14ClothingShirtBase + id: CP14ClothingShirtJestersAttire + name: jester's attire + description: It's rags, but it's colorful. + components: + - type: Sprite + sprite: _CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi + - type: Clothing + sprite: _CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi + - type: entity parent: CP14ClothingShirtBase id: CP14ClothingShirtCottonYellowCollar diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml index 54d5a8ea00..6c12cff23f 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml @@ -91,4 +91,20 @@ - type: Sprite sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi - type: Clothing - sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi \ No newline at end of file + sprite: _CP14/Clothing/Shoes/long_leather_boots.rsi + +- type: entity + parent: CP14ClothingShoesBase + id: CP14ClothingShoesJestersRingers + name: jester's ringers + description: Everyone around you should know that you exist, buddy. + components: + - type: Sprite + sprite: _CP14/Clothing/Shoes/jesters_ringers.rsi + - type: Clothing + sprite: _CP14/Clothing/Shoes/jesters_ringers.rsi + - type: FootstepModifier + footstepSoundCollection: + collection: FootstepJester + params: + variation: 0.07 \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index db5427e3b4..d1b48c68ea 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -163,6 +163,7 @@ - CP14ClothingHeadTriangularHat - CP14ClothingHeadTriangularHatGolden - CP14ClothingHeadBeretRed + - CP14ClothingHeadJestersCap - CP14ClothingHeadBeretPurple - CP14ClothingHeadBeretYellow - CP14ClothingHeadBeretBlue @@ -191,6 +192,11 @@ equipment: head: CP14ClothingHeadBeretRed +- type: loadout + id: CP14ClothingHeadJestersCap + equipment: + head: CP14ClothingHeadJestersCap + - type: loadout id: CP14ClothingHeadBeretPurple equipment: @@ -234,10 +240,10 @@ loadouts: - CP14ClothingPantsTrouserWhite - CP14ClothingPantsTrouserDarkBlue + - CP14ClothingPantsJestersPantaloons - CP14ClothingPantsAristocratic - CP14ClothingPantsGreen - CP14ClothingPantsBrown - - type: loadout id: CP14ClothingPantsTrouserWhite @@ -249,6 +255,11 @@ equipment: pants: CP14ClothingPantsTrouserDarkBlue +- type: loadout + id: CP14ClothingPantsJestersPantaloons + equipment: + pants: CP14ClothingPantsJestersPantaloons + - type: loadout id: CP14ClothingPantsAristocratic equipment: @@ -277,6 +288,7 @@ - CP14ClothingBlueCollarDress - CP14ClothingShirtBlueOpen - CP14ClothingBlueOpenDress + - CP14ClothingShirtJestersAttire - CP14ClothingShirtRedOpen - CP14ClothingRedOpenDress - CP14ClothingShirtYellowOpen @@ -331,6 +343,11 @@ equipment: shirt: CP14ClothingBlueOpenDress +- type: loadout + id: CP14ClothingShirtJestersAttire + equipment: + shirt: CP14ClothingShirtJestersAttire + - type: loadout id: CP14ClothingShirtRedOpen equipment: @@ -431,6 +448,7 @@ - CP14ShoesAristocraticBlack - CP14ShoesSandals - CP14LongLeatherBoots + - CP14ClothingShoesJestersRingers - type: loadout id: CP14ShoesBlack @@ -452,6 +470,11 @@ equipment: shoes: CP14LongLeatherBoots +- type: loadout + id: CP14ClothingShoesJestersRingers + equipment: + shoes: CP14ClothingShoesJestersRingers + # Back - type: loadoutGroup diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/guildmaster.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/guildmaster.yml index bd9cc3f1a7..b4fe3a7a14 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/guildmaster.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/guildmaster.yml @@ -9,7 +9,7 @@ - type: loadout id: CP14ClothingHeadGildmaster equipment: - cloak: CP14ClothingHeadGildmaster + head: CP14ClothingHeadGildmaster # Cloak diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..e3a2d929092d5a7a6a1fa9167867f00a93063ce8 GIT binary patch literal 1228 zcmV;-1T*`IP)Px(hDk(0RCt{2n$K$+M-<1uTg0Nk>R^OrZE9?vL{MzY_Vg4&55>f&2mJ><7(@d( zw4x~uxaedk)P&;ZrV_}Ze?fgn)1srusS{PL(}PcLXsjQ0L4^V?qd4Pg>kINAFb~;E$_U3`%KGeY+I>_f*9B(J8Mv z9aNoB@tV^CKRV@v5Ty>N=*Nzmyuz5TeuXi_j+@H*A=!poXDwc}EC5}xni+QQ)txp{ zmW8-!!9Htos<^VG_014~Fe;1zmId4F4}Q)JBW{MUuBb2V05QvTr;P{qZvgs-YK*5JF&|wNPOf+l%Au;-od8FIJnczM_4pEnu7I z1-M>^d{{kcac}z|Ux(gpC1cmyeqy%mB;U4^901bM1m9Uq^4GOXM-yE9|GIXnq@xK} zUzWi1ONA^i<}h38|K zSy>*qcKt>!@T0FrqtR$I8jVJy(P%Upjb=(Hf60;gEIq9h`82eZ>jMDz=IAe@K0x$g zoIarD1SJQgqX`~2`=1g0I#F{vXe>nncZ8@95XsMBT|v$1;OBpjq{pRHAOUm-U17`> z9!^pU2L+iK61L)IXe2Qz247*!b&QI(w5QV11Yfs8?ktPW?B&)5zQKz+0hL*h)vr5k z{P@ck0D$&s1LwaT;;a4N-K4Bo9c3oJ3Zxo&_g$F{4*uTbmjlaPWN4o?Uj*uajmQE| zSr#5u`+0vt2)_OJeeQLFm?YVFB$XGSlwxZ!IdXltP~x(olwy-oV<FEpDEVGXEt5Eta zPIUN{@S>wqo=34_m2vME^8N4gdPt!JmC$AWc#H=AoX=G8V5fZPsXU!Kz)#)CH zM2EZ`3;G;DDeY#adw4ZhPg=a{zzw?IbBYYg2O;r#5r-o0>C2NQpGt5n<}*AzAH&Vt z4-N0B)O+~x_E84u6;LW<`Q1C$+~19*h*5I}_u9+kdPx$%t=H+R9J=Wl`%`hKorOSClXS)4i3gd1Rb2T+TonUNs8U{1Bil9a1#e7!AWou z5x0WiXV66u$Kn>Hq8&P^NK6joLeOGrui&FYo=|yZ7#ZgoK2I{|-?x zW{hFH<_SxS?>QW}>`xKfwv_~QsRS3*M^WcK93Br|=RQRBQ831o1a!+9=9`{yC4QYAY~e0b6aG|8u_wGe=Q&+9KWgM{n*hl#$Yu)l-(9g zjY|8J8beD%bmrfU*?7$p?e? zVnNIohH>CjqLP1izGc@%V<=4k;J~Sn>BV8#hwB|h{MZ9MV;MZ-D*A2=r3r3cVot-R z%xxaM|2vV1?ub9-bYoVOiiHm%uFrO3YqBWc1Nwl0p0Uh_wb98{rAI9xAt9liSAz1l U32FkuZ~y=R07*qoM6N<$f^fd-E&u=k literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/meta.json new file mode 100644 index 0000000000..c430865c36 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/jesters_cap.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/equipped-PANTS.png b/Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/equipped-PANTS.png new file mode 100644 index 0000000000000000000000000000000000000000..8a97f8833ace48ffb59dda5e5b40a7bd3c0003ad GIT binary patch literal 708 zcmV;#0z3VQP)Px%en~_@RCt{2+P`ZPVHgMS@5%9U!et6gE>JQCsY9D&3*zLGC6oU^O;N~VL2!r$ z0#%1np)NwjAOC<$?T{stlx}Age;^s9kZYtk7%&`x*CF0{Z7I!r$*WerpC!4w@IFu8 z_r1H}c>p3JA|fIpA|j#_wHp;V$@PCRzM=BtLLw_ymlt5orf}X#!J0_{0KUEdfWcl5 zx7Xj|&G#=#WB%>^!sC5^5Pm;;UdJRv<2%B{yM8~sHgDVT{9&y4=TsBP z+a?@gV&1mH;Ephnw@uZdVhQ3z<44b{8hZlL!h$14K{8@=&dALe(PKxLhjzm>>58ws z1G@g`)ANULT{ql%!Fk=L9e?ZzXdQHnAlOMfe~8vWN6SM{SA3-%u(nl0wOKkg+g%^1 zHcMFBs;La8Oh)hZT?cyv842YWqSS$So&8x?8Irf~Dgt^ok9>nbO4mf{l;5fKp) z5fKp)5uIUEsp4#JEXkl;eX+Extvn6@A9vQ};A;;*ydEyycsg;ci3SLY63?1D@cf~+ z(s)!*CU=C1YO{o(KoWPniIOcRb8_DwAT2E9Z4+G|c+vf&bpjSMb21}<-Tr98)54ml z9;s9tEF`jF3(8_{|_l~57gd5$o{ z{(xXtsN9B1Z57cbh3G1*E-wH8S}Pru;bOa0y8r-q`1o^}OGe;VZfXq@N-I`Q=43Dd zz-aaFJh(iSr*RzH8%y$j{WXr}q_Pv06E7!o5&-T!zxqdBd#4Fri+8WR1OWZFVY^Y0 q?q*$UKVTg0W?ky;QzRn#@B9S8BQ2LPx$J4r-AR9J=Wl)q{MK@f+(3zy|WRy)rNh-F%%c9y}~BCjA=*d%G}1i>x{F>M|q zg%&oFH@HMdD$5}84@inMatN0~4sro%ZUYyUC1P_~)u+bd>kX8-=^I#S8m)kv&2vKk$kqxgdPH-|V2cC%Y!1sNz f2!p|3Fzl2Mt;t!rT#k8{00000NkvXXu0mjfs2idK literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/meta.json new file mode 100644 index 0000000000..1eee8cb8d0 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Pants/Trousers/jesters_pantaloons.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-PANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/equipped-SHIRT.png b/Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/equipped-SHIRT.png new file mode 100644 index 0000000000000000000000000000000000000000..5d397aefe0b1b179688262fc09ed9609e8cd97e5 GIT binary patch literal 896 zcmV-`1AqL9P)Px&I!Q!9RCt{2n$K$!K@`WoD`9D6OKC%GR;Wn&lc1<^8OJD zd%GRiWfwF4{LGY$x84@CYWJhxjehidCOv!jK#Dsxj#{0=;VzQasLT=Za}D_VQ<%1O)mH;GXdKK&^XHz zan)-f@05(Ro$)K4xW0eF^Z@{70_n!zxtEXIT5k|YKpFw>g8U~Rc zg9Jek1VIo4K@bE%5Crjm|Gd>tZ?S$yXNm=YLci1SQDq1I9j6Ja>D zwsAt&A)@^XDDNL(er8Gv1U&(&UjV?sCLgS&qaS6X38K9KCkGtmK}F>#BGx6=CMd8?V23vWi~vY<^$84v z;IX_o8NOph?@is%J{fxYcu9&^JYaKs19_)pRK1q;2b?Ej@_DCZY;JGJ9&EGSt1huV zwuI>bfHWSgCKvqQ*T-a?L2iCwsQ>I-`FY~!ost2x%@hEj8Y&2aAP9mW2!bGpF8l!^ Wcj!?cbPx$pGibPR9J=Wls!wsKp4mWkrEWHLtCUTphIno_=4bVR&a3 zv}g?ZBY@oo(6NvKefL!D23AWJ<<(b~Hi|ixPQ$aB>z{-#4H@ zsfb1hY=0VeOtkn;1RwiU~XgdRdt2hi%rdA7;BIJYWV zI=LX~+{^c8!q3^@9hkg}VktA^OX~e^kYXtVlXubJoj?J;Kgh%Np>Xc*vA%n(0lfjV zLWmULQRlt&mN7YyE{{qgvb==FwLRY+Kbl^YQiw`Z#Pvxe^#1F4x7BjfTF~H8C=?2X b;?MB`jh(62g4ufy00000NkvXXu0mjfWyRia literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/meta.json new file mode 100644 index 0000000000..7b10adb18c --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shirt/Roles/General/Shirts/jesters_attire.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/equipped-FEET.png b/Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..830297c231939d85d4cd6cc9d70655f889bfb660 GIT binary patch literal 531 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z&w9EzhE&XX zd&}1Qu!98qhy4Oh?G_pBX5PC?JGyS<{ADToCM;sz-5jiL-{5?mOX-KI2>bF&8>4Pn zbxany#C7W+&qIN8iZQnF3oL&>`t)D7@$}Pq>N|JqoM&`F21~v~m)^_?Nj>^?NtX7y zXG`i>8@gVfOk1q=d+n}2xpN|mFFc-pnRR7+XwBstVUzqG=kZ^BAi0kB%BOieE_d$L zF>jM)zul)EYn|84c3xs}`Xpy1_3Gu5e{6qf?WV-U(Bsllv`e8}Ci~KPmqq*q1tqol`%`}0DA?1z8rfsbbM{0f6 zs=QsHzxDL=cKP$ZyY2b4j(NCb?6>tz5(zIhn%8plsG1TIh}GSH<59-uz^PmJm|x#0 ze3fna${mG;CIa2seXE#q73{dTJU{sNOzMW6S1x|Jb?5u8yEeMo=dP$Q9Qa;41?Ww2 z*Xh1Tzt{fv&Qt5zzaZ+J!=5MK`@JJ>-#X&Px#)Ja4^R9J=W&@pNPK@`UE|3DZN#zIBRrm(azCSd6a;yJv4NAL)_falN?SZ<-4 zX3Ir1F)>@Lu*)L66k=uJbf$Q}YKHmdgZDrwrIb?Y&Wum!WBD%WI$}0mvU;i-0ExdP z%n~!Gb;NXA2H<6z%Xm7Z-hZYyoOpFV_=M7RM6uZuSO|V{*_D8Egc-a#2isf%3s@*N zdr~5wTEKGygIY)48jf9gzJHb{zRH5j2HLj5qdm_OSXlfX3A4nj+baYxYIfyvo*&|? gf4AP1QcC?>e+3Ig37KpvP5=M^07*qoM6N<$f|&w!WB>pF literal 0 HcmV?d00001 diff --git a/Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/meta.json new file mode 100644 index 0000000000..6e672c2dad --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Shoes/jesters_ringers.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by creamy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +}