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/materials/chemical/voidsteel.json

16 lines
330 B
JSON

{
"templates": {
"materials": {
"id": "voidsteel",
"name": "Voidsteel",
"meta": {
"materialCategory": "chemical"
},
"texture": "assets/gso/textures/materials/chemical/voidsteel.png",
"price": 1200,
"rarity": "epic",
"stackable": true,
"maxStack": 100
}
}
}