Client/GameServer/data/gso/items/materials/chemical/voidsteel.json
2026-03-11 00:32:45 -03:00

19 lines
383 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,
"requirements": {
"level": 16
}
}
}
}