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 | |
| parent | Typo (diff) | |
| download | cataclysm-bn-mod_recipe-fixes-4eafac6da55e68a96f23a47dd645a3586c0177f4.tar.xz | |
Port to Bright Nights
Diffstat (limited to 'json/recipes')
| -rw-r--r-- | json/recipes/food/canned.json | 6 | ||||
| -rw-r--r-- | json/recipes/recipe_food.json | 6 | 
2 files changed, 6 insertions, 6 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 ] ] ], diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 91b8174..b6c36eb 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -26,7 +26,7 @@      "batch_time_factors": [ 25, 2 ],      "components": [        [ [ "tofu", 4 ], [ "dry_tofu", 4 ] ], -      [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], +      [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],        [ [ "cooking_oil", 1 ] ],        [          [ "beet_syrup", 1 ], @@ -54,7 +54,7 @@      "batch_time_factors": [ 25, 2 ],      "components": [        [ [ "meat_red", 4, "LIST" ], [ "dry_meat", 4 ], [ "can_chicken", 4 ] ], -      [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], +      [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],        [ [ "fry_oil", 2, "LIST" ] ],        [          [ "beet_syrup", 1 ], @@ -82,7 +82,7 @@      "batch_time_factors": [ 25, 2 ],      "components": [        [ [ "veggy_any_uncooked", 4, "LIST" ] ], -      [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], +      [ [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],        [ [ "cooking_oil", 1 ] ],        [          [ "beet_syrup", 1 ],  | 
