This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/recipes/hulls/quantum_hull_plate.json
2026-03-11 00:32:45 -03:00

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
}
}