Skip to content

Commit 01fbdfd

Browse files
Fix conjuring void potatoes into existence through the fries recipe (#82656)
* initial commit * fix the brackets * actually swap the id?
1 parent 4b91b1b commit 01fbdfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

data/json/recipes/food/junkfood.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,14 @@
166166
"type": "recipe",
167167
"activity_level": "LIGHT_EXERCISE",
168168
"result": "fries",
169-
"charges": 3,
170169
"category": "CC_FOOD",
171170
"subcategory": "CSC_FOOD_VEGGI",
172171
"skill_used": "cooking",
173172
"difficulty": 2,
174173
"time": "16 m",
175174
"autolearn": true,
176175
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 2 } ],
177-
"tools": [ [ [ "surface_heat", 8, "LIST" ] ], [ [ "frying_oil", 1, "LIST" ] ] ],
176+
"tools": [ [ [ "surface_heat", 8, "LIST" ] ], [ [ "frying_oil", 4, "LIST" ] ] ],
178177
"proficiencies": [
179178
{ "proficiency": "prof_food_prep" },
180179
{ "proficiency": "prof_knife_skills", "time_multiplier": 2 },
@@ -183,7 +182,7 @@
183182
"components": [
184183
[ [ "veggy_potatolike", 1, "LIST" ], [ "carrot", 3 ], [ "carrot_wild", 2 ] ],
185184
[ [ "salt", 2 ], [ "seasoning_salt", 2 ] ],
186-
[ [ "fry_oil", 4, "LIST" ] ]
185+
[ [ "fry_oil", 1, "LIST" ] ]
187186
]
188187
},
189188
{

0 commit comments

Comments
 (0)