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

26 lines
549 B
JSON

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