Skip to content

Commit

Permalink
Mycus fruit Juice (#44952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chambs-15 authored and ZhilkinSerg committed Mar 25, 2021
1 parent 53b3b9a commit 42417c9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/json/items/comestibles/drink.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -7419,6 +7419,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",
Expand Down

0 comments on commit 42417c9

Please sign in to comment.