summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-27 19:33:39 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-27 19:33:39 -0700
commit038d9aa69da9c12f79bee9122c0a9e51e2faf18e (patch)
treea459d0b5b7b4ae31ce89e63acfb725d62518ff9f
parentAdd looks_like to new stirfry dishes (diff)
downloadcataclysm-dda-mod_recipe-fixes-038d9aa69da9c12f79bee9122c0a9e51e2faf18e.tar.xz
Make chili a liquid like curry
Fix rice options for tofu stirfry
-rw-r--r--Readme.txt5
-rw-r--r--json/items/comestible/meat_dishes.json30
-rw-r--r--json/recipes/recipe_food.json2
3 files changed, 36 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index e032a1d..b764e06 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -80,3 +80,8 @@ Also the enjoyment is way too high compared to fried rice considering
they are almost the same recipe.
Also remove the nutrient override. It makes the nutrients suck.
And while I'm at it, add meat and veggy stirfry dishes.
+
+--
+Chili Con Carne:
+Is now a liquid.
+If curry is considered a liquid, chili is too.
diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json
index 018531a..0fab8d1 100644
--- a/json/items/comestible/meat_dishes.json
+++ b/json/items/comestible/meat_dishes.json
@@ -1,6 +1,36 @@
[
{
"type": "COMESTIBLE",
+ "id": "chili",
+ "name": { "str": "chili con carne", "str_pl": "chilis con carne" },
+ "conditional_names": [
+ { "type": "FLAG", "condition": "CANNIBALISM", "name": { "str": "chili con cabron", "str_pl": "chilis con cabron" } },
+ {
+ "type": "COMPONENT_ID",
+ "condition": "mutant",
+ "name": { "str": "chili con chupacabra", "str_pl": "chilis con chupacabra" }
+ }
+ ],
+ "weight": "253 g",
+ "color": "red",
+ "spoils_in": "1 day",
+ "container": "can_medium",
+ "comestible_type": "FOOD",
+ "symbol": "%",
+ "healthy": 1,
+ "calories": 299,
+ "description": "A spicy stew containing chili peppers, meat, tomatoes and beans.",
+ "price": 290,
+ "material": [ "flesh", "veggy", "bean", "tomato" ],
+ "volume": "500 ml",
+ "phase": "liquid",
+ "flags": [ "EATEN_HOT" ],
+ "fun": 5,
+ "charges": 2,
+ "vitamins": [ [ "vitA", 14 ], [ "vitC", 7 ], [ "calcium", 6 ], [ "iron", 27 ] ]
+ },
+ {
+ "type": "COMESTIBLE",
"id": "meat_stirfry",
"looks_like": "tofu_stirfry",
"name": { "str": "meat stirfry", "str_pl": "meat stirfry" },
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json
index e95bc95..2c5702e 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 ] ],
- [ [ "rice_cooked", 4 ] ],
+ [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ],
[ [ "cooking_oil", 1 ] ],
[
[ "beet_syrup", 1 ],