satisfactory/data/recipes/items/components/turbo_motor.json

23 lines
320 B
JSON
Raw Normal View History

2019-05-03 11:38:03 +10:00
{
"type": [
"component"
],
"machine": "manufacturer",
"stack_size": 50,
"recipes": [
{
"input": {
"heat_sink": 4,
"radio_control_unit": 2,
"motor": 4,
"rubber": 40
},
"output": {
"turbo_motor": 1
},
"crafting_time": 32
}
]
}