From bcf5f3eba16a9a3cba1b5429175946b260ce6a39 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Wed, 18 May 2022 15:58:15 -0600 Subject: [PATCH] More Coats (#7939) --- .../Catalog/Fills/Lockers/security.yml | 1 + .../VendingMachines/Inventories/bardrobe.yml | 1 + .../VendingMachines/Inventories/theater.yml | 2 + .../Clothing/OuterClothing/wintercoats.yml | 48 ++++++++++++++++++ .../coatbar.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1613 bytes .../WinterCoats/coatbar.rsi/icon.png | Bin 0 -> 648 bytes .../WinterCoats/coatbar.rsi/inhand-left.png | Bin 0 -> 522 bytes .../WinterCoats/coatbar.rsi/inhand-right.png | Bin 0 -> 525 bytes .../WinterCoats/coatbar.rsi/meta.json | 26 ++++++++++ .../coatclown.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1336 bytes .../WinterCoats/coatclown.rsi/icon.png | Bin 0 -> 515 bytes .../WinterCoats/coatclown.rsi/inhand-left.png | Bin 0 -> 493 bytes .../coatclown.rsi/inhand-right.png | Bin 0 -> 505 bytes .../WinterCoats/coatclown.rsi/meta.json | 26 ++++++++++ .../coatmime.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1146 bytes .../WinterCoats/coatmime.rsi/icon.png | Bin 0 -> 389 bytes .../WinterCoats/coatmime.rsi/inhand-left.png | Bin 0 -> 372 bytes .../WinterCoats/coatmime.rsi/inhand-right.png | Bin 0 -> 373 bytes .../WinterCoats/coatmime.rsi/meta.json | 26 ++++++++++ .../coatwarden.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1851 bytes .../WinterCoats/coatwarden.rsi/icon.png | Bin 0 -> 761 bytes .../coatwarden.rsi/inhand-left.png | Bin 0 -> 623 bytes .../coatwarden.rsi/inhand-right.png | Bin 0 -> 621 bytes .../WinterCoats/coatwarden.rsi/meta.json | 26 ++++++++++ 24 files changed, 156 insertions(+) create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 6ec796b5b0..8df1323877 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -17,6 +17,7 @@ - id: ClothingHandsGlovesCombat - id: ClothingShoesBootsJack - id: ClothingOuterCoatWarden + - id: ClothingOuterWinterWarden - id: RubberStampWarden - type: entity diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml index 50af199883..4775bc8fc1 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml @@ -6,6 +6,7 @@ ClothingHeadHatTophat: 2 ClothingEyesGlassesBeer: 2 ClothingHeadsetService: 2 + ClothingOuterWinterBar: 2 ClothingUniformJumpsuitBartender: 2 ClothingUniformJumpskirtBartender: 2 ClothingUniformJumpsuitBartenderPurple: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index aaee016f5f..3be0c226fc 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -3,6 +3,8 @@ name: AutoDrobe spriteName: theater startingInventory: + ClothingOuterWinterClown: 1 + ClothingOuterWinterMime: 1 ClothingMaskJoy: 2 ClothingHeadHatCardborg: 2 ClothingOuterCardborg: 2 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index 2f367e6f57..74aa6830ba 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -26,6 +26,16 @@ - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterBar + name: bartender winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi + - type: entity parent: ClothingOuterWinterCoat id: ClothingOuterWinterCap @@ -86,6 +96,16 @@ - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterClown + name: clown winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi + - type: entity parent: ClothingOuterWinterCoat id: ClothingOuterWinterEngi @@ -156,6 +176,16 @@ - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterMime + name: mime winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + - type: entity parent: ClothingOuterWinterCoat id: ClothingOuterWinterMiner @@ -235,3 +265,21 @@ sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterWarden + name: warden's armored winter coat + description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.8 + Slash: 0.8 + Piercing: 0.6 #slightly less bulletproof than wardens normal coat + Heat: 0.75 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..5ef2c082a1af747e8d9fe5a38bc08eeba9be657d GIT binary patch literal 1613 zcmV-T2D15yP)Px*2T4RhRCt{2n}28%XBfx7annJw8U~k-|2@llOfu_dZVn27|$1Fc^%t6oa0N``qn{wa@{6(`WPU69&&H zp@4`TdynX9GZXz#Kt!soUj1cyE+!%y>+2Nl@s0I$3Na#^EaZG9`qa^CZP}+(uI5y+ z?tTH+ZwwnY*4HV!xAQPri!mFTf`3{@M`zcP_ky186N)5>u-hHr`6>VaXD)yonE?O@ z!YIi3FLr-Ltxt7fPxlF>X=@YY$PC7P*VG{Rr)6k^QdZjt&Rl@=KcClS1dTq=SE+52 z&jdL#13?%Cu~864sr45e0$S$*;N&?kLIDxWkN2Us_X3t5@59v81Wumws>U>JZ9-4? z2_;>-v}m1|BQuaBQPt6IB}s%FnE_`m0MA!Z>+6~WMDYOtpscnL&Vf_dxpNDg1E)}3 z|7qO$Y$1vd;BxJP$8#FME9X6)({Q0Ph>$J1pED{YJM{3HqG50K%=C z7#SHsMMXI(D$3#UoW|JLIL5}t;d1R#?NeU9fWuh|j?1Uge>c?$^2izYUBikG?U3cC z=sBP2=0%9q@t9!*5Q z5@Oth>-XOS5I_5qeE{ltGBK0;(~&X&p@4|*JQo361OVLmWz10GELH#@8jY&KAp3-l z&Mw3Hb!!xI-vJlB(~0`T`IsHCo<`7qb-JRxmwjjU@#aA27|$1Fy2CREr^iM+IR3|wF0?>)FmV? zfzz%FP%Vg%)fgb=eE7*LL1FNW(ys|luIP8SD_ZA?O~l4NN}H$x@N5|e=UN_RwT-wu zETFWe5ze(dY(-9lpNOy&I*`jC^t;;?%YRPWikxt+WZgufF;W{~Ep*`WumGR$4uFel&VF`w4gj*69@o|=5J*sJYh`S%Uxc%65GKu|b=jPpk*f<2;~a2$VRBmFDLCw3oj&nw$3{v6rNSIso@4 zrVKn^71#Lsb!(JpGz#*UE3}%ia-0|?&SHhPx%LPL(F_F<53JRp4s|I~x>&5Gc+J(440_TWlnilj=+~j#M=r^o_my@i z+z*bs@80{~|M9-}?f@4T7nlDDS<2Dv%_Z8*w!OJTWhvLxX2&@mXJ2~=T1i1X7BvaQ zV^OM=6!_Xhy!y@)$Y#<^BsI{@l8DEmG&Rr-!54&9QjpE0xvJoC;$=F+k)B?N-YZypxrWE7CyrvDS%F${0GM0Zf>u({GA(0y`4w8GWfThg zm|NKb0O;jIB>EFrn4fV}39cScl&=7QNKY@qtBV*KdWi7qBJRZ=nCv{*mMNP_(`51y zTj%pHu(9z5g3tH%r$xoI?aKklLPR-|EMd2n2T!QoL)t%xz- i_2PCP9TyjuX8ZzB3jvTXAA3^(0000hkT(eTTA%nE)Z+sOAMau-mElbtE+eMh5CmVM0_6#$g1%<1zd~R@kZ~C0%{N^u*1wOsAdHv}3%(!1&^vt zpSWCler&IX-1}0SZr$~XKA*mu%)k31e(KpJu1}Zg2z^|!;?5N7V>f+%9iO{JIzKEv z{L9{u*>arA)tAe@pVaNyv(JoyLHo6I?DMVC`9}-(3o#z3P~c(Mp)-wvA?m3Zg8-lJ zqNuAIM1o~{{|5t2sp^x}J`i%r(9lDEgcuUaqqVQQkpgw*%PD=vK8`^jSB7NE=4 zhPAKTzTma)m8{ZW_nCJqjAg9DywZQm%C9-Ie%7qhc{YLwaIt({p4lFAf4TQ24A*uY z>)UdS?V*Qn=kjXadk0vQin%kYRJ!s$4Z__%`7wTW3;IhOs|+7CWoYGHJp zxpmI*t;Zic%=>+)MJDI{zY`TljIE8|-UyXiRR4mdKI;Vst E0CG0#p8x;= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a5633c3eeaa80b909fd1b68dd5f16074150e8dc3 GIT binary patch literal 525 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zk9)c}hE&XX zduyY&lcNm#hx})ECON6DV4V~kJ^9iCj#OUPD;H!$zSvusxF$O*ToqwS>~;0_ZFCM1 zarBpSVcE;18?alUW1Zr>1(83WsK(XWUoN~;aR2e~yC19@I$+@6-Vh_j)xDuX*=^HK zb++H>wYd?eJG;BbfAQU?f46LlygD~AH`Oyu@3N5?@5wW%yK?qy+qA?*HR5c5mEdL{ zE6C42m{G{y3w+w5Cc?pcrfZS$)h)3g&33wN?I z6y1#GP~33u_2&9;-jtn84gFddN_pqX$}aWiShXpJkwJiirLbt#!T_CVRUcNZdd+a? zVV#YrykbkhH|ExppM=Xw$}avYD*wmDaO~^xRtwA9d*qjQyoi23FZgwWv5UG8Fn$?4 MUHx3vIVCg!07X3M`v3p{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json new file mode 100644 index 0000000000..7863947d1c --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8767b214d45a58ac2f30b529f6a4eb64c2b3d9 GIT binary patch literal 1336 zcmV-81;_e{P)Px(@<~KNRCt{2nn6e$R~X0t>y)9jj?Sh_EAF~YAl+*kYxSnk-Yg0pLZ~#MkV`!j zY$EkiECHcZTHR7gVoD&EfCLYP7JI9yxz)JwT2>*L-ED1RS00jgnI*IB|akk&M;CL_paP5k`X zy{dHa_0ZXC$5}pWA{s;N<@b)C`m;%KwuyK0QkAo@dQ zf}I@MLO7-(pEYsz+Hp3m>x@_a^2I2a30Ao^|1cAbMxI{bnCf`-PsEwu{)H@dUej2+ zq5vpZos96&=Q)t_0C4$Y6acW3GjZ$EW?-JsGu+Brq6H-Z;N-{_5{7{rSC0XJEeimo zH4Pcd!jxeM^ejlMk#tH}s}!bqGrbp$&(6Zxzeh!@c4 zlk(etnq_~#WEi#)M7_Y%0Q|hCIn~RJJOG?Hb;L2^dYg({mo`H?xq_ho#R#N4aImK6 zZBEb1XPpM=)ig{QMkr%h03c)pPXo{*LXGi|7rg#W84BSf?-3Vv;D1ORN@-nEsd`TBpuw*dg)-N%ms9C*Od z?xsM6swZXF058Y`033=3@Y9V#G({}G`1SzzHj_e>*J>R!e1H75w^XzW9CtKuug*bj zf4y+G@0Le&`zw)1Boc{4B9TZW5{X3OoBoM7>z{}}Glvh;y3Y8txgUHTU-wVMnfvIg zC92|`uO8YtgnB^=yN|-!6~&h@Ql)8BY^+n2W zeft{L#=@X`e!M~00Hi#n%KP>#49@LiaBd%TKv@qXP(env>0LR$^-oP z{)PFZA z-+eJ^UsDCfvx3_oysVWFHo#vSe*ieB8K`&MF9+2T&^yU0g0KO;{C>f{Cgp#7BhdiB zQIyot@m9?Y!?#UkIlI3{8vtjKBrj_v#0w=^aRK6;JE@|3p-}D0Z%egZN`_Lhdf__^ z^1Cd$rbV!x8Dg6A{C|>a{+|eMgi@&#qp;`B!e%TBEzv?aN~Kay{0iYih9|w6X7@!k z3GS?MDpl+iUI=->{LHwcM#x<=G-Vids}BH5*Ce<<^D+m*{LFYmrF?wPa4XB)JX5py un7MgI5vfs_pBb;J^hY9*NFPx$y-7qtR9J=Wm9b0RP!z_0X(YqLOOsMc(b!seWGx*^w|3~J;8uiERB-C1{s*pw zs+%r??NI0+(9xl;4(<;@#0U;8QI1#$gxle9(!Ah%FDY#)nBR79Zt{KSyXO#SXlQ7- z={R)`&+W8r5~l>A$H#@k{M|3EYdgjei7=gIwZ3_)>Oq@gpDcYN2tATGWp1Z!*L~j> z#kW?+u_^YC8(1;MZrt+$&;*h=B@#i!m6>-Bc>eZ&WfMaUtQcb_T$f0MNQ5Btm|Z*~ z2)$hV^Y$Y;#t?)aLFjRN+^cM&QUY4()Q^nW#Unb#^z0{b%E886KD<866ROI)vW%J-mcYoMhs)>Z4s_Ef?nfe=v|1eR zUjo;g7$&S#YC=r|dJ`!opcU5mgzK`~Y60D*Q*mv)y3{rR@bc;k_?5uqv(euY zhao-C4^060_X+4o>RM;L*aLr!@-&oZyv{$Mp`qcw;U~mo(@{E6QRx5x002ovPDHLk FV1gqt^?U#T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..a34eafaae97e2d8732535892bdeab24488692800 GIT binary patch literal 493 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zmwUQ6hE&XX zduyZDVFwBJ5C0`K^)men1hToEUNeWp)H2H-Fu&k9;nKzjK?3ZzJ?GRgsI#*#Jld3} zRLQ8mRrf`RR}9aUVvXxz3%6z#O+E47TvqY^#NX{HKkXViU_gWA_R=kvUUyB&y0cg9 zmAYwqQt;mcK%rG0E3d_Vzuo9_{kLEhL*?x-h7Hv>4n4}^VJIlv$Hs8uR`kEG0*Yd`NeT(EL@-9$Xx=Q>JLzV24vdhlj zcD%J_Nj@8RS+87-f#E#=!K(I&ybk3(Pfsl-rqWr zM`8Ny7xm9OQ+UFUiZe2>9~Hh|?P|oJsPN^=34^5%s_Qf+Fzopr0CuF=DgXcg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..e0b57b4317780c078a602d6428124366e0b82552 GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zH+#A`hE&XX zd&|(9DN%;)!}C28rg=BF9S~{yz}&Kyx3~3eZL?HU*87%EESSr~%bKIn#nA9nR&=p&9m9c}Csh~{%2MwL zt8STnF#LZ)#I!<7Febc0^ zX{IyIrKtLv7LkFW^?_J7kleceT5SaG#R;j|1_n*Y7 z4`;S1?si?hw|(|@z5LbXzZ97T5#X=!`rcFjldL5-2?IT`OlrpM>eg?ziFd8)jx}Xg zC8gcyddy^U)j{WLU&hj=h*ef)S{ht>C9xGdS#CdEG51d5%7?{3x9>CQ`N_ZesPMf9 zI~rcUS;-T!|7%tE?umN&E4RytZ`ih%pCLkjx@tDteSR5n1(qED*vNMNJ*Ns8f7a}K q_8bg=d#Wzp$P!lf7tf` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json new file mode 100644 index 0000000000..7863947d1c --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..74bb92031c52ce4dbf29296881cb1f8f4b5eec21 GIT binary patch literal 1146 zcmV-=1cm#FP)Vy^X+&i`*Q~Z zM}@JNs@q4swhpE&!zfB z5kNwz*NG4W4@+_$+v9bcAm_-QIy+rZO8~M@JUH{0P#OWgU`9YwR*=An0CJi; zUsvBYc$&3k1d0F`I1xa?>7OB6y-#rYX0Oj01!4khGckfrJG@@`m=Q{5g0tus6M#ZZ zBM|dWN9WPM@aeEkxNU8~7krQ#SA-yNL;@giL;@giL;@giL;@giL;@giL;@giL;|D@ zX`=$c7aqYZVVw! zFW@gJ)CMhz1n&HOt-IUZD4w;tIZCKnaV5paCue{LErJAc{_5&Ryi-&M5dp+%)lTeA zZ@OLX`-lvJdY+=vW)HWw3C*OE8>l1SEv~gk3TYO|wx;V&X5`o2$ADe^ ziK!`SPm4fXM`Q^7*RPhe;K_6oppr|T)#i~l8q5AnNUo?=;wDh93GUu^X={JC8d7f(mg)9xALF^Fa{qW z+5Efj^?IGt)6)rFWBB9XFzD}#WyPx$KS@MER9J=Wl)-JpAP`0WL|ek1TuxlV;zFXNj6^8}QUbZzcQ?VwJ^UPYA($A} zNRE_9e91DN0p>9?7-(v0YWh#o#&VoyZu!P(rZ#rdSJFexnbCSls4U_d^x{07-IV z>;Z{uDOTe>`xi5yjio=Chy;5)&iMw_@5(|JKpRV6>v5U^K-A?C0B}9zxBU0bFXJ?a z-na*m1@N_vx;vaMmjVBd*WJ6Cr<}vN1@EuVD;r6O2uQ+wd~VuBWVP<;<*f)%EBYsH z!q{HBVb!0|*E-h&sr_&OpY}NYCHrsa@DgO3FqOZS>CFIuahhX02h~eqtCe<_U{Jkm jU9S|XCU{d*)1S~6bu#_vw$y<500000NkvXXu0mjf!0xTl literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..27db7d78b0795b6e0323add2cb773ee8a69df473 GIT binary patch literal 372 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z^*mi1Ln`LH zy=Cur*g)j?$N7!QC8t!alv+F8IK@5uZpJl)yu4;G-MJ*mZNmo%1rE)nr{vWWzWnu> zw)XiA{f)*qgn%Z3K*ff8A!Vy<$tGQ68~_)PppMP2PqpZxXr>#}Ve7Tjap+uU(>K~Ebn Qfvet|5A9kv{mCUBbJ^r;A18ViO+NeXee4{?jQdL>6VsNd^v&9+ z(wCCf9m(lz%<`6B_2o~^U;q4!&Au!3oV*}%;CH~i_EXz;Z%&<*U;ge(&ADSK8UGmj zXaA1>UUC1krNm^#7gZl;%?W+7ymsD^i*LdYoRl(x*bF3n@(PwOxm)_tF2?12K~P%S zDt_sR$gpktt0T9c`CT$s;AQCb1X;H7_PNp5yX5Dj#fQDC`151RtNH`a9{S}S43*r& zdg;2jEMI8x|7qfr{a)aoH|fdWwM$ZE<}+S+$-U!iQ?mTR R>zW|TJzf1=);T3K0RXA`sMG)e literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json new file mode 100644 index 0000000000..7863947d1c --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..28cf03f49ccd09649ec2e4a5fb5f7a0dfac3c8c6 GIT binary patch literal 1851 zcmV-B2gLY^P)mLC4eG-|Knaa$!kJovYtk>n& z5nQo=TlC+*kHPw9F*bHe zyG`2y)Ya7)!FLY>AMPdBDby@l zgv!cFo@(*i5@5&TGQ;25iSdma@zJrLux~qLr%P@OiE^pz{6TTOMcmsd?(12rp^CY0VMgE(-?Yf3l0kRt1d3az?BK~ zA37lGdwYTA=4KR&>qos_>=XC#exykRD?dt#P+D3_Z$MXne}uerq2wPK89^`@l=tcI z+wy=ve0~(VB5lzCl95!nnly&zyiNnAjfe97bi&F%F)<-aehxfV_NeQ+{BsIG^*PuO zVZ)eZfP$6WdLN(T^Qm}2Jbrd~a&l50yM!p}SiJyUep?=J`{6?b#Yn3LAwqRpy#-~& z;Lqowj7}G<{8ql$W7g~PClnxd&TZeh-?hi<!2h@W+VKtK+LeB%U5cHS$-AYJ~10`TEakDV1qXU%KCjE&2BgH^Ycye>FH^V&dkVqClL;ZQUBfd z@_49MaQRx~y#KVA`iOG{`PyyT7Qmd6ga?dnSdUFFufWR2Mi&RGp0gKGC9We4Q{P5xlbc2qPm^4gC|M=Cy)~WS&p0l$a3TaK$asX0J0o80dyaT zU5`8c5AZm|Zl62;FAy&#pA2!TNc3Z*3vB_u_V1RFm%sD!CcIG$d|0WcNV7J%Q{ zny)@F7aSF$JSwI^+V9+XWO`w|Ud82^qu1Ej z2q)1Q%@cZUdk;*%m&qzLCyoX0MCJroLQCr1$40>n#H$nPx%vq?ljR9J=WRXu3iKp1_hWeug6!wz)>qFySnh@g5aK1!EL}1MWM~N(1V>Bam=a1Ygs(%;VbeH~3LXl6 zi=^+qpQm@TD8m$b~o6d*g?1v$C)-8kaKw~ zFIiAkmF@5EGgVdD@{$EPmj`V&;?{={)lt(l=1>ad?IJJspD%7fF7RJfB{8jY_6QIoo-mPx~*ygr+y$)U1`JeYH5UvC0 zi+l0(%KFjI0pOx1K4))3QIx+F@H`Jw-+x5v{9eR53B^(oR_hF&=i%t+sPAdD&LEbG zanb?!2L;4Z5uzwUk|fN{&0%L}2fptk2m%BjKMhZTa3se!w-5vY=4U1`Jv}YV&rBi+ z0*r5N@zEO!fe4C|V9eS=crhK@*6;|3r6PRahn5X^@v!TSSzFMu0es(&JqeKs*aZVq6Qu8C rdvI@zzstEirX~pNf)R_r2qXLf9s(+BUc6yD00000NkvXXu0mjf%M?mq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..df033631e9d7cbbdfc6b4b9674714336b92386b0 GIT binary patch literal 623 zcmV-#0+9WQP)Px%DM>^@RCt{2+P`ZPVI0TtchX+`L4>0@YytHb`pHiB^xWTEH1Ad5E5Ot=&PGE3^7%Xfwrz7Z8e(c%=y|U~ z*#gaeA6?h6Z5sex*J<|qa~H5^-iu_AgVm}fx4xd8xlDJur-}M{_S^$)(fog2oZ{nfm}+H19>ATi{Qf!WPG^CdaKN zox)b+`FVvl0fu3)xm`|dZkH2=VMLz4PzUur_n^M#{_A_#c_D-lLI@#*5JCtcgb-r3 zP&z|VnDhv9Ya0OEeegK8wRl#mmfYe>X4*ScO1XZUrm>v0$qf>KN8RrLyuN&iR;%T? zp3qujVM?V^>7@TMVmSc-yI| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..77baaca885f2c08226c86e3285c5aa4a3f661150 GIT binary patch literal 621 zcmV-z0+RiSP)Px%CrLy>RCt{2+P`ZPVI0TtchX*pQsK-U<^l(?TOSEH2u`~AKcwj*4nnf~2V}U# z&BZC*99oh32gJpxli;93bEAboP||V~(flxZoK9$d(46K%u6|$B<$(vjpKqRf2zee5 zLI@#*5JCtcgb+d;)@yp&bCS%PVSRi+DW%6JDW!C?*-S0E$hbtwaABa5weB=`DYK99dz%>lcM?(OL#UcPf5O6*k;u^+M0{p9}875u< zzt_VwO@bf*z%)(#UN12XfM^-g;lp9QrW;$%)MdVRcA9EzIV-;*E-ZtWbF@-QE2XrT zb5=U^Ec0fV=u{t7E zv?u&~xqadTP^x-~IWby@@Vrear7KxWulj-MWg>lhg+f6;?e+k8oxS;IJW01l#!WpM znD