Butcher pig for bacon and bacon cooking (#20657)

This commit is contained in:
deltanedas
2023-10-01 20:34:13 +01:00
committed by GitHub
parent 14fedfe45d
commit b842061f20
3 changed files with 21 additions and 1 deletions

View File

@@ -2415,7 +2415,7 @@
Base: dead
- type: Butcherable
spawned:
- id: FoodMeat
- id: FoodMeatBacon
amount: 6
- type: Grammar
attributes:

View File

@@ -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

View File

@@ -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