Home · skill · Mage_Talent_HighVoltage

Your Final Combo Attacks always critically strike while you are under Chaincast.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "x": 12,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Mage_Talent_HighVoltage",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "desc": "Your [ComboAttack]s always critically strike while you are under ::ref_name::.",
    "name": "High Voltage",
    "refs": {
      "ref": "Mage_Talent_Chaincast_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {},
  "script": "function onInflictDamageEval(hit) {\n\tif (hit.baseSkill.isFinalAttack() && hasStatus(owner, Mage_Talent_Chaincast_Status)) {\n\t\thit.critChance += 1;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Mage",
      "via_field": "talentTrees"
    }
  ]
}