API/GameServer/data/gso/items/consumables/health_kit_small.json
2026-03-11 00:32:45 -03:00

26 lines
550 B
JSON

{
"templates": {
"consumable": {
"id": "health_kit_small",
"name": "Small Health Kit",
"type": "consumable",
"rarity": "common",
"price": 1250,
"currency": "credits",
"description": "Restores 50 health",
"texture": "assets/gso/textures/consumables/health_kit_small.png",
"effect": {
"heal": 50
},
"categories": [
"shop",
"dungeon_loot"
],
"requirements": {
"level": 1
},
"stackable": true,
"maxStack": 20
}
}
}