API/GameServer/data/gso/items/materials/bio/plant_matter.json
2026-03-10 13:06:33 -03:00

26 lines
563 B
JSON

{
"templates": {
"materials": {
"id": "plant_matter_common",
"texture": "assets/gso/textures/materials/bio/plant_matter.png",
"stats": [],
"meta": {
"materialCategory": "bio"
},
"name": "Plant Matter Common",
"type": "materials",
"rarity": "common",
"price": 500,
"currency": "credits",
"description": "Plant Matter Common.",
"categories": [
"shop",
"dungeon_loot"
],
"stackable": true,
"requirements": {
"level": 1
}
}
}
}