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/aluminum_alloy.json
2026-03-10 13:06:33 -03:00

26 lines
581 B
JSON

{
"templates": {
"materials": {
"id": "aluminum_alloy_common",
"texture": "assets/gso/textures/materials/chemical/aluminum_alloy.png",
"stats": [],
"meta": {
"materialCategory": "chemical"
},
"name": "Aluminum Alloy Common",
"type": "materials",
"rarity": "common",
"price": 500,
"currency": "credits",
"description": "Aluminum Alloy Common.",
"categories": [
"shop",
"dungeon_loot"
],
"stackable": true,
"requirements": {
"level": 1
}
}
}
}