Skip to content

Commit

Permalink
use charges instead of result_mult for canned recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
mqrause committed Mar 2, 2023
1 parent ee319de commit 8b3bcc7
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
74 changes: 37 additions & 37 deletions data/json/recipes/food/canned.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "jar_glass_sealed",
"result_mult": 2,
"charges": 2,
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"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" ] ] ]
Expand All @@ -33,7 +33,7 @@
"book_learn": [ [ "manual_sealing", 4 ], [ "atomic_survival", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"contained": true,
"result_mult": 2,
"charges": 2,
"qualities": [
{ "id": "SAW_M", "level": 1 },
{ "id": "HAMMER", "level": 1 },
Expand Down Expand Up @@ -85,7 +85,7 @@
"book_learn": [ [ "manual_sealing", 4 ], [ "atomic_survival", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 12,
"charges": 12,
"qualities": [
{ "id": "SAW_M", "level": 1 },
{ "id": "HAMMER", "level": 1 },
Expand Down Expand Up @@ -114,7 +114,7 @@
"book_learn": [ [ "cookbook", 6 ], [ "manual_canning", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "jar_glass_sealed",
"result_mult": 2,
"charges": 2,
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
"components": [
Expand All @@ -138,7 +138,7 @@
"book_learn": [ [ "cookbook", 6 ], [ "manual_canning", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "jar_3l_glass_sealed",
"result_mult": 12,
"charges": 12,
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [
Expand Down Expand Up @@ -214,7 +214,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 12,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -243,7 +243,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
"result_mult": 6,
"charges": 6,
"book_learn": [ [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand Down Expand Up @@ -271,7 +271,7 @@
"book_learn": [ [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
"result_mult": 2,
"charges": 2,
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
"components": [
Expand Down Expand Up @@ -321,7 +321,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_medium",
"result_mult": 2,
"charges": 2,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -350,7 +350,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 12,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -378,7 +378,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
"result_mult": 12,
"charges": 12,
"book_learn": [ [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand Down Expand Up @@ -550,7 +550,7 @@
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
"result_mult": 2,
"charges": 2,
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"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" ] ] ]
Expand All @@ -567,7 +567,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "30 m",
"result_mult": 2,
"charges": 2,
"book_learn": [ [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand All @@ -587,7 +587,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "30 m",
"result_mult": 2,
"charges": 2,
"book_learn": [ [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand All @@ -607,7 +607,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "30 m",
"result_mult": 2,
"charges": 2,
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand All @@ -633,7 +633,7 @@
"time": "30 m",
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"result_mult": 4,
"charges": 4,
"batch_time_factors": [ 83, 5 ],
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
Expand Down Expand Up @@ -788,7 +788,7 @@
"skills_required": [ "mechanics", 1 ],
"difficulty": 3,
"time": "40 m",
"result_mult": 12,
"charges": 12,
"book_learn": [ [ "manual_canning", 2 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 80, 4 ],
Expand Down Expand Up @@ -865,7 +865,7 @@
"time": "30 m",
"book_learn": [ [ "cookbook_italian", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"result_mult": 4,
"charges": 4,
"batch_time_factors": [ 83, 5 ],
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ], [ "pot_canning_clay", -1 ] ] ],
Expand Down Expand Up @@ -939,7 +939,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_medium",
"result_mult": 2,
"charges": 2,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -968,7 +968,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 12,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1024,7 +1024,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_medium",
"result_mult": 2,
"charges": 2,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand All @@ -1048,7 +1048,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 12,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1099,7 +1099,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_medium",
"result_mult": 2,
"charges": 2,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand All @@ -1123,7 +1123,7 @@
"book_learn": [ [ "manual_sealing", 4 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 12,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1174,7 +1174,7 @@
"book_learn": [ [ "manual_sealing", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_medium",
"result_mult": 2,
"charges": 2,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1203,7 +1203,7 @@
"book_learn": [ [ "manual_sealing", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 12,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1434,7 +1434,7 @@
"book_learn": [ [ "manual_sealing", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 6,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1487,7 +1487,7 @@
"book_learn": [ [ "manual_sealing", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 6,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1536,7 +1536,7 @@
"book_learn": [ [ "manual_sealing", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 6,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1585,7 +1585,7 @@
"book_learn": [ [ "manual_sealing", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 6,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand Down Expand Up @@ -1634,7 +1634,7 @@
"book_learn": [ [ "manual_sealing", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"container": "can_food_big",
"result_mult": 6,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"qualities": [
{ "id": "SAW_M", "level": 1 },
Expand All @@ -1658,7 +1658,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
"result_mult": 12,
"charges": 12,
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand All @@ -1678,7 +1678,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
"result_mult": 12,
"charges": 12,
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand All @@ -1704,7 +1704,7 @@
"time": "40 m",
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"result_mult": 24,
"charges": 24,
"autolearn": true,
"batch_time_factors": [ 83, 5 ],
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 3 } ],
Expand All @@ -1728,7 +1728,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
"result_mult": 12,
"charges": 12,
"book_learn": [ [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand All @@ -1748,7 +1748,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
"result_mult": 12,
"charges": 12,
"book_learn": [ [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
"batch_time_factors": [ 83, 5 ],
Expand All @@ -1767,7 +1767,7 @@
"skill_used": "cooking",
"difficulty": 4,
"time": "40 m",
"result_mult": 12,
"charges": 12,
"batch_time_factors": [ 83, 5 ],
"book_learn": [ [ "cookbook", 4 ], [ "manual_canning", 3 ] ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_preservation" }, { "proficiency": "prof_food_canning" } ],
Expand Down
Loading

0 comments on commit 8b3bcc7

Please sign in to comment.