satisfactory/data/recipes/components/computer.json

12 lines
243 B
JSON
Raw Normal View History

[
{
"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"
}
]