Client/GameServer/data/gso/items/materials/misc/tungsten_steel.json
2026-03-11 00:32:45 -03:00

26 lines
573 B
JSON

{
"templates": {
"materials": {
"id": "tungsten_steel_common",
"texture": "assets/gso/textures/materials/misc/tungsten_steel.png",
"stats": [],
"meta": {
"materialCategory": "misc"
},
"name": "Tungsten Steel Common",
"type": "materials",
"rarity": "common",
"price": 500,
"currency": "credits",
"description": "Tungsten Steel Common.",
"categories": [
"shop",
"dungeon_loot"
],
"stackable": true,
"requirements": {
"level": 1
}
}
}
}