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/standard_hull.json

18 lines
333 B
JSON

{
"path": "hulls/standard_hull",
"recipe": {
"inputs": {
"standard_hull_section": 8,
"reinforced_steel": 4
},
"output": {
"standard_hull": 1
},
"construction_time_seconds": 300
},
"craft": {
"type": "hulls",
"subCategory": "misc",
"id": "hulls:misc:hulls_standard_hull"
}
}