Home · item · MinorHealingPotion
Heals 100 Health over 10s.
Properties
- type
- Health Potion
- sellPrice
- 1
- rarity
- Common
Referenced by
lootTable (1)
craft (1)
Raw data
{
"gfx": {
"file": "UI/Portraits/Items/HealthPotion/Items_Loot_Potion_PotionMinor_Healing.prefab.png",
"size": 256,
"x": 0,
"y": 0
},
"id": "MinorHealingPotion",
"texts": {
"desc": "Heals 100 [Health] over 10s.",
"name": "Minor Healing Potion"
},
"visuals": {
"modelPath": "Items/Loot/Potion/PotionMinor_Healing.prefab"
},
"type": "HealthPotion",
"aptitudes": [],
"sellPrice": 1,
"rarity": "Common",
"affixes": [],
"skills": [],
"props": {
"effects": [
{
"resource": [
{
"res": "Health",
"amount": 100,
"duration": 10,
"scaling": []
}
],
"status": []
}
]
},
"_xrefs": [
{
"from_sheet": "lootTable",
"from_id": "Potions",
"via_field": "loot"
},
{
"from_sheet": "craft",
"from_id": "MinorHealingPotion",
"via_field": "item"
}
]
}