From 4cd99fc624efafb9e4ea2986d979eb25c6eb582c Mon Sep 17 00:00:00 2001 From: Sauberstaub Date: Wed, 7 Aug 2019 13:56:08 -0500 Subject: [PATCH] =?UTF-8?q?his=20name=20chef=20=F0=9F=91=A8=E2=80=8D?= =?UTF-8?q?=F0=9F=8D=B3=20(#290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * his name chef * fixed inhand sprites!!!!! * typo fix --- .../Entities/items/clothing/hats.yml | 25 ++++++ .../Entities/items/clothing/suits.yml | 17 ++++ .../Entities/items/clothing/uniforms.yml | 17 ++++ .../Entities/items/weapons/kitchen.yml | 20 +++++ .../Clothing/chef_apron.rsi/apron.png | Bin 0 -> 422 bytes .../chef_apron.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1001 bytes .../Clothing/chef_apron.rsi/inhand-left.png | Bin 0 -> 449 bytes .../Clothing/chef_apron.rsi/inhand-right.png | Bin 0 -> 467 bytes .../Clothing/chef_apron.rsi/meta.json | 1 + .../Textures/Clothing/chef_hat.rsi/chef.png | Bin 0 -> 217 bytes .../Clothing/chef_hat.rsi/equipped-HELMET.png | Bin 0 -> 184 bytes .../Clothing/chef_hat.rsi/inhand-left.png | Bin 0 -> 255 bytes .../Clothing/chef_hat.rsi/inhand-right.png | Bin 0 -> 272 bytes .../Textures/Clothing/chef_hat.rsi/meta.json | 27 +++++++ .../Clothing/chef_uniform.rsi/chef.png | Bin 0 -> 419 bytes .../equipped-INNERCLOTHING.png | Bin 0 -> 1330 bytes .../Clothing/chef_uniform.rsi/inhand-left.png | Bin 0 -> 449 bytes .../chef_uniform.rsi/inhand-right.png | Bin 0 -> 467 bytes .../Clothing/chef_uniform.rsi/meta.json | 74 ++++++++++++++++++ .../Objects/items/cleaver.rsi/butch.png | Bin 0 -> 306 bytes .../Objects/items/cleaver.rsi/inhand-left.png | Bin 0 -> 311 bytes .../items/cleaver.rsi/inhand-right.png | Bin 0 -> 317 bytes .../Objects/items/cleaver.rsi/meta.json | 1 + 23 files changed, 182 insertions(+) create mode 100644 Resources/Prototypes/Entities/items/clothing/hats.yml create mode 100644 Resources/Prototypes/Entities/items/weapons/kitchen.yml create mode 100644 Resources/Textures/Clothing/chef_apron.rsi/apron.png create mode 100644 Resources/Textures/Clothing/chef_apron.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/chef_apron.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/chef_apron.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/chef_apron.rsi/meta.json create mode 100644 Resources/Textures/Clothing/chef_hat.rsi/chef.png create mode 100644 Resources/Textures/Clothing/chef_hat.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/chef_hat.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/chef_hat.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/chef_hat.rsi/meta.json create mode 100644 Resources/Textures/Clothing/chef_uniform.rsi/chef.png create mode 100644 Resources/Textures/Clothing/chef_uniform.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/chef_uniform.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/chef_uniform.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/chef_uniform.rsi/meta.json create mode 100644 Resources/Textures/Objects/items/cleaver.rsi/butch.png create mode 100644 Resources/Textures/Objects/items/cleaver.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/items/cleaver.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/items/cleaver.rsi/meta.json diff --git a/Resources/Prototypes/Entities/items/clothing/hats.yml b/Resources/Prototypes/Entities/items/clothing/hats.yml new file mode 100644 index 0000000000..8aac885ef1 --- /dev/null +++ b/Resources/Prototypes/Entities/items/clothing/hats.yml @@ -0,0 +1,25 @@ +- type: entity + parent: Clothing + id: HatBase + abstract: true + components: + - type: Clothing + Slots: [helmet] + + +- type: entity + parent: HatBase + id: HatChef + name: Chef's Hat + description: It's a hat used by chefs to keep hair out of your food. Judging by the food in the mess, they don't work. + components: + - type: Sprite + sprite: Clothing/chef_hat.rsi + state: chef + - type: Icon + sprite: Clothing/chef_hat.rsi + state: chef + - type: Clothing + sprite: Clothing/chef_hat.rsi + Slots: + - helmet diff --git a/Resources/Prototypes/Entities/items/clothing/suits.yml b/Resources/Prototypes/Entities/items/clothing/suits.yml index 070bbced28..fa6132001a 100644 --- a/Resources/Prototypes/Entities/items/clothing/suits.yml +++ b/Resources/Prototypes/Entities/items/clothing/suits.yml @@ -41,3 +41,20 @@ - type: Clothing sprite: Clothing/vest_hazard.rsi + +- type: entity + parent: SuitBase + id: ChefApronClothing + name: Chef's Apron + description: An apron used by a high class chef. + components: + - type: Sprite + sprite: Clothing/chef_apron.rsi + state: apron + + - type: Icon + sprite: Clothing/chef_apron.rsi + state: apron + + - type: Clothing + sprite: Clothing/chef_apron.rsi diff --git a/Resources/Prototypes/Entities/items/clothing/uniforms.yml b/Resources/Prototypes/Entities/items/clothing/uniforms.yml index 160b6844c5..2e36d893f5 100644 --- a/Resources/Prototypes/Entities/items/clothing/uniforms.yml +++ b/Resources/Prototypes/Entities/items/clothing/uniforms.yml @@ -108,3 +108,20 @@ - type: Clothing sprite: Clothing/uniform_sec.rsi + +- type: entity + parent: UniformBase + id: UniformChef + name: Chef's Uniform + description: Can't cook without this. + components: + - type: Sprite + sprite: Clothing/chef_uniform.rsi + state: chef + + - type: Icon + sprite: Clothing/chef_uniform.rsi + state: chef + + - type: Clothing + sprite: Clothing/chef_uniform.rsi diff --git a/Resources/Prototypes/Entities/items/weapons/kitchen.yml b/Resources/Prototypes/Entities/items/weapons/kitchen.yml new file mode 100644 index 0000000000..8bdedc6ffe --- /dev/null +++ b/Resources/Prototypes/Entities/items/weapons/kitchen.yml @@ -0,0 +1,20 @@ +- type: entity + name: Butcher's Cleaver + parent: BaseItem + id: ButchCleaver + desc: A huge thing used for chopping and chopping up meat. This includes clowns and clown-by-products. + components: + - type: Sprite + sprite: Objects/items/cleaver.rsi + size: 4 + state: butch + + - type: Icon + sprite: Objects/items/cleaver.rsi + state: butch + + - type: MeleeWeapon + - type: Item + Size: 10 + sprite: Objects/items/cleaver.rsi + prefix: inhand diff --git a/Resources/Textures/Clothing/chef_apron.rsi/apron.png b/Resources/Textures/Clothing/chef_apron.rsi/apron.png new file mode 100644 index 0000000000000000000000000000000000000000..221b01644e41d0f77bdf88143a5237b5a5ffce3b GIT binary patch literal 422 zcmV;X0a^ZuP)+)|S-~BRkN#BYg-TL+g+h32X!dBA*ml z@?CPj|J)gRdV2mlCMQ`$bUeQW;CX)2?sxa9s>=Fia|?9dN<~C}rFd7w!}zRyT49~MR1t%eq@pNLRh)Bp z?^!OFoIgDRwCiTG!8r%Oa5zjp;HLsaL?@F80CiorVgPDuxp;b{w)UW?wH9LxWm%Hq z!j}$=MkDOLNNhrY*=%;OcH`FCWEZ{^5Q|q;Wt?;9(SBSN4kjQv_M?c1h7feISm-e! zgl~0!QWJJDx*PG24j5GPr!QMTd}BJD0`EOAFknpn{gW&}M0C)(IO9KV9oU~f_cvrY za9K`>U3feNarAOI$w`hE4S@HaqA2j*w*s1``CS2B5!>zdKu}LlPtTv_4QvAfTjiAH Q5dZ)H07*qoM6N<$g0#)GYybcN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_apron.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/chef_apron.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c76ba5d3aae714a6a1d16b3f4753f55bfa45e5 GIT binary patch literal 1001 zcmV|Lfnm`~CCJ4$)S>abqbZ2_XOge}41bO8v8+U!tli zj7Fm_e={Vdq;a=Li@IB??(1%DZb(W=vGt94 z_(awB#eE~j-Jbh6!@PF8GGdedI@;(TG-<>+2N6MQ4Py+huCDOa+t&c#%G=vpXsrPN z$H&JlhT2>o0Os>~t!%6RUI$1i>Fn$b05BX5oiP9~R0_}EzQ$0gny69=j4=oyux%8q z(`SsiL0kOqq56+Tz{$x8)cqiB5(0oM%W9=xuaw$Z6l~HzJUpzGZS@~@fECa4oN4_F zXz6!b5>U&)_8;4py1qtPmbF0x3n!Fi39a?c^=tejhg4M+U0z>8aKIJ`>SLp^ z1D31=f0Kgan&bfOqVT{%4W1zK$5CV)bH)tDqj4_Nxqu@S+UWS^sjrB&@#D8)Fm+~B^5<3dCZQhSnOduCIgp3wFS~EZuI9F{b8>ZSKXU z_!|C^8Dk9QWf@moO1Y9{i=uFcl4uY6<96nmPN!59MNMy=eUA|w0q>h<_ZD zItlu>!9H_;OOPilQKY8rpXRaL!lk3GFXvdwf}_)9JWp0j1Plc4qTDXHrVC zkzkBzHE>H%1mtwM( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_apron.rsi/inhand-left.png b/Resources/Textures/Clothing/chef_apron.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..84e5e83e3facfa6b67ca81b0afa34653213ad74b GIT binary patch literal 449 zcmV;y0Y3hTP)6b0b3%R+2yeSvI0rDed!xvyel$~-_G!7hZ9TUrK0##FYJ>F!pM)it}DaQ&I( zd?3OM950g$76%|AA|fIpA|fK9F+@bOEYoZ2WAiT8vMkfFd3|0jLPSKJbExb3+n#f7 z@F8@0m+HD6m3MO@qN=J@RVje8;Z$|-Q|t0BmbI!X9g}xc-LR^vZQJU{yE}c_wmt3r zb!h9n-9LZ0VOk#|!fqTQ2QtyX8>-QFYf?m|S=d#_)4 z??(@7o!7_Y3M5IQaU25x(lo_>zek#;0Dw4-ktE5Wp{?_N@@5sZUazs+?J%3o&@>H> z$0L@@<<-B&N96S}I{*MU91if_qbLeYr&CNOlc&nN=EW*#u~_uJmStHE{vGQ)A|fIp zA|fIpA_|*T8*NsN-IH}29h|;4x@(gD^#NG7$3b2JAh7n>T9ECrHLLbG$SYvk9-Ee< r_hi)`2YUd3O?w<{%gXkch%9^p(*NeKY$`V-00000NkvXXu0mjf0~XD& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_apron.rsi/inhand-right.png b/Resources/Textures/Clothing/chef_apron.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..69ad696a104b00bda2c04cd4fa5c02110dfe75c5 GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV4UUY;uumf=j~1Vu0swItRJ?Y zcFM`w>#%M9C8Gz0`&QqWVZ?qy@Qq7QUZ$jgxc^R>7}jV==&X9fqE;}&xL9gig#1lklAX-HjFZEO*O3 zCJ^;EqA%>{HHqyPUotTKmwKFTwRKreLg$P9KiL`+pRF&RIYk{9Sqz@8elF{r5}E+P C+t2m@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_apron.rsi/meta.json b/Resources/Textures/Clothing/chef_apron.rsi/meta.json new file mode 100644 index 0000000000..0361d4ed6c --- /dev/null +++ b/Resources/Textures/Clothing/chef_apron.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", "states": [{"name": "apron", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-OUTERCLOTHING", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} diff --git a/Resources/Textures/Clothing/chef_hat.rsi/chef.png b/Resources/Textures/Clothing/chef_hat.rsi/chef.png new file mode 100644 index 0000000000000000000000000000000000000000..8326e4153539a23c7f5f88a2d0d54e41401768e1 GIT binary patch literal 217 zcmV;~04D#5P)NklEky1iyP1Q+ES30+W_X4~4pA-PEBR6lP%==#%mrhCKelvp~Xetowxf5$|zk2civ++gB1=r7?-z6w9_r2YM^o&yb{Z{f2 aHD)DD5;+_?wVEcgK?0txelF{r5}E+`l0>lp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_hat.rsi/inhand-left.png b/Resources/Textures/Clothing/chef_hat.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c79a39f4005a1dd3b23a56b7e524a5f6ddbf3c19 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=$2?seLn`LHy>*cHumVqOVpOSs z5$|dPq16VxdpT_bpLQh4czvngE>q!nLTTa~0iX^LNSGAl6}_|WNOswS%FCKd3uKNz zE${GHz4hO`;&Ye3TgPfH?euu96KU)0GArD4kFAq+XzZ@Kme-6&B&M&EcVw+-dmq3k z-+!U5c=;3`%T-e6;v3(-`5+H58%TajdMW>>et+$OX~itYkp;hjPP{zb6Mw<&;$T*cVhnl literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_hat.rsi/inhand-right.png b/Resources/Textures/Clothing/chef_hat.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a01d406dae319c393b9855542333e02be0e51c46 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=*F9YvLn`LHy?K|n*?`CG;+9tm ziL=&Bnz+epS)rMyJeR1`D(O0vf*sF!B`-`r!PGLB8K?;e8Unpm&YPRqKkX0yS`8)B z=YMSb3|BpmKUi~7k;R)iQurod0OFKdl|pZaX`1=IBwFmH>y;my9Ljzi9@di%QR?-?FEyLZtbN^VDW QqA185Pgg&ebxsLQ03y3_?*IS* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_hat.rsi/meta.json b/Resources/Textures/Clothing/chef_hat.rsi/meta.json new file mode 100644 index 0000000000..01f066139e --- /dev/null +++ b/Resources/Textures/Clothing/chef_hat.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", + "states": [ + { + "name": "equipped-HELMET", + "directions": 4, + "delays": [ + [ 1.0 ], + [ 1.0 ], + [ 1.0 ], + [ 1.0 ] + ] + }, + { + "name": "chef", + "directions": 1, + "delays": [ [ 1.0 ] ] + }, + {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]} + ] +} diff --git a/Resources/Textures/Clothing/chef_uniform.rsi/chef.png b/Resources/Textures/Clothing/chef_uniform.rsi/chef.png new file mode 100644 index 0000000000000000000000000000000000000000..cb5599f81c011a07753bd3198bcb6169ec74f883 GIT binary patch literal 419 zcmV;U0bKrxP)u&E0Lb(F68Ah0fWzUyXf$$K^TReVj$_m7 z^#Eu#n@p!u@;t}$JO+aSN+|%=>$Mq=$4(-w1>7>3OzvWF9GhP&o+ODe#uyQ~d#=Y_ zM7+C-QA*+aKECg>TrMx~=N7o)EZ~|j41Y2mur%S9sZ6`wF2uFgv|6n~Y&aa^VnXX3 zc(mxF9dJDXPqpCOZ>@FV`x&eS^!xpSvz1bWVR%>kHt##EFQP2VSS%K-Rx28f2K9QK zPN&0sK4-h#lBOw}&4%Og=u+Qa06?u)<8(TqwMJ`=Qi|PfR~XN-%t?T=2cjqX}f zQ50vdPsBx0lu5hO>Ac&BFmY;HP7s@98x{cdxN-IW8E23rNyuiiO50+wz+$oB`ubXF zlPQqRX4TVSYGkun@H{_s4A1k5pW`w#0A${MWYpzyY4&HcSp)(BOqvCQ`n6gOEX%$N zup~)fSyrhFH2NbmfJ9xZu-x6vDod-|O`%`?t5ZSXx?A_KU?Lwau}f1Jo=o zE-IVW{;ZKi5e|m~4u=DekB>@Q5=CA1bk%@rwF;pBihouB);BhAeRYMGRto@7C=~F+ zYQ_4-1`34&wLR(#Ae75x#9}eitkYf#S1;{jv6u+}7C*QhkAv<2{9pL?0idn{S}EUb zHqmT0r{d5kNc|Z^>#=+sr~*)_R8Xl@M)u8$uhus(FfcGMFfcGMFfjPuL?RKHVVIeI z1E7In7&#J&=<(;cysc zvl%|051~*9EXx7_exIMiZnsm})BS0zR4Tz{vmqD^0s#JS9ByuI^qL!+)s+>jt*zl_ zZ%It4R6?m#(ru5r23%cTDec|eU8VhVX9tZ>crVy!HkFef^g-?0xKIb6Uax~?S>+|D z9?@w*w42Q)Se8Y-UZ=J}9e`Xe2fyDB0LWxA=yW;&-ll-vW}|k17Q4-cKO6@D=yW>B zWHJB%zu%8sE=O&Tss@HM)^1l z>f7MS$%&juBuoGhkH_WZvA+2H4)$1?KYJ? z>Xcy^MxL9S0|0ov-oBG3j?9{PJT7l;ZUT4<0$CW*ZnvqYfvy_RZnwYe59s_ltX`JV>2yBj5qOYBqoLe_2YsSJ_oFcIcJi&>N{z2z8rl=B4`{Vo z$mjFucDoZhLQA*XMLwUOI0zF3fc$vk_4RckC-guxi4S_w9e`r72#(`mu~>8!pGirj oQYMSV0*>Q!EsrxWFaQAj2i=Ea;0;}l@c;k-07*qoM6N<$f{5I9$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_uniform.rsi/inhand-left.png b/Resources/Textures/Clothing/chef_uniform.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..84e5e83e3facfa6b67ca81b0afa34653213ad74b GIT binary patch literal 449 zcmV;y0Y3hTP)6b0b3%R+2yeSvI0rDed!xvyel$~-_G!7hZ9TUrK0##FYJ>F!pM)it}DaQ&I( zd?3OM950g$76%|AA|fIpA|fK9F+@bOEYoZ2WAiT8vMkfFd3|0jLPSKJbExb3+n#f7 z@F8@0m+HD6m3MO@qN=J@RVje8;Z$|-Q|t0BmbI!X9g}xc-LR^vZQJU{yE}c_wmt3r zb!h9n-9LZ0VOk#|!fqTQ2QtyX8>-QFYf?m|S=d#_)4 z??(@7o!7_Y3M5IQaU25x(lo_>zek#;0Dw4-ktE5Wp{?_N@@5sZUazs+?J%3o&@>H> z$0L@@<<-B&N96S}I{*MU91if_qbLeYr&CNOlc&nN=EW*#u~_uJmStHE{vGQ)A|fIp zA|fIpA_|*T8*NsN-IH}29h|;4x@(gD^#NG7$3b2JAh7n>T9ECrHLLbG$SYvk9-Ee< r_hi)`2YUd3O?w<{%gXkch%9^p(*NeKY$`V-00000NkvXXu0mjf0~XD& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_uniform.rsi/inhand-right.png b/Resources/Textures/Clothing/chef_uniform.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..69ad696a104b00bda2c04cd4fa5c02110dfe75c5 GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV4UUY;uumf=j~1Vu0swItRJ?Y zcFM`w>#%M9C8Gz0`&QqWVZ?qy@Qq7QUZ$jgxc^R>7}jV==&X9fqE;}&xL9gig#1lklAX-HjFZEO*O3 zCJ^;EqA%>{HHqyPUotTKmwKFTwRKreLg$P9KiL`+pRF&RIYk{9Sqz@8elF{r5}E+P C+t2m@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/chef_uniform.rsi/meta.json b/Resources/Textures/Clothing/chef_uniform.rsi/meta.json new file mode 100644 index 0000000000..2f24b9fc23 --- /dev/null +++ b/Resources/Textures/Clothing/chef_uniform.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", + "states": [ + { + "name": "equipped-INNERCLOTHING", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ], + [ + 1.0 + ] + ] + }, + { + "name": "chef", + "directions": 1, + "delays": [ + [ + 1.0 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/items/cleaver.rsi/butch.png b/Resources/Textures/Objects/items/cleaver.rsi/butch.png new file mode 100644 index 0000000000000000000000000000000000000000..922bb19c1ae43f18bb418a0a19110a223f671d2d GIT binary patch literal 306 zcmV-20nPr2P)6DeioWOMY#4$d(#m1P!s;#vEfN&I9M)0d*zvYzsd$$6lv|36Dt+fa% zXNXGy&dfN*r2sj^VTk09Ft=Pv2_T^ZZQHH@pp*gt+zml7i3Xr}o@XalN?i^RiUB}t zEp`WyF9v|V?=g;}3t_E26(T0)+AU&YvMh^xH}&`XB_)lQD zPaJmPte8}kF~rjqhuk`fr)k=B?u?jZxsI=h3xxvt0+wKR4^}EPLI3~&07*qoM6N<$ Eg2!}ynE(I) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/items/cleaver.rsi/inhand-left.png b/Resources/Textures/Objects/items/cleaver.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd9677f614b2240626dd2569644d70eb23e278b GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=|2$nBLn`LHy>*bc*?^}t@p9xQ z#w3ZdBz}J3jf}gOEceh9&{!+G>ec@~*9YyQe(RNhdKeh~sD}D(&FU_5_hg^Gp6O=8Gmu4|u6{1-oD!M< D31NWb literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/items/cleaver.rsi/inhand-right.png b/Resources/Textures/Objects/items/cleaver.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..37f57e543fd5749d3cfe7837c6306ee882b939c5 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU}W)haSW-L^Y+$l-ev=y*2K$^ zHy8|gtT(#1ZM@MCdr5t90cX(cBd)Lh?+u&kuahC~=K|Erz);a5;PhqI*I%U#cXHPA zEN87?_gI-FA~F1xUB(F@KMwLiX8$C=h% zWa`^m`SM|Jx^Mi`iCl_DqT2nJu5W(6cVYC-*-~p?m1I=`E!gsr?bxpA>+iohTLZGs M)78&qol`;+0E*a&R{#J2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/items/cleaver.rsi/meta.json b/Resources/Textures/Objects/items/cleaver.rsi/meta.json new file mode 100644 index 0000000000..e295b94b1f --- /dev/null +++ b/Resources/Textures/Objects/items/cleaver.rsi/meta.json @@ -0,0 +1 @@ +{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at commit 125c975f1b3bf9826b37029e9ab5a5f89e975a7e", "states": [{"name": "butch", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} \ No newline at end of file