From b842061f207999a658d6997b3c9b3c34ae292c0b Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:34:13 +0100 Subject: [PATCH] Butcher pig for bacon and bacon cooking (#20657) --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 2 +- .../Entities/Objects/Consumable/Food/meat.yml | 7 +++++++ .../Recipes/Construction/Graphs/food/steak.yml | 13 +++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 360db873d0..bd112f855b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -2415,7 +2415,7 @@ Base: dead - type: Butcherable spawned: - - id: FoodMeat + - id: FoodMeatBacon amount: 6 - type: Grammar attributes: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 1c003df38e..b171f6be62 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -154,6 +154,10 @@ Quantity: 2 - ReagentId: Fat Quantity: 9 + - type: Construction + graph: Bacon + node: start + defaultTarget: bacon - type: entity name: raw bear meat @@ -682,6 +686,9 @@ Quantity: 5 - ReagentId: Protein Quantity: 5 + - type: Construction + graph: Bacon + node: bacon - type: entity name: cooked bear diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml index 74854084f5..a2fa2ec6b0 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml @@ -130,3 +130,16 @@ - minTemperature: 445 #rouny - node: rouny steak entity: FoodMeatRounyCooked + +# bacon "steak" +- type: constructionGraph + id: Bacon + start: start + graph: + - node: start + edges: + - to: bacon + steps: + - minTemperature: 345 + - node: bacon + entity: FoodMeatBaconCooked -- 2.51.2