Home · skill · OreAffix_Nature_Status
Heals for 10% Maximum Health Health upon killing an enemy.
Properties
- nature
- Status
- duration
- 120
- steps
- flags
Raw data
{
"gfx": {
"file": "UI/icons/atlas_abilities_status_96PX.png",
"size": 96,
"x": 5,
"y": 1
},
"id": "OreAffix_Nature_Status",
"nature": "Status",
"texts": {
"name": "[Nature] Blessed",
"desc": "Heals for ::heal:: [Health] upon killing an enemy."
},
"anim": {},
"duration": 120,
"steps": [
{
"on": 13,
"props": {},
"effects": [
{
"effect": 1,
"scaling": [
{
"ratio": 0.1,
"atb": "MaxHealth"
}
],
"flags": 0
}
],
"type": 12,
"id": "Heal"
}
],
"flags": [
"IsMetaStatus"
],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
]
}
},
"vars": {},
"script": "function onInflictHit(u) {\n\tplayStep(Steps.Heal);\n}"
}