Game-Server/GameServer/data/gso/items/materials/chemical/phase_alloy.json
2026-03-11 00:32:45 -03:00

19 lines
388 B
JSON

{
"templates": {
"materials": {
"id": "phase_alloy",
"name": "Phase Alloy",
"meta": {
"materialCategory": "chemical"
},
"texture": "assets/gso/textures/materials/chemical/phase_alloy.png",
"price": 800,
"rarity": "epic",
"stackable": true,
"maxStack": 100,
"requirements": {
"level": 16
}
}
}
}