diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-09 14:46:47 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-09 14:46:47 -0700 |
commit | 4eafac6da55e68a96f23a47dd645a3586c0177f4 (patch) | |
tree | a422e97dc5987d011183c3542e088e778c6eaa68 /json/recipes/food | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_recipe-fixes-4eafac6da55e68a96f23a47dd645a3586c0177f4.tar.xz |
Port to Bright Nights
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 ] ] ], |