23 lines
612 B
JSON
23 lines
612 B
JSON
{
|
|
"templates": {
|
|
"consumable": {
|
|
"id": "health_kit_large",
|
|
"name": "Large Health Kit",
|
|
"type": "consumable",
|
|
"rarity": "uncommon",
|
|
"price": 1200,
|
|
"currency": "credits",
|
|
"description": "A comprehensive medical kit that restores significant hull integrity",
|
|
"texture": "assets/gso/textures/consumables/health_kit_large.png",
|
|
"effect": {
|
|
"healAmount": 500,
|
|
"type": "heal"
|
|
},
|
|
"categories": ["shop", "dungeon_loot", "quest_reward"],
|
|
"requirements": { "level": 5 },
|
|
"stackable": true,
|
|
"maxStack": 10
|
|
}
|
|
}
|
|
}
|