From 1a166877feb515f23d8cb353230a62bc50de2243 Mon Sep 17 00:00:00 2001 From: RobertoVGoulart Date: Thu, 18 Feb 2021 04:53:41 -0300 Subject: [PATCH] Mycus fruit Juice (#44952) --- data/json/items/comestibles/drink.json | 25 +++++++++++++++++++++++++ data/json/recipes/recipe_food.json | 14 ++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/data/json/items/comestibles/drink.json b/data/json/items/comestibles/drink.json index 534a4b82288d4..86ac6d0e05ebd 100644 --- a/data/json/items/comestibles/drink.json +++ b/data/json/items/comestibles/drink.json @@ -862,6 +862,31 @@ "vitamins": [ [ "vitC", 50 ], [ "calcium", 3 ] ], "fun": 3 }, + { + "type": "COMESTIBLE", + "id": "mycus_juice", + "name": "mycus juice", + "weight": "263 g", + "color": "light_gray", + "use_action": [ "MYCUS" ], + "spoils_in": "5 days", + "container": "bottle_plastic", + "comestible_type": "DRINK", + "symbol": "~", + "quench": 100, + "healthy": 2, + "calories": 462, + "description": "Freshly-squeezed from the fruit of the mycus.", + "price": 0, + "price_postapoc": 0, + "material": [ "water", "mushroom" ], + "primary_material": "water", + "volume": "250 ml", + "phase": "liquid", + "flags": [ "EATEN_COLD", "MYCUS_OK", "NUTRIENT_OVERRIDE" ], + "vitamins": [ [ "vitA", 16 ], [ "vitB", 16 ], [ "vitC", 20 ], [ "calcium", 20 ], [ "iron", 16 ] ], + "fun": 30 + }, { "type": "COMESTIBLE", "id": "rootbeer", diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 81f56479b7196..abf04d6cd9610 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -7418,6 +7418,20 @@ ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "mycus_juice", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRINKS", + "skill_used": "cooking", + "difficulty": 1, + "time": "5 m", + "autolearn": true, + "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], + "tools": [ [ [ "rag", -1 ] ] ], + "components": [ [ [ "mycus_fruit", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] + }, { "type": "recipe", "activity_level": "NO_EXERCISE",