summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-08-23 10:35:22 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-08-23 10:35:22 -0700
commit446225d5408c310130336712eb7d4b1104d9956b (patch)
treeb2100fe21401e71338e9d9dfcec47ea7094fa517
parentAdd veggy_green list as additional options for stir fry. (diff)
downloadcataclysm-bn-mod_recipe-fixes-446225d5408c310130336712eb7d4b1104d9956b.tar.xz
Sort several fruit juices under drinks.
-rw-r--r--Readme.txt4
-rw-r--r--json/recipes/food/drinks.json239
2 files changed, 243 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 598da4c..453428c 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -153,3 +153,7 @@ Specifically the four types found in vanilla: beans, corn, tomato, red sauce.
--
Sugar from sweets output increased.
Two 143g sugar beets make 71 portions. Two 148g portions of berries should too.
+
+--
+Fruit Juice, Orange Juice, Cranberry Juice, Apple Cider now sorted under Drinks.
+For some reason they were sorted under Veggy.
diff --git a/json/recipes/food/drinks.json b/json/recipes/food/drinks.json
index dd01536..5025388 100644
--- a/json/recipes/food/drinks.json
+++ b/json/recipes/food/drinks.json
@@ -128,5 +128,244 @@
[ [ "chilly-p", 1 ] ],
[ [ "cinnamon", 1 ] ]
]
+ },
+ {
+ "type": "recipe",
+ "result": "oj",
+ "id_suffix": "jarred",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 4 ] ],
+ "container": "jar_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "30 m",
+ "charges": 2,
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "jar_glass", 1 ] ], [ [ "irradiated_orange", 4 ], [ "orange", 4 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "oj",
+ "id_suffix": "canned",
+ "byproducts": [ [ "juice_pulp", 4 ] ],
+ "container": "can_medium",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "24 m",
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "irradiated_orange", 4 ], [ "orange", 4 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "oj",
+ "id_suffix": "jarred_3l",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
+ "container": "jar_3l_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "40 m",
+ "charges": 12,
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [
+ [ [ "jar_3l_glass", 1 ] ],
+ [ [ "irradiated_orange", 24 ], [ "orange", 24 ] ],
+ [ [ "water", 10 ], [ "water_clean", 10 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "apple_cider",
+ "id_suffix": "jarred",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 4 ] ],
+ "container": "jar_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "30 m",
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "jar_glass", 1 ] ], [ [ "irradiated_apple", 4 ], [ "apple", 4 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "apple_cider",
+ "id_suffix": "canned",
+ "byproducts": [ [ "juice_pulp", 4 ] ],
+ "container": "can_medium",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "24 m",
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "irradiated_apple", 4 ], [ "apple", 4 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "apple_cider",
+ "id_suffix": "jarred_3l",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
+ "container": "jar_3l_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "40 m",
+ "charges": 12,
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [
+ [ [ "jar_3l_glass", 1 ] ],
+ [ [ "irradiated_apple", 24 ], [ "apple", 24 ] ],
+ [ [ "water", 10 ], [ "water_clean", 10 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "cranberry_juice",
+ "id_suffix": "jarred",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 4 ] ],
+ "container": "jar_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "30 m",
+ "charges": 2,
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [
+ [ [ "jar_glass", 1 ] ],
+ [ [ "irradiated_cranberries", 6 ], [ "cranberries", 6 ] ],
+ [ [ "water", 10 ], [ "water_clean", 10 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "cranberry_juice",
+ "id_suffix": "canned",
+ "byproducts": [ [ "juice_pulp", 4 ] ],
+ "container": "can_medium",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "24 m",
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "irradiated_cranberries", 6 ], [ "cranberries", 6 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "cranberry_juice",
+ "id_suffix": "jarred_3l",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 24 ] ],
+ "container": "jar_3l_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "40 m",
+ "charges": 12,
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [
+ [ [ "jar_3l_glass", 1 ] ],
+ [ [ "irradiated_cranberries", 36 ], [ "cranberries", 36 ] ],
+ [ [ "water", 10 ], [ "water_clean", 10 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "juice",
+ "id_suffix": "jarred",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 2 ] ],
+ "container": "jar_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "30 m",
+ "charges": 2,
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "jar_glass", 1 ] ], [ [ "sweet_fruit", 2, "LIST" ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "juice",
+ "id_suffix": "canned",
+ "byproducts": [ [ "juice_pulp", 2 ] ],
+ "container": "can_medium",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "24 m",
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "HAMMER", "level": 1 }, { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "sweet_fruit", 2, "LIST" ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "juice",
+ "id_suffix": "jarred_3l",
+ "byproducts": [ [ "water", 10 ], [ "juice_pulp", 12 ] ],
+ "container": "jar_3l_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRINKS",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "40 m",
+ "charges": 12,
+ "book_learn": [ [ "preserving_juice", 2 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ],
+ "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "sweet_fruit", 12, "LIST" ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ]
}
]