diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-04 13:37:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-04 13:37:36 -0700 |
commit | 1b22fc2ae30c2a21c309a47c48e4ebddbd6afd31 (patch) | |
tree | ba9d67161c54dbb9a7bec7cf9821922fd8f4bdaa /json/recipes | |
parent | Add salt from salt water, salt from rock salt (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-1b22fc2ae30c2a21c309a47c48e4ebddbd6afd31.tar.xz |
More salt and sugar recipes
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 9018aa4..2e13552 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -34,9 +34,10 @@ { "id": "cornmeal", "description": " Cook: Cornmeal" }, { "id": "oatmeal", "description": " Cook: Oatmeal" }, { "id": "acorns_cooked", "description": " Cook: Acornmeal" }, - { "id": "salt", "description": " Cook: Salt, from bleach/lye" }, - { "id": "salt_from_salt_water", "description": " Cook: Salt, from salt water" }, - { "id": "salt_from_mineral", "description": " Cook: Salt, from rocksalt" }, + { "id": "salt", "description": " Cook: Salt, from Bleach/Lye" }, + { "id": "salt_from_hickory", "description": " Cook: Salt, from Hickory Root" }, + { "id": "salt_from_salt_water", "description": " Cook: Salt, from Salt Water" }, + { "id": "salt_from_mineral", "description": " Cook: Salt, from Rock Salt" }, { "id": "lard", "description": " Cook: Lard" }, { "id": "bread", "description": " Cook: Bread" }, { "id": "cornbread", "description": " Cook: Cornbread" }, @@ -66,7 +67,10 @@ "name": "kitchen_recipes_3", "building_type": "COOK", "recipes": [ - { "id": "sugar", "description": " Cook: Sugar" }, + { "id": "sugar", "description": " Cook: Sugar, from Sweet Water" }, + { "id": "sugar_from_sweets", "description": " Cook: Sugar, from Sweets" }, + { "id": "sugar_from_beets", "description": " Cook: Sugar, from Sugar Beets" }, + { "id": "sugar_from_wood", "description": " Cook: Sugar, from Wood" }, { "id": "tallow", "description": " Cook: Tallow" }, { "id": "cheese_hard", "description": " Cook: Cheese, Hard" }, { "id": "milk_cream_rising", "description": " Cook: Rising Cream" }, |