22 lines
590 B
JSON
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"
|
|
]
|
|
}
|