Skip to main content
All skills

High Voltage

Status

Your next ComboAttack will critically strike.

cooldown
duration20s
steps

References

Raw data

nature
Status
duration
20s
id
Mage_Talent_HighVoltage_Status
raw data
{
  "id": "Mage_Talent_HighVoltage_Status",
  "gfx": {
    "x": 4,
    "y": 6,
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {},
  "steps": [],
  "texts": {
    "desc": "Your next [ComboAttack] will critically strike.",
    "name": "High Voltage",
    "refs": {
      "ref": "Mage_Talent_Chaincast_Status"
    }
  },
  "nature": 4,
  "script": "function onUseSkill(skill) {\n\tif (skill.baseSkill.isFinalAttack()) {\n\t\tskill.critChance += 1;\n\t\tconsumeStatus(ownerHero, Skill.Mage_Talent_HighVoltage_Status);\n\t}\n}",
  "status": 2,
  "mastery": [],
  "duration": 20
}