From d7f15cee8751b746209fb53c3c788a43ecbc2a29 Mon Sep 17 00:00:00 2001 From: AtomicFox556 <98733651+AtomicFox556@users.noreply.github.com> Date: Sat, 12 Feb 2022 09:48:11 +0300 Subject: [PATCH] Add clay canning pot (#55247) --- data/json/items/generic/dining_kitchen.json | 30 ++++++- data/json/recipes/food/canned.json | 96 ++++++++++----------- data/json/recipes/food/offal_dishes.json | 2 +- data/json/recipes/tools/containers.json | 15 ++++ 4 files changed, 93 insertions(+), 50 deletions(-) diff --git a/data/json/items/generic/dining_kitchen.json b/data/json/items/generic/dining_kitchen.json index 8a06d6cc4a996..11c22cdfa1146 100644 --- a/data/json/items/generic/dining_kitchen.json +++ b/data/json/items/generic/dining_kitchen.json @@ -846,7 +846,7 @@ "description": "A very large 25 liter pot, primarily meant for canning food in glass jars via the water bath method, though it can cook normal foods just as well. Canning foods with it will require a lot of water. If you're only canning a couple of jars at a time, you'd fill it up with rocks or something to displace the water above the lids.", "weight": "5625 g", "volume": "26250 ml", - "longest_side": "27 cm", + "longest_side": "32 cm", "price": 20000, "to_hit": -2, "bashing": 10, @@ -866,6 +866,34 @@ "use_action": [ "HEAT_FOOD" ], "flags": [ "ALLOWS_REMOTE_USE" ] }, + { + "id": "pot_canning_clay", + "type": "TOOL", + "name": { "str": "clay canning pot" }, + "looks_like": "pot_canning", + "description": "A very large 25 liter earthenware pot, primarily meant for canning food via the water bath method, though it can cook normal foods just as well. Canning foods with it will require a lot of water. If you're only canning a couple of jars at a time, you'd fill it up with rocks or something to displace the water above the lids.", + "weight": "8440 g", + "volume": "30 L", + "longest_side": "35 cm", + "price": 10000, + "to_hit": -2, + "bashing": 9, + "material": [ "clay" ], + "symbol": ")", + "color": "brown", + "pocket_data": [ + { + "max_contains_volume": "25 L", + "max_contains_weight": "25 kg", + "watertight": true, + "open_container": true, + "rigid": true + } + ], + "qualities": [ [ "COOK", 3 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ], [ "CHEM", 1 ] ], + "use_action": "HEAT_FOOD", + "flags": [ "ALLOWS_REMOTE_USE" ] + }, { "type": "GENERIC", "category": "tools", diff --git a/data/json/recipes/food/canned.json b/data/json/recipes/food/canned.json index ebc94e03052f2..c43116807d78e 100644 --- a/data/json/recipes/food/canned.json +++ b/data/json/recipes/food/canned.json @@ -15,7 +15,7 @@ "container": "jar_glass_sealed", "result_mult": 2, "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 11 ], [ "water_clean", 11 ] ], [ [ "jar_glass", 1 ] ], [ [ "meat_offal", 2, "LIST" ] ] ] }, { @@ -106,7 +106,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 11 ], [ "water_clean", 11 ] ], [ [ "jar_glass_sealed", 1 ] ], @@ -158,7 +158,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], @@ -182,7 +182,7 @@ "batch_time_factors": [ 83, 5 ], "result_mult": 2, "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 11 ], [ "water_clean", 11 ] ], [ [ "jar_glass_sealed", 1 ] ], @@ -232,7 +232,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], @@ -256,7 +256,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 16 ], [ "water_clean", 16 ] ], @@ -326,7 +326,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "mushroom_soup_ingredients", 12 ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -346,7 +346,7 @@ "batch_time_factors": [ 83, 5 ], "result_mult": 2, "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 11 ], [ "water_clean", 11 ] ], [ [ "jar_glass_sealed", 1 ] ], [ [ "meat_red_raw", 2, "LIST" ] ] ] }, { @@ -365,7 +365,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 11 ], [ "water_clean", 11 ] ], [ [ "jar_glass_sealed", 1 ] ], [ [ "fish", 2 ] ] ] }, { @@ -384,7 +384,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 11 ], [ "water_clean", 11 ] ], [ [ "jar_glass_sealed", 1 ] ], @@ -407,7 +407,7 @@ "result_mult": 4, "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 12 ], [ "water_clean", 12 ] ], [ [ "jar_glass_sealed", 1 ] ], @@ -432,7 +432,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "woods_soup_ingredients", 1 ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -453,7 +453,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "meat_soup_ingredients", 1 ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -474,7 +474,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "veggy_soup_ingredients", 2 ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -495,7 +495,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "fish_soup_ingredients", 1 ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -516,7 +516,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "broth_ingredients", 2 ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "water", 12 ], [ "water_clean", 12 ] ] ] }, @@ -537,7 +537,7 @@ "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "bone_edible", 20, "LIST" ] ], [ [ "water", 12 ], [ "water_clean", 12 ] ] ] }, { @@ -557,7 +557,7 @@ "book_learn": [ [ "manual_canning", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "sweet_fruit_like", 6, "LIST" ] ], @@ -581,7 +581,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 2 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "sweet_fruit", 2, "LIST" ] ], @@ -605,7 +605,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 2 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "sweet_fruit", 12, "LIST" ] ], @@ -629,7 +629,7 @@ "result_mult": 4, "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 12 ], [ "water_clean", 12 ] ], [ [ "jar_glass_sealed", 1 ] ], @@ -652,7 +652,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 11 ], [ "water_clean", 11 ] ], [ [ "jar_glass_sealed", 1 ] ], @@ -926,7 +926,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "meat_red_raw", 12, "LIST" ] ] ] }, { @@ -945,7 +945,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], @@ -969,7 +969,7 @@ "autolearn": true, "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], @@ -993,7 +993,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "fish", 12 ] ] ] }, { @@ -1012,7 +1012,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "container": "jar_3l_glass_sealed", "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "meat_offal", 12, "LIST" ] ] ] }, { @@ -1031,7 +1031,7 @@ "batch_time_factors": [ 83, 5 ], "charges": 24, "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], @@ -1054,7 +1054,7 @@ "batch_time_factors": [ 83, 5 ], "charges": 12, "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "water", 16 ], [ "water_clean", 16 ] ], [ [ "jar_3l_glass_sealed", 1 ] ], @@ -1078,7 +1078,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "woods_soup_ingredients", 6 ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -1099,7 +1099,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "meat_soup_ingredients", 6 ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -1120,7 +1120,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "veggy_soup_ingredients", 12 ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -1141,7 +1141,7 @@ "book_learn": [ [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "fish_soup_ingredients", 6 ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 10 ], [ "water_clean", 10 ] ] ] }, @@ -1162,7 +1162,7 @@ "book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "using": [ [ "broth_ingredients", 12 ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ] ] }, @@ -1183,7 +1183,7 @@ "book_learn": [ [ "cookbook_eatyrway", 5 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone_edible", 120, "LIST" ] ] ] }, { @@ -1202,7 +1202,7 @@ "book_learn": [ [ "cookbook_italian", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], @@ -1225,7 +1225,7 @@ "book_learn": [ [ "cookbook_italian", 4 ], [ "manual_canning", 3 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "can_tomato", 4 ], [ "tomato", 4 ], [ "irradiated_tomato", 4 ] ], @@ -1275,7 +1275,7 @@ "book_learn": [ [ "manual_canning", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "water", 12 ], [ "water_clean", 12 ] ], @@ -1306,7 +1306,7 @@ ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], @@ -1337,7 +1337,7 @@ ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "milk_standard_raw_fresh", 4, "LIST" ] ], [ [ "sugar_standard", 6, "LIST" ] ] ] }, { @@ -1441,7 +1441,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "irradiated_apple", 4 ], [ "apple", 4 ] ], @@ -1485,7 +1485,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "irradiated_apple", 24 ], [ "apple", 24 ] ], @@ -1509,7 +1509,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "irradiated_orange", 4 ], [ "orange", 4 ] ], @@ -1553,7 +1553,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "irradiated_orange", 24 ], [ "orange", 24 ] ], @@ -1577,7 +1577,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "irradiated_cranberries", 6 ], [ "cranberries", 6 ] ], @@ -1621,7 +1621,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "irradiated_cranberries", 36 ], [ "cranberries", 36 ] ], @@ -1645,7 +1645,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_glass_sealed", 1 ] ], [ [ "sweet_fruit", 2, "LIST" ] ], @@ -1690,7 +1690,7 @@ "book_learn": [ [ "preserving_juice", 2 ] ], "batch_time_factors": [ 80, 4 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "HAMMER", "level": 1 }, { "id": "CONTAIN", "level": 1 } ], - "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ], [ [ "rag", -1 ] ] ], + "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ], [ [ "rag", -1 ] ] ], "components": [ [ [ "jar_3l_glass_sealed", 1 ] ], [ [ "sweet_fruit", 12, "LIST" ] ], diff --git a/data/json/recipes/food/offal_dishes.json b/data/json/recipes/food/offal_dishes.json index b1b96f4ea98c6..3d584fa6c9eac 100644 --- a/data/json/recipes/food/offal_dishes.json +++ b/data/json/recipes/food/offal_dishes.json @@ -326,7 +326,7 @@ "time": "30 m", "batch_time_factors": [ 83, 5 ], "qualities": [ { "id": "COOK", "level": 3 }, { "id": "CUT", "level": 2 } ], - "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ], + "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ], "book_learn": [ [ "cookbook", 6 ], [ "manual_canning", 4 ] ], "container": "jar_glass_sealed", "charges": 8, diff --git a/data/json/recipes/tools/containers.json b/data/json/recipes/tools/containers.json index 5d5581e8152dd..4c53caf91f8e4 100644 --- a/data/json/recipes/tools/containers.json +++ b/data/json/recipes/tools/containers.json @@ -611,6 +611,21 @@ "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SAW_M", "level": 1 } ], "components": [ [ [ "sheet_metal", 1 ] ] ] }, + { + "type": "recipe", + "result": "pot_canning_clay", + "activity_level": "LIGHT_EXERCISE", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "skills_required": [ "survival", 1 ], + "difficulty": 2, + "time": "1 h", + "autolearn": true, + "using": [ [ "earthenware_firing", 140 ] ], + "proficiencies": [ { "proficiency": "prof_pottery" } ], + "components": [ [ [ "water", 2 ], [ "water_clean", 2 ] ], [ [ "clay_lump", 15 ] ] ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",