Skip to content

Commit

Permalink
Add a crafting recipe for propane lanterns
Browse files Browse the repository at this point in the history
copied the existing recipe for gasoline lantern in lights.json
  • Loading branch information
descende authored May 16, 2024
1 parent 554b537 commit 82e1ed4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/json/recipes/tools/lights.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,24 @@
[ [ "clay_teapot", 1 ], [ "jug_clay", 1 ], [ "can_food", 1 ], [ "can_drink", 1 ], [ "canister_empty", 1 ] ]
]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "propane_lantern",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 5,
"time": "1 h",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [
[ [ "scrap", 1 ] ],
[ [ "cotton_patchwork", 1 ], [ "cordage_superior_short", 1, "LIST" ] ],
[ [ "bottle_glass", 1 ], [ "flask_glass", 1 ], [ "jar_glass_sealed", 1 ] ],
[ [ "clay_teapot", 1 ], [ "jug_clay", 1 ], [ "can_food", 1 ], [ "can_drink", 1 ], [ "canister_empty", 1 ] ]
]
},
{
"type": "recipe",
"activity_level": "ACTIVE_EXERCISE",
Expand Down

0 comments on commit 82e1ed4

Please sign in to comment.