Skip to content

Commit

Permalink
feat(balance): make salt from salt water in small batches (#6055)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Feb 6, 2025
1 parent 024817d commit 5d93135
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/json/recipes/food/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,13 @@
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"time": "1 h 30 m",
"time": "10 m",
"autolearn": true,
"charges": 10,
"batch_time_factors": [ 50, 3 ],
"qualities": [ { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
"components": [ [ [ "salt_water", 10 ], [ "saline", 50 ] ] ]
"tools": [ [ [ "water_boiling_heat", 5, "LIST" ] ] ],
"components": [ [ [ "salt_water", 1 ], [ "saline", 5 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit 5d93135

Please sign in to comment.