summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-10 00:49:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-10 00:49:54 -0700
commitbfa3311f62c8865a04f6ca5789a14576175d4bf6 (patch)
tree44aa0cbd6680e570738c12dde64fd47937603670
parentRemove another comma (diff)
downloadcataclysm-dda-mod_recipe-fixes-bfa3311f62c8865a04f6ca5789a14576175d4bf6.tar.xz
Give Curry with Meat the same vegetable options as Curry
-rw-r--r--Readme.txt3
-rw-r--r--json/recipes/recipe_food.json38
2 files changed, 41 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 0fbbaf7..72eb715 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -5,3 +5,6 @@ Can now be made with lettuce:
Hamburger
Change anesthetic to 500 ml batches instead of 540 ml
+
+Curry with Meat can now be made with:
+raw edamame, tofu, raw tofu
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json
index 5d37dfd..d0ef591 100644
--- a/json/recipes/recipe_food.json
+++ b/json/recipes/recipe_food.json
@@ -28,6 +28,44 @@
},
{
"type": "recipe",
+ "result": "curry_meat",
+ "charges": 1,
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 2,
+ "time": "20 m",
+ "autolearn": true,
+ "qualities": [ { "id": "COOK", "level": 2 } ],
+ "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
+ "components": [
+ [
+ [ "veggy", 2 ],
+ [ "veggy_wild", 2 ],
+ [ "veggy_salted", 2 ],
+ [ "rehydrated_veggy", 2 ],
+ [ "dry_veggy", 2 ],
+ [ "mushroom", 2 ],
+ [ "dry_mushroom", 2 ],
+ [ "morel_cooked", 2 ],
+ [ "mushroom_cooked", 2 ],
+ [ "can_beans", 1 ],
+ [ "dry_beans", 1 ],
+ [ "raw_beans", 1 ],
+ [ "tofu", 1 ],
+ [ "dry_tofu", 1 ],
+ [ "raw_edamame", 1 ],
+ [ "dry_lentils", 1 ],
+ [ "raw_lentils", 1 ],
+ [ "dry_rice", 1 ]
+ ],
+ [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ],
+ [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ] ],
+ [ [ "curry_powder", 4 ], [ "chilly-p", 4 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
"result": "cheeseburger",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",