25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"templates": {
|
|
"consumable": {
|
|
"id": "energy_boost_large",
|
|
"name": "Max Energy Boost",
|
|
"type": "consumable",
|
|
"rarity": "uncommon",
|
|
"price": 2750,
|
|
"currency": "credits",
|
|
"description": "Restores full energy",
|
|
"texture": "assets/gso/textures/consumables/energy_boost_large.png",
|
|
"effect": {
|
|
"energy": 999
|
|
},
|
|
"categories": [
|
|
"shop"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": true,
|
|
"maxStack": 10
|
|
}
|
|
}
|
|
} |