summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-16 14:17:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-16 14:17:38 -0700
commit6394e33e4c926fe3655491f7ae1622eeb54b9d8e (patch)
tree468ce7344371a5ee0de87c254d9728c15f49a836
parentFix 300blk recipe to allow other gunpowder types (diff)
downloadcataclysm-dda-mod_recipe-fixes-6394e33e4c926fe3655491f7ae1622eeb54b9d8e.tar.xz
Meat pizza can now be made with tomatoes or pesto sauce
-rw-r--r--Readme.txt7
-rw-r--r--json/recipes/recipe_food.json37
2 files changed, 44 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index c59c0c8..c52955a 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -27,6 +27,13 @@ Everything else is in mulitples of 250 ml.
--
+Meat Pizza can now be made with:
+tomato, canned tomato, irradiated tomato, pesto sauce
+
+All the other pizzas can, and they do not make a cheese pizza a veggie dish.
+
+--
+
300blk ammunition can now be crafted with magnum and rifle powder.
Comparable .223, 5.56mm , and 762x39mm could use these.
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json
index d0ef591..7a0de88 100644
--- a/json/recipes/recipe_food.json
+++ b/json/recipes/recipe_food.json
@@ -64,6 +64,43 @@
[ [ "curry_powder", 4 ], [ "chilly-p", 4 ] ]
]
},
+ {
+ "type": "recipe",
+ "result": "pizza_meat",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 3,
+ "time": "20 m",
+ "book_learn": [ [ "cookbook_italian", 2 ] ],
+ "qualities": [ { "id": "COOK", "level": 2 } ],
+ "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
+ "components": [
+ [ [ "flour", 30 ] ],
+ [
+ [ "meat_red", 2, "LIST" ],
+ [ "can_chicken", 2 ],
+ [ "meat_salted", 2 ],
+ [ "dry_meat", 2 ],
+ [ "fish", 2 ],
+ [ "fish_canned", 2 ],
+ [ "can_tuna", 2 ],
+ [ "salted_fish", 2 ],
+ [ "rehydrated_fish", 2 ],
+ [ "dry_fish", 2 ]
+ ],
+ [
+ [ "sauce_pesto", 1 ],
+ [ "sauce_red", 1 ],
+ [ "seasoning_italian", 5 ],
+ [ "wild_herbs", 10 ],
+ [ "tomato", 1 ],
+ [ "irradiated_tomato", 1 ],
+ [ "can_tomato", 1 ]
+ ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ]
+ ]
+ },
{
"type": "recipe",
"result": "cheeseburger",