Butcher pig for bacon and bacon cooking (#20657)
This commit is contained in:
@@ -2415,7 +2415,7 @@
|
|||||||
Base: dead
|
Base: dead
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
spawned:
|
spawned:
|
||||||
- id: FoodMeat
|
- id: FoodMeatBacon
|
||||||
amount: 6
|
amount: 6
|
||||||
- type: Grammar
|
- type: Grammar
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -154,6 +154,10 @@
|
|||||||
Quantity: 2
|
Quantity: 2
|
||||||
- ReagentId: Fat
|
- ReagentId: Fat
|
||||||
Quantity: 9
|
Quantity: 9
|
||||||
|
- type: Construction
|
||||||
|
graph: Bacon
|
||||||
|
node: start
|
||||||
|
defaultTarget: bacon
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: raw bear meat
|
name: raw bear meat
|
||||||
@@ -682,6 +686,9 @@
|
|||||||
Quantity: 5
|
Quantity: 5
|
||||||
- ReagentId: Protein
|
- ReagentId: Protein
|
||||||
Quantity: 5
|
Quantity: 5
|
||||||
|
- type: Construction
|
||||||
|
graph: Bacon
|
||||||
|
node: bacon
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: cooked bear
|
name: cooked bear
|
||||||
|
|||||||
@@ -130,3 +130,16 @@
|
|||||||
- minTemperature: 445 #rouny
|
- minTemperature: 445 #rouny
|
||||||
- node: rouny steak
|
- node: rouny steak
|
||||||
entity: FoodMeatRounyCooked
|
entity: FoodMeatRounyCooked
|
||||||
|
|
||||||
|
# bacon "steak"
|
||||||
|
- type: constructionGraph
|
||||||
|
id: Bacon
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: bacon
|
||||||
|
steps:
|
||||||
|
- minTemperature: 345
|
||||||
|
- node: bacon
|
||||||
|
entity: FoodMeatBaconCooked
|
||||||
|
|||||||
Reference in New Issue
Block a user