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/phase_alloy.json

16 lines
335 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
}
}
}