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

18 lines
320 B
JSON

{
"path": "hulls/heavy_hull",
"recipe": {
"inputs": {
"heavy_hull_section": 10,
"titanium_alloy": 4
},
"output": {
"heavy_hull": 1
},
"construction_time_seconds": 480
},
"craft": {
"type": "hulls",
"subCategory": "misc",
"id": "hulls:misc:hulls_heavy_hull"
}
}