Spark Harvesting
Enchant_SparkHarvesting in SkillsParticipating in killing an enemy heals you for 5.
- id
- Enchant_SparkHarvesting
- type
- 14
- flags
- 0
- nature
- 5
- script
- function onKill(dmg) { playStep(Steps.Proc); }
Raw data
{
"id": "Enchant_SparkHarvesting",
"anim": {},
"type": 14,
"vars": {},
"flags": 0,
"props": {},
"steps": [
{
"id": "Proc",
"on": 13,
"cond": {
"targetFilter": {
"align": 4
}
},
"type": 12,
"props": {},
"effects": [
{
"flags": 0,
"effect": 1,
"baseVal": 5,
"scaling": []
}
]
}
],
"texts": {
"desc": "Participating in killing an enemy heals you for ::heal::.",
"name": "Spark Harvesting"
},
"nature": 5,
"script": "function onKill(dmg) {\n\tplayStep(Steps.Proc);\n}",
"mastery": []
}