Skip to content

Commit

Permalink
feat(content): Craft kitchen stuff (#5957)
Browse files Browse the repository at this point in the history
a

Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
RoyalFox2140 and chaosvolt authored Jan 21, 2025
1 parent 2445ae4 commit 613aa54
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
77 changes: 77 additions & 0 deletions data/json/recipes/other/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,5 +651,82 @@
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "rock", 1 ] ] ]
},
{
"type": "recipe",
"result": "ceramic_bowl",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"skills_required": [ "survival", 1 ],
"difficulty": 3,
"time": "40 m",
"autolearn": true,
"using": [ [ "glazing", 1 ], [ "earthenware_firing", 60 ] ],
"components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "clay_lump", 5 ] ] ]
},
{
"type": "recipe",
"result": "ceramic_plate",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"skills_required": [ "survival", 1 ],
"difficulty": 2,
"time": "30 m",
"autolearn": true,
"using": [ [ "glazing", 1 ], [ "earthenware_firing", 30 ] ],
"components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "clay_lump", 3 ] ] ]
},
{
"type": "recipe",
"result": "ceramic_cup",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"skills_required": [ "survival", 1 ],
"difficulty": 2,
"time": "35 m",
"autolearn": true,
"using": [ [ "glazing", 1 ], [ "earthenware_firing", 30 ] ],
"components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "clay_lump", 2 ] ] ]
},
{
"type": "recipe",
"result": "ceramic_mug",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"skills_required": [ "survival", 1 ],
"difficulty": 4,
"time": "45 m",
"autolearn": true,
"using": [ [ "glazing", 1 ], [ "earthenware_firing", 30 ] ],
"components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "clay_lump", 3 ] ] ]
},
{
"type": "recipe",
"result": "brush",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"difficulty": 1,
"time": "4 m",
"autolearn": true,
"tools": [ [ [ "surface_heat", 1, "LIST" ] ] ],
"components": [ [ [ "plastic_chunk", 1 ] ] ]
},
{
"type": "recipe",
"result": "glass",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"difficulty": 4,
"time": "35 m",
"book_learn": [ [ "glassblowing_book", 4 ] ],
"qualities": [ { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "pipe", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 50 ] ] ],
"components": [ [ [ "glass_shard", 2 ], [ "flask_glass", 2 ], [ "test_tube", 4 ], [ "marble", 50 ] ] ]
}
]
11 changes: 11 additions & 0 deletions data/json/recipes/other/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2605,6 +2605,17 @@
"autolearn": true,
"using": [ [ "blacksmithing_advanced", 3 ], [ "steel_tiny", 3 ] ]
},
{
"result": "kettle",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 4,
"time": "1 h 15 m",
"autolearn": true,
"using": [ [ "blacksmithing_advanced", 34 ], [ "steel_tiny", 4 ] ]
},
{
"result": "awl_bone",
"type": "recipe",
Expand Down

0 comments on commit 613aa54

Please sign in to comment.