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

27 lines
585 B
JSON

{
"templates": {
"consumable": {
"id": "fuel_cell",
"name": "Fuel Cell",
"type": "consumable",
"rarity": "common",
"price": 1250,
"currency": "credits",
"description": "Restores 25 energy \u2014 handy for long dungeon runs",
"texture": "assets/gso/textures/consumables/fuel_cell.png",
"effect": {
"energy": 25
},
"categories": [
"shop",
"dungeon_loot",
"starter"
],
"requirements": {
"level": 1
},
"stackable": true,
"maxStack": 50
}
}
}