26 lines
554 B
JSON
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
|
|
}
|
|
}
|
|
} |