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/items/manifest.json
2026-03-11 00:32:45 -03:00

22 lines
590 B
JSON

{
"counts_by_type": {
"ships": 8,
"weapons": 8,
"armours": 19,
"consumables": 13,
"materials": {
"ore": 9,
"ingot": 10,
"chemical": 10,
"electronics": 10,
"misc": 10
}
},
"notes": [
"One JSON per unique item. Grouped into data/gso/items/<type>/<subcategory>/",
"Texture paths point into assets/gso/textures/<type>/<subcategory>/<id>.png",
"Server loads all items via ContentLoader.loadAllItems()",
"Datapack v3.4: 19 armour pieces (backpack/body/boots/hands/helmet/pants x common+rare+epic), 13 consumables"
]
}