Skip to content

Commit

Permalink
adjust item size and recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
marilynias committed Dec 18, 2024
1 parent d2145c1 commit c048447
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
8 changes: 4 additions & 4 deletions data/json/items/tool/metalworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@
"category": "tools",
"name": { "str": "metal charcoal kiln" },
"description": "A stout metal box used for producing charcoal via pyrolysis: the incomplete burning of organic materials in the absence of oxygen. Needs to be placed via the construction menu.",
"weight": "16770 g",
"volume": "65 L",
"price": "160 USD",
"price_postapoc": "10 USD",
"weight": "25072 g",
"volume": "250 L",
"price": "500 USD",
"price_postapoc": "50 USD",
"material": [ "steel" ],
"symbol": ";",
"color": "dark_gray",
Expand Down
14 changes: 2 additions & 12 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1580,12 +1580,7 @@
"time": "1 h 30 m",
"autolearn": true,
"book_learn": [ [ "textbook_fabrication", 2 ], [ "manual_fabrication", 2 ] ],
"qualities": [
{ "id": "HAMMER", "level": 3 },
{ "id": "SAW_M", "level": 1 },
{ "id": "SCREW", "level": 1 },
{ "id": "WRENCH", "level": 1 }
],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SAW_M", "level": 1 } ],
"tools": [
[
[ "welder", 150 ],
Expand All @@ -1599,12 +1594,7 @@
]
],
"proficiencies": [ { "proficiency": "prof_metalworking" } ],
"components": [
[ [ "steel_lump", 5 ], [ "steel_chunk", 20 ], [ "scrap", 60 ] ],
[ [ "metal_tank", 1 ] ],
[ [ "pipe", 6 ] ],
[ [ "pipe_fittings", 4 ] ]
]
"components": [ [ [ "metal_tank", 4 ] ], [ [ "pipe", 4 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit c048447

Please sign in to comment.