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

19 lines
396 B
JSON

{
"templates": {
"materials": {
"id": "chrono_alloy",
"name": "Chrono Alloy",
"meta": {
"materialCategory": "chemical"
},
"texture": "assets/gso/textures/materials/chemical/chrono_alloy.png",
"price": 2000,
"rarity": "legendary",
"stackable": true,
"maxStack": 50,
"requirements": {
"level": 24
}
}
}
}