From 21ae5f353f069a4c786dd77b2bac1672d6be9d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82?= <123451459+JustArt1m@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:35:29 +0300 Subject: [PATCH] Add japan school clothes (#1929) --- .../Entities/Clothing/Shoes/specific.yml | 22 +++++++++++++ .../Entities/Clothing/Uniforms/jumpskirts.yml | 11 +++++++ .../equipped-FEET-reptilian.png | Bin 0 -> 650 bytes .../schoolblackshoes.rsi/equipped-FEET.png | Bin 0 -> 563 bytes .../Specific/schoolblackshoes.rsi/icon.png | Bin 0 -> 400 bytes .../schoolblackshoes.rsi/inhand-left.png | Bin 0 -> 478 bytes .../schoolblackshoes.rsi/inhand-right.png | Bin 0 -> 464 bytes .../Specific/schoolblackshoes.rsi/meta.json | 30 ++++++++++++++++++ .../equipped-FEET-reptilian.png | Bin 0 -> 607 bytes .../schoolwhiteshoes.rsi/equipped-FEET.png | Bin 0 -> 534 bytes .../Specific/schoolwhiteshoes.rsi/icon.png | Bin 0 -> 358 bytes .../schoolwhiteshoes.rsi/inhand-left.png | Bin 0 -> 420 bytes .../schoolwhiteshoes.rsi/inhand-right.png | Bin 0 -> 407 bytes .../Specific/schoolwhiteshoes.rsi/meta.json | 30 ++++++++++++++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1339 bytes .../Jumpskirt/schoolskirt.rsi/icon.png | Bin 0 -> 547 bytes .../Jumpskirt/schoolskirt.rsi/inhand-left.png | Bin 0 -> 520 bytes .../schoolskirt.rsi/inhand-right.png | Bin 0 -> 497 bytes .../Jumpskirt/schoolskirt.rsi/meta.json | 26 +++++++++++++++ 19 files changed, 119 insertions(+) create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/inhand-left.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/inhand-right.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/inhand-left.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/inhand-right.png create mode 100644 Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/meta.json create mode 100644 Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/icon.png create mode 100644 Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/inhand-left.png create mode 100644 Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/inhand-right.png create mode 100644 Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/meta.json diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml index 7f41e4a1e1d..fc8992e10b2 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Shoes/specific.yml @@ -30,3 +30,25 @@ sprite: Corvax/Clothing/Shoes/Specific/centcom_officer_black.rsi - type: Clothing sprite: Corvax/Clothing/Shoes/Specific/centcom_officer_black.rsi + +- type: entity + parent: ClothingShoesBaseButcherable + id: ClothingShoesSchoolBlack + name: school black shoes + description: Stylish and comfortable school shoes in dark color with stockings. + components: + - type: Sprite + sprite: Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi + - type: Clothing + sprite: Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi + +- type: entity + parent: ClothingShoesBaseButcherable + id: ClothingShoesSchoolWhite + name: school white shoes + description: Stylish and comfortable school shoes in light color with stockings. + components: + - type: Sprite + sprite: Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi + - type: Clothing + sprite: Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml index aedd43625e2..79d0938a963 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Uniforms/jumpskirts.yml @@ -42,3 +42,14 @@ sprite: Corvax/Clothing/Uniforms/Jumpskirt/psychologist.rsi - type: Clothing sprite: Corvax/Clothing/Uniforms/Jumpskirt/psychologist.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtSchool + name: school skirt + description: Stylish and comfortable school skirt. + components: + - type: Sprite + sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi + - type: Clothing + sprite: Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi \ No newline at end of file diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/equipped-FEET-reptilian.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/equipped-FEET-reptilian.png new file mode 100644 index 0000000000000000000000000000000000000000..15e95889490c2d54f2fbd61de9b82b60a20c202d GIT binary patch literal 650 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU<&kfaSW+od^_vBwo9PM@$()V zHw4b`nZ(Q8HO1|)lh`&9GqJK$DaUVJx_@BB&B%zrKg^pFq^`IGs;IVZ3J6;xcYnF@ z-Q_U`g*M?UCmwj<&Qn(r3DZ3D{Za*&AT4- z=$4q@Hl=HG5+D7Gy1zbD{_vTTp$|9@NUd+M6HVk3Q`;u?>)HQn1xb4U^Y-tr_sA;t z75aFOgKvIJ%+zDY+WtgtnweXC@6R%$_yzp2<#V2wDKj@;{<-UcvuxrQ-~EgN?>kC6 z>lB)tlV3c%+J3Y3DSPNo_pb|IHNk+5G!v+*OM6jTHUmiM!+%c!oSk2g<~L|9kDtJ>iCBeMx0sr_VaO tzJV*Ltop;zH%nc#zeaA|s@8o@UH#Cc^?x)B_5#xwgQu&X%Q~loCIIggEV=*y literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/equipped-FEET.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..3add1dc198aa7ee3331733e1ff9c53c2ae002665 GIT binary patch literal 563 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVEpCj;uuoF_;!}9H?yNa+jAF_ zwR2gxv$>C|34N9h36SRAy&x%DyDl+XTkEAxPRND-0?nC6+&DTkyaaS|7N4ETd1lkj zJ2U5=b^of@a(nj8x#izZmc18DY+&FZj2yTdSKm(h@$H}JHkDV5eZ_Wq*Vjhqe_{45 zZatGVTiF%-%j@F1|Aj%2Eu3&%MrnQv*%R&&7*>}4i3ELXBXY$va?)Pu< zC*D1NsmAYaa}~3>?l*JmP1|DEetc?ex#vYO?{0SaTJ>t1b&-N;_V;>zm9yCS&iKnG z{4>m9T3tx|Yz2=yUth91?5U{xcDvvI(v*2I{CcndF+`SgesjC~J^`2*7(8A5T-G@y GGywp_N%NBc literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/icon.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5da3f4c049002b26d378cca0e10fb9ed02a210ea GIT binary patch literal 400 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=hEVFot`&IEF-UCMQU+E><*2&h;HhtA~u5iW!@5isgyr z3JgXPH;X1%?0Raz>@cla#*s%sf=R(SL2R*fhqufUzGoaUox*8iaqNG7e4PC7C;uC} rgQ|SS5^l|BpkW6NKp?TgnStTd&7v?}iF*yekY@07^>bP0l+XkK`LCJ; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/inhand-left.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c60c8733b6c54a6cd979e75e7986297743cdb47d GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU|j0y;uuoF`1Y2ex3i(Zfsev> zv^*}ZTFa+bS|BLCw7WRnyfAc*%pWGcSeJt056mKkukJ-&NGg|ovq&Sf#!K*xjHkk+ zg-i7_xt#t>-rDoMXy={$vz-P44h)PeXv8t^1f{Z_-`&Muy;h!hJj^?+%XQ|=)1Hr? zg?*cK^~%mSa?#U|uS|A&-7)XMPu0M;+g)zGm(|osSvui-XPsW|nq}uwzklfbDbA4n z`nHz+{)}^%e*T-X^w6f6`?t-1vaWC{*MYl>T&R6<7VvNPhk9SUn?Up8e!`udDUW`<rdyO%6GAY z2i@stJ`vy$>nO6!+8qBrEX2dUq4)dW?X@h2zbLt|W|+u>MDib&?R~2(u}oa?)Y}cV z7j9-=^(nPKu%i8)vc-+{Gfdu1-IM=r1;aM^gegbAzfwMtvh3fw=e5P|tRH;kHr;zG qTku@5TCkaci9?|QNc3zypl_GEt|b55Djs0GF?hQAxvXs3S+uUF80w zI3?R@Ls8)V*rMripZ@=~mwfN?L$QH@i9-RE_@m!w7`;1v>t2l;x29~rKF?;$?M+c@ zPhIIzf4%(owXfUCMV{Wf`mS)ww7a(gUO%(@q&=@??z|TL_m9p`J$h!knCIxjav`9`PMpQk@+{U0u#qQ3lb;qu=)<=dxUOV2slU9djRzQd<4@#fmI5)8S! zLS}XR4&X30fBgDd>(|KZzO&!VT6@u=XSV-oyLqBJ?*H$YuF)~`wZ-em@c*yF|M%XE zof#<3$RgmtfQxu=p8LtI2PKtx3X#>n|7e82+p>PfYu8=Z-#xnHu&FE{`t;Q56b8NX zyeiq|v(=TEPu!7{zj9gk`4h&jQ*ZXHsd;l@cS g?1BebKtiMcl+KwU7p(qi0Aq^5)78&qol`;+0JuEXuK)l5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/meta.json b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/meta.json new file mode 100644 index 00000000000..34e2a21c76b --- /dev/null +++ b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolblackshoes.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by github:DreamlyJack(624946166152298517)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/equipped-FEET-reptilian.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/equipped-FEET-reptilian.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3e175b1f696a3582ecc5a3a521aab674c51286 GIT binary patch literal 607 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU{dpRaSW+od^_vBwo9PM@%J8e zPu+b}JhGIyRj2f(Bqy%_!MtY4nzbp4+S#hw^$e-`iOM%MmguO>^5}63u6uI**~{Or z_Qd7in_DhtY_@Ovz5eQRJHJ=Id%pLs<*|YZ44eefAATmzw}$NM&*nT!+3mU1>dd!a zH5YfyY~@v-zT5nKD|_*_{gF?uzq;{AYpJ|;pvuMT_D`P8*lAJ9FO{}g_R;ol25SwX zW#+E3I4IPu|5pCs&imn=-xtIc$himqWskXMW3{Pp--jfz@a<;~p7Tnosk#{%JJ$1R%l`u#+_YzNPj-jfo2x?L~Cia~mME(4oh zPf+2uuUjS)5dsq&IGJ8P)Lb8-m6&Muaq4TyWrAs!U#;v~ylLi@NB#WYeZHlbD;7^# zp1=NF?Cc|9pE{Y#zw+!jD|Kl(!|f9{mQ36k7Jpa%f&H4Y&-?ohw>vPi7hTO-{hwjV zionXLb_|;Kx8K}id34N?KU+n-UM}(5ioc;x3;!Rx#NObdpx4RrHt>-BN9W)Y6?L23 zvfef+hFu1Selg^f^;X=Ov0z_G+l@D~{_ba-_F6ikS>s4GFySzGy85}Sb4q9e0Ff#P AX8-^I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/equipped-FEET.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff8f85fe9aa6367cc431227944b0ecfd91755a1 GIT binary patch literal 534 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV7%+;;uuoF_;%KAFJ?!PwshA$ z4_TWWHwZ8#B_`|W=F~7d${#p&?3S0#kyD4l)?AAG$zvwAZR19cri_IbJ&tJHn>E$m z;Pi%^GjC=s`NijBRQ>GCpZ_(d!;Fs!2sALTC@?T`I505bVmiz@aOhOpj(w#f$39nu z#Xa^+o_ng)dB1)4&Zk@NZV0S5nVx>U(Wm$MvQ0XZEB(~JGRKQwFF$|r_S&oW&wQ&p zIcNSmR-@t#n-f3n+?cWQ=1kA`rHegttuEF7|IxY1ZvVcsK^p~PrsN-bxbUEcy_HeI zr5DwbQ-74yDGBXdzgNm}1KXCLKPsezFCNmh3X9*x)!4y&;h5;Bg;w#k>-`;?rrwSU zR(QGmZpEcJCYA@ovPGK~F8i^1-PM{;xV(e#?+2BDh?rhJKilPhcCQJZ6_?&zxZO%< z{%n1-%Trfx%G_gf)Vu1F%=d+le{DHbo2h=|SJu~qD>VJQ+Rg56u3!D~*9oP0vu3!w ziDjI7r0jQ`!=+_w_8p7i-{=15-K?2*jNv!-iYp{X`s`@C_4REmK_0A literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/icon.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a84d0c12c683506d4d42b509606d75c1d800566 GIT binary patch literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=hEVFzR}`IEF-UCMQU+E><*RNc=TyAHDyvhn&bTGc*0w)wwJOpeB(@bz{n0+U6O z1VkUDP7r$9e%iMB@5F~+cc15(#@1!=_Mj%CIqM0Fx`%c)=Mo<&oK6rse8l0)>gVqz zwrqX+(5Xen!GOzQ+UwP)5Ad@5-`THd{E Ac>n+a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/inhand-left.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..284e63fb155aa25ec47da0e41ba590cbffd77459 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9fS(aSW+oe0%Gl7gL}}!^7m3 z?h{O&K@$}?qF!xt&7YY6(0IoS)f&$GhgxqJh6}I=F4Jh@+Erj!)RuR~>Ft>_rNRFX zq`tHGKF|31;k&j%qlvXeCKY=%x@9_}C_nsd3@$ku*l8AM&h9=8yuYP~`&hxw7A8sH2^5D4Usr>&8@`g2s z1h^Sl1RNOf5dWq%Og|jx{^`dRzRO>jcl`Byzph`wTi@x@9QNz43%B(p%cdTmoGsrt zPvdog`|Hf2`Nx{m=0;aDZhCStY3oO);+<+dZ{0m+-_~}Rc4$qt_t8WC8$a$WwSSGU cbsy`tki-R7ER0ul07IX_)78&qol`;+0K`eLmjD0& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/inhand-right.png b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..6b2880c86912bdbdc34bde35472dda621e22dd0d GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV2ty0aSW+oe0$3`>yU%Ufse~O zxG##atQ7rTc0F#v_7|#Eoq9IS+gEHaxVZM62#cdja8OHKf}{9G{|bSWwgnMFx9bxO zjMLKY{Z`#=t`x(e(7?ciPW;hsoTGjFcl+`car>t!M4UMODO7J&_@ckh&n^C3d0i?} za&t`0Mr+}!m;Q@xhZRphoM19JYU`%m|D)DEeYfo4oXJyLzCV`mzpo_w`RKg+^ArA7 z{?NN6vM6x(l!Bj{PlE!(?$7pUe6w@S-($&_BPJ*5tEevEsJa=xpmw+atl8K8f4g?x z@Y|L%H^doP1RNM}5{>)y3IbN%&U%|UN4n$v-PharyMCwW2YR26D%vKrGc0lI*Y?lx z`qPhpw~KVL=dL`@{=@9zq|Mt*&hg&3x9>)uq`!^)gXk%@cKf##!t8nA!?LZPY0=7B Tvw8Nw0B7)Y^>bP0l+XkK<{7KZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/meta.json b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/meta.json new file mode 100644 index 00000000000..34e2a21c76b --- /dev/null +++ b/Resources/Textures/Corvax/Clothing/Shoes/Specific/schoolwhiteshoes.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by github:DreamlyJack(624946166152298517)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf80bb7e225db93e4389d5f6c407b298d0e54df GIT binary patch literal 1339 zcmV-B1;qM^P)q1=!exM5tm8QjFUB&kKRS-9oLKR)SzTYJO>twv|WoGj3191j&&wSnUKj%Ml=DoZ# z#^jP2$P8o#G6R``%s^(~J!N3VyXg16Qub9gnAOV`n2%@A zD&GC?#q0W=zn+?3$DW%0Ej>lQZ{&2_;G^TuC(q3CuK9&Jw;hWgZ0v?_j#==f-78Gb zl7$8$dOuq1UjITB%k#W5#^^W0(K1yAa3uqn(OB zB>}APj!mCi#^=soZ0#Q2u--hWJv5JB{$nL=3gfH{^Lfv9PV-TQk4l_&CG`~imIP>f zE56sPT4jD39<*%Vx_{Sv|MNM6gnjxMCmb|?x+FBix1Kj1B7t@){!A$=lf*dv7{WnA z(JsJw3KB!q&pghD*u%&w^B&Fc#~wWLX1=j27C-8+>e;@pzPh*1g0t!>GU(38bu&72 zBub}rgh&^^Y<>!U%MkEESY@5`IITbC(XU->2Pt?7mFW600)dte*ra<%u79xn(3?(KPUum1SliGmsg`3}gl}1DS!$KxQB_kQvAf zWCk(=?=Az;KZxKe*;?h~NrO?8#br9Fy1kSDI5$MveJ7xq(KyfT z5IN4p2yCHX8#dZT;3Fyoa1^~tf3yAf9yn?az4*vR_+j=db7KE@HYJZOT$Z4?*LR8+n^b~#fMQO1h+KaT#gV_R`yLgQ6QUCICx zY@Govo^Pu==GTJ>0EnX1rw;1}cWn-7MnWM9g+j;`M}a~mG%kvhTq3H& zjY-~#ytk{-yh(0ncXob$XWpJjOfdp60x<&rj6ls_;xBET`W-EeGL&qR z>(Z;-KflS^{N$f})w(3Gc~tQ8w-tY7cH9Kj;GB_j@8S<#>#WlY>&AI|vQtuR&8GU? z#f?ml_8Alkk1yht?o9l%jYVs}RtQkp$!bPE-pZ0}OGwvFPU^RhrDtc)aL&lNN6!U` z$OM3PZlYg`53kbDm@pM)(XCCF)VE0@G=bsX)|$*z%Jh>-hZF^ZL&{aIde~ualtPwBg`jO}X2~BI z9y21URw_M~&9<07m%{#EJXuK*q#Nc8mCw#mUN0s5`)e3Vo4Tn5sr1$^7|*87hBGZ{T=aF@5h>CqrQ@KPZ& lp`>S*e?hg4d5l1ez!%i2?7nC9CO-fG002ovPDHLkV1ncL18o2R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/inhand-left.png b/Resources/Textures/Corvax/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc65b761288dd0cf55f225a4f8c216167f9c9b1 GIT binary patch literal 520 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU_9^X;uuoF_;!}P-(drhcIHPM zJqi=;q90^fjb4!zuV6qQ)RNQp=MxBUa?Zib^ z=ikq_w?6wJF0jCnfk~i&fklCVk;4I%>7lZrx**8Rw|3LAzW0__&ppr9+w}3V_sZWt z9=(%pIyTitt@G5fm)ghN!|xtl*R}b}ui4t%&$sg*y;=~mXK($KU8d7~iZ{P`{aG=- zRCaY?NK$Oms~79Oo6ULk`N_&1cD6o!i7&OM{0_=c3SD>fe!u&@NgQK=mjQr^>wxN7z}b)T3xn`wp6Os5s|KGo^g{xmXVHMsk7{`^Bz?uIY2 zi{Hnp(2Ug^2+!4fIi#+wRC&<-c=Fb#lVW!AT88@8FW>%VS@P*eiu3JuR&l88pSefO zz4~^ZtmekEznG`^`1v=yNnRJg@0erXbd&Rj{q7R$NwqXneX{(^k#;n2^}L1% zhMl%7Y3mziDVBuWGH&GdymFVGep{KJC}}dYbJ;{?t<$ zNv7=K4O_Agt&26B)m(k+|D)KS>^JzYv7QanH^Xo#iu-jHABcOYtX{RAbEof7&ak!| zB`fI#-@d*$D*HB9>~To<{c~d6+tp4#3*ESOo5=6$k5<^f)H%=dV`FWu=G%?o4w5e3 zg<;o3b}Iq8*yQuqM5JZx+$@_PF27 z(|x^hj8Zbe_1h1=+VHwhmi58vYyUp~xU=Qe`_PTA8BWOvG#vP^_JMI%