Yeah, the Lantern felt like in need of a recipe:
recipes.json
{
"result": "gasoline_lantern",
"category": "CC_MISC",
"difficulty": 2,
"skill_pri": "survival",
"time": 5000,
"reversible": false,
"autolearn": true,
"tools": [
[
["rock", -1],
["primitive_hammer", -1],
["hammer", -1],
["hatchet", -1],
["toolset", -1]
]
],
"components": [
[
["jar_glass", 1],
["bottle_glass", 1]
],
[
["scrap", 2]
],
[
["string_6", 1]
],
[
["gasoline", 50]
]
]
}
A neat one, maybe could be a constant, since I’ve made one myself in RL. (!)
If you wonder “Why the gasoline?” - the rag, or the piece of string, needs to be wet. Or you can do without it in game if you wish.