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