Skip to content

Commit

Permalink
Update recipe_food.json
Browse files Browse the repository at this point in the history
Added a canned version of jam recipe.
  • Loading branch information
Maleclypse committed Dec 15, 2019
1 parent f952ba7 commit 3b68544
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -6056,6 +6056,23 @@
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"components": [ [ [ "sweet_fruit", 1, "LIST" ] ], [ [ "sugar", 10 ] ] ]
},
{
"type": "recipe",
"result": "sealed_jam_fruit",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_VEGGI",
"skill_used": "cooking",
"difficulty": 4,
"byproducts": [ [ "water", 10 ] ],
"container": "jar_3l_glass_sealed",
"time": "30 m",
"charges": 96,
"autolearn": true,
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
"components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "sweet_fruit", 12, "LIST" ] ], [ [ "sugar", 120 ] ], [ [ "jar_3l_glass", 1 ] ] ]
},
{
"type": "recipe",
"result": "juice",
Expand Down

0 comments on commit 3b68544

Please sign in to comment.