satisfactory/data/recipes/components/computer.json

13 lines
272 B
JSON
Raw Normal View History

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