API/GameServer/data/gso/items/materials/food/grain_crop.json
2026-03-11 00:32:45 -03:00

26 lines
557 B
JSON

{
"templates": {
"materials": {
"id": "grain_crop_common",
"texture": "assets/gso/textures/materials/food/grain_crop.png",
"stats": [],
"meta": {
"materialCategory": "food"
},
"name": "Grain Crop Common",
"type": "materials",
"rarity": "common",
"price": 500,
"currency": "credits",
"description": "Grain Crop Common.",
"categories": [
"shop",
"dungeon_loot"
],
"stackable": true,
"requirements": {
"level": 1
}
}
}
}