Home · skill · Enchant_SparkHarvesting
Participating in killing an enemy heals you for ::heal::.
Properties
- type
- Passive
- nature
- Passive
- steps
Referenced by
Raw data
{
"id": "Enchant_SparkHarvesting",
"type": "Passive",
"nature": "Passive",
"texts": {
"name": "Spark Harvesting",
"desc": "Participating in killing an enemy heals you for ::heal::."
},
"anim": {},
"steps": [
{
"on": 13,
"props": {},
"id": "Proc",
"type": 12,
"effects": [
{
"effect": 1,
"scaling": [],
"flags": 0,
"baseVal": 5
}
],
"cond": {
"targetFilter": {
"align": 4
}
}
}
],
"flags": [],
"mastery": [],
"props": {},
"vars": {},
"script": "function onKill(dmg) {\n\tplayStep(Steps.Proc);\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "FormulaWeaponSparkHarvesting",
"via_field": "skills"
}
]
}