Saltar al contenido principal
Todas las habilidades

Alto voltaje

Pasiva

Tus ComboAttacks siempre asestan golpes críticos mientras estás bajo Fundición en cadena.

Referencias

Datos crudos

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