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

Add Hazelnut Milk, Walnut Milk, and added them to various recipes #78687

Merged
merged 3 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions data/json/items/comestibles/drink.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,54 @@
"flags": [ "EATEN_COLD" ],
"fun": 1
},
{
"type": "COMESTIBLE",
"id": "hazelnut_milk",
"looks_like": "milk",
"name": { "str_sp": "hazelnut milk" },
"weight": "258 g",
"color": "white",
"spoils_in": "3 days",
"container": "carton_milk",
"comestible_type": "DRINK",
"symbol": "~",
"quench": 70,
"calories": 70,
"description": "Wait, you can milk hazelnuts? Not quite, but you can blend them with water! A dairy-free alternative high in calcium, and rival to soy milk.",
"price": "40 cent",
"price_postapoc": "50 cent",
"material": [ "water", "nut" ],
"volume": "250 ml",
"charges": 1,
"phase": "liquid",
"vitamins": [ [ "iron", 10 ], [ "calcium", 23 ], [ "nut_allergen", 1 ] ],
"flags": [ "EATEN_COLD" ],
"fun": 1
},
{
"type": "COMESTIBLE",
"id": "walnut_milk",
"looks_like": "milk",
"name": { "str_sp": "walnut milk" },
"weight": "258 g",
"color": "white",
"spoils_in": "3 days",
"container": "carton_milk",
"comestible_type": "DRINK",
"symbol": "~",
"quench": 70,
"calories": 125,
"description": "Wait, you can milk walnuts? Not quite, but you can blend them with water! A dairy-free alternative high in calcium, and rival to soy milk.",
"price": "40 cent",
"price_postapoc": "50 cent",
"material": [ "water", "nut" ],
"volume": "250 ml",
"charges": 1,
"phase": "liquid",
"vitamins": [ [ "calcium", 23 ], [ "nut_allergen", 1 ] ],
"flags": [ "EATEN_COLD" ],
"fun": 1
},
{
"type": "COMESTIBLE",
"id": "soy_milk",
Expand Down
40 changes: 40 additions & 0 deletions data/json/items/comestibles/nuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,26 @@
"fun": -1,
"milling": { "into": "paste_nut", "recipe": "paste_nut_mill_10_1" }
},
{
"type": "COMESTIBLE",
"id": "walnut_pulp",
"name": { "str_sp": "walnut pulp" },
"looks_like": "granola",
"weight": "30 g",
"color": "brown",
"spoils_in": "300 days",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 259,
"description": "Pulp left over after making walnut milk. It's gritty and incredibly bland.",
"price": "10 cent",
"price_postapoc": "50 cent",
"material": [ "nut" ],
"vitamins": [ [ "nut_allergen", 1 ] ],
"volume": "125 ml",
"flags": [ "EDIBLE_FROZEN" ],
"fun": -8
},
{
"type": "COMESTIBLE",
"id": "butternut_shelled",
Expand Down Expand Up @@ -395,6 +415,26 @@
"fun": 1,
"milling": { "into": "null", "recipe": "" }
},
{
"type": "COMESTIBLE",
"id": "hazelnut_pulp",
"name": { "str_sp": "hazelnut pulp" },
"looks_like": "granola",
"weight": "30 g",
"color": "brown",
"spoils_in": "300 days",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 316,
"description": "Pulp left over after making hazelnut milk. It's gritty and incredibly bland.",
"price": "10 cent",
"price_postapoc": "50 cent",
"material": [ "nut" ],
"vitamins": [ [ "nut_allergen", 1 ] ],
"volume": "125 ml",
"flags": [ "EDIBLE_FROZEN" ],
"fun": -8
},
{
"type": "COMESTIBLE",
"id": "hickory_nut_shelled",
Expand Down
72 changes: 72 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -3118,6 +3118,78 @@
"components": [ [ [ "almond_shelled", 2 ] ], [ [ "water_clean", 3 ] ] ],
"charges": 3
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "hazelnut_milk",
"byproducts": [ [ "hazelnut_pulp" ] ],
"id_suffix": "mortar",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRINKS",
"skill_used": "cooking",
"difficulty": 1,
"time": "15 m",
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "FINE_GRIND", "level": 1 }, { "id": "STRAIN", "level": 2 } ],
"autolearn": true,
"batch_time_factors": [ 30, 1 ],
"proficiencies": [ { "proficiency": "prof_food_prep" } ],
"components": [ [ [ "hazelnut_shelled", 2 ] ], [ [ "water_clean", 3 ] ] ],
"charges": 3
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "hazelnut_milk",
"byproducts": [ [ "hazelnut_pulp" ] ],
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRINKS",
"skill_used": "cooking",
"difficulty": 1,
"time": "9 m",
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "STRAIN", "level": 2 } ],
"tools": [ [ [ "food_processor", 20 ] ] ],
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"proficiencies": [ { "proficiency": "prof_food_prep" } ],
"components": [ [ [ "hazelnut_shelled", 2 ] ], [ [ "water_clean", 3 ] ] ],
"charges": 3
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "walnut_milk",
"byproducts": [ [ "walnut_pulp" ] ],
"id_suffix": "mortar",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRINKS",
"skill_used": "cooking",
"difficulty": 1,
"time": "15 m",
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "FINE_GRIND", "level": 1 }, { "id": "STRAIN", "level": 2 } ],
"autolearn": true,
"batch_time_factors": [ 30, 1 ],
"proficiencies": [ { "proficiency": "prof_food_prep" } ],
"components": [ [ [ "walnut_shelled", 2 ] ], [ [ "water_clean", 3 ] ] ],
"charges": 3
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "walnut_milk",
"byproducts": [ [ "walnut_pulp" ] ],
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRINKS",
"skill_used": "cooking",
"difficulty": 1,
"time": "9 m",
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "STRAIN", "level": 2 } ],
"tools": [ [ [ "food_processor", 20 ] ] ],
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"proficiencies": [ { "proficiency": "prof_food_prep" } ],
"components": [ [ [ "walnut_shelled", 2 ] ], [ [ "water_clean", 3 ] ] ],
"charges": 3
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down
2 changes: 1 addition & 1 deletion data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"id": "lf_milk_standard",
"type": "requirement",
"//": "Any kind of lactose-free plant-based milk. Not for use in fermentation recipes.",
"components": [ [ [ "soy_milk", 1 ], [ "almond_milk", 1 ] ] ]
"components": [ [ [ "soy_milk", 1 ], [ "almond_milk", 1 ], [ "hazelnut_milk", 1 ], [ "walnut_milk", 1 ] ] ]
},
{
"id": "any_frosting",
Expand Down
Loading