Skip to content

Commit

Permalink
Smoking should take as long as dehydrating (#997)
Browse files Browse the repository at this point in the history
* Smoking shouldn't take as long as dehydrating

* 2 values changed... one error...

* changes as wished
  • Loading branch information
Lamandus authored Oct 8, 2021
1 parent 9c4501b commit c60eb47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions data/json/recipes/food/dry.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"charges": 1,
"batch_time_factors": [ 50, 3 ],
Expand All @@ -20,7 +20,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -34,7 +34,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -47,7 +47,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -60,7 +60,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -74,7 +74,7 @@
"delete_flags": [ "BAD_TASTE" ],
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -87,7 +87,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"batch_time_factors": [ 80, 1 ],
"autolearn": true,
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -100,7 +100,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -114,7 +114,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -136,7 +136,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"batch_time_factors": [ 80, 1 ],
"autolearn": true,
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand All @@ -150,7 +150,7 @@
"skill_used": "cooking",
"difficulty": 2,
"charges": 1,
"time": "18 m",
"time": "40 m",
"batch_time_factors": [ 80, 1 ],
"autolearn": true,
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand Down Expand Up @@ -179,7 +179,7 @@
"skill_used": "cooking",
"difficulty": 2,
"charges": 12,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand Down Expand Up @@ -224,7 +224,7 @@
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
"time": "18 m",
"time": "40 m",
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
"tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ],
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/food/meat.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 3,
"time": "1 h",
"time": "40 m",
"charges": 1,
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
Expand All @@ -190,7 +190,7 @@
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 3,
"time": "1 h",
"time": "40 m",
"charges": 1,
"autolearn": true,
"batch_time_factors": [ 80, 1 ],
Expand Down

0 comments on commit c60eb47

Please sign in to comment.