From dfa71af1f85e49c6017618c68d960b5cfc6897d9 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:11:30 -0600 Subject: [PATCH] Add Chef's Belt (#22868) * Add Chef's Belt * Reduce contents in filled belt to just s&p --------- Co-authored-by: Jeff --- .../Prototypes/Catalog/Fills/Items/belt.yml | 10 +++ .../VendingMachines/Inventories/chefdrobe.yml | 1 + .../Entities/Clothing/Belt/belts.yml | 78 +++++++++++++++++- .../Consumable/Food/Containers/condiments.yml | 18 +++- .../Objects/Consumable/Food/skewer.yml | 1 + .../Entities/Objects/Devices/mousetrap.yml | 2 +- .../Entities/Objects/Tools/tools.yml | 3 + .../Entities/Objects/Weapons/Melee/knife.yml | 2 + .../Prototypes/Roles/Jobs/Civilian/chef.yml | 1 + Resources/Prototypes/tags.yml | 26 +++++- .../Belt/belt_overlay.rsi/bbqsauce.png | Bin 0 -> 272 bytes .../Belt/belt_overlay.rsi/cleaver.png | Bin 0 -> 483 bytes .../Belt/belt_overlay.rsi/coldsauce.png | Bin 0 -> 213 bytes .../Clothing/Belt/belt_overlay.rsi/enzyme.png | Bin 0 -> 336 bytes .../Belt/belt_overlay.rsi/hotsauce.png | Bin 0 -> 309 bytes .../Belt/belt_overlay.rsi/ketchup.png | Bin 0 -> 312 bytes .../Belt/belt_overlay.rsi/kitchenknife.png | Bin 0 -> 383 bytes .../Clothing/Belt/belt_overlay.rsi/meta.json | 30 +++++++ .../Belt/belt_overlay.rsi/peppershaker.png | Bin 0 -> 141 bytes .../Belt/belt_overlay.rsi/rollingpin.png | Bin 0 -> 203 bytes .../Belt/belt_overlay.rsi/saltshaker.png | Bin 0 -> 141 bytes .../Clothing/Belt/chef.rsi/equipped-BELT.png | Bin 0 -> 665 bytes .../Textures/Clothing/Belt/chef.rsi/icon.png | Bin 0 -> 419 bytes .../Clothing/Belt/chef.rsi/inhand-left.png | Bin 0 -> 494 bytes .../Clothing/Belt/chef.rsi/inhand-right.png | Bin 0 -> 500 bytes .../Textures/Clothing/Belt/chef.rsi/meta.json | 26 ++++++ 26 files changed, 194 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/bbqsauce.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/cleaver.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/coldsauce.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/enzyme.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/hotsauce.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/ketchup.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/kitchenknife.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/peppershaker.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/rollingpin.png create mode 100644 Resources/Textures/Clothing/Belt/belt_overlay.rsi/saltshaker.png create mode 100644 Resources/Textures/Clothing/Belt/chef.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Clothing/Belt/chef.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Belt/chef.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Belt/chef.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Belt/chef.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/Catalog/Fills/Items/belt.yml index 80eac027976f0e..8a27e36f08b654 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/belt.yml @@ -176,3 +176,13 @@ - id: WeaponRevolverInspector - id: SpeedLoaderMagnum - id: SpeedLoaderMagnumRubber + +- type: entity + id: ClothingBeltChefFilled + parent: ClothingBeltChef + suffix: Filled + components: + - type: StorageFill + contents: + - id: FoodShakerSalt + - id: FoodShakerPepper diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml index da5ce32d21648e..b6914b7f5eb453 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml @@ -10,3 +10,4 @@ ClothingUniformJumpskirtChef: 2 ClothingHeadHatChef: 2 ClothingShoesColorBlack: 2 + ClothingBeltChef: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 52de2300569206..0f5135838aacaa 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -356,6 +356,82 @@ sprite: Clothing/Belt/belt_overlay.rsi - type: Appearance +- type: entity + parent: ClothingBeltStorageBase + id: ClothingBeltChef + name: chef belt + description: A belt used to hold kitchen knives and condiments for quick access. + components: + - type: Sprite + sprite: Clothing/Belt/chef.rsi + - type: Clothing + sprite: Clothing/Belt/chef.rsi + - type: Storage + whitelist: + tags: + - KitchenKnife + - Cleaver + - RollingPin + - Coldsauce + - Enzyme + - Hotsauce + - Ketchup + - BBQsauce + - SaltShaker + - PepperShaker + - CigPack + - Packet + - Skewer + - MonkeyCube + components: + - Mousetrap + - Smokable + - Utensil + - type: ItemMapper + mapLayers: + kitchenknife: + whitelist: + tags: + - KitchenKnife + cleaver: + whitelist: + tags: + - Cleaver + rollingpin: + whitelist: + tags: + - RollingPin + coldsauce: + whitelist: + tags: + - Coldsauce + enzyme: + whitelist: + tags: + - Enzyme + hotsauce: + whitelist: + tags: + - Hotsauce + ketchup: + whitelist: + tags: + - Ketchup + bbqsauce: + whitelist: + tags: + - BBQsauce + saltshaker: + whitelist: + tags: + - SaltShaker + peppershaker: + whitelist: + tags: + - PepperShaker + sprite: Clothing/Belt/belt_overlay.rsi + - type: Appearance + - type: entity parent: ClothingBeltStorageBase id: ClothingBeltSecurity @@ -427,7 +503,7 @@ tags: - CaptainSabre - type: Appearance - + # Belts without visualizers - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml index 69e96e2981dbbb..5ae992319a359e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml @@ -28,6 +28,8 @@ abstract: true description: A small plastic pack with condiments to put on your food. components: + - type: Item + size: Tiny - type: Drink solution: food refillable: false @@ -37,7 +39,7 @@ # Since this one is closed, the only way to insert liquid is with a syringe. - type: InjectableSolution solution: food - # Note NOT refillable. + # Note NOT refillable. # It be a shame if it turned out ALL drinks were ALWAYS refillable.... ffs. # Well its fixed now, but I want to share my pain. - type: SolutionContainerManager @@ -53,6 +55,9 @@ - type: PhysicalComposition materialComposition: Plastic: 50 + - type: Tag + tags: + - Packet - type: entity parent: BaseFoodCondimentPacket @@ -444,6 +449,9 @@ visible: true - type: Icon state: bottle-enzyme + - type: Tag + tags: + - Enzyme - type: entity parent: BaseFoodCondimentBottle @@ -552,6 +560,8 @@ name: empty shaker description: A shaker used to store and dispense spices. components: + - type: Item + size: Tiny - type: Drink solution: food - type: SolutionContainerManager @@ -599,6 +609,9 @@ state: shaker-salt - type: Icon state: shaker-salt + - type: Tag + tags: + - SaltShaker - type: entity parent: BaseFoodShaker @@ -616,3 +629,6 @@ state: shaker-pepper - type: Icon state: shaker-pepper + - type: Tag + tags: + - PepperShaker diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml index 1f16cbd66edbc8..4cbd975a081c60 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/skewer.yml @@ -45,6 +45,7 @@ - type: Tag tags: - Trash + - Skewer # Custom Kebab Example diff --git a/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml b/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml index b5fc3b8cff87ef..440bc4dd8a8d8b 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml @@ -66,4 +66,4 @@ description: Useful for catching rodents sneaking into your kitchen. components: - type: Mousetrap - isActive: true \ No newline at end of file + isActive: true diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 9eeefa29b39193..c173eb7e761644 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -545,3 +545,6 @@ - type: PhysicalComposition materialComposition: Wood: 100 + - type: Tag + tags: + - RollingPin diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index 2bb1cfdd2ba587..3c7c1a7865e5e5 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -36,6 +36,7 @@ - type: Tag tags: - Knife + - KitchenKnife - type: Sprite sprite: Objects/Weapons/Melee/kitchen_knife.rsi state: icon @@ -54,6 +55,7 @@ - type: Tag tags: - Knife + - Cleaver - type: Sprite sprite: Objects/Weapons/Melee/cleaver.rsi state: butch diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml index 22532b071f8fd6..6af0753d0326c3 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml @@ -29,6 +29,7 @@ id: ChefPDA ears: ClothingHeadsetService outerClothing: ClothingOuterApronChef + belt: ClothingBeltChefFilled innerClothingSkirt: ClothingUniformJumpskirtChef satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 5be37f243db20d..a8e8ef14881619 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -302,6 +302,9 @@ - type: Tag id: CigPack +- type: Tag + id: Cleaver + - type: Tag id: ClothMade @@ -461,6 +464,9 @@ - type: Tag id: EmitterBolt +- type: Tag + id: Enzyme + - type: Tag id: ExplosivePassable @@ -671,6 +677,9 @@ - type: Tag id: KeyedInstrument +- type: Tag + id: KitchenKnife + - type: Tag id: Knife @@ -809,6 +818,9 @@ - type: Tag id: Ore +- type: Tag + id: Packet + - type: Tag id: Payload # for grenade/bomb crafting @@ -818,6 +830,9 @@ - type: Tag id: Pancake +- type: Tag + id: PepperShaker + - type: Tag id: PercussionInstrument @@ -939,6 +954,12 @@ - type: Tag id: RollingPaper +- type: Tag + id: RollingPin + +- type: Tag + id: SaltShaker + - type: Tag id: SalvageExperiment @@ -975,6 +996,9 @@ - type: Tag id: SkeletonMotorcycleKeys +- type: Tag + id: Skewer + - type: Tag id: SmallAIChip @@ -1153,4 +1177,4 @@ id: MindShield - type: Tag - id: boots \ No newline at end of file + id: boots diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/bbqsauce.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/bbqsauce.png new file mode 100644 index 0000000000000000000000000000000000000000..6f5c4e65f39045101a07f22ab8586dccf662b94e GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ>z*!-ArbD$DG~_>EDn4#?y*WR zVR3V2$mf{C_2JL^e;-DegIZFTx-G`9G<3 z;=}*^Zf)n-<1@v$EO_UwIQ8?trSSzu`$oPU_6&SCfmx?E{7-7r;wekaWq#bic_8Kk(+qB_ zyc%f<_5+(9o+xz?;D7EW8kV+y-FM~?k;|)IxSCI2#@Qp`4|O@j`3&n7?G*j(yEB1a OWbkzLb6Mw<&;$Uzm2U3< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/cleaver.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/cleaver.png new file mode 100644 index 0000000000000000000000000000000000000000..4fac92e2a9451b53a7f1a0186c7dfa92bd849341 GIT binary patch literal 483 zcmV<90UZ8`P)As=6vr=y(t<4&rHB@+qS&D=8G;?09Q*|4J2<<#WpncbWOBfF zzGDgy3Wd&dxtxIpX0zGVa=Cn93UC7}olf@YhJ6>*0XQh_5yC? z1Ob>BC>D#SilRKLs`?c^sZ?rhfC)f0o4x3CIywMg_;9dDGMQutKu<{x@H|fvi3BqM zAB|lKuxS9&@j%nGcUPN`ZjMce699QYVzC$-1JG=T{eJ%qAu5%MQ!bY|!!Xt$rBdm- z-EQA+Hsa35FdPp1CzFXq0V0tIp*hfOHvRBQeoMri1N`-0({%vHac~T`evBZj>j1wQ Z`2-^?q9F<0C$azl002ovPDHLkV1jjo%0~bI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/coldsauce.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/coldsauce.png new file mode 100644 index 0000000000000000000000000000000000000000..6a449da50fcd3f5cb9a07bf5b03bd2082d054535 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJIi4<#ArbD$DG~_>EDn4#?y*WR zVc}?N*tX5=_SMzl^%u1^3Y9Q0`@gMk(?8pCb>d5>KWxQq>k?0_;7yxxanH1ezh4O$ zy*;p+cR%x{b$`-#)K6@Dcs8A_?Xsi^C+nX!u{(dx7kuVnKD=9>he!P~`vJyz-v5nr z`j>Sc-B7V`<-;ROW(KnNv>nLcKqGi6I2af-9?2=XZs`92bSHzStDnm{r-UW|g{D@m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/enzyme.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/enzyme.png new file mode 100644 index 0000000000000000000000000000000000000000..9b11bcf5c096245e363e88eb4bd17f4b347efb5a GIT binary patch literal 336 zcmV-W0k8gvP)c}tyk=lwSk3SkTb8G-1Cklu zGej^5Fsxwsz%Z9Vkp2$1&G4ULAJE$WK%9ZS%%NQfh%<0Aykz*wFq7dw%WoEjKh1x5 zzR9KZle z12CJ=`A~7%Ie^GGpq&F$7}y!^F#LqO1D#Lv5D;bH0hWMY!1hc9mIMt9yl_5J=+G_% z8W@;>mi}Wn1+@GeC@%twWe}fUe2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/hotsauce.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/hotsauce.png new file mode 100644 index 0000000000000000000000000000000000000000..f95a4db45afceabeebe25360188d16e50df13f0b GIT binary patch literal 309 zcmV-50m}Y~P)fl&vHhQMeDjD`RJIhj%+(OUuO00000NkvXX Hu0mjfRd|YU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/ketchup.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/ketchup.png new file mode 100644 index 0000000000000000000000000000000000000000..6236b1b85807666afe2e95569754fadeef287e44 GIT binary patch literal 312 zcmV-80muG{P)wruihBdAK zq=KuNo~@n!g&~9%p@7!`_gIzwGYH&cc=eBg!Qw4#LIJM>9|>a7^&Y|WLQWLnH8ewBe|U{|nq@cn!=2<^z!n20R-MxC8Qe z7&hv$F#28k^MBLCFAVVVM@7!85Z5C8yCnNJ}pXmKzA0000< KMNUMnLSTX=BZYDR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/kitchenknife.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/kitchenknife.png new file mode 100644 index 0000000000000000000000000000000000000000..f71d1953d3a15653327d2b2f7914919e09c94c5d GIT binary patch literal 383 zcmV-_0f7FAP)YCf0KX~+n;llZg^bY}06o7JprltnN_3JkV z#sMHlwDnAUarf?hak@tVEc<{G;;|DaKejj22vCyk(Df3`hR7N~j_~zxB}oq<$5PcW dLY85Z2LS$Kej(CIXs`eP002ovPDHLkV1nr#ps)Y{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/meta.json b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/meta.json index 18b282d9dfa39b..3f3418b36c1ac3 100644 --- a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/meta.json +++ b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/meta.json @@ -7,12 +7,21 @@ "y": 32 }, "states": [ + { + "name": "bbqsauce" + }, { "name": "bottle" }, { "name": "bottle_spray" }, + { + "name": "cleaver" + }, + { + "name": "coldsauce" + }, { "name": "crowbar" }, @@ -40,6 +49,9 @@ { "name": "drill" }, + { + "name": "enzyme" + }, { "name": "flashbang" }, @@ -49,6 +61,9 @@ { "name": "hoe" }, + { + "name": "hotsauce" + }, { "name": "hydro" }, @@ -58,15 +73,30 @@ { "name": "jaws" }, + { + "name": "ketchup" + }, + { + "name": "kitchenknife" + }, { "name": "multitool" }, + { + "name": "peppershaker" + }, { "name": "pill" }, { "name": "plantbgone" }, + { + "name": "rollingpin" + }, + { + "name": "saltshaker" + }, { "name": "screwdriver" }, diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/peppershaker.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/peppershaker.png new file mode 100644 index 0000000000000000000000000000000000000000..ac7d871270ea24a5dd6776e86fdec30d3be4c1f8 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ5KkA!kO=qW6p4fb76-l=_gE#E zu(&xVWVAN4wY53>)%pGXyxd>%+PcX56_1bgGEbSN?5xeA@m1IC?_xy*DJEEDn4#?y*WR zVR3T?5pEo3R+ayme{F~S>hzaFOm}y-{r6U%FE7D9Cr-T^Ce0!riH6I!m7X9Pxaq<5g!;tl9t9sU-<7t*2 zeR_Nn7n(W(7EjkxY&b8tm`{SY@uGkPFC)WjwNS+a>I+1Hu4C|Y^>bP0l+XkKC0R?h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/belt_overlay.rsi/saltshaker.png b/Resources/Textures/Clothing/Belt/belt_overlay.rsi/saltshaker.png new file mode 100644 index 0000000000000000000000000000000000000000..18ea49bca3518ea1a151550928457da2c3985887 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ5KkA!kO=qW6p4fb76-l=_gE#E zu(&xVRJ1g-wY53>)%pGXyxd>%+PcX56_1bgG9Q_ye^{BN0(6#DJE!jm{x>`9lZd1_A_U=8Fqf$L7Poui>k5$RCo#uDW z8GN@dJ%9Jk%>Q3&pIhIb8TsdU;|zPhGmqIt9b^THS+}qxhJSDn4{t6%TghMY1|9*WF)}$Ugt%Ma3B_*D=BE87f!RC&$E$6|ymiHF_+72qs zwm&~JB>mQQ_TwM&u)$4X^w?B3Tdo{yDYHWg#bHu0`$p zpTAgleE*!t$o_mHb6@TC$qvObd^+q325i2i?(@C(&VJ4ozh~bL^~Ph~FMSiZKZsuv z`o4-mXtR*2da1*dEbk*h>>g*lrp&p*7`RGT@HKPurIU`mPd_pPlN^JmtDnm{r-UW| Dp7byR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/chef.rsi/icon.png b/Resources/Textures/Clothing/Belt/chef.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..874b2e9b5f7a0140ce0768bd3443c4d1f7831fda GIT binary patch literal 419 zcmV;U0bKrxP)##GkZXyZdDzJPcZ+5{}cRECs+G+Mag3yAs-B3f;2rAZ_lLY_h8 zKbT`YZ}0Xl$~C*q6*n{gxBtvejVeC1iuK6@cn7=#-ho06v{#y6E{kjYK69>{8z@Cz z#}gNQ>aS0TE+q7poR@16X53dj&^spiG_JaS%7g(4c=--T@R)N=3R1VuKhiH{xHdi}NT?YyCF>5(FwJ z&MiTU?l(3`brsFm1FFAhG9yEPVCcdvfCvWhKLHZD@X%i5PTn>o_{$&TcSA+M8_YYwf7w9yojU|00_hI$0$Vo{|^9G;f)B8w5i5_ zIfO2^N9|k(k`oUhTTkWM&RfCGEpU1Fi^LRmU=gvjTo2$K@D5b&z&Cdry&+F-M2-Le N002ovPDHLkV1i+`tAzjn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/chef.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/chef.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..cd357bdeaadc081af893dcc1427703bd83a481bf GIT binary patch literal 494 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVBG5I;uum9_jZ<}7qg>)tM#m{ z+y`@-RE{ufG_$Q=SRw!Zp`?rd1J*@66^xz&`3w85ElQMlbm-Nu-qgQuHqBV{`|9tj zinfbI{up!Z`|rYFqF}-3rm%xSrm2TPSzrzj$1u!eLS-v4&6j_FH_6WX_4VyZ2RnnaH$RiotL}ZnQCj@8t^&-4>yS z36(al{lq4l*xvBIZqBbJD8PJf_Tnv7_e8EsI~nMAFen%&Y_k8x=)h6TRx_W8>5$U) zqD2u`R~a!2?AM-PdN!S*Xk*7MmWBndR;uxSxT1R`DwCmU)$&;;2ZFZ?WG`jpST!%} z5`+I;r!`aA6joHN@?^Ft<=z-3g{0vu?*wbcE57Tv89v$XJ6g+-v^n%0>xJ(>|N8RW zcfN2VU9NE!!>{dbx1?1#8l(hod=u+pvtwcSG<8}XOWS8R<9Z*)4AUz-d*<`}SX-OM z@ab80>HqVt4#th9bLHI}_IY35`fa9Uz%I$NpKmt(S#!+pI>V=9-fw=3GnjmPl75K! a2UBSF2}kz(!c&3q$l&Sf=d#Wzp$Pyx#m@i$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/chef.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/chef.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..22218fd4fd1c615de88ffc8c4a27f31faca5eafe GIT binary patch literal 500 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEVBGEL;uum9_jZ<}7qg>)tM#m{ z+y`@-RE{ufG_$Q=SRw!Zp`?rd16Co)4@{F3?m5Y>bzLxV!m3NN=7qdUxAral`ul%5 z|I3$4AMB6&@Kv3mfw@W8fu%{BVYY%&0|$#b5SugjF}g4aa`*vp9>W}_4hHeY_2>K3 zjO3Ocy}esH;_>6e&$}X)?fq+a+t|9H>#n`cvd`U`*3+6JU;X@CbL~z{e5XsYxGUd^ z*SBOFR;_x#;F)7?l~84sbxy6>#Ky{Fd%6FbXs^gQv)h#%_;#%EyYwb?=f?MQSskhm zJlOExp20<``oMWj2L+YNM{6QqSrE~Q R&=MG%44$rjF6*2UngFpx)O7#= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Belt/chef.rsi/meta.json b/Resources/Textures/Clothing/Belt/chef.rsi/meta.json new file mode 100644 index 00000000000000..c50efa5c755ca4 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/chef.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Base taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3fd95ab2a061459c881eeab6dbecaae5a8884f0a altered by Velcroboy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}