26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"templates": {
|
|
"consumable": {
|
|
"id": "health_kit_large",
|
|
"name": "Large Health Kit",
|
|
"type": "consumable",
|
|
"rarity": "uncommon",
|
|
"price": 150,
|
|
"currency": "credits",
|
|
"description": "Restores full health",
|
|
"texture": "assets/gso/textures/consumables/health_kit_large.png",
|
|
"effect": {
|
|
"heal": 999
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": true,
|
|
"maxStack": 10
|
|
}
|
|
}
|
|
} |