Skip to content

Commit

Permalink
Merge pull request CleverRaven#73864 from descende/propane-lantern-re…
Browse files Browse the repository at this point in the history
…cipe-addition

Add a crafting recipe for propane lanterns
  • Loading branch information
I-am-Erk authored May 24, 2024
2 parents 9e4e759 + 80847c1 commit de4ec39
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/json/recipes/tools/lights.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,22 @@
[ [ "clay_teapot", 1 ], [ "jug_clay", 1 ], [ "can_food", 1 ], [ "can_drink", 1 ], [ "canister_empty", 1 ] ]
]
},
{
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"result": "propane_lantern",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ [ "mechanics", 3 ] ],
"difficulty": 6,
"time": "2 h",
"book_learn": [ [ "textbook_fabrication", 6 ] ],
"qualities": [ { "id": "WRENCH", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "HAMMER", "level": 2 } ],
"using": [ [ "welding_standard", 50 ] ],
"proficiencies": [ { "proficiency": "prof_welding_basic" }, { "proficiency": "prof_welding" } ],
"components": [ [ [ "scrap", 2 ] ], [ [ "pipe", 2 ] ], [ [ "pipe_fittings", 4 ] ], [ [ "pilot_light", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "ACTIVE_EXERCISE",
Expand Down

0 comments on commit de4ec39

Please sign in to comment.