Fix meat cooking construction graph (#20250)
This commit is contained in:
@@ -622,6 +622,9 @@
|
|||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
count: 3
|
count: 3
|
||||||
slice: FoodMeatCutletCooked
|
slice: FoodMeatCutletCooked
|
||||||
|
- type: Construction
|
||||||
|
graph: MeatSteak
|
||||||
|
node: meat steak
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: bacon
|
name: bacon
|
||||||
@@ -676,6 +679,9 @@
|
|||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
count: 3
|
count: 3
|
||||||
slice: FoodMeatBearCutletCooked
|
slice: FoodMeatBearCutletCooked
|
||||||
|
- type: Construction
|
||||||
|
graph: BearSteak
|
||||||
|
node: filet migrawr
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: penguin filet
|
name: penguin filet
|
||||||
@@ -701,6 +707,9 @@
|
|||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
count: 3
|
count: 3
|
||||||
slice: FoodMeatPenguinCutletCooked
|
slice: FoodMeatPenguinCutletCooked
|
||||||
|
- type: Construction
|
||||||
|
graph: PenguinSteak
|
||||||
|
node: cooked penguin
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: cooked chicken
|
name: cooked chicken
|
||||||
@@ -726,6 +735,9 @@
|
|||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
count: 3
|
count: 3
|
||||||
slice: FoodMeatChickenCutletCooked
|
slice: FoodMeatChickenCutletCooked
|
||||||
|
- type: Construction
|
||||||
|
graph: ChickenSteak
|
||||||
|
node: cooked chicken
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: fried chicken
|
name: fried chicken
|
||||||
@@ -779,6 +791,9 @@
|
|||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
count: 3
|
count: 3
|
||||||
slice: FoodMeatDuckCutletCooked
|
slice: FoodMeatDuckCutletCooked
|
||||||
|
- type: Construction
|
||||||
|
graph: DuckSteak
|
||||||
|
node: cooked duck
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: cooked crab
|
name: cooked crab
|
||||||
@@ -804,6 +819,9 @@
|
|||||||
Quantity: 5
|
Quantity: 5
|
||||||
- ReagentId: Protein
|
- ReagentId: Protein
|
||||||
Quantity: 5
|
Quantity: 5
|
||||||
|
- type: Construction
|
||||||
|
graph: CrabSteak
|
||||||
|
node: cooked crab
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: goliath steak
|
name: goliath steak
|
||||||
@@ -826,6 +844,9 @@
|
|||||||
Quantity: 5
|
Quantity: 5
|
||||||
- ReagentId: Protein
|
- ReagentId: Protein
|
||||||
Quantity: 5
|
Quantity: 5
|
||||||
|
- type: Construction
|
||||||
|
graph: GoliathSteak
|
||||||
|
name: goliath steak
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: lizard steak
|
name: lizard steak
|
||||||
@@ -851,6 +872,9 @@
|
|||||||
- type: SliceableFood
|
- type: SliceableFood
|
||||||
count: 3
|
count: 3
|
||||||
slice: FoodMeatLizardCutletCooked
|
slice: FoodMeatLizardCutletCooked
|
||||||
|
- type: Construction
|
||||||
|
graph: LizardSteak
|
||||||
|
name: lizard steak
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: boiled spider leg
|
name: boiled spider leg
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
- minTemperature: 345 #apparently trichinellosis is a concern
|
- minTemperature: 345 #apparently trichinellosis is a concern
|
||||||
|
|
||||||
- node: filet migrawr
|
- node: filet migrawr
|
||||||
entity: FoodMealBearsteak
|
entity: FoodMeatBearCooked
|
||||||
|
|
||||||
# crab steak
|
# crab steak
|
||||||
- type: constructionGraph
|
- type: constructionGraph
|
||||||
|
|||||||
Reference in New Issue
Block a user