satisfactory/data/recipes/components/computer.json

24 lines
357 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "manufacturer",
"stack_size": 50,
"recipes": [
{
"input": {
"circuit_board": 5,
"cable": 12,
"plastic": 18,
"screw": 60
},
"output": {
"computer": 1
},
"crafting_time": 32,
"clicks": 8,
"stage": "expansion"
}
]
}