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

26 lines
554 B
JSON

{
"templates": {
"consumable": {
"id": "xp_booster",
"name": "XP Booster",
"type": "consumable",
"rarity": "rare",
"price": 6500,
"currency": "gems",
"description": "Doubles XP gained for 30 minutes",
"texture": "assets/gso/textures/consumables/xp_booster.png",
"effect": {
"xpMultiplier": 2,
"durationMinutes": 30
},
"categories": [
"shop"
],
"requirements": {
"level": 1
},
"stackable": true,
"maxStack": 5
}
}
}