From f45794002b0c7f33e8059182801074b736823da9 Mon Sep 17 00:00:00 2001 From: Centronias Date: Wed, 26 Mar 2025 23:26:13 -0700 Subject: [PATCH] Raw meatball cooks into cooked meatball (#36003) meatballs can be cooked on their own --- .../Entities/Objects/Consumable/Food/meat.yml | 6 ++++++ .../Construction/Graphs/food/meatball.yml | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Resources/Prototypes/Recipes/Construction/Graphs/food/meatball.yml diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index fc340bbcfd..569c0c4402 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -664,6 +664,9 @@ - Meat - type: Sprite state: meatball + - type: Construction + graph: MeatMeatballCooked + node: start - type: entity name: slimeball @@ -1178,6 +1181,9 @@ entries: Burger: MeatBall Taco: MeatBall + - type: Construction + graph: MeatMeatballCooked + node: meatball cooked - type: entity name: boiled snail diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/food/meatball.yml b/Resources/Prototypes/Recipes/Construction/Graphs/food/meatball.yml new file mode 100644 index 0000000000..647c163e79 --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/food/meatball.yml @@ -0,0 +1,16 @@ +- type: constructionGraph + id: MeatMeatballCooked + start: start + graph: + + - node: start + edges: + - to: meatball cooked + completed: + - !type:PlaySound + sound: /Audio/Effects/sizzle.ogg + steps: + - minTemperature: 335 + + - node: meatball cooked + entity: FoodMeatMeatballCooked -- 2.51.2