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

33 lines
513 B
JSON
Raw Normal View History

2019-07-07 15:35:51 +10:00
{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"iron_plate": 3,
"iron_rod": 1,
"wire": 15,
"cable": 2
},
"output": {
"beacon": 1
},
"crafting_time": 8
},
{
"input": {
"steel_beam": 1,
"steel_pipe": 4,
"crystal_oscillator": 1
},
"output": {
"beacon": 5
},
"crafting_time": 32,
"requires": "alternative_beacon"
}
]
}