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

21 lines
474 B
JSON

{
"counts_by_group": {
"smelting": 10,
"alloys": 10,
"circuits": 10,
"hull_sections": 6,
"hulls": 8,
"weapons": 5,
"armours": 6,
"consumables": 4
},
"craftingTabs": {
"file": "data/gso/recipes/crafting_tabs.json",
"notes": [
"Filter recipes by recipe.craft.type and recipe.craft.subCategory"
]
},
"notes": [
"Recipes are grouped into data/gso/recipes/<group>/. Each file preserves {path, recipe, craft}."
]
}