26 lines
550 B
JSON
26 lines
550 B
JSON
{
|
|
"templates": {
|
|
"consumable": {
|
|
"id": "health_kit_small",
|
|
"name": "Small Health Kit",
|
|
"type": "consumable",
|
|
"rarity": "common",
|
|
"price": 1250,
|
|
"currency": "credits",
|
|
"description": "Restores 50 health",
|
|
"texture": "assets/gso/textures/consumables/health_kit_small.png",
|
|
"effect": {
|
|
"heal": 50
|
|
},
|
|
"categories": [
|
|
"shop",
|
|
"dungeon_loot"
|
|
],
|
|
"requirements": {
|
|
"level": 1
|
|
},
|
|
"stackable": true,
|
|
"maxStack": 20
|
|
}
|
|
}
|
|
} |