]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Butcher pig for bacon and bacon cooking (#20657)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Sun, 1 Oct 2023 19:34:13 +0000 (20:34 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2023 19:34:13 +0000 (11:34 -0800)
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml
Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml

index 360db873d0d07585b5528310d20cf4fadacc59d7..bd112f855b2890073af8f4dd01b106b106059a54 100644 (file)
         Base: dead
   - type: Butcherable
     spawned:
-    - id: FoodMeat
+    - id: FoodMeatBacon
       amount: 6
   - type: Grammar
     attributes:
index 1c003df38e679c696b5b404a59d1239832726a30..b171f6be62778d1175a649c9599751935a10b73c 100644 (file)
           Quantity: 2
         - ReagentId: Fat
           Quantity: 9
+  - type: Construction
+    graph: Bacon
+    node: start
+    defaultTarget: bacon
 
 - type: entity
   name: raw bear meat
           Quantity: 5
         - ReagentId: Protein
           Quantity: 5
+  - type: Construction
+    graph: Bacon
+    node: bacon
 
 - type: entity
   name: cooked bear
index 74854084f5391ea6ac1887b3c45eb9ae02637257..a2fa2ec6b03923325c1fba28ee1e323cfa434c32 100644 (file)
       - 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