Home · skill · Priest_Talent_SunHalo
Sunlight deals 50% of its damage to nearby enemies.
Properties
- status
- Bug
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Bug",
"gfx": {
"file": "UI/icons/Priest_talent.png",
"size": 48,
"x": 2,
"y": 4,
"width": 2,
"height": 2
},
"id": "Priest_Talent_SunHalo",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Sun Halo",
"desc": "::ref_name:: deals ::damage%:: of its damage to nearby enemies.",
"refs": {
"ref": "Priest_Talent_Sunlight_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 1
}
},
"vars": {
"damage": 0.5
},
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.skillId == Skill.Priest_Talent_Sunlight_Status) {\n\t\tdmg.dmgMult -= vars.damage;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "talentTrees"
}
]
}