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

26 lines
575 B
JSON

{
"templates": {
"materials": {
"id": "chromium_ingot_common",
"texture": "assets/gso/textures/materials/ingot/chromium_ingot.png",
"stats": [],
"meta": {
"materialCategory": "ingot"
},
"name": "Chromium Ingot Common",
"type": "materials",
"rarity": "common",
"price": 500,
"currency": "credits",
"description": "Chromium Ingot Common.",
"categories": [
"shop",
"dungeon_loot"
],
"stackable": true,
"requirements": {
"level": 1
}
}
}
}