Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added oral rehydration therapy drink and recipes to craft it. #37286

Merged
merged 11 commits into from
Jan 22, 2020
19 changes: 19 additions & 0 deletions data/json/items/comestibles/drink.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,25 @@
"fun": -1,
"vitamins": [ [ "vitC", 1 ] ]
},
{
"type": "COMESTIBLE",
"id": "rehydration_drink",
"name": "rehydration drink",
"weight": "257 g",
"color": "light_cyan",
"container": "bottle_plastic",
"comestible_type": "DRINK",
"symbol": "~",
"quench": 60,
"calories": 12,
"description": "A basic oral rehydration therapy drink. It will rehydrate you faster than water, but it tastes awful.",
Inglonias marked this conversation as resolved.
Show resolved Hide resolved
"price": 55,
"material": "water",
"volume": "250 ml",
"looks_like": "sports_drink",
"phase": "liquid",
"fun": -5
Inglonias marked this conversation as resolved.
Show resolved Hide resolved
},
{
"type": "COMESTIBLE",
"id": "sweet_water",
Expand Down
13 changes: 13 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -5635,6 +5635,19 @@
[ [ "water", 6 ], [ "water_clean", 6 ] ]
]
},
{
"type": "recipe",
"result": "rehydration_drink",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRINKS",
"book_learn": [ [ "textbook_chemistry", 1 ], [ "manual_first_aid", 1 ] ],
Inglonias marked this conversation as resolved.
Show resolved Hide resolved
"skill_used": "cooking",
"time": "3 m",
"charges": 8,
"autolearn": false,
"qualities": [ { "id": "CONTAIN", "level": 1 } ],
"components": [ [ [ "sugar", 10 ] ], [ [ "salt", 1 ] ], [ [ "water_clean", 8 ] ] ]
Inglonias marked this conversation as resolved.
Show resolved Hide resolved
},
{
"result": "oatmeal",
"type": "recipe",
Expand Down