Mely Blessed
Status
Heals for 10% Maximum Health Health upon killing an enemy.
cooldown—
duration120s
steps1
Scaling
10% Maximum Health
Raw data
- nature
- Status
- duration
- 120s
- steps
- 1
- id
- OreAffix_Nature_Status
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": 6,
"props": {},
"effects": [
{
"flags": 0,
"effect": 1,
"scaling": [
{
"atb": "MaxHealth",
"ratio": 0.1
}
]
}
]
}
],
"texts": {
"desc": "Heals for ::heal:: [Health] upon killing an enemy.",
"name": "Mely Blessed"
},
"nature": 4,
"script": "function onKill(dmg) {\n\tplayStep(Steps.Heal, skill.owner);\n}",
"mastery": [],
"duration": 120
}