Skip to content

Commit 1f3da5e

Browse files
Fix deep frying calories (#82908)
* initial commit * adjust the tool usage to take into account the component usage
1 parent 748997f commit 1f3da5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/json/recipes/food/junkfood.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"activity_level": "LIGHT_EXERCISE",
4949
"batch_time_factors": [ 70, 1 ],
5050
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 2 } ],
51-
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
51+
"tools": [ [ [ "surface_heat", 8, "LIST" ] ], [ [ "cooking_oil", 19 ] ] ],
5252
"proficiencies": [
5353
{ "proficiency": "prof_food_prep", "time_multiplier": 1 },
5454
{ "proficiency": "prof_knife_skills", "time_multiplier": 1 },
5555
{ "proficiency": "prof_frying", "time_multiplier": 1.2 }
5656
],
57-
"components": [ [ [ "veggy_potatolike", 1, "LIST" ] ], [ [ "salt", 2 ], [ "seasoning_salt", 2 ] ], [ [ "cooking_oil", 20 ] ] ],
57+
"components": [ [ [ "veggy_potatolike", 1, "LIST" ] ], [ [ "salt", 2 ], [ "seasoning_salt", 2 ] ], [ [ "cooking_oil", 1 ] ] ],
5858
"byproducts": [ [ "cooking_oil", 19 ] ],
5959
"charges": 2
6060
},
@@ -176,7 +176,7 @@
176176
"time": "16 m",
177177
"batch_time_factors": [ 70, 1 ],
178178
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 2 } ],
179-
"tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
179+
"tools": [ [ [ "surface_heat", 8, "LIST" ] ], [ [ "cooking_oil", 47 ] ] ],
180180
"proficiencies": [
181181
{ "proficiency": "prof_food_prep", "time_multiplier": 1 },
182182
{ "proficiency": "prof_knife_skills", "time_multiplier": 1 },
@@ -185,7 +185,7 @@
185185
"components": [
186186
[ [ "veggy_potatolike", 1, "LIST" ], [ "carrot", 3 ], [ "carrot_wild", 3 ] ],
187187
[ [ "salt", 2 ], [ "seasoning_salt", 2 ] ],
188-
[ [ "cooking_oil", 50 ] ]
188+
[ [ "cooking_oil", 3 ] ]
189189
],
190190
"byproducts": [ [ "cooking_oil", 47 ] ],
191191
"charges": 3

data/json/recipes/food/offal_dishes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,15 +321,15 @@
321321
"batch_time_factors": [ 70, 1 ],
322322
"book_learn": [ [ "cookbook", 1 ], [ "scots_cookbook", 2 ] ],
323323
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
324-
"tools": [ [ [ "surface_heat", 11, "LIST" ] ] ],
324+
"tools": [ [ [ "surface_heat", 11, "LIST" ] ], [ [ "cooking_oil", 19 ] ] ],
325325
"//1": "70g of tripe, so roughly 5 (2.5 scraps' worth) plus 6 for the batter and oil",
326326
"proficiencies": [
327327
{ "proficiency": "prof_food_prep", "time_multiplier": 1 },
328328
{ "proficiency": "prof_knife_skills", "time_multiplier": 1 },
329329
{ "proficiency": "prof_frying", "time_multiplier": 1.2 },
330330
{ "proficiency": "prof_frying_bread", "time_multiplier": 1 }
331331
],
332-
"components": [ [ [ "stewed_tripe", 1 ] ], [ [ "batter", 3, "LIST" ] ], [ [ "cooking_oil", 20 ] ] ],
332+
"components": [ [ [ "stewed_tripe", 1 ] ], [ [ "batter", 3, "LIST" ] ], [ [ "cooking_oil", 1 ] ] ],
333333
"byproducts": [ [ "cooking_oil", 19 ] ]
334334
},
335335
{

0 commit comments

Comments
 (0)