Finally, I was tired being replace battery for the lamp…
and this for liveing in LMOE.
Put it on cataclysmdda-0.C-6424\data\json
construction.json
{
"type" : "construction",
"description" : "Build Utility Light",
"category" : "CONSTRUCT",
"required_skills" : [ [ "electronics", 4 ] ],
"time" : 120,
"qualities": [
[
{ "id": "HAMMER", "level": 2 }
],
[
{ "id": "SAW_M", "level": 1 }
]
],
"tools": [ [ [ "soldering_iron", 5 ], [ "toolset", 5 ] ] ],
"components" : [
[ [ "plut_cell", 4 ] ],
[ [ "battery_atomic", 1 ] ],
[ [ "electric_lantern", 1 ] ],
[ [ "power_supply", 2 ] ],
[ [ "steel_chunk", 4 ], [ "scrap", 12 ] ]
],
"pre_special" : "check_empty",
"post_terrain" : "t_utility_light"
}