Skip to content

Commit

Permalink
add dehydrated garlic/chili and their recipes (#69095)
Browse files Browse the repository at this point in the history
* le delicious dry slop

* fix the tiimes and add mortar and pestle as tools for recipes

* goddamit
  • Loading branch information
KeremBabaG authored Nov 4, 2023
1 parent aebe0f8 commit e8db84e
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 0 deletions.
41 changes: 41 additions & 0 deletions data/json/items/comestibles/veggy_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,47 @@
"volume": "125 ml",
"flags": [ "EDIBLE_FROZEN" ]
},
{
"type": "COMESTIBLE",
"id": "dry_chili",
"name": { "str": "dehydrated chili pepper" },
"weight": "40 g",
"color": "red",
"spoils_in": "360 days",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 13,
"quench": -8,
"description": "A dehydrated chili pepper. Still not great, but you can easily ground or mill it into powder.",
"price": "15 cent",
"price_postapoc": "20 cent",
"material": [ "veggy" ],
"milling": { "into": "chilly-p", "conversion_rate": 20 },
"volume": "55 ml",
"flags": [ "EDIBLE_FROZEN" ],
"vitamins": [ [ "vitC", 88 ], [ "calcium", 1 ], [ "iron", 3 ] ],
"fun": -4
},
{
"type": "COMESTIBLE",
"id": "dry_garlic",
"name": { "str_sp": "dehydrated garlic cloves" },
"weight": "2 g",
"color": "white",
"spoils_in": "1000 days",
"comestible_type": "FOOD",
"symbol": "%",
"quench": -15,
"calories": 3,
"description": "Dehyddrated garlic. You definitely don't want to eat these like this, but they can be milled or grounded into garlic powder.",
"price": "5 cent",
"price_postapoc": "3 cent",
"material": [ "garlic" ],
"milling": { "into": "garlic_powder", "conversion_rate": 5 },
"volume": "17 ml",
"fun": -6,
"flags": [ "EDIBLE_FROZEN" ]
},
{
"type": "COMESTIBLE",
"id": "dry_corn",
Expand Down
62 changes: 62 additions & 0 deletions data/json/recipes/food/dry.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,68 @@
]
]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "dry_chili",
"category": "CC_FOOD",
"id_suffix": "frozen_ingredients",
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "15 m",
"autolearn": true,
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ], [ [ "surface_heat", 2, "LIST" ] ] ],
"//": "I pretty much made up all the relating numbers, feel free to change them",
"components": [ [ [ "chili_pepper", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "dry_chili",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "12 m",
"autolearn": true,
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ] ],
"//": "I pretty much made up all the relating numbers, feel free to change them",
"components": [ [ [ "chili_pepper", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "dry_garlic",
"category": "CC_FOOD",
"id_suffix": "frozen_ingredients",
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "8 m",
"autolearn": true,
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ], [ [ "surface_heat", 2, "LIST" ] ] ],
"//": "I pretty much made up all the relating numbers, feel free to change them",
"components": [ [ [ "garlic_clove", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "dry_garlic",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "6 m",
"autolearn": true,
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 12, "LIST" ] ] ],
"//": "I pretty much made up all the relating numbers, feel free to change them",
"components": [ [ [ "garlic_clove", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
Expand Down
32 changes: 32 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -4648,6 +4648,22 @@
"tools": [ [ [ "surface_heat", 3, "LIST" ] ], [ [ "rock_quern", -1 ], [ "clay_quern", -1 ] ] ],
"components": [ [ [ "chili_pepper", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "chilly-p",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "20 m",
"autolearn": true,
"book_learn": [ [ "cookbook_mexican", 1 ] ],
"batch_time_factors": [ 83, 3 ],
"charges": 50,
"tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ] ] ],
"components": [ [ [ "dry_chili", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand All @@ -4664,6 +4680,22 @@
"tools": [ [ [ "surface_heat", 3, "LIST" ] ], [ [ "rock_quern", -1 ], [ "clay_quern", -1 ] ] ],
"components": [ [ [ "garlic_clove", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "garlic_powder",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "20 m",
"autolearn": true,
"book_learn": [ [ "cookbook_italian", 1 ] ],
"batch_time_factors": [ 83, 3 ],
"charges": 50,
"tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ] ] ],
"components": [ [ [ "dry_garlic", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand Down

0 comments on commit e8db84e

Please sign in to comment.