diff options
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/canned.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index 5f8467e..070153d 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -8,7 +8,7 @@ "skill_used": "cooking", "difficulty": 4, "time": "24 m", - "autolearn": true, + "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], "contained": true, "batch_time_factors": [ 83, 5 ], "qualities": [ @@ -33,7 +33,7 @@ "difficulty": 4, "time": "1 h", "charges": 2, - "autolearn": true, + "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], @@ -52,7 +52,7 @@ "difficulty": 4, "time": "1 h 10 m", "charges": 12, - "autolearn": true, + "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], |