From aded6efc0a5840c4369da014ea8318d768fbd73c Mon Sep 17 00:00:00 2001 From: potato1234_x <79580518+potato1234x@users.noreply.github.com> Date: Sat, 6 May 2023 17:41:32 +1000 Subject: [PATCH] TG Station Bread (#15234) Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- .../Locale/en-US/flavors/flavor-profiles.ftl | 2 + .../meta/consumable/food/ingredients.ftl | 3 + .../VendingMachines/Inventories/chefvend.yml | 1 + .../Random/Food_Drinks/food_baked_single.yml | 5 + .../Random/Food_Drinks/food_baked_whole.yml | 2 + .../Objects/Consumable/Food/Baked/bread.yml | 484 ++++++++++++------ .../Objects/Consumable/Food/ingredients.yml | 60 +++ .../Entities/Objects/Consumable/Food/meat.yml | 24 +- .../Objects/Consumable/Food/produce.yml | 15 +- Resources/Prototypes/Flavors/flavors.yml | 10 + .../Reagents/Consumable/Food/ingredients.yml | 19 + .../Recipes/Cooking/meal_recipes.yml | 149 +++++- .../Prototypes/Recipes/Reactions/food.yml | 15 + .../Food/Baked/bread.rsi/alpha-filling.png | Bin 277 -> 274 bytes .../Food/Baked/bread.rsi/alpha-filling2.png | Bin 225 -> 296 bytes .../Baked/bread.rsi/alpha-slice-filling.png | Bin 208 -> 251 bytes .../Food/Baked/bread.rsi/alpha-slice.png | Bin 448 -> 334 bytes .../Baked/bread.rsi/alpha-slice2-filling.png | Bin 238 -> 292 bytes .../Food/Baked/bread.rsi/alpha-slice2.png | Bin 404 -> 291 bytes .../Consumable/Food/Baked/bread.rsi/alpha.png | Bin 725 -> 448 bytes .../Food/Baked/bread.rsi/alpha2.png | Bin 561 -> 367 bytes .../Food/Baked/bread.rsi/banana-slice.png | Bin 452 -> 360 bytes .../Food/Baked/bread.rsi/banana.png | Bin 664 -> 406 bytes .../Food/Baked/bread.rsi/buttered-toast.png | Bin 604 -> 383 bytes .../Food/Baked/bread.rsi/cornbread-slice.png | Bin 0 -> 427 bytes .../Food/Baked/bread.rsi/cornbread.png | Bin 0 -> 1148 bytes .../Baked/bread.rsi/creamcheese-slice.png | Bin 536 -> 409 bytes .../Food/Baked/bread.rsi/creamcheese.png | Bin 783 -> 510 bytes .../Food/Baked/bread.rsi/french-toast.png | Bin 0 -> 536 bytes .../Food/Baked/bread.rsi/garlic-slice.png | Bin 471 -> 379 bytes .../Food/Baked/bread.rsi/jelly-toast.png | Bin 478 -> 380 bytes .../Food/Baked/bread.rsi/meat-slice.png | Bin 531 -> 375 bytes .../Consumable/Food/Baked/bread.rsi/meat.png | Bin 848 -> 470 bytes .../Consumable/Food/Baked/bread.rsi/meta.json | 17 +- .../Food/Baked/bread.rsi/mimana-slice.png | Bin 571 -> 365 bytes .../Food/Baked/bread.rsi/mimana.png | Bin 833 -> 449 bytes .../Food/Baked/bread.rsi/moldy-slice.png | Bin 595 -> 413 bytes .../Food/Baked/bread.rsi/plain-slice.png | Bin 460 -> 373 bytes .../Consumable/Food/Baked/bread.rsi/plain.png | Bin 634 -> 444 bytes .../Food/Baked/bread.rsi/sausage-slice.png | Bin 0 -> 401 bytes .../Food/Baked/bread.rsi/sausage.png | Bin 0 -> 518 bytes .../Food/Baked/bread.rsi/spidermeat-slice.png | Bin 469 -> 449 bytes .../Food/Baked/bread.rsi/spidermeat.png | Bin 614 -> 546 bytes .../Food/Baked/bread.rsi/tofu-slice.png | Bin 585 -> 385 bytes .../Consumable/Food/Baked/bread.rsi/tofu.png | Bin 814 -> 508 bytes .../Food/Baked/bread.rsi/two-slice.png | Bin 549 -> 769 bytes .../Food/Baked/bread.rsi/xenomeat-slice.png | Bin 528 -> 450 bytes .../Food/Baked/bread.rsi/xenomeat.png | Bin 839 -> 640 bytes .../Food/ingredients.rsi/cakebatter.png | Bin 186 -> 355 bytes .../Food/ingredients.rsi/cornmeal-big.png | Bin 0 -> 310 bytes .../Food/ingredients.rsi/cornmeal.png | Bin 0 -> 281 bytes .../ingredients.rsi/cornmealdough-slice.png | Bin 0 -> 584 bytes .../Food/ingredients.rsi/cornmealdough.png | Bin 0 -> 627 bytes .../Food/ingredients.rsi/dough-flat.png | Bin 225 -> 355 bytes .../ingredients.rsi/dough-pastry-baked.png | Bin 162 -> 287 bytes .../Food/ingredients.rsi/dough-pastry.png | Bin 394 -> 302 bytes .../Food/ingredients.rsi/dough-pie.png | Bin 181 -> 355 bytes .../Food/ingredients.rsi/dough-slice.png | Bin 638 -> 584 bytes .../Consumable/Food/ingredients.rsi/dough.png | Bin 216 -> 627 bytes .../Consumable/Food/ingredients.rsi/meta.json | 14 +- .../Food/ingredients.rsi/pizzabread.png | Bin 189 -> 354 bytes .../Consumable/Food/meat.rsi/meta.json | 14 +- .../Food/meat.rsi/spidercutlet-cooked.png | Bin 0 -> 303 bytes .../Consumable/Food/meat.rsi/spidercutlet.png | Bin 0 -> 283 bytes .../Food/meat.rsi/xenocutlet-cooked.png | Bin 0 -> 366 bytes .../Consumable/Food/meat.rsi/xenocutlet.png | Bin 0 -> 290 bytes 66 files changed, 642 insertions(+), 192 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/cornbread-slice.png create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/cornbread.png create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/french-toast.png create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/sausage-slice.png create mode 100644 Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/sausage.png create mode 100644 Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmeal-big.png create mode 100644 Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmeal.png create mode 100644 Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmealdough-slice.png create mode 100644 Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmealdough.png create mode 100644 Resources/Textures/Objects/Consumable/Food/meat.rsi/spidercutlet-cooked.png create mode 100644 Resources/Textures/Objects/Consumable/Food/meat.rsi/spidercutlet.png create mode 100644 Resources/Textures/Objects/Consumable/Food/meat.rsi/xenocutlet-cooked.png create mode 100644 Resources/Textures/Objects/Consumable/Food/meat.rsi/xenocutlet.png diff --git a/Resources/Locale/en-US/flavors/flavor-profiles.ftl b/Resources/Locale/en-US/flavors/flavor-profiles.ftl index 33d90a1a9076f9..bf7012e6a4929b 100644 --- a/Resources/Locale/en-US/flavors/flavor-profiles.ftl +++ b/Resources/Locale/en-US/flavors/flavor-profiles.ftl @@ -40,6 +40,7 @@ flavor-base-shocking = shocking flavor-base-cheap = cheap flavor-base-piquant = piquant flavor-base-sharp = sharp +flavor-base-syrupy = syrupy # lmao flavor-base-terrible = terrible @@ -127,6 +128,7 @@ flavor-complex-bad-joke = like a bad joke flavor-complex-memory-leek = like a fork bomb flavor-complex-gunpowder = like gunpowder flavor-complex-validhunting = like validhunting +flavor-complex-cobwebs = like cobwebs flavor-complex-sadness = like sadness flavor-complex-hope = like hope flavor-complex-chaos = like chaos diff --git a/Resources/Locale/en-US/reagents/meta/consumable/food/ingredients.ftl b/Resources/Locale/en-US/reagents/meta/consumable/food/ingredients.ftl index fcc83d18cfb970..445e0b311431d1 100644 --- a/Resources/Locale/en-US/reagents/meta/consumable/food/ingredients.ftl +++ b/Resources/Locale/en-US/reagents/meta/consumable/food/ingredients.ftl @@ -1,6 +1,9 @@ reagent-name-flour = flour reagent-desc-flour = Used for baking. +reagent-name-cornmeal = cornmeal +reagent-desc-cornmeal = Used for baking. + reagent-name-oats = oats reagent-desc-oats = Used for a variety of tasty purposes. diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml index 02b657d4d6309c..aea084a0a15887 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml @@ -2,6 +2,7 @@ id: ChefvendInventory startingInventory: ReagentContainerFlour: 2 + ReagentContainerCornmeal: 2 ReagentContainerSugar: 2 ReagentContainerRice: 2 FoodCondimentPacketSalt: 4 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_single.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_single.yml index 4619e833d80c39..21a8c7f53a0ecc 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_single.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_single.yml @@ -19,7 +19,12 @@ - FoodBreadCreamcheeseSlice - FoodBreadMoldySlice - FoodBreadGarlicSlice + - FoodBreadCornSlice + - FoodBreadSausageSlice - FoodBreadButteredToast + - FoodBreadJellySlice + - FoodBreadFrenchToast + - FoodBreadTwoSlice - FoodCakeBlueberrySlice - FoodCakePlainSlice - FoodCakeCarrotSlice diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_whole.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_whole.yml index db5d77b21f4533..9091bd409d83d2 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_whole.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/food_baked_whole.yml @@ -17,6 +17,8 @@ - FoodBreadVolcanic - FoodBreadPlain - FoodBreadMeat + - FoodBreadCorn + - FoodBreadSausage - FoodBreadBanana - FoodBreadTofu - FoodBreadCreamcheese diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml index db58917cafb565..7261ab976e9431 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml @@ -73,31 +73,140 @@ # Bread - type: entity - name: bread + name: banana bread parent: FoodBreadBase - id: FoodBreadPlain - description: Some plain old earthen bread. + id: FoodBreadBanana + description: A heavenly and filling treat. components: + - type: FlavorProfile + flavors: + - banana + - bread - type: Food - type: Sprite layers: - - state: plain + - state: banana - type: SliceableFood - slice: FoodBreadPlainSlice + slice: FoodBreadBananaSlice +# Tastes like bread, banana, nut. - type: entity - name: bread slice + name: banana bread slice parent: FoodBreadSliceBase - id: FoodBreadPlainSlice - description: A slice of home. + id: FoodBreadBananaSlice + description: A slice of delicious banana bread. components: + - type: FlavorProfile + flavors: + - banana + - bread - type: Food - type: Sprite layers: - - state: plain-slice + - state: banana-slice + +- type: entity + name: cornbread + parent: FoodBreadBase + id: FoodBreadCorn + description: Some good down-home country-style, rootin'-tootin', revolver-shootin', dad-gum yeehaw cornbread. + components: + - type: FlavorProfile + flavors: + - bread + - corn + - type: Food + - type: Sprite + layers: + - state: cornbread + - type: SliceableFood + slice: FoodBreadCornSlice + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Nutriment + Quantity: 15 +# Tastes like bread, banana, nut. + +- type: entity + name: cornbread slice + parent: FoodBreadSliceBase + id: FoodBreadCornSlice + description: A slice of cornbread. + components: + - type: FlavorProfile + flavors: + - bread + - corn + - type: Food + - type: Sprite + layers: + - state: cornbread-slice + - type: SolutionContainerManager + solutions: + food: + maxVol: 5 + reagents: + - ReagentId: Nutriment + Quantity: 3 - type: entity - name: meatbread loaf + name: cream cheese bread + parent: FoodBreadBase + id: FoodBreadCreamcheese + description: Yum yum yum! + components: + - type: FlavorProfile + flavors: + - cheesy + - creamy + - bread + - type: Food + - type: Sprite + layers: + - state: creamcheese + - type: SliceableFood + slice: FoodBreadCreamcheeseSlice + - type: SolutionContainerManager + solutions: + food: + maxVol: 35 + reagents: + - ReagentId: Nutriment + Quantity: 20 + - ReagentId: Vitamin + Quantity: 5 +# Tastes like bread, cheese. + +- type: entity + name: cream cheese bread slice + parent: FoodBreadSliceBase + id: FoodBreadCreamcheeseSlice + description: A slice of yum! + components: + - type: FlavorProfile + flavors: + - cheesy + - creamy + - bread + - type: Food + - type: Sprite + layers: + - state: creamcheese-slice + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: Nutriment + Quantity: 4 + - ReagentId: Vitamin + Quantity: 1.2 + +- type: entity + name: meat bread parent: FoodBreadBase id: FoodBreadMeat description: The culinary base of every self-respecting eloquen/tg/entleman. @@ -124,7 +233,7 @@ # Tastes like bread, meat. - type: entity - name: meatbread slice + name: meat bread slice parent: FoodBreadSliceBase id: FoodBreadMeatSlice description: A slice of delicious meatbread. @@ -148,137 +257,196 @@ Quantity: 1.2 - type: entity - name: xeno-meat bread + name: mimana bread parent: FoodBreadBase - id: FoodBreadMeatXeno - description: Reassuringly green meatloaf made from xeno meat. Extra heretical. + id: FoodBreadMimana + description: Best eaten in silence. components: - type: FlavorProfile flavors: - - acidic + - nothing - bread - type: Food - type: Sprite layers: - - state: xenomeat + - state: mimana - type: SliceableFood - slice: FoodBreadMeatXenoSlice + slice: FoodBreadMimanaSlice - type: SolutionContainerManager solutions: food: - maxVol: 45 + maxVol: 40 reagents: - ReagentId: Nutriment - Quantity: 30 + Quantity: 15 - ReagentId: Vitamin Quantity: 5 -# Tastes like bread, acid. + - ReagentId: Nothing + Quantity: 5 + - ReagentId: MuteToxin + Quantity: 5 +# Tastes like bread, cheese. - type: entity - name: xeno-meatbread slice + name: mimana bread slice parent: FoodBreadSliceBase - id: FoodBreadMeatXenoSlice - description: A slice of delicious meatbread. Extra heretical. + id: FoodBreadMimanaSlice + description: A slice of silence! components: - type: FlavorProfile flavors: - - acidic + - nothing - bread - type: Food - type: Sprite layers: - - state: xenomeat-slice + - state: mimana-slice - type: SolutionContainerManager solutions: food: maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 6 + Quantity: 3 - ReagentId: Vitamin - Quantity: 1.2 + Quantity: 1 + - ReagentId: Nothing + Quantity: 1 + - ReagentId: MuteToxin + Quantity: 1 - type: entity - name: spider-meatbread + name: bread parent: FoodBreadBase - id: FoodBreadMeatSpider - description: Reassuringly green meatloaf made from spider meat. + id: FoodBreadPlain + description: Some plain old earthen bread. components: - type: Food - type: Sprite layers: - - state: spidermeat + - state: plain - type: SliceableFood - slice: FoodBreadMeatSpiderSlice + slice: FoodBreadPlainSlice + +- type: entity + name: bread slice + parent: FoodBreadSliceBase + id: FoodBreadPlainSlice + description: A slice of home. + components: + - type: Food + - type: Sprite + layers: + - state: plain-slice + +- type: entity + name: sausage bread + parent: FoodBreadBase + id: FoodBreadSausage + description: Dont think too much about it. + components: + - type: FlavorProfile + flavors: + - meaty + - bread + - type: Food + - type: Sprite + layers: + - state: sausage + - type: SliceableFood + slice: FoodBreadSausageSlice - type: SolutionContainerManager solutions: food: - maxVol: 60 + maxVol: 45 reagents: - ReagentId: Nutriment - Quantity: 30 + Quantity: 10 - ReagentId: Vitamin Quantity: 5 - - ReagentId: Toxin - Quantity: 15 -# Tastes like bread, cobwebs. + - ReagentId: Protein + Quantity: 5 - type: entity - name: spider-meatbread slice + name: sausage bread slice parent: FoodBreadSliceBase - id: FoodBreadMeatSpiderSlice - description: A slice of meatloaf made from an animal that most likely still wants you dead. + id: FoodBreadSausageSlice + description: Dont think too much about it. components: + - type: FlavorProfile + flavors: + - meaty + - bread - type: Food - type: Sprite layers: - - state: spidermeat-slice + - state: sausage-slice - type: SolutionContainerManager solutions: food: - maxVol: 15 + maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 6 + Quantity: 2 - ReagentId: Vitamin - Quantity: 1.2 - - ReagentId: Toxin - Quantity: 3 + Quantity: 1 + - ReagentId: Protein + Quantity: 1 - type: entity - name: banana-nut bread + name: spider meat bread parent: FoodBreadBase - id: FoodBreadBanana - description: A heavenly and filling treat. + id: FoodBreadMeatSpider + description: Reassuringly green meatloaf made from spider meat. components: - type: FlavorProfile flavors: - - banana - - nutty + - cobwebs - bread - type: Food - type: Sprite layers: - - state: banana + - state: spidermeat - type: SliceableFood - slice: FoodBreadBananaSlice -# Tastes like bread, banana, nut. + slice: FoodBreadMeatSpiderSlice + - type: SolutionContainerManager + solutions: + food: + maxVol: 60 + reagents: + - ReagentId: Nutriment + Quantity: 30 + - ReagentId: Vitamin + Quantity: 5 + - ReagentId: Toxin + Quantity: 15 +# Tastes like bread, cobwebs. - type: entity - name: banana-nut bread slice + name: spider meat bread slice parent: FoodBreadSliceBase - id: FoodBreadBananaSlice - description: A slice of delicious banana bread. + id: FoodBreadMeatSpiderSlice + description: A slice of meatloaf made from an animal that most likely still wants you dead. components: - type: FlavorProfile flavors: - - banana - - nutty + - cobwebs - bread - type: Food - type: Sprite layers: - - state: banana-slice + - state: spidermeat-slice + - type: SolutionContainerManager + solutions: + food: + maxVol: 15 + reagents: + - ReagentId: Nutriment + Quantity: 6 + - ReagentId: Vitamin + Quantity: 1.2 + - ReagentId: Toxin + Quantity: 3 - type: entity name: tofu bread @@ -286,6 +454,10 @@ id: FoodBreadTofu description: Like meatbread but for vegetarians. Brag to your crewmates about how much better it is. components: + - type: FlavorProfile + flavors: + - tofu + - bread - type: Food - type: Sprite layers: @@ -309,6 +481,10 @@ id: FoodBreadTofuSlice description: A slice of delicious tofu bread. components: + - type: FlavorProfile + flavors: + - tofu + - bread - type: Food - type: Sprite layers: @@ -324,138 +500,143 @@ Quantity: 2.4 - type: entity - name: cream cheese bread + name: xeno meat bread parent: FoodBreadBase - id: FoodBreadCreamcheese - description: Yum yum yum! + id: FoodBreadMeatXeno + description: A fitting, and filling, end to xeno scum. components: - type: FlavorProfile flavors: - - cheesy - - creamy + - acid - bread - type: Food - type: Sprite layers: - - state: creamcheese + - state: xenomeat - type: SliceableFood - slice: FoodBreadCreamcheeseSlice + slice: FoodBreadMeatXenoSlice - type: SolutionContainerManager solutions: food: - maxVol: 35 + maxVol: 45 reagents: - ReagentId: Nutriment - Quantity: 20 + Quantity: 30 - ReagentId: Vitamin Quantity: 5 -# Tastes like bread, cheese. +# Tastes like bread, acid. - type: entity - name: cream cheese bread slice + name: xeno meat bread slice parent: FoodBreadSliceBase - id: FoodBreadCreamcheeseSlice - description: A slice of yum! + id: FoodBreadMeatXenoSlice + description: A slice of xeno scum. components: - type: FlavorProfile flavors: - - cheesy - - creamy + - acid - bread - type: Food - type: Sprite layers: - - state: creamcheese-slice + - state: xenomeat-slice - type: SolutionContainerManager solutions: food: maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 4 + Quantity: 6 - ReagentId: Vitamin Quantity: 1.2 +# Other than bread/slices + - type: entity - name: mimana bread + name: baguette parent: FoodBreadBase - id: FoodBreadMimana - description: Best eaten in silence. + id: FoodBreadBaguette + description: Bon appétit! components: - - type: Food + - type: Tag + tags: + - Baguette - type: Sprite - layers: - - state: mimana - - type: SliceableFood - slice: FoodBreadMimanaSlice + state: baguette - type: SolutionContainerManager solutions: food: - maxVol: 40 + maxVol: 15 reagents: - ReagentId: Nutriment - Quantity: 20 + Quantity: 6 - ReagentId: Vitamin - Quantity: 5 - - ReagentId: Nothing - Quantity: 5 -# Tastes like bread, cheese. + Quantity: 1 + - ReagentId: TableSalt + Quantity: 1 + - ReagentId: Blackpepper + Quantity: 1 +# Tastes like France. - type: entity - name: Mimana bread slice + name: buttered toast parent: FoodBreadSliceBase - id: FoodBreadMimanaSlice - description: A slice of silence! + id: FoodBreadButteredToast + description: Crunchy. components: - - type: Food + - type: FlavorProfile + flavors: + - butter + - bread - type: Sprite - layers: - - state: mimana-slice + state: buttered-toast - type: SolutionContainerManager solutions: food: maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 4 + Quantity: 5 - ReagentId: Vitamin - Quantity: 1.2 - - ReagentId: Nothing - Quantity: 1.2 - -# Other than bread/slices + Quantity: 1 +# Tastes like bread, butter. - type: entity - name: moldy slice + name: f toast parent: FoodBreadSliceBase - id: FoodBreadMoldySlice - description: Entire stations have been ripped apart over arguing whether this is still good to eat. + id: FoodBreadFrenchToast + description: A slice of bread soaked in a beaten egg mixture. components: + - type: FlavorProfile + flavors: + - syrupy + - bread - type: Sprite - layers: - - state: moldy-slice + state: french-toast - type: SolutionContainerManager solutions: food: - maxVol: 15 + maxVol: 10 reagents: - ReagentId: Nutriment Quantity: 4 - - ReagentId: Mold - Quantity: 7 -# Tastes like decaying fungus. + - ReagentId: Vitamin + Quantity: 2 +# Tastes like bread, butter. - type: entity - name: baguette - parent: FoodBreadBase - id: FoodBreadBaguette - description: Bon appétit! + name: garlic bread + parent: FoodBreadSliceBase + id: FoodBreadGarlicSlice + description: Alas, it is limited. components: - - type: Tag - tags: - - Baguette + - type: FlavorProfile + flavors: + - bread + - garlic - type: Sprite - state: baguette + layers: + - state: garlic-slice - type: SolutionContainerManager solutions: food: @@ -464,54 +645,71 @@ - ReagentId: Nutriment Quantity: 6 - ReagentId: Vitamin - Quantity: 1 - - ReagentId: TableSalt - Quantity: 1 - - ReagentId: Blackpepper - Quantity: 1 -# Tastes like France. + Quantity: 5 +# Tastes like garlic, Italy. - type: entity - name: garlic bread + name: jelly toast parent: FoodBreadSliceBase - id: FoodBreadGarlicSlice - description: Alas, it is limited. + id: FoodBreadJellySlice + description: As if science are gonna give up their slimes for toast! components: - type: FlavorProfile flavors: - bread - - garlic + - slimy - type: Sprite layers: - - state: garlic-slice + - state: jelly-toast - type: SolutionContainerManager solutions: food: - maxVol: 15 + maxVol: 10 reagents: - ReagentId: Nutriment - Quantity: 5 + Quantity: 4 - ReagentId: Vitamin Quantity: 4 - - ReagentId: Allicin - Quantity: 2 # Tastes like garlic, Italy. - type: entity - name: buttered toast + name: moldy bread slice parent: FoodBreadSliceBase - id: FoodBreadButteredToast - description: Crunchy. + id: FoodBreadMoldySlice + description: Entire stations have been ripped apart over arguing whether this is still good to eat. components: - type: Sprite - state: buttered-toast + layers: + - state: moldy-slice - type: SolutionContainerManager solutions: food: - maxVol: 10 + maxVol: 15 reagents: - ReagentId: Nutriment - Quantity: 5 + Quantity: 4 + - ReagentId: Mold + Quantity: 7 +# Tastes like decaying fungus. + +- type: entity + name: two slice + parent: FoodBreadSliceBase + id: FoodBreadTwoSlice + description: Classy. + components: + - type: Sprite + layers: + - state: two-slice + - type: SolutionContainerManager + solutions: + food: + maxVol: 15 + reagents: + - ReagentId: Nutriment + Quantity: 3 - ReagentId: Vitamin - Quantity: 1 -# Tastes like bread, butter. + Quantity: 2 + - ReagentId: Wine + Quantity: 5 +# Tastes like decaying fungus. diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index b8794de4fd4ca7..1eccd36d18a54e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -126,6 +126,37 @@ - !type:DoActsBehavior acts: [ "Destruction" ] +- type: entity + parent: ReagentContainerBase + id: ReagentContainerCornmeal + name: cornmeal bag + description: A big bag of cornmeal. Good for cooking! + components: + - type: Sprite + state: cornmeal-big + - type: SolutionContainerManager + solutions: + food: + reagents: + - ReagentId: Cornmeal + Quantity: 50 + +- type: entity + parent: ReagentContainerBase + id: ReagentContainerCornmealSmall + name: cornmeal pack + description: A pack of cornmeal. Good for cooking! + components: + - type: Sprite + state: cornmeal + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Cornmeal + Quantity: 20 + - type: entity parent: ReagentContainerBase id: ReagentContainerRice @@ -334,6 +365,35 @@ - type: Sprite state: dough-slice +- type: entity + name: cornmeal dough + parent: FoodBakingBase + id: FoodDoughCornmeal + description: A piece of cornmeal dough. + components: + - type: FlavorProfile + flavors: + - chalky + - dough + - type: Sprite + state: cornmealdough + - type: SliceableFood + count: 3 + slice: FoodDoughCornmealSlice + +- type: entity + name: cornmeal dough slice + parent: FoodBakingBase + id: FoodDoughCornmealSlice + description: A slice of cornmeal dough. + components: + - type: FlavorProfile + flavors: + - chalky + - dough + - type: Sprite + state: cornmealdough-slice + - type: entity name: bun parent: FoodBakingBase diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 51ae9f5deb0706..4e8fa0bb2e0d9c 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -964,11 +964,7 @@ - Raw - Cutlet - type: Sprite - layers: - - state: cutlet - color: black - - state: cutlet-alpha - color: red + state: spidercutlet - type: SolutionContainerManager solutions: food: @@ -991,11 +987,7 @@ - Raw - Cutlet - type: Sprite - layers: - - state: cutlet - color: black - - state: cutlet-alpha - color: green + state: xenocutlet - type: SolutionContainerManager solutions: food: @@ -1184,11 +1176,7 @@ - Cooked - Cutlet - type: Sprite - layers: - - state: cutlet-cooked - color: black - - state: cutlet-alpha - color: red + state: spidercutlet-cooked - type: SolutionContainerManager solutions: food: @@ -1209,11 +1197,7 @@ - Cooked - Cutlet - type: Sprite - layers: - - state: cutlet-cooked - color: black - - state: cutlet-alpha - color: green + state: xenocutlet-cooked - type: SolutionContainerManager solutions: food: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index 820b36f4bd920e..9fde289e9f9f69 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -583,12 +583,12 @@ - type: SolutionContainerManager solutions: food: - maxVol: 14 + maxVol: 20 reagents: + - ReagentId: Cornmeal + Quantity: 15 - ReagentId: Nutriment - Quantity: 10 - - ReagentId: Vitamin - Quantity: 4 + Quantity: 5 - type: Sprite sprite: Objects/Specific/Hydroponics/corn.rsi - type: Produce @@ -616,6 +616,13 @@ - type: Tag tags: - Trash + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Cornmeal + Quantity: 10 - type: entity name: onion diff --git a/Resources/Prototypes/Flavors/flavors.yml b/Resources/Prototypes/Flavors/flavors.yml index 1d1768235f4240..39060a47045a0f 100644 --- a/Resources/Prototypes/Flavors/flavors.yml +++ b/Resources/Prototypes/Flavors/flavors.yml @@ -159,6 +159,11 @@ flavorType: Base description: flavor-base-sharp +- type: flavor + id: syrupy + flavorType: Base + description: flavor-base-syrupy + - type: flavor id: nothing flavorType: Complex @@ -449,6 +454,11 @@ flavorType: Complex description: flavor-complex-validhunting +- type: flavor + id: cobwebs + flavorType: Complex + description: flavor-complex-cobwebs + - type: flavor id: alcohol flavorType: Complex diff --git a/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml b/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml index 9436490a5ed242..b525a3b248bac3 100644 --- a/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml @@ -12,6 +12,25 @@ - !type:AdjustReagent reagent: Sugar amount: 0.4 + - !type:SatiateThirst + factor: -0.2 #its flour + - !type:AdjustReagent + reagent: Nutriment + amount: 0.1 + +- type: reagent + id: Cornmeal + name: reagent-name-cornmeal + group: Foods + desc: reagent-desc-cornmeal + physicalDesc: reagent-physical-desc-powdery + flavor: corn #so corn doesnt taste chalky + color: tan + metabolisms: + Food: + effects: + - !type:SatiateThirst + factor: -0.2 #its cornflour - !type:AdjustReagent reagent: Nutriment amount: 0.1 diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index d73c1fafd65b6b..e956b71aaa66ca 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -186,60 +186,136 @@ FoodEgg: 2 #Breads & Sandwiches + - type: microwaveMealRecipe - id: RecipeBread - name: bread recipe - result: FoodBreadPlain + id: RecipeBananaBread + name: banana bread recipe + result: FoodBreadBanana time: 15 solids: FoodDough: 1 + FoodBanana: 1 - type: microwaveMealRecipe - id: RecipeBaguette - name: baguette recipe - result: FoodBreadBaguette + id: RecipeCornbread + name: cornbread recipe + result: FoodBreadCorn time: 10 - reagents: - TableSalt: 5 solids: - FoodDough: 1 + FoodDoughCornmeal: 1 - type: microwaveMealRecipe id: RecipeCreamCheeseBread name: cream cheese bread recipe result: FoodBreadCreamcheese - time: 20 + time: 15 + reagents: + Milk: 5 solids: FoodDough: 1 FoodCheeseSlice: 2 - type: microwaveMealRecipe - id: RecipeBananaBread - name: banana bread recipe - result: FoodBreadBanana - time: 25 + id: RecipeMeatBread + name: meat bread recipe + result: FoodBreadMeat + time: 15 solids: FoodDough: 1 - FoodBanana: 1 + FoodMeatCutlet: 2 + FoodCheeseSlice: 2 - type: microwaveMealRecipe - id: RecipeMoldyBreadSlice - name: moldy bread slice recipe - result: FoodBreadMoldySlice - time: 5 + id: RecipeMimanaBread + name: mimana bread recipe + result: FoodBreadMimana + time: 15 + reagents: + MilkSoy: 5 + Nothing: 5 #replace with mimana solids: - FoodBreadPlainSlice: 1 - FoodFlyAmanita: 1 + FoodDough: 1 + FoodTofu: 1 + +- type: microwaveMealRecipe + id: RecipeBread + name: bread recipe + result: FoodBreadPlain + time: 10 + solids: + FoodDough: 1 + +- type: microwaveMealRecipe + id: RecipeSausageBread + name: sausage bread recipe + result: FoodBreadSausage + time: 15 + solids: + FoodDough: 1 + FoodMeat: 1 #replace with sausage + +- type: microwaveMealRecipe + id: RecipeSpiderMeatBread + name: spider meat bread recipe + result: FoodBreadMeatSpider + time: 15 + solids: + FoodDough: 1 + FoodMeatSpiderCutlet: 2 + FoodCheeseSlice: 2 - type: microwaveMealRecipe id: RecipeTofuBread name: tofu bread recipe result: FoodBreadTofu - time: 20 + time: 15 solids: FoodDough: 1 FoodTofu: 1 +- type: microwaveMealRecipe + id: RecipeXenoMeatBread + name: xeno meat bread recipe + result: FoodBreadMeatXeno + time: 15 + solids: + FoodDough: 1 + FoodMeatXenoCutlet: 2 + FoodCheeseSlice: 2 + +#Slices Only + +- type: microwaveMealRecipe + id: RecipeBaguette + name: baguette recipe + result: FoodBreadBaguette + time: 15 + reagents: + TableSalt: 5 + Blackpepper: 5 + solids: + FoodDough: 1 + +- type: microwaveMealRecipe + id: RecipeButteredToast + name: buttered toast recipe + result: FoodBreadButteredToast + time: 5 + solids: + FoodBreadPlainSlice: 1 + FoodButter: 1 + +- type: microwaveMealRecipe + id: RecipeFrenchToast + name: french toast recipe + result: FoodBreadFrenchToast + time: 5 + reagents: + Milk: 5 + Egg: 12 + solids: + FoodBreadPlainSlice: 1 + - type: microwaveMealRecipe id: RecipeGarlicBread name: garlic bread slice recipe @@ -248,6 +324,35 @@ solids: FoodBreadPlainSlice: 1 FoodGarlic: 1 + FoodButter: 1 + +- type: microwaveMealRecipe + id: RecipeJellyToast + name: jelly toast recipe + result: FoodBreadJellySlice + time: 5 + solids: + FoodBreadPlainSlice: 1 + FoodJellyAmanita: 1 #replace with jelly + +- type: microwaveMealRecipe + id: RecipeMoldyBreadSlice + name: moldy bread slice recipe + result: FoodBreadMoldySlice + time: 5 + solids: + FoodBreadPlainSlice: 1 + FoodFlyAmanita: 1 + +- type: microwaveMealRecipe + id: RecipeTwoBreadSlice + name: two slice recipe + result: FoodBreadTwoSlice + time: 5 + reagents: + Wine: 5 + solids: + FoodBreadPlainSlice: 2 #Pizzas - type: microwaveMealRecipe diff --git a/Resources/Prototypes/Recipes/Reactions/food.yml b/Resources/Prototypes/Recipes/Reactions/food.yml index 7c0d71caf83498..5e32ab08a95d58 100644 --- a/Resources/Prototypes/Recipes/Reactions/food.yml +++ b/Resources/Prototypes/Recipes/Reactions/food.yml @@ -25,6 +25,21 @@ - !type:CreateEntityReactionEffect entity: FoodDough +- type: reaction + id: CreateCornmealDough + impact: Low + quantized: true + reactants: + Cornmeal: + amount: 15 + Milk: #replace with yoghurt when added + amount: 10 + Egg: + amount: 6 + effects: + - !type:CreateEntityReactionEffect + entity: FoodDoughCornmeal + - type: reaction id: CreateCakeBatter impact: Low diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-filling.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-filling.png index 66dcb6019aa414c8dd582c338b9cfb29db48f74b..e47649d21c79cf7c2a60b2b8b628045e1afe1b4e 100644 GIT binary patch delta 257 zcmbQrG>K_~WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$h8fKQ0) znKNhh?c2A0{rX$CZk;@N^39t!j~_q&{{8#y+qZ#A)*j{o>EtR2@(cbC0}Pwa=$r?N zau#?*7BevL9R^{>E_cL6Dmk|4iepa=*s+-u$&2^8Zj@Q5sC zVBk9p!i>lBSEK+1TRmMILoEE?P7JK)YgXiF7VNt7|JdY5a{n}LGj3B;@!CJ3ODO&e zyH~zLN>6RgDhAU7wRetfT+UbAd^^>HY0|!RP4kSo41CsbewduFxF(^@A05AWj0^tFW8Gi-<0047(dh`GQ0H{esK~z|U?T|4F10fJa#}F*+wef(S$pems z7IwCVk<79LTnHGq$UKn2ukarOf*=Tja5rk!A7cbW1Y=A;=dCs6y@wFO67}cRBb8Ix z8AR-eI2Hev$LxQtb(H6v$DJk}%09R969F!D&K;Apm0SuCy-D{`&T}=F0@hk6rHpc= z)RAr7087Ao8!WO-fF-z`<`x01wMr?CQa%J_^tRMO5Cq|W0e}~DfJX0fH?;`>0000< KMNUMnLSTZ+&sbgn diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-slice-filling.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-slice-filling.png index ef6beb0f709cf835c1d8d9c71c4b7bf52e3c9521..c0aed8f7281457a0d1f6d08486900fe179d22c2e 100644 GIT binary patch delta 234 zcmcb>_?vNpWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hWfKQ0) z`t|Gg?b~B9|{anMpkRoni(`mIvj5w@KrRMF4%Vwz_WbXh%yTK?1;gzhPpgwz${una zjAvzF@yHb2v((c1T+{ue#m5dU($;En*aa+ delta 191 zcmV;w06_oy0nh=E8Gi-<0047(dh`GQ0GCNbK~#90?b5Lg10f6r(4Qj|j62-A83 zkHG}E4;XNXHie`qK^P#)%XNog30Dzf6L~Bh)i@O_`FIQDCGdNUrONhwWw$1ec tztV*FjB5lx?eY<{*2Zk&%qT+mUk{S(NB!4cE1CcR002ovPDHLkV1fkFRBHeL diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-slice.png index 842805c4091182dba322c555f7aa728036db662e..d6a11c0068e1cebec0858f43ad2d21e2a99987e6 100644 GIT binary patch delta 318 zcmX@We2!^?WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$g>fKQ0) zzm4lD4m1UxpJasKc7XlWm( z)n0eQLeqs0?@?gs<^S0{HJ@dQ&Ka50;tnni9_J!=yxIGsZ{ng*hAfpMY;&?&w`XT6 zPvban?Ny%b1@(YcUeheyTrNBlIPiadu#3oFmb*s_nOK(2UGUX!$GZomoy^}<&3&gh zEsA_w@M!n_1kP{iTgq*IaYw{RB)+pPvth58AJ33%!{EWAp=)=!G7{)c22WQ%mvv4F FO#pb>hyMTo delta 433 zcmV;i0Z#tT0>A^18Gi-<0047(dh`GQ0f$LMK~z|U?UXT!!ax*;UzSC%kYFPsk|HON z6yCztMo*w%C73G&QU&w`Nuj0QLeSn;L@aE?La>?Tf9wlknW&L17Iwa7CdthE-uww6 zgTY`h82&xhZv`-)&((Ij<+i7Gq)oM|xRHAaZOqx*hxCzKnsNHVA;%4O4L5>=zw_2@=C4ktZ z3HnYViXw#(pfO1Y<9Iyg6Jm|jz+Tiq1D#Ii^#qb6v3@pjKA+P>Fb9s~q|Ic-_~=BA z8d9%N0<+nSH{pYnLQ)*_tR#y(2ZzJqp&S(Y5%qdKWh&dY_Stkgp={>Nc?CeB)b@`I9x&`ojhOm?}muOU6_dDgW|) T9=vTp=P-D>`njxgN@xNAd~(Z`$N2@Jz948t(LMo{O65Wrg7&oM?Y#vGrT)|x=g zx~?$KGs*WxT>y=9&Ic9_-}fD^a?bTW3`2h}rI2&IQ-x@ZLsq6~0;SaRUTgiPTbAWY zhml4qydG7Q7~I{@$i X&vH{0>Q$ol00000NkvXXu0mjf!!Bk( diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-slice2.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/alpha-slice2.png index 00131ad176507450888aea1df9bfd82d45275df3..d91f79097cf279eb970277c5b97d11da16db6eeb 100644 GIT binary patch delta 275 zcmbQjyqIZ%WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$g*fKP~P zN=iymQPJedlUrL`Jv}`Y6%}o5ZGn=T6?fhPQXC~ge!>4CfZ<;A-bkPrXMsm#F#`kN zVGw3Kp1&dmDA?fX;uvD#|F-{Ny-ULDsVnac*EW^u4VZ?o6q{JHRt#1|9tI~t|e!@n^jN delta 388 zcmV-~0ek+V0+a)g8Gi-<0047(dh`GQ0b5B#K~z|U?NhsogHRBiEP0?#6f zxBMRNpdL=4A0P3KV?9NFI-N)i!(fmc4hP!pc3mC5vX3-P*`1;&TC5|EV~&p;0I{m7 zZ0Y@eZ#SC_<$ZZhbzO7x$#q@lcc{@cjaQLn8TBvg7~bv%4j{t?v3s#wSUuJQk>VM` zFP94)k4JVO48zf$$x8?kVgNGsDQ^Ee;IFt|uU*d+`K*AU2%s-W<5q$%9Z@N}mW;X`_0000MEF~q|E?xfq3 zjwo=r1iC9Mdi?+YTayW=_vF0&oEPpY^m|FD*RB08<};t#=)$0LFS%D-nYo+8 za?+8PDJ$0;x45!PVCyxn$_|Ok`#UZ@nD&b`WSe1#X!G6{FUJ<|JcfNg*^88z>i6$f zVsd_Kb>;r|ZHJjWCc0ZBboezKZ#30=#8|SV-}Rj7q5TYp#4g>lHWy?$b;O6k|B!)L z(GgYg1C?yk``9N~Gv<0obDrwH@bSa@mOiLO!E(6-F_RA z`uQK!F?fDpJGv#Ij#XvD(R}9FdovkloI9f>`j0c`pl(KQilgwSS?4(atg&Z!^Owt}*brPFglp$L|3HXE5| zX}8-7{4C=#`EP%c9OIKVI4PXM7DdfCB#vvrLC@xV{O9WX0{8tT1 z4}U^pCQwrXj#w;4wOUQLgW+v(I2^15ykCe=*I7L`6d;xWcj4>ni`{zlq0wl>B1+)# zcr*lm?SBB@$X`QbiJsnUHs2!h`MjJ=CKY|ajDR;PqkReic*VBc?OOy$V6ortr&g=Q zL?B}b<04707z84rD1wu#OQyMmi9|vp0`puhXF>L8LMRW&@q>g1iUcB|NXkEjLP616 z6cbtg?KJAnvq1Lq`JDFqJ;8bag7AI6-)D}9&_TPDAWfxG-=vmrT3rD^x7#KBAK)2? uM0zA@GMpDl6zYt9>sO<5KI0000*UFkJ32Z%Jw0u0Z50(2f%5;EccuU-&XOR%;Qvs-5bR$e1QIOph%9Dc z;5!V$jK}j=fK;CFba4!^sP}(5@h#tB1rFDb%wPV_uVBwu8$12Y|1#m#hd5(ap3(nh z?673YttjoCUzKZ^grXo8UqnknV3viEwJu%@c>nyK@HS6-U@;I&|buDr|3AB_ou z3>|vjU3aw-P8joT@mb0cBe3Y$--c1bFs_aeqCmSgPRlM0;8Gi-<0047(dh`GQ0r*KoK~z|U?Uk{L!axv)XOAt3=+cg5w0Fq@eq-#?R$QmRy`QvJ1r zi{J0}WwY5->&<3ESR+24PinPVl+9*oKA%%2lTqiZ)r#8fwttSO4+aA#BeFOejim4U z^m@J2d8t&Q$KyeTLV*^Gg*E{J7-a$)4u_GP(86>&l>nPiJFY85$_|x$`Pacm)1?2-m4mER^n-Cjh<}fW= z-*y5&EEIeVzVAyOKg;tx{iR@}VPg&JcDLJ6uh)w=&}cNocDwzUGa#mW8ydF}aWCNG l@!0v#m>eoqs(&aV`T_StO+48l!;Am`002ovPDHLkV1f*%`WFBI diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/banana-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/banana-slice.png index e0eb82d08259b6f4a76391fabe8d891f213b2db3..b3869c19ac9f1cc44f740f393b3850035b498692 100644 GIT binary patch delta 344 zcmX@Y{DNtMWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$h2fKQ0) zr~6$$zfbx1@67-I|C97NN-VjS2l1Uu6xM-N+{1quc(Y2l~jv*HQZ!eq{YF6N34LD*G z`2T--^&o1VfhT8A zVUOteCRoVl2DTkI=%n_X-@w^O(vNqN-~d)DLD0J>@fEx+At|>%u=Qj#2+o h=RMH1XWaId)hSY+i*L8uDxk|5JYD@<);T3K0RSe`k2C-P delta 437 zcmV;m0ZRVp0>lH58Gi-<0047(dh`GQ0gFjQK~#90?UFxB0%07-KWcX#qLgQZUDzLp zB%-BBg2slRxiMcuLrX89rJ>hQ4ZVRNC>kP&XpkTxl%ju>H)NK=p=W5r;VG7P=2FA+ zS&rkr&-48}zk5I+5C{YU!5`!4W>I!$sdo5uZNJaQCaJ$KuYX}&sC~;06l6@Zh%AQy zIC+?H6>${UT%D>V7Xo(id%xfQ7LP?6LB9-Tlk}4gfRXW_sU=%v@2u2TqQ|ZLUaz33 zR(U)YwaOH4(|-=WhSd15C4!Dzuzp9@mm!z0wmoE90kB3s8VvywMy5g-jRNj$5t4ya^ fw_<@n@Nf764&5^a`nPyfeT+1|38=*&umim?9Zz+mM_-S{ONSHRyxGfCbMb3 zPSU%Lm+m@nNLKt{5DO75JXbP0hxU z_hjPkW_FvK2ls>UcIR#K`{tY32_i*`6zN}UAdLU)(U`b(S%2s2x%W1vCUq=)uyH-KmCk{_Y2)h{o$$AP)1;L<@q^bq%{ns48E_KCQ_#~G=4aE zyS(2uK_Xy~2~zCRd>}{Js4t8Q0=uF9Doy0i#4(i4qPb;u%`UB$F`ABJW2=oXl|xQ0 zb6cInF;(oXmVdy{J&W(x%tKF=X6{~1@Q;^kZPaTfFHzm9;>GM&9v{vaT<_gE%gfgJ zcvJM1z{cx>kh9$0>tH9J^Yl-bD@YE;*u<;SE;bu&jHKe6h6GXq@|q0Eo+=5Y0Rj_b zJ()#*O!xH5-|Vgl(#tnHy#54`pdgXi=^4|*>{$YunSUFu{o!z>4~@xG$S6q#r`bzU zk3>oNrTGVFt>x?p=ybeQ8gh$f<`*r4lr*M#t|tM%a)!=uS^HHOv~L4OMn~1M8D6Q{ z&`-vAjAS((PHMB^gaTBt_iey!g5b%-32g5kbbGW1Mp9ZR#GQc3tkQtoTy7H*PBjeT zAD8BWo`31tgl$J4t_`5*SST$5g+jv9FD-uO-kSFJZSq6hiMYX(){zF@eX?<*ILL29 zF>3+KmZx8IosKK(EoH2#+3p|w!j;Jk0Mj$xa}Wt3Ff%>sIW`I6c7N2y^NYSaaUqTC l50*mz86!oC^dAbqZ}PxEvgw5TKmY&$07*qoLKf(Y2 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/buttered-toast.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/buttered-toast.png index ca7104c27fdb546cbcccc4ab7f81b50385b0b73e..1339ba03039538dde9d6e17046f8519869692574 100644 GIT binary patch delta 367 zcmcb^@}FsfWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hcfKP~P znKtL@0HL4D#Q$IS|J2RkEXMKwWzhehQ!a%u{0D*qy3OXIK((a-7TiFJwlu%7-Hf7^rAP@VFeDBfG3N$Jp1?j ztwYbnvWvCeW^VI3ypB)*;q4G|N+NC}V^W~r?nuU!4lR*s;R#BiS=phjIcL@$n328O zGv=p|xk2C(g{CW-Y6fLb;$Vzj-M2~7-r5~Fy&pKN{5x*$s>22JNn!TLVKboTx*kHXy!YV;n)4zN1x%M zx4V9bjCJoy*#}!+zRNrEuUx@?{>vWo50d*C`W~}xX zDysSQ#{~ckO+}J3)F@g}ARH7ynRwfNw-FVga#<*v)0mD4oS{1yH|JGlb7!TaJ2p07euI0D*8f% zssTT9VGLllKYwDJJwj?Hoqho#GBI;83w-d*Jr=-T@0@GBXD;2Qr*{D8AAhCuZU5WnFCvj6}907*qoM6N<$f{6JVR{#J2 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/cornbread-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/cornbread-slice.png new file mode 100644 index 0000000000000000000000000000000000000000..2067897b2e70b2da74e5f6b1b15e476e063ff75e GIT binary patch literal 427 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikb0(?STZ|zOLy+7;Wk?hMmQa@ZQ{d%q9>aL9Yhq9JN2y9A~{d%KfOBCn% zQrQbz6HaZ2JH9@3QykxkWY$9&;`b}WH^m9=P3Auk&vr0Z_ExF*jVi^9xx7cy`A%l? z?oH-CoXB>*RPkbg_|rzkyS0iy3nL{jJOffHB|(0{{|N(z2pwKtpnA>%kH}&M2EKzJ z%(!D>_FJIf3{Mxw5DWje=kD?yQs7}t&@f`p>75iR`QgH+X{{ z|9Y8ob}5^iIbV3~=Y#j;z2jv%AN}lNbdCPPdO-V*NVB>rqo=Q4Ra9_;Qr$NZm8GAO jIa#N!NjSG(VX667pCgTe~DWM4f+?BVH literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/cornbread.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/cornbread.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0be3555b86ca188c3855253c1e4f091019749b GIT binary patch literal 1148 zcmV-?1cUpDP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!2kdb!2!6DYwZ941QAI@K~z{r?Nm#P zBUKdss&2hgRh@LwVY*vo#Bm|&LJ&l7gaN@{;KrRRH!fT#2>t=VVgA7&xOE}36-3a5 zDClTA4nC&s>F()Ay7R15D)r3u+?!-*y3!-AW|I%XshoT6`M!JZITuSTvBVOO8_LXH zi0{65hi_i0!ggKwt1hCT4aYJu>JP{o7{)maL&ro_;H@?>?4BU!9$F6$FdU`0`qpQU zQB* zE_D9+&HLQ8a@4H^5h`#@1A~5uJPJ@~Hjoi9qpiglMZv)gM}C9R8bPaw$^bQA2jU(E zxsUz*0j|CMd5N#&=>Pg554wk_U)n?vCh%+xy`vUjRWP1Vc$z^`RhYVhI4MwTc!)zH zKL3}1u$OLJc&oWTBYl90?nCKjJppux0;liNaIggTn-5-9(Nhd_DY9pl5CTWTR-Mz5A zP6|!}<1mM=(NiKfQF$>6OfqBK^F>LTNuTtG*{6cPQX-#ora3K3(qr<#|83XBu^=!t8l%k6-_Cxg>*!8E7Sz2 z^Iu?5*#$XgBzklxx1B{vz^Kzk9FqVNQF*Y3?6)njt?wzJislomu&NGLF24#!l~8OG z{a!8`E}_Qs8#O58XRZb9k1a%Zx54gA$zydz=01Kn>1LZ_qwpr(H~2y>kE6(oX@2y3N* zd%GtHxp$7y^0|1Z>grp!Y#e1H(A#;n@$i|5x56mRRC30{9o7Ak1o4mwo8~ O0000Hwj1S%xxg&Og`u|32>ge}>^#gXF(od;b6b|L@bP|No7*>r4Orf7)4$<8_Tjv$-fx zUvY|U5|9!s3GxdDDnkJbs%z_Kf@C=hJR*x382Ao@Fyrz36)8Z$OP(%{Ar}5`FGlhm zR^VX?*leXHQ2hUL*_;5WRbI9Zulp4qE;nR+75|EVT@<6`^Ow2VYrYa4+#=gvwc?aHB`w5sn4T<1luQ%1ZV3Q{88C36mjAvQ}`&);1 zY7UZ2+8H_N^$hZc+r5q|8ij4!!fG<-!=J;4LcJ`V@7$c99?+3=QKGR!;0}||11W(` z?>V1)C|0}*--%Zv%59R(5V$WDr a&%n6X+@4M8e=g8_44$rjF6)?`5}E+@G^exx delta 522 zcmV+l0`>iw1DFJm8Gi-<0047(dh`GQ0pCePK~#90?Ub=g8&Mp`KhbM3gGsP7BHbc} zB&9-X>E@gc9i38LGnhZ1Tbp)j{{TB=wZ^4m1p{v4cpf--Aw>r%geZ|jhZ7q5I=p*# zC%m(XEXlmmXYoF6<6y4fOgB>4YIoxP{6KQ-KZECETpL6Lq<3q1SilZM_yc zme$qA%Ng+?6(^lAIK3EBnvHv%AU2Rm>RrXR-=(SA-hZ_&rV|GC$tAD8c1FJgAnyU- znefcaO<;A06sHZy7NC9TFM4wb?+aMn;k7j{J|Bm2e)}KTUd{+rNM|UW@W15ZS{tjH z^>TZCCv@i{8wg4rjZUTYW1vEFWoIPtolA&{5CWm%Uxi1C^iS&-$4S<;q=KH800000 MNkvXXt^-0~f&jGolmGw# diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/creamcheese.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/creamcheese.png index a7e3aaa94f441b27210364ce6b48af2948dc06bb..80c72d9ad0f70b893ffdd13c9dcf456a9b6f7d73 100644 GIT binary patch delta 495 zcmeBY`^P*%vYwfNfx%@-*D)Z)SRCZ;#IWw1%u67LCEd~2k%3`jKlh(RRv_Odz$e6Y zb%4OiJU40#cl6+I~MF|0iKKGg0zb6!(V`AxHF0?rkvv9SVrT@j%SE9J<-Ho0xdS%;o zI=ovO8@%MiQWxQmQ?7{?O}iJ(?#Q`VwGyl?*mtYwhU%uv{{y_t0hrx@U*VZSN=09lv e#eAT)o>6(Bg_lcxSsE}j89ZJ6T-G@yGywpE)Ygyy delta 770 zcmV+d1O5E|1CIuf8Gi-<0047(dh`GQ0@g`HK~z|U?N&i(6G0Sxu@z&D5Ss)=X;6Bp zcyOT}auHhf;3?IMibsP`ym(PW@N5xJ^(2J$pdi&t$)2h-81!HStE(UuLDWnfLztvok^0y4JP-+M4VVTYt`7=FhWp24geh!n3=K z&5v`RJ2m9B`8)MX?=-hlj-hq~Y%;~Hr3Q?{DbcYw4@8r|N(t7x2#l*&fcz{UGH(@- zo|@!s-}}iC0d(kkAXZ=}u}*9%DWJM{Nqk2Z>+^9`z9zxvkl6r^9|dmDa&Mi#0ApVY zp%Z=*>+}wiIDfG;4U}Jtj_RuF9WsW|&le_e0{r;!4)@kv5r~72xt>(Co)keP>8Jn? zkh5;afgW4+Wb__Q!m?^8)f!0lhhc2n0IR$vz~+kW+nN%+G65cFNZ?f8rxdcnLq`Ye z*c^$7F^WNi$9RjAm%#$s=DmWVfI`5N*vXv0(`OceVSfM%;NHv(A-y-sV~m|PN;Ury zUP9%yK;Ll>aQSs``WY6()c2)c7Y#=xFIx@J`+^*m$f#Ux3GfN-W^-^oWbRu;xY1tF zvQ-qI4cTGbM?jvSfVS8`Vc;l08}Uy~kM)}(+5IU0g82DDGauSp=m)|8R zNlXATpiIIA*GuNxggf>hgO9{Z3mZpb$d2X2A$vrhYLCq?BwA1gkO5^-_c@X|tKg}3 z0TXwHnc2Z2UPkV)~>47k^`L{w5$$~Z|fhN)yJ*-fu1sh0!tYS{E zN4Xnb1~O0(hz>^cWl$ySP}{#DUF%xc{;>i01#;iIB+N!fkN^Mx07*qoM6N<$f<{9 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/french-toast.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/french-toast.png new file mode 100644 index 0000000000000000000000000000000000000000..671cb0f887dd98d608cbc93b0539d63df28b94b1 GIT binary patch literal 536 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijo0(?STR|g1fiPw5vqp@e9;;tTsef^9_ikBgt4GE^KNj9t zCvj#b!}%F3-#?fB|8wcb+hcFeq~2I7c4iLOix(zuP9=W2x9iud=Kntz{{Q#!|IaDs znk1UdMGsdBIg4?;I2HZjdeZk-t*>_2-tQE=+ALV6%?Y&pwCIC0Af-_fA(3I zpPfxMuKC1pD>UbFe_P;J@xRR7-x`{}7<{=LXzd_4Q`mWntJwhyKCz_gU9NVFwnCA1 z*82<2MK0;tdyjGL$%y0A!>^lfFYi-7ePwQHpo#V4Hzof+{P^-mNm#k{PtsOR7Xh}8 z4-db-jh*CkOhaE=!0F3cMs-b(b238QnxTidt|(m0);$#YEK)(t@ql=M^E9P12N(Dn zB}hJh%q@FBTS?-Su;yCPO_v_6cktbzzjR83%^_ps=SL$NXGH}j>1_PVn0dc3>Y{9s rgz<#9+l&)THoxEf?EwETVTZNynwo8*_D`39LXyGL)z4*}Q$iB}_g?z- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/garlic-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/garlic-slice.png index c9fff6ad11b7c67a068ac701c3f1ab79c9dfc748..16fe63fac5b4fe5b88ab540c230a86264a34f264 100644 GIT binary patch delta 363 zcmcc4{F`ZlWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$h2fKP~P zv$<%QHs_~qhLVM%KbMKG4iI`>qw)W`|NjHJm%TG3FPL;wuUA z3;vG`7+eqBIRTX6EbxddW?-o2I}B8HnDKc2iWH#e0Z$jl5DWje{f=UX6*yc30~BWc zj^Cbq#mrN@Hg@~xM@=)|du04yU~lk6)q!(Sce!jtM4^U1vlZjau8rN<8=lX2#@$gM zw)Jf29g7-4VU9aV;j7c$O>NXkVwidLNJ;VP=yWYNxg!iw$9UJCI4hXnwkt*3VP;}k zJj2)L7MBEl7YI%>IoP$#g41}b@+|Ld(~4N?Hm``#yg)(F@mZjfdB!h)1~1)* y&Oa+^U+{d93fW#<$85E6*YdmryX%;4d}se4t(UXhsLZBEF4+ZsP1`aB*^U@iPeG65JfRi7zOEf}nyRxLArPA+`-R_|{qn$zcOcql*sr zgCqBl=br!n?w$jQL?V$$B!5iZZx-Ee&X-U3E=4>%Ie;6_t$$ztsAiz#3c;~)lHpyN zTiyV8eQB!5t$!Ngv>1lNgFt3#CTuVEmy@$4A?VWBsf+nhc8AgCegGPj7zHy8z*%mp zrV(EQYa<=yh2?GlT9kT1O&X!bb|E^`vjBkYSg1-w%s<`>0F<8Z0XW`jt!g3^M7+JL zmj)$9SnFe7yMI7!`(P$E1!a>|#z0jf*p7wmSnO*TgtfkkS~pjBRX17HfS04}4z^=4 z_dX4EU1GSWpehkmCBj60kW|JHC$+JX^{wk`z*v0%pkSs+6u<7=b}UjEgIxZWNAq07 zwqudY-vW>*>J-d08!K7#c+}TG%^uL>QEsm8(Bn~(vq2^C&)byV*I=wZ;I3UddHP)w ydQAX)H{^c3e7|!)@jwQ=W`gF{5|&6L|AtS_YN-E$m)TnY0000lFzvG9L8!JDaB zfyc%9Ni^%u|C!dD8(DY1V4dU2aptu9%KsOcdG0ba>6q$<@94YRs4YQV8Gxv+V$FBJ)@%<2X>iNaVa4G7{2Pr|ZjmIS! vg0fd;oRj~}mM}f2d+9Ri53AV)zW!rN)HQQnneYLdXSS zC17blkRYT97LvxoO4Ilf78aJifQ<@53Ofr)DIy43i4d|R;apAsfx+ zQfM=OvwLRFod26M%z&1bmX?;5)<4TwWYPQep7(P9rs9q5b$?{Md*RMibEagU;Z}y$ z;dx+w?D7a6A7+A?ns8fiyv=1Op1Qtq+ww2%etOuJLHE-GVE@?RDVdoH5(sdX4twVF zhlTLu-ku1sYYDsCNsUc2GzfNdEn zuU76%+~h<6DSv4ai6*cu1KToG7vwxZB$`k;GL~>b3Iq`8uriXnA2pW$(yZ5R0K@iI z+&Us1CRT7314y0R0K@YeFEk1Q{`Nkjv#3yN17k z%&Ka&8fZKhz&J=K6#8|(-|r)Yz%)&=+3Z5kyq4CV>l+C!&}N+&;fDYK002ovPDHLk FV1m5w(|P~^ diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/meat-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/meat-slice.png index a67b0d0540103ea124b5aaa74d5a1c6094b2ef9e..629ca88d8ef54299720db1cc51d54f2a64c6750d 100644 GIT binary patch delta 359 zcmbQt@||gdWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$g&fKQ0) z`7)!`0YY#0RDHj;>i6rTf4^S&|NlXmHfM^cV1qeN03(mH7{~rht@FhS&E}#&P12hW zaserUk|4j}|EPfBfpV-Q14BInXMsm#F#`kNVGw3Kp1&dmsAG$#i(`m||Jw;~xta}l zTzx0cS`zv8_x`u* zbp6!hp74T?uTjFqDDLE)-c*4OL)MP>VLE5hBv}ILHk?tq+C6m=yW{nQqUJ`qZ$f>c z8z<`N%yGTYC)EEa=g sgw(*=hpQV_X#Ei7KeW3hKI1Ltv{@#)5AOc61A2hL)78&qol`;+04rMK}(QO*?^k55w06?t}ry?y!mzx4|^Uds$aF!VJ50000c8z(0WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$h5fKP~P znKtL@0HH1MT1SeV&X*azuF?2@ZPnkeSKjWaYBm@B{rc$t{|_3>c~V3Loy9l;7Jc*e<2@H#W+Rb-nYj$W(r>3 zT(7SZxoKHYLX(3}s-^a-87ZroRC3uF6l^*zHrk?fw4DdGnhi(NPXl7#p@^S?_kb$CG-Yt!^K46uC#|8rb$KYTTK*(B>b@mZ)NrP8~!2 zK)cgQr&u2KWC+)totW&;;Godr&@H~((BsF9lrxGA0=fzvT-^Ns!hWdh{@>%?yL*E@ mm$Xt>X_a8zWp;+^Us>a(7)B;P`1uhSS`419elF{r5}E*`)xt9X delta 836 zcmV-K1H1gz1JDML8Gi-<0047(dh`GQ0~bj|K~z|U?UqeQR8bg)-;Rcz=4OhsIl{n`!o{TeT)M9XEYxa_zQN4jPs1D3C%tQjswLZDY$cLj*`l z!%9T@+WPdPIunY;N?Zn~fSFSz#h2AlXm@{yGC} zB7fmzm}w@~Eq-{joCr>jqb2YfS8IH+*YhR-WPgkq)SIU;&^Wj%kq;0z5t^eW@^=+t ztnV#$9z2AVU@EXMt#~zy01+sfU~qNGG>0&&q+DZSW*`aP(!;nv{08TbZl#YZdlQly ziU1KPLfP-g$(s1z0$HY?el!$YWwwj`j%3_>^#eA?I?fb3Xdf|1`X3GkHBW@zp(N0= zcRe0&K&1_=t^uN!3#TyD+aa@?iXc6R8b;QOP{pn#!~a1EC6v%V6oB6iOVE;{dH^f{ O0000C{f diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/meta.json index 0b0c5c16889783..8a816d868b170a 100644 --- a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa", + "copyright": "Taken from tgstation and modified by potato1234x at https://github.com/tgstation/tgstation/commit/0631fe5bde73a68b4c12bdfa633c30b2cee442d5", "size": { "x": 32, "y": 32 @@ -43,12 +43,21 @@ { "name": "buttered-toast" }, + { + "name": "cornbread" + }, + { + "name": "cornbread-slice" + }, { "name": "creamcheese" }, { "name": "creamcheese-slice" }, + { + "name": "french-toast" + }, { "name": "garlic-slice" }, @@ -79,6 +88,12 @@ { "name": "plate" }, + { + "name": "sausage" + }, + { + "name": "sausage-slice" + }, { "name": "spidermeat" }, diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/mimana-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/mimana-slice.png index e45c8a9c71ca9b735b363d8c831743d6c145d30c..8fef6be6db6c8388f29951c4d29b94d3e0829f3c 100644 GIT binary patch delta 349 zcmdnZ@|J0WWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hcfKP~P zZkTI=w@p`9*P5Q9T{G(rE$y38lW}U}yk*OlZQZ){?AfzH4n{z=R`ZJNffR2^kYDhB zB*0+%La7ZX!CBxDSF-dxY?(1_CyZ4-63i`s&=P@sd>DjcH zmy!$WW-Ve~cs6R4R{4AP)KemiOH%5;9BY}ev5QZ_Ve8eyum2V*F<#`IkkrBb>v7l` zo(n~dY13SGS#;WW)iL@xWqkcGt@Yn6=Oagw)TcbEsX51Oa73ZTrAqwoE2gF&b!U&= oDrVky^Q(L1y9d5?Ok2LOm^f)ly_={09_R%IPgg&ebxsLQ01h9VnE(I) delta 557 zcmV+|0@D5M0=oo|8Gi-<0047(dh`GQ0s=`yK~#90?UXTZ5@8s}f9)ZV6Sz`B2Yrc6 zsY=tqI9-hCeE~-kji12D(ZRuq!NE8&yXwT?Q1@P&xHuRa!bvJ=a>ZE4D+vKoXz?5> zZ$LS;4U^t~dGh9c?)m-ix#u1T6ev)jK!N^u&CRM%Y5R@0Uw_#HVENiA`;|Qs@faKT z9!_PP%fKjX2<%8XF}K%0X8!sDw{P5^$O@eWlv*%|FQw^7sh}5ADHT8N?BHr?GJ^)o zS69$N5hCFWG~OThGJFkezI@?zq$Hh6DhQxpo9{j$gy5hu60h7u010EA?NW(5w=Vg1 zW~zZ=A@7ZXTYraN&_WSDm&>?X8X=+xApj6UU>F95VUWw^0B{_Kjg`1E>$){x1M_|t zu3MucC4-aRFK~frngE!lslY=x0AC%nP-LugXEM-lw}|RGu3J-uvTJMVt!>-JG)-*V zR%gd?)H$6>0;iwLb!+t7Enfq^GjP=HDiaxCaMEK{KYxvcLGEsmi}%ou4_S=&aO!m| z%R=sMjdd}q>r)N*{)WXu-UEp0x-xUr?UKn{rXicZ4JSaUImdd^qamAP&)j|V)R*(e zJy0yyk*OlZQZ){?AfzH4n_&yHeFp^KpmA?xnF=3 ze@T#E@P8D*aOKX7g+M9J0+0I0Vg?4j!ywFfJby(B&=pLcE{-7<{!b^JENU^}aoOwf ziS5t-=gXoG9ey%N=D9)cDc6hVZx!tNcX2wSX1mu~rJ(F8$&KoP*~@~8*GZpD{Hb

2qQjD?JOxfabJ^r`mMrP2DFf z9l)cMle*p^}P2DM;w=}iVuBx4UuN*IkG_7>cep|*ey9=$?&WNtYHj$#u z5vT_7_Fhx*@z;(yn-+2|~M68CrlFraym*&m|m^krfJafKe%{?07>uTsKufy+J~Ab8~qt zqiRG}0Dl|tPnEdV_8^kba5!v;(A(jV(`_b*lR<+4wP$4|TdDuqT?zyOCKGrYQdX_x z7DT>GnI4+h=ft_K0ks7aT78=)nD@(v>~YU0e}WR+|#glHL23pxP4F(g4)me21Pq zye=o?DPZ&@J z7za?R_2bN3ASF~1O>_%)r2R7=#&*=dVZs3SRPbaSXBW ze>)*?TeAX>OQgX4|=Y0?7GTjgU9RDVu?XF9n#+y0ZjOeM!Tr_+BVc5?IW`C+Of z{!}d><;1LOC4qWO!pgrBYP_QtSpMbcGu1kh5VhOzWVA*{LdJ=^9=Ge?$vY)Bd9|@< zbDsS1W`@&K4%a@Zy-zlXh2AFjO+ZUs7Anj*C+ z1fxrvm>6T1nyL$<8&_`l1O5#EKsRpu1uoRYg{E;qyu=t1aD>SeY7sin>l6kk46aJj zCI#$97xQes^W}W!yw6Dv7#J8B7#JA*V@wx0RC)QR|M^2^(0^aQeT|d;{tNN1?i_3Q zRN&29tgRm)%mIq>RfqW^aJF|sHj%!RON zU=KLR=5s7MBJ`YArkxI&Y6FYfWg_BcGyN0a)j1x{s3S#&3OrwS_TSyO$DA*OJ>Z~T zQSb+6sYP}AGJlvBAW$-+^z^~{z~08UW2fsf(Wy14N?WAN-_MmW4-3z&rdWtC;)#Wk zMF~CNryOY!w}t?STSF*4oy1azz6>*$1=^a8idG|=&ry}O5axpvvgLChd9DCJRoX(S zD}4Eu#^rW#B+1w|?G%bKiKP%?zH+J-iZZhnGfHotSbs1|*K469ZVZdSI&8Dm)adS5 z5Zr#Y)jERP&!HrvxpV-wtG_s&@331fa>?VR6||83nny5su(qLFK4NluYN)`-Kkz2H z!kyB4a;qtdnF2G(FuO_(yKch~_Mq+^;`F*`{NATyJ|-DU(rh;=W(rJBPqFgjHP1e& z7yE=~B|g%3pP_;2_F8^7k# Thji2m00000NkvXXu0mjfT0Ig2 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/plain-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/plain-slice.png index 855c8fb2301faabfcd6096f0aad25c5390f4bf04..7049dce349ddac4b4b902f9d5c91cbfc9028e1c8 100644 GIT binary patch delta 357 zcmX@Z{FP~fWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hQfKQ0) z>HwiF@mjBIG(Mb;{&r`=uea;|eA{=V*y;cO|Ns7-d2%$h*<93FjH67O6R4xtU33PJ z;x7sE3kE7c0t{E~%vcDN;w|KqF2q>_~AwR;n%rTh`~ZmpZa zl^ipKE0-;g*P2qaroG{XVSmM)RckaSePxn9eD!tu8__diVJ7oMeeMXzI>*_3V{7gX z*wdWCGc&-b!EEu2kkdA;J#30h_cwCAb9&D!z`saPd0W)=f4&8*f?YGaFWTK?36EO+ rHgMk#j=E{LvTE4$4_VtQeyL-&Id5b#fpLK-&`=Rv>8^FD!#tOn zVcu`vcjg-q2m}IwK=8-({if(~fee8Dq_ zYk-Z}q1NhB#4)an-8p*!tM(z(l2FZINMQia--Wtiv{MwXJ-pvD64YVY| z!51Lv6Gky#yj8QAo zeDu+L^f~4LLBE1gD`QAuBIOYjHH36gVE?eYIk>c7V|J(o@VN!{lRiy9cdXGferG-^ zn{4e>n3#%CJgcyNeBaT_^AFeuOiV>cX*j>X8;PjQZZ^K*)VP^@251if@Hvn@wqt7n nSM#0%w1??c>t!qu2>uPPwezE0zWCvc00000NkvXXu0mjfP&w37 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/plain.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/plain.png index d592e73c94a3acef78e76a965d474fbc6519b866..eec14af0213132d1061482ca2c460c95ec877717 100644 GIT binary patch delta 429 zcmeyxvWIzsWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$g&fKQ0) z>HwiF@mfcUonF^yoG&waay0eB>F95FCj5H4?%%&Nf4=Q&HW&T>|9_b_r?VIbP*dpZ zqryN+pd`pI7$}Ym7#=9cN-{9iGjJAoL>4nJ@ErzW#^d=bQh+*sdb&7wOaj2h>g{?DNpB;!wK!n{igD^_g7`>zWE??;%(9OMwcyl z)5SRs80~Odob_@-{}df3hQB|I47BzyxcgCD;mm>Bm_rQd7hYdY`dDy?J+)zaN3@*6 zJtr%Mt?66YUaxh1n3wddDQAXR+QxfYYB|;?1U4NPxRM&iQ2$c6VQ)PHleW(FmWdu7 Qz+hnTboFyt=akR{05x*HzW@LL delta 620 zcmV-y0+ao`1NsDz8Gi-<0047(dh`GQ0zpYcK~z|U?Um0?6Hye#KR}C`CT$v8X-O=G z#Ly^)X!sMO0hT_1FW|~2aDz*I0Czrw3w6axBoL!C#y?1~H7Jlkv5-oW21-pG^PO^s zJ9qw2S1z0{Y0jN08@M>S>ZpHT9Kdj2L`-nv zMx~5MA|>5WKz2ZlX-L()I^k)6U_z>WD?nz%dBaxTHbFg|Z5=`a6v$6Bd*@lj!E|i_ zSEj>j<#ow3$~ZG(cZEi!<^kvGl~|+LDN`;3YOfVEnt#gLQRPf=W#-Dc4fZ@oHQslk z0aIOP_64qDy9$D~Z6J0biR#9Vz?=1Rh(&%%j(Ry$l&xAX{R#wlwf(O;piB^6>+DAK z_n}?m8OWwj2SW4?c$xJypbnRALctk>AZA{f^Sj4opt7_kv0lib`E6OC>PIohT4Jc* zeny9wAZ0zrZkameGSCeqj^2iJA%}Xwyd!77DI2@{($*~8P*eG@2e^G}6u_LL;`$KH z-kZSg_LAeXDG<&5Ne9mqpY7=#!qk(wz<DUp&OzhIzxbim;6|6C9#&spFRS>q>^k55 zC}#1o1Gbs!>VeKC`m5cJHY@EE%VjFul%>$VppCP0K1;h~T0oMsQ_`(}g>N1(Z!>US zrPRasYVTW?nYKJ@lpfh$y7QiY;f@|fMb&Q^@5>*EbQN2sTeauM>|ZGG!u9#mn&;{* aL2}uLoupQn+j9eb!rv$^P#qp2TGM}NCB;n&-B|Nfo%^KIYN zvd9~C$a-4Ky6PK#}EturxR}%wJGql2rI}O(wDpNz5Z%m&$o4#U;CAZ zlzf`0!yUW-#e7DWGm6Jf>{FSz{el0fog&MgbQpe8Fc-)Qe!DltOY_JB4(mjR74w&V zUA9+LFgZ`@Lq)>```6n-a$~dQoaQ`ek7V1-to;7?uZv|ex3Z7DNfb)l_HBpeHrcPK zclnq(oP(UWC;cp0aBJ(^*KCW9a2`??M4i`${n*!`7aYA0Fu4<1^TqW8Ua1;MXV@$;_;GGS~fD zmZPWB5rc+ZdpwywY`(yiaBJhHnR}9VFm~;{)iS4eiDy&ChyBk>n8o*LiA?BgZ;*X- t)Qc}+A%pMa)RNaLe|*~fkD(wo-bvr)L4(99TVPl+c)I$ztaD0e0s#Db=<)yn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/spidermeat-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/spidermeat-slice.png index d9af8868cfc7aa7fa4168823d996d030a3c15547..2456b4ed779175c5d7edb4c9425ebe6a92f03d72 100644 GIT binary patch delta 434 zcmcc0e2{s9WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$g;fKP~P znKoy$x#;QuA!jj;@7GrSetq=+{|B#YG|rb9o%-*x;+gE<|1}TaPMLd_=gJ$tg#9{7 z8-3pHsd~OpGPp17{~3n=pBVoC+zT|Usm$^tkdi0~s`m^2j~y_a71nzNRK!`}5n0T@ zz;_sg8IR|$NC67o^K@|xvG9L8@nTVn0*`B?&mtEAkt_fIUyhq-bbIc(H;=z9eC}D? zui{d??_vCopWaP|&pvKgu(y1cfdF@c)Y`f4f*y-au%3IAy*^cOmV<7*Nu#Px;WUX! zD}*lI>dkMgow8ukvjuu=4@*}&in}E`PI4{k>2~wE+@rRDovlOD`;tt|hfi8D+XG64 zRMlfeY`uJE74Wr5UY{_-u=VnR*Z;I8EMR_C(lvR4ygh5qBnkPd<#98-&+j&nu)daS zw05b?@q4dg4+#Dcyu3|2cj=qz{`o96x3Z5FVdQ&MBb@03l+?RsaA1 delta 454 zcmV;%0XhD`1JwhN8Gi-<0047(dh`GQ0h~!hK~#90?Ub=k!ax+pzq*hZ{s9xZl);fW zXu^i6gCR{A2*~K>;G`qWb>u(Lxrh!;2$Kykkw}bjHn7;hWJm~@bb1bWm#g$pkjdOH zd3m|s^}X+Xy%bO=6bgkxu^}k%$Z#z(T#IM|GF*$Cp-w-&r+=;0YywKQEWYj^Hc*@D z3+L)i8ii69#?CGdw1?Guu}N4sL!D>>Y0g)RM1e>7YLT3w&g1$i{-YBMu!dq2aZQ02 zomqUX*Ano3S{7`=P$Nl*Vhz`#M>>iWu_Y5x?xjNCweF;GcYX#0=KMj-3ugg#KThIr zyoT%!NCi|9ZGV(|DPE{h>V}&KW;hFCuJ&I50JW)(axaCw{x&G^A{~fSWw;hG5w@S< z1!aith_01;DO3_|G&@<`U*7)SfkCdJ0f6mixD&I{m^(5XjRDM^0f0iOi`x4scYvK` z1IU_71uzkVTtj0bY(K+`+kOVK(HO~=h1qD#L)-^|WHwkhWk$~zO8!5?@c-xD|3L7G;dPD1+dWm^udOQ6=KTHo=-;nb{{MgQ@a>ep|7+%+ z~k7UKXK>7$^cUJs?k>WG3sOQS*}KdJwB%rU_-NbrUCkPnYa>p6iEmiq_(oydjD5=mA|~m@KEL*T+UI-b z+G1;_EWKjLa9p-tWp3e~>+Zcpd`!Lvc86{AseM0XV_#e78OJNa8yH!+u7*WjvvgtG z!K!*hc)>2gNy1(MC1qPW#f};>taG#tmbBBF<8+{<@38*?tC+9@rAjQX{p)28r_E=K zVT*Ha_@EN@gCXMHeDi`zmA$HdC-~>S@qeKH*R~+`ecm&-%FD~*d3k_A%i!ti=d#Wz Gp$PyL7U_%t delta 600 zcmV-e0;m0=1m*;g8Gi-<0047(dh`GQ0xd~IK~z|U?Uk`hTtN`VXC)%&ogh{T+T>xn zASo=;NWd4&d2TJm>?K8AsD(f9J59k!IMn<(*+B09#*B@pSeU6ef|P&yx$xL zXw8_p8M8=wH}wmm!!77<#Ac;f%ek?#VB^X})2vG-l$SYz^ir-K042TsF=L4`832Ija86Sebip8q;B@ieS@7Y~p+qR;yZ=K|2MGQ7w(rB~=p)u1(etfs}AbkYDhBWKa+0Fl?&5!vU1%EbxddW?w|T=BH#Gm|KG4}jfRwPe(%RONz%`?6&?Ogu;1~imqCqJ>DPO1 z1_q^P0!+zovj43s{S?;WF=fXKhUHUE+?w-z&gQyHsxk|{p)TSs*d!#*$anE`EhNyh?8+LEk>IHrUI-kMQ)z4*}Q$iB} D_@$~F delta 571 zcmV-B0>u4+1IYxC8Gi-<0047(dh`GQ0uV_=K~#90?UX@l6G0qDU)rrS$Yw(%kzz2o z#gNo0L?s7BDPCICQ;;5NFG2+|2k|8M3E~IPqk`HB#iNx*JQPbkSZtuAZo1Gyb15}M z5=A03I3CiSG%%}GdUM}pc9xlWzxmJXf`^BPhlj`ij&Hvf5`QnQiNgFc0I3V7D9kTo z>fHn%Sig1rQ-IwvM@Y$1j;;UriJdz_+V@uJ(*8ztBB*iT^R*r* zSrjVUoPK00U4P1#v*V^1?)SIFzB&klsgGZXWz$mRpz9$3jPMWu^~xN^S6 zED?HUDvzPdtpfSAhO0bkW&ntq8FW2_5gw9qfc4xmC3ygbZ`Mm%>())L{+c17LrW zbL`9Kh`)YMVXN6OXXN?1tLKmZf!T3WI18x)MFQN6Fv3wI}huQ!C#WtBVstG~S5S#R=tw^YHLc@e7=L<}F7Bk4XRk002ov JPDHLkV1n2a6xRR% diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/tofu.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/tofu.png index 90432f280fea0ef2b4fde17a8ab60180e811d676..6c84e602a5c72cd60b35fabbd13257893bc65bba 100644 GIT binary patch delta 493 zcmZ3-_J?_bWIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hNfKQ0) z>HwiF@mfcUoz9mTy{^&ta60uX2)?3hB_ObOsqV6~zeKa| z9O3S0pZRUZ1k>vh|9AzqP1t7pY{%z2M-(oc;_dL?_-t1Bw}V!%Jf`nv>^6S0Rn9cI zQ@p^R=~zOt?We$--MKBD{QuKD6V7yeE=)OAxnrk$E|ap8!qA@~7=o z*oNccFa9y8B}z_N%Jx|~fob{c?FZXFxbix@^vOKDzv1#jF$w2&j;yb0t;9cU{>M-- a@4ntH+kVwMlKsH&WAJqKb6Mw<&;$UTU+LKZ delta 802 zcmV+-1Ks@m1Fi;;8Gi-<0047(dh`GQ0`*BmK~z|U?N&=@Q$Z9xu@!4gNIxmoPh+Ks ziVGj&A`8V-&-La2g@)NV?Giz*2gM2sNybs>r%))pZq zX`5oKEgDDeOy*_YCr@!9E^;8;`P`Xv?!EJ7f*NY5;lDYT>da8y|K zh_Pgp+j#FbqtDwkuC%l90oM>c)h5_ri0Ly+&<=&fz}qCy6a)&>(5Jl6u3rOEqkJlH ze;nbVLEg8uPj(BUgEt+y90w`lwl&ixQmd6Bz9WW}sQ_|cgWzijc>u=`0}n>I)z4pm zwmSsR3A>0D)_(y?aofx-AoETP%r2U3S&XK&@QsO_2tPd?;Z`3@0|D?kX(@~P%QUDY zt{Gs-C`HYTXiEX0E^oF3YBvR;>vNc%TSBm<0b2Vi=$U0fHkPj5w`8JT6`+r$nWib^ zRNo15DR9@Gt|EM1ub3krc)5?UIa!s=p`Um>?p^{l@_)o+0j)>3V%OPjZWkhZ_!vhi z0Ijp=bc8AaWtJVSy8uc*kx$ff(oMm2@cCM}CD7QHV$l#G31pNiq45QkvqYeBRTaP& z$ioI02|nlNZJS!_Z0%PSU@F1vB0|M1 z644_S5oJ64A}4%G0jv!)+X((T1BRo#fLa^HU4ElikZ0~;q1HUJb7gaSs zlYsEh8xK7|h6o~|D|v^8Z_lp4zwsiEn5SQgRDV)T1S+8_LXulcW;=u%_8zl~c&%gg zzT1dJwjjK-NqnkxdHx{LhAM$dsFKQGr0;IiZvH2hCO?YQ z(^;Wsx}yQH)CZ9f1x|;ONZZ1fDx{tYt)l=!E^!sl<9C>hKqYb_v69hxmDCiqr|RF3 g8XIb;;U5FQFEMn)_vFJ3hyVZp07*qoM6N<$f&-RtzW@LL diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/two-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/two-slice.png index fd4617092e3f94c96791d7defa6d6f4d24297314..06bd06ec701db7fdd7dd517e4762b15a74c5c360 100644 GIT binary patch literal 769 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCim72l#}zMlmq-Gce3zV3^CmFrR@Tg@NH&YUIn(@;7xoFY?MBhqzyKP*}vk zkT1%X&A{-wyX4cVb?@g+{=9a>yBQNcE?)J1^1?SQJvSK{rZO;0VPJ3;GHshxdNkvf$f+-Cy_b`nYn|mn~Z!r5ep)V7R5n@b~-v|Nqbac((V;o~1vo zAOCiA>yJyvz8&B8MAsBi09`LQ8`Dg8$P1Fl<=JejaE6XMsm# zF#`kNVGw3Kp1%SZ(2QE1E{-7<{%`wlh8V z|43j`a<VEq>2KSE}gj|aMr2k_|t5^Ki{b8s1Qy0d`OUOvcNy?r+f4}8p=gE~X zkDYmQ=Z}-Aektc!SB`1Z!lPDazm}feyEZreuh1-O0fAk+x7Qa`l++YemDNq0%Kh-u zt6ywRZW?>{?p_|r^sYht7JtA0dHn;<&m@VVG@STYCVBybnc2jH&pp{0c7#Z66g*Y*K~~|Q9FzXTn7K2eS1akR z`D!zpQAkr%$}M~Cg#vEFNiiP5c}xEYFiCUQu#`7)Gb%6jeRM;O@1aKJR__C5KiYe~ oFY!Lmt$IiM&y4*FOJ1r^x~?;!;qU}t5@TTSboFyt=akR{07ONStN;K2 delta 535 zcmV+y0_gpL2Bid$8Gi-<0047(dh`GQ0qjXcK~#90?UF%j(_k3Kf2#q5=~%@ihh$|3 z850Jjht)x;3=cbd^E&V|_#M2=uONspyy{hoj26MI2RA6FrH8n+mLy7walAsc9=c>n z(^NqZg85(GywCeS&+q>{Zy-~qOqnue`roziC&?e5+#MghJbw=NH*c2+_IDn={jJ)+ zycC5*0o>Z6+TG_=$N-d!a+u>f9;3Aq2cxUd*q>`AaS-b&0{QS+P&FoDRVx7S=0u>? zz9x!ZZe2pv3b>93z^m(9sYYUfXZLQ5XF=+XE<4+180)Qk3Ul%!`=WqRf&L-BqyykI z70N~V!bm^)G=Ea?vAelAt{NmD^}PW*+a{+%Mm>+`M>ZH0mahB&is!9NphKfV9-w~+ zH66Dl7_F5U9KEO0?k1*{3*Z5S2qdqsgwt4-1+L@aG!=YF$G0tpXE}yvxeyMpq^S6| zg)ixt)-_bEfb{N|dLs#sO+eKO;CQ%>z&TN%rh{z(@PBZx9X^2yxGe#IzcD%Yv0_D? zrZQO(EX#t&FM6!5n{?W}gn@-%0zmAYgLnJ3@tvm+24R8Kb(5+=IIT35i!#rTyfCNJ z?s5P1m-L@-cXM$(4^nS*V_ih=2J5t<9nXTt3{0Dt2bnd>G^K%O8kjcow;-7^W%{S} Z6S;QoH4u5uPAC8X002ovPDHLkV1g(F{;~i7 diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/xenomeat-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/bread.rsi/xenomeat-slice.png index 73c0e5447f5e6a82d64351cf3f402fa658e6f606..4b800b4473207afc2974137f9417f0bb6c7b99c2 100644 GIT binary patch delta 435 zcmbQha)^0?WIZzj1B1(wu46!ou{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$hZfKQ04 zvuB)%si&%<2|vI5%YD_qpY2Mv(kb_~`1j+=gsTRRKde6fyeam$qSivOzaLI;76(dp znb^omm1%RX4iNHFliw1rb-v7~C&3+P-qLh-4Iou7SrX(I{2vEkU^L;{4phZi;1OBO zz`%DHgc*Tq061j7Uq3kk`4+x>#Z&}6d#Ltugk(GGGX0;lP86} zIEz*0F`t^y95O-Y>b!%>M-F(T^f_xq^r)UM<`HC=&}cBh)S3O7(gfur8qscSA`AQ{ zTnpu!$&q5`{6rz^m7`y#=O@Wc?Prc(Y7Vqr(W29K>uUYdlI_l(tEww1OH01*4qNqA z{lw|8|HUuaU*6VfFyCM&cl%pSUtax%qNdoGUvf3){2S)P|C$yURJJR>0q9W%Pgg&e IbxsLQ0M6LEWB>pF delta 513 zcmV+c0{;EN1CRue8Gi-<0047(dh`GQ0oO@HK~#90?UYSx6G0fqf6Xk2g=r%mHZesk zr5?Hv>I?XCF&{vC@Z5{NdGOSH0q=^JLJx&{?#2ILr{&$U?RH3z?9Di=DHvm{zDzmlTpfHaDh*R-ttyRP2>+tRsTwQ@cS+Le?!?Wdh zuS9@5j|tOGHo0wnn#&15+Hd{Y#;L_JN;Ojfa&bQ^Rcn66vnKu6S~W~=8>aRQvP3lU zu0))c2xCXym4D&VfwB-Y_Z?)(t{2>Kgpm~7@n}9A_b=IVDb=K2Gw99;9nkFoM86ZC ze#H0q1j^yS(^0(GaM|_0^5NXKs7AeJkVR4f5-(w;N_q$uq7S3nP`)eJdD&z7hWIV# z{BDnr1-m|+^ZZe=&#~`7rApW@6bB@WgT1$=;l<8iukOIxr|BMl^$=aTM<~z6uid_B zFX!eP{YS}Bau(w#tJmgiHWytTAhac3>qxQF|NsAi zc5UWxtO8O>B|(0{KoR_af%n4ULZE8S0*}aI1_r*vAk26?e?oQ7{FE-yUS3jZN{LwJ&5ld`?CxhY~X%>yi4_!1IGI56cOC9nV*r%MI`ABLnV}XqSk-$^z0^*j(rX(KbSu|hBow+N` zWcu|67E6W0e3i#$onOr4fA^USXYm1vWk&O_XYX70Gh4NVq4ZMS*^|!dwJ`zl8Xv6! zof-ac`zf}i+?;gv=^Xt`$6IR-98vgJ5nsBeBPjaMjfU>!+m1b2J7d@Dpd(Kj52$Dr tEKV%p$uD}8Eg1SF?ep{>-w)LOXT9qc&)fCBqZ1f044$rjF6*2UngFE>A?pAD delta 827 zcmV-B1H}A*1;+-E8Gi-<0047(dh`GQ0}e?@z=9yChwvrpA*#2%r4%F)ln_DTL%tMhe->B}^pb@k&S^u+lGF#q z&{;916Tfr&ZRg(IU8IM4*%!9oJ?EZtKHu~EoqIQAl~q>%TYs7zziz%3k=#?_^wWok zdb*LS?LwdXCY7EU60&*^2&ph6$wH*s*WMnkZI;e@s z0fGG|^aZCDVkj(fAU>Z!v=>Pe3{y>589G-Ovt(IzUV6|dd`%w>P;+Dx_ZRQtd`=PV z6f}o4{VorVy?=+0c-1H4`_6Wmz4m?4G+vImqvD^o2fbJkP8!> zfK(!i{arEmt5@Vbj+8|zT}M11Y%|ai574d!?{aZQ!#bZZL=s)on1Oow*>k%>%gb0+ds1N~hwK|5nO>1`){vvGm)X6?_tM1OJ~FHTW~S+xhkQTr08JD+$W z;GO{LgGj~?J-QhhQ*qep1f@h!SVUU`lv;uh-2oiqK=nbrzrMuInxj9_`(hMsw@;RVjJOL@t5FFk8)m>?XMhKC zZE2UewF1vqA}A^K;nU|?wA~!W@#_KkxUL4kFMp~`;|vB~hJ;2xKx~2_WTI?a8HR=< zsHzOYyA1i7=63~P1gJpO1jEfGOFM)+J&kE5wof`F{94BdHlEewqe^i4L81j!fC^Nh z{HbebG`#)|4Iy-JeMl3$i_#hmUv3D@<^#K0_2FcY`Uh``v?s#qP!jY?%d-?zOJOYy zkTfoLAHbW@u;4{ikQKxXqxmY-uxrise^6FgW%UmQ;5P+Fp`o}xY_)Ni2!}F@w*ZN=FI{Vt5CASW*J+-QPUXE*1pdL_33%7k6km4!{@(cbC0}Pwa=$r?N zau#?*7BevL9R^{>fJzX3_Ed1Y2;N){w10=?-UiUjMYaeEBh*hMimIb>|;U5)3`fE~2H{+9$D6>QFLA_+)`)<=d;w zUD}Ig%e6Y3SlgJ(7$N+y=Z)#?g4WJW$0i81U7fpOj#K*qGnprDktfUro7GMqc<5_z zJb7z;UvkR^E5H0>jwT)ldyj8Cy=qU(UbS~xNjAODPAy=`cG|($oDo{X#gKa-_)W|q e^*W~;zga66%V|HGKCukw3kFYDKbLh*2~7a;oRKX6 delta 170 zcmaFNw2N_qL_HHT0|Nt}$fR^2#S`EY;(Fk~fm2Hw56!N)wr9!Jv_-pt;*2Fhe!&b5 z&u*jvIWe9tjv*3LlM@z5CGhg{G8iujTN}lccIE&7|H3ZD|A5qd<|!ZRnI;_k$A9bx z?-VA(8x2hR4=DYv|KH}J_`1p98}ro$37(t(zprPBR#e`WbydWm+0f)lV^v)vGlO86 Wan-e#DrP{77(8A5T-G@yGywo_B}GI4 diff --git a/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmeal-big.png b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmeal-big.png new file mode 100644 index 0000000000000000000000000000000000000000..14b2901015352ccf2db8a15d2b9f27e326e03625 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil21AIbU>w}F>w*_C@Huu`pw0W6MF*d3Ui(dTy{~su?@j6x$NO6_~`2_<- zzaDrw}H1ZJT?#EqGq0)Bpef85X?&%B*g}%WV&VUGVl>|Y1rC5*U%8BYTw{1@LBsp zu{uw5t@e$A&0>t0 zS}~#W+_w40*UvbyVdlvVGp}!-xqf=X%BJ{L%?UU6FTa0u?bW@@&TX1`YyZ;a4Y6xl zlb&AKbK~&(=a=?fT-AQ}@aj{WWm!t0&h?$n@Pfv+41*TT`KX%H6p63WW^Gm$-RCt)#Mj zj<=afPF~6MS^CVgQ%r%ot`zQ7TW_+h&6astYVI~>>6KQ~czXqoJW%}I{P@% U44%`;Ko2o^y85}Sb4q9e0C0>cSO5S3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmealdough.png b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/cornmealdough.png new file mode 100644 index 0000000000000000000000000000000000000000..20196a6a6fb39fde1590827ea9551cab887eb1cf GIT binary patch literal 627 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik92l#}zu4_-ZymR5}Tc=;%IQjI-(X*RpubcJfyvZgg@b5G{9{NP7tcW#~A_U87PGn-}=`8uy~>=jC49=^JoD7CA7pH$_Qx<3+`swvkd&aWs6x?J*NeXFFT`IUQ~$pOI^ z=egGj&RgSr$$*K$W@$y>vBRz}N|(;^aA5v2XLEDp<_}6X3OW;iPAPI*yN;`MIy1}Z z&N3I}spj0Nc@rEq1Wn@%=$YMmU2?zYgi9Psae6zh>a4lH_Mnrf&%IA-4|AXFce*ik zby>fqZ}^_~OKv+KnJUmHU->Qa+~<@zsqwoxUORELC(nBKeD>MzR!yH@9h$$JQ?W%p Y`N-b9;J){Kz`$bgboFyt=akR{01?7O`v3p{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/dough-flat.png b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/dough-flat.png index 44aaef5444783c98ede599410c463fb600f7b3e7..abceb970a9deb8c51f6a884bbfda9476d27b7572 100644 GIT binary patch delta 340 zcmaFJ_?T&eL_G&H0|SH0lCEPwim^Dz-HBn{IhmJ04okYDuOkD)#(wTUiL5}rT!2rA z>wy&$ukBfKXm-Vu%ST?`I{WtFwYw*_Z0yRLnja2SQt;pMD3IbR3Gxg64+9LF&gh&6 zigFfsL>4nJ@ErzW#^d=bQhOEZ?LoEE?PT=HoR^(s}Jn;0N_`BraSC@G5U-0`h z{Rdk>X8l8bmgx>>cV7RryL|aEoraxT=XK{FOcD$|%`T#)+S(_vQtD7LNBCrcW#!we z%w5`xX3MoYoLJkK%NQa2u;-2G?1I+LO~)n(wOyUNVUAP#0W+B=ZjmR<1)J4QA9(0% za6EZyd|z_Q1}ne(V~!>s2YZiiJiTg9%U-p2T1hs&&rU61$#&Yo*PIbr!^Mz$Aoxwp fA@w?^8^2jA7t3isn?A7&=nDoAQ0L%{oVpoU~QJ1vTG$05|a}9(DgqDGLX=yH@FiL??5H~Hw6)GTPo(3|& z#Wk%MVlktVX$MGwOR%B<)LqIDYmMM86BGuy%Mi|oxt$iFLPG!m54#=X1h{3-00000 LNkvXXu0mjftdve> diff --git a/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/dough-pastry-baked.png b/Resources/Textures/Objects/Consumable/Food/ingredients.rsi/dough-pastry-baked.png index 4bb7e80041b85a72aae7260d0e9abceb9b3e6bfa..e12cc4a7a5461edb7d9c1abc3889344e6cd080c9 100644 GIT binary patch delta 272 zcmZ3)IG<^PL_G&H0|SH0lCEPwim^Dz-HBn{IhmJ04okYDuOkD)#(wTUiL5}rM1W6- z>!F^=oz+gKX64U|lDWLHvBR7pNeC#%z$*M90!VR`1o;L3hX96q&3hw(Vw?pYk;M!Q ze1|}oQB=dL0Vr7G>Eak-;s5qr{XxFN1{}-*>|8(p+spYWCI>H-+m>AG*)>1IApcW? z@qadkV<)PYF+0py_;c?i2EJ#}ISQM834ENb#&twu>mz58fZ(MMl`Nn9y~1>H`NEFH zN9vky2b4!=H(ap1pWv4L%;aL!SKbL0tf_uVvN6vX)9YA^_c7RON?x3EBM9g_22KV~ LS3j3^P6+vYwfNfx%@-*D)Z)SRCZ;#IWw1%u67LCEd~2k%3`jKlh(RRv=$4z$e7@ z-qxO5E2|#un{#+t#`B}gU!UE0ro(%8h0DTtL!grG_gW1=imN2ZFZe$UFl;)ba~>$l zS>O>_%)r2R7=#&*=dVZs3O0MzyEuke_`f}Ok?*hqM{8mW--o~P73|#8RK3eC#(vwM zp;Z@{`R@f|`hPYT6SsfqvI2!BD%V%Dz375R4k-Fw)3%f#|i7TGgGFVdQ&MBb@0Nhh_QUCw| delta 378 zcmV-=0fqjq0*V8W8Gi-<0047(dh`GQ0Z~arK~z|U?bc0BgfJKe;J2OPP!bHrpM=D? zW91>-avE>o6+92ixx{Q_=LUB+5&?y2UCgw};EYpnA}-ox)0BtzD_jEwf1DbnIQ&sc5#InW8acF3P2_)p=E*7 zn_E;YLdBw;>pagx&y>p~4|h(vy{zo%u~pAcZFqim>*E9SFV8DI+@A$hvhm)1Um(R*666>B9|jmUozXcD z6y+@Nh%9Dc;5!V$jK}j=qyPnX)O)%(hFJK&oxsWGtjNI{c;M+j@ps9;uP*WAzu@<2 z`VY2%%=(A=EYls%?!5kKclq*TIt@Fw&g;%Um?Ri_nq5RowY5)TrPQHhj_}C>%gVP` znY*+X&6aC*II*@dmoY;4Vb2@W*#)hgn~qHoYP&jj!yKpf17;}syN?8>-e_Y?&tuY&2ET+Mez`lRcYDjkYwLS%ZJqMq^!EFww%t3j zX4j(bD|?on-@f3&j)fO@EWER4-u~qi_DwI@Kcn={p;Zr#t-E<})zzH~?jBmPcUtj* znPrd9?YebzJ^Qt zyBGIto!hp$C1dZ>zUElhh$cHT?p|QRy+Y%AefXk3No?l}FH9`=+Gpe3^26KG zM*BP{@#ciJK?X zN-Epuc$=Bzz zKHGT7W7(yb{xMXuJz6Z!(kR~cc5eaAaZMXpANJ#&AP#Xja& WS})hl;5iKnI0jEwKbLh*2~7Zb3o}Rn delta 624 zcmV-$0+0R31pWk&8Gi-<0047(dh`GQ0!2wgK~z|U?bS_46k#04@$byIGyCeMWxDJ8 zDpqDlRF?`mgcLy(bcs4BLUm}3i0a@A2zjfM)h(i+V@HE1gS~X9%v&Y71=6alI+$s@ zJ2TrnoumkIcQM%x^E*F0^WpbA^M9mREJiUS7xn87zybUZfPa#F7xtbzB|>!(0D1;) zO8*KV<(dQ6FPstKnmRh#tJ%D@k{2(>c{?%1k^SvVPU{GY;;qm#gEE9cU0n0SeR2TO~UITEkzi`M}ci_FIYLvOYGZGskKD!9QCY#M7 zNisg4pG{@u*nh~J?buECvAx_Kx+V$*vAmkd8vxMX z(}si}B~lNv!gL~mBuPAaHl7oa_Z$Eiy8S=`=!R}QSZxOeq~^9Sx6-+XP)lKZE&UD~(i;e~^D zPi#4`V&bOm{LA~--aN8l@6x`T``l6>aV*Sl^K|H9veyZ{d`@u<3=7>)NyTE$d&~mNly+2I$_8_b+M#Da(=| zzu^C50tTx!sSZFxI14-?iy0XB4uLSEsD@VqFtB($T^vI!{Gax`4mxBY;O1%8>a|HT zRT06YuJ(OWl~?NiNMx#}T$?z*qA2Kc$&2-^l9J|E?s+B$ z1YexzUMDzjjq@b~CI*|O6@kYNyS^x0I?Ka>`OBQm&5@fwDA_3JO#C^e$ZhR9uGZz#L=ES>)rF&XTMuDeSURl{%%gi a7Ww2Od-H<(-tz$ii^0>?&t;ucLK6VEhfX2@ delta 200 zcmV;(05|{h1lR$P7=Hu<0001iRANJKo^Awj2iG*aA%ek@9Yz-}YL_?BlkrM|1$7l@|s6*RU)A0000yb#q8>NhzZ!kYQs9$V)6FjO+`xZ0l(php-yUHx3vIVCg!0LhSuMgRZ+ delta 173 zcmaFFw3l&$L_G^L0|P^2NcwRg#UJ1k;(Fk~fn;m3`H30_>+K#~?>FHz>;pgU8JqEF8UadwWF!MIELZ zXf>-S9^g<*;1Mcz6Lkn;G&;<3sC~vl7UQcPoJs2y)O=Xp8I?>wFVdQ&MBb@080Ei#{d8T diff --git a/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json index 79eb49da9f300d..2bbe89d1f9faea 100644 --- a/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa", + "copyright": "Taken from tgstation and modified by Swept and potato1234x at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa", "size": { "x": 32, "y": 32 @@ -159,6 +159,12 @@ { "name": "spider" }, + { + "name": "spidercutlet" + }, + { + "name": "spidercutlet-cooked" + }, { "name": "spiderleg" }, @@ -170,6 +176,12 @@ }, { "name": "xeno" + }, + { + "name": "xenocutlet" + }, + { + "name": "xenocutlet-cooked" }, { "name": "dragon" diff --git a/Resources/Textures/Objects/Consumable/Food/meat.rsi/spidercutlet-cooked.png b/Resources/Textures/Objects/Consumable/Food/meat.rsi/spidercutlet-cooked.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef7762e97fe87ead46f128ba182a18e8ba66074 GIT binary patch literal 303 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCiji0(?STH8L40=P~3=X0R$_Xj{e5xszerSs9=t)7z6jffPqckYDhB2w=F^ zyf+dk##!JISiHrHS+c}O$ zmhVWr^I0)v_EDMgGZlghp2<8v5wYH9;nvc~^)ZJOrG7T(&ST>J_qcYiQA<(4&DSYh mE595*rM2f1cQ60KDZ<74nzX-IwJwU0#y85}Sb4q9e08kic#{d8T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/meat.rsi/xenocutlet-cooked.png b/Resources/Textures/Objects/Consumable/Food/meat.rsi/xenocutlet-cooked.png new file mode 100644 index 0000000000000000000000000000000000000000..bc045ffcf8ab8d03f9b79f804516f95b22e13c40 GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil=1AIbUrE-CENHk8aX{@@|EuA z>p3bCyNuI*B46`X5sgfSoXHIF>o|dC>^k?W2S|yQ1o;L3#{w9%Z`Qs7D&Q>eh%9Dc z;5!7ujG`J|4M4%^o-U3d7XEMhy!j3*@USv|HZ~NIdRKpKl2fCJM{LRLn+bc(wcTR?FTb;U|Za6{oxwFr1{W9h>z~#h^jp zzyb%p#qXVNZYyL~TFcZ^#lgA8(O>59p12o>gfrY7>ejVSn0$AtO?Ej7r>F6X&&9=qy^8IZG|mS)k-^i|&t;ucLK6UnVT-i@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Food/meat.rsi/xenocutlet.png b/Resources/Textures/Objects/Consumable/Food/meat.rsi/xenocutlet.png new file mode 100644 index 0000000000000000000000000000000000000000..45042f59ca5188584599f3671297580577e14284 GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbUIg10e7K%-{Y7l!|QB~1|pI;s*b2Taa9FSr!3Gxg64+acU-pp=5 zAR5B4<1X?w<<75tY529f!205x>0eGPKd{a1 z?5Cb!f&Z3u(Vr!>wqMA+ar2c*>+ZcrH7^JpyIq#dwK%x)nkUz)Bgv_veSexhEA|vJ ZevB0Tt2K4geV}s~JYD@<);T3K0RYsWXDk2! literal 0 HcmV?d00001