Sure, not a problem.
{
"result": "tin",
"type": "recipe",
"byproducts": [ [ "steel_chunk" ] ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 2,
"time": 30000,
"batch_time_factors": [ 50, 2 ],
"autolearn": true,
"qualities" : [ { "id":"CONTAIN","level":1 } ],
"using": [ [ "electric_current", 1 ] ],
"components": [ [ [ "acid", 1 ] ], [ [ "water", 3 ], [ "water_clean", 3 ] ], [ [ "can_food_unsealed", 1 ] ] ]
}
“electric current” is defined in data/json/requirements/toolsets.json as follows:
{
"id": "electric_current",
"type": "requirement",
"//": "A source of electricity and something to apply it with",
"tools": [
[ [ "battery_car", 1 ], [ "battery_motorbike", 1 ], [ "small_storage_battery", 1 ], [ "medium_storage_battery", 1 ], [ "storage_battery", 1 ] ],
[ [ "cable", -1 ] ]
]
}
Side note, if anyone’s curious, the recipe is based on this patent.