21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"path": "hulls/quantum_hull_plate",
|
|
"recipe": {
|
|
"inputs": {
|
|
"battleship_hull_section_legendary": 2,
|
|
"void_capacitor": 3,
|
|
"chrono_alloy": 5,
|
|
"neutronium_composite": 4
|
|
},
|
|
"output": { "quantum_hull_plate": 1 },
|
|
"craft_time_seconds": 14400
|
|
},
|
|
"craft": {
|
|
"type": "hulls",
|
|
"subCategory": "advanced",
|
|
"id": "hulls:advanced:quantum_hull_plate",
|
|
"requiredSkill": "ship_engineering",
|
|
"requiredSkillLevel": 8
|
|
}
|
|
}
|