FareverDB

Sun Halo

Priest_Talent_SunHalo in Skills

Sunlight deals 50% of its damage to nearby enemies.

id
Priest_Talent_SunHalo
type
21
flags
0
nature
5
script
function onInflictDamageEval(dmg) { if (dmg.skillId == Skill.Priest_Talent_Sunlight_Status) { dmg.dmgMult -= vars.damage; } }
status
5
Raw data
{
  "id": "Priest_Talent_SunHalo",
  "gfx": {
    "x": 2,
    "y": 4,
    "file": "UI/icons/Priest_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "damage": 0.5
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [],
  "texts": {
    "desc": "::ref_name:: deals ::damage%:: of its damage to nearby enemies.",
    "name": "Sun Halo",
    "refs": {
      "ref": "Priest_Talent_Sunlight_Status"
    }
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.skillId == Skill.Priest_Talent_Sunlight_Status) {\n\t\tdmg.dmgMult -= vars.damage;\n\t}\n}",
  "status": 5,
  "mastery": []
}