Construction recipe: Build utility light

Finally, I was tired being replace battery for the lamp…
and this for liveing in LMOE.
:smiley:

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"
    }

That’d be great improvement. That shocker zlave could be put to rest finally.

Make a mod of it. This would be a quick and easy one.

Modification - https://www.dropbox.com/s/f1jvhhe1mnzm9vh/ExtraConstructions_2017-05-18.zip?dl=0

thanks~~