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

32 lines
512 B
JSON
Raw Normal View History

2019-07-07 15:35:51 +10:00
{
"type": [
"component"
],
"machine": "manufacturer",
"recipes": [
{
"input": {
"black_powder": 5,
"steel_pipe": 5,
"beacon": 1
},
"output": {
"nobelisk": 1
},
"crafting_time": 20
},
{
"input": {
"black_powder": 10,
"steel_pipe": 10,
"crystal_oscillator": 1
},
"output": {
"nobelisk": 3
},
"crafting_time": 40,
"requires": "alternative_nobelisk"
}
]
}