Skip to content

Commit

Permalink
Rework and sanity-check harvesting of tin (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Sep 23, 2023
1 parent d2b1d2f commit 7772cab
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
10 changes: 0 additions & 10 deletions data/json/obsoletion/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,11 +778,6 @@
"result": "boots_winterknitting",
"obsolete": true
},
{
"type": "recipe",
"result": "bowl_pewteruncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "brew_bum_wine",
Expand Down Expand Up @@ -2023,11 +2018,6 @@
"result": "tieclipuncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "tin_plateuncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "toaster",
Expand Down
7 changes: 4 additions & 3 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1221,13 +1221,14 @@
"difficulty": 4,
"autolearn": [ [ "cooking", 6 ] ],
"book_learn": [ [ "textbook_chemistry", 3 ], [ "textbook_fabrication", 4 ], [ "welding_book", 4 ] ],
"time": "30 m",
"time": "10 m",
"charges": 10,
"batch_time_factors": [ 50, 2 ],
"tools": [ [ [ "electrolysis_kit", 100 ] ], [ [ "jar_glass", -1 ], [ "jar_3l_glass", -1 ] ] ],
"components": [
[ [ "acid", 1 ] ],
[ [ "acid", 1 ], [ "chem_sulphuric_acid", 1 ] ],
[ [ "water", 3 ], [ "water_clean", 3 ] ],
[ [ "tin_plate", 1 ], [ "tin_cup", 1 ], [ "bowl_pewter", 1 ] ]
[ [ "can_food_big_unsealed", 1 ], [ "can_medium_unsealed", 5 ], [ "can_food_unsealed", 10 ] ]
]
},
{
Expand Down
21 changes: 21 additions & 0 deletions data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,27 @@
"time": "1 m",
"components": [ [ [ "ceramic_shard", 1 ] ] ]
},
{
"result": "bowl_pewter",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "tin", 125 ] ] ]
},
{
"result": "tin_plate",
"type": "uncraft",
"time": "1 m",
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "tin", 125 ] ] ]
},
{
"result": "tin_cup",
"type": "uncraft",
"time": "30 s",
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "tin", 100 ] ] ]
},
{
"result": "char_purifier",
"type": "uncraft",
Expand Down

0 comments on commit 7772cab

Please sign in to comment.