summaryrefslogtreecommitdiff
path: root/json/recipes/food/canned.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/canned.json')
-rw-r--r--json/recipes/food/canned.json137
1 files changed, 137 insertions, 0 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json
index 1a8a400..e51dc94 100644
--- a/json/recipes/food/canned.json
+++ b/json/recipes/food/canned.json
@@ -126,5 +126,142 @@
[ [ "can_medium_unsealed", 1 ] ],
[ [ "scrap", 1 ] ]
]
+ },
+ {
+ "type": "recipe",
+ "result": "can_beans",
+ "id_suffix": "canned_3l",
+ "container": "can_food_big",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_VEGGI",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "36 m",
+ "book_learn": [ [ "manual_sealing", 3 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "charges": 6,
+ "qualities": [
+ { "id": "SAW_M", "level": 1 },
+ { "id": "HAMMER", "level": 1 },
+ { "id": "CUT", "level": 1 },
+ { "id": "COOK", "level": 3 }
+ ],
+ "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ],
+ "components": [
+ [ [ "can_food_big_unsealed", 1 ] ],
+ [ [ "scrap", 1 ] ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ],
+ [ [ "beans_cooked", 12 ], [ "dry_beans", 12 ], [ "raw_beans", 12 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "can_tomato",
+ "id_suffix": "canned_3l",
+ "container": "can_food_big",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_VEGGI",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "36 m",
+ "book_learn": [ [ "manual_sealing", 3 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "charges": 24,
+ "qualities": [
+ { "id": "SAW_M", "level": 1 },
+ { "id": "HAMMER", "level": 1 },
+ { "id": "CUT", "level": 1 },
+ { "id": "COOK", "level": 3 }
+ ],
+ "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ],
+ "components": [
+ [ [ "can_food_big_unsealed", 1 ] ],
+ [ [ "scrap", 1 ] ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ],
+ [ [ "tomato", 24 ], [ "irradiated_tomato", 24 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "sauce_red",
+ "id_suffix": "canned_3l",
+ "container": "can_food_big",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_VEGGI",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "1 h",
+ "book_learn": [ [ "manual_sealing", 3 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "charges": 48,
+ "qualities": [
+ { "id": "SAW_M", "level": 1 },
+ { "id": "HAMMER", "level": 1 },
+ { "id": "CUT", "level": 1 },
+ { "id": "COOK", "level": 3 }
+ ],
+ "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ],
+ "components": [
+ [ [ "can_food_big_unsealed", 1 ] ],
+ [ [ "scrap", 1 ] ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ],
+ [ [ "can_tomato", 12 ], [ "tomato", 12 ], [ "irradiated_tomato", 12 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "can_corn",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_VEGGI",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "24 m",
+ "book_learn": [ [ "manual_sealing", 3 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [
+ { "id": "SAW_M", "level": 1 },
+ { "id": "HAMMER", "level": 1 },
+ { "id": "CUT", "level": 1 },
+ { "id": "COOK", "level": 3 }
+ ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ] ],
+ "components": [
+ [ [ "can_medium_unsealed", 1 ] ],
+ [ [ "scrap", 1 ] ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ],
+ [ [ "corn", 2 ], [ "irradiated_corn", 2 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "can_corn",
+ "id_suffix": "canned_3l",
+ "container": "can_food_big",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_VEGGI",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "36 m",
+ "book_learn": [ [ "manual_sealing", 3 ] ],
+ "contained": true,
+ "batch_time_factors": [ 80, 5 ],
+ "charges": 12,
+ "qualities": [
+ { "id": "SAW_M", "level": 1 },
+ { "id": "HAMMER", "level": 1 },
+ { "id": "CUT", "level": 1 },
+ { "id": "COOK", "level": 3 }
+ ],
+ "tools": [ [ [ "surface_heat", 20, "LIST" ] ], [ [ "can_sealer", -1 ] ] ],
+ "components": [
+ [ [ "can_medium_unsealed", 1 ] ],
+ [ [ "scrap", 1 ] ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ],
+ [ [ "corn", 12 ], [ "irradiated_corn", 12 ] ]
+ ]
}
]