From fd9d10808839df107278f621660239018b1218b4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 14 Sep 2020 15:12:03 -0700 Subject: Rebalance tofu stirfry Add meat/veggy stirfry --- Readme.txt | 11 ++++++ json/items/comestible/meat_dishes.json | 22 ++++++++++++ json/items/comestible/veggy_dishes.json | 62 +++++++++++++++++++++++++++++++++ json/recipes/recipe_food.json | 58 +++++++++++++++++++++++++++++- 4 files changed, 152 insertions(+), 1 deletion(-) create mode 100644 json/items/comestible/meat_dishes.json create mode 100644 json/items/comestible/veggy_dishes.json diff --git a/Readme.txt b/Readme.txt index 760a877..e032a1d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -69,3 +69,14 @@ Comparable .223, 5.56mm , and 762x39mm could use these. Peanut Butter can now be preserved. +-- + +Tofu Stirfry: +Reduce cooking time and enjoyment, remove nutrient override. +Add meat/veggy stirfry. + +45 minutes for glazed tenderloin, sure. Not a wok of rice and broccoli. +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. diff --git a/json/items/comestible/meat_dishes.json b/json/items/comestible/meat_dishes.json new file mode 100644 index 0000000..0135247 --- /dev/null +++ b/json/items/comestible/meat_dishes.json @@ -0,0 +1,22 @@ +[ + { + "type": "COMESTIBLE", + "id": "meat_stirfry", + "name": { "str": "meat stirfry", "str_pl": "meat stirfry" }, + "weight": "135 g", + "color": "yellow", + "spoils_in": "4 days", + "comestible_type": "FOOD", + "symbol": "%", + "healthy": 1, + "calories": 525, + "charges": 4, + "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", + "price": 1200, + "material": [ "meat", "veggy" ], + "volume": "1 L", + "flags": [ "EATEN_HOT" ], + "fun": 12, + "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ] + } +] diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json new file mode 100644 index 0000000..be4f9da --- /dev/null +++ b/json/items/comestible/veggy_dishes.json @@ -0,0 +1,62 @@ +[ + { + "type": "COMESTIBLE", + "id": "tofu_stirfry", + "name": { "str": "tofu stirfry", "str_pl": "tofu stirfry" }, + "weight": "135 g", + "color": "yellow", + "spoils_in": "4 days", + "comestible_type": "FOOD", + "symbol": "%", + "healthy": 1, + "calories": 525, + "charges": 4, + "description": "A tofu stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", + "price": 1200, + "material": "veggy", + "volume": "1 L", + "flags": [ "EATEN_HOT" ], + "fun": 12, + "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ] + }, + { + "type": "COMESTIBLE", + "id": "meat_stirfry", + "name": { "str": "meat stirfry", "str_pl": "meat stirfry" }, + "weight": "135 g", + "color": "yellow", + "spoils_in": "4 days", + "comestible_type": "FOOD", + "symbol": "%", + "healthy": 1, + "calories": 525, + "charges": 4, + "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", + "price": 1200, + "material": [ "meat", "veggy" ], + "volume": "1 L", + "flags": [ "EATEN_HOT" ], + "fun": 12, + "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ] + }, + { + "type": "COMESTIBLE", + "id": "veggy_stirfry", + "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" }, + "weight": "135 g", + "color": "yellow", + "spoils_in": "4 days", + "comestible_type": "FOOD", + "symbol": "%", + "healthy": 1, + "calories": 525, + "charges": 4, + "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.", + "price": 1200, + "material": "veggy", + "volume": "1 L", + "flags": [ "EATEN_HOT" ], + "fun": 12, + "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ] + } +] diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index f2463dd..10d69de 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -20,7 +20,7 @@ "skill_used": "cooking", "difficulty": 3, "book_learn": [ [ "cookbook_sushi", 3 ] ], - "time": "45 m", + "time": "20 m", "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "COOK", "level": 3 } ], "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], "batch_time_factors": [ 25, 2 ], @@ -40,6 +40,62 @@ [ [ "soysauce", 1 ] ] ] }, + { + "type": "recipe", + "result": "meat_stirfry", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "book_learn": [ [ "cookbook_sushi", 3 ] ], + "time": "20 m", + "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "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 ] ], + [ [ "fry_oil", 2 ] ], + [ + [ "beet_syrup", 1 ], + [ "syrup", 1 ], + [ "sugar", 1 ], + [ "molasses", 1 ], + [ "honeycomb", 1 ], + [ "honey_bottled", 1 ] + ], + [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], + [ [ "soysauce", 1 ] ] + ] + }, + { + "type": "recipe", + "result": "veggy_stirfry", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 3, + "book_learn": [ [ "cookbook_sushi", 3 ] ], + "time": "20 m", + "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "batch_time_factors": [ 25, 2 ], + "components": [ + [ [ "veggy_any_uncooked", 4, "LIST" ] ], + [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], + [ [ "cooking_oil", 1 ] ], + [ + [ "beet_syrup", 1 ], + [ "syrup", 1 ], + [ "sugar", 1 ], + [ "molasses", 1 ], + [ "honeycomb", 1 ], + [ "honey_bottled", 1 ] + ], + [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ] ], + [ [ "soysauce", 1 ] ] + ] + }, { "type": "recipe", "result": "beansnrice", -- cgit v1.2.1