Skip to main content
All skills

Power Circuit

Passive

Magic critical strikes increase your chance to land Physical critical strikes by 0.07 for 6s.

References

Raw data

type
Talent
nature
Passive
id
Mage_Talent_PowerCircuit
raw data
{
  "id": "Mage_Talent_PowerCircuit",
  "gfx": {
    "x": 10,
    "y": 0,
    "file": "UI/icons/Mage_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {},
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    }
  },
  "steps": [],
  "texts": {
    "desc": "[Magic] critical strikes increase your chance to land [Physical] critical strikes by ::ref_chance:: for ::ref_duration::.",
    "name": "Power Circuit",
    "refs": {
      "ref": "Mage_Talent_PowerCircuit_Status"
    }
  },
  "nature": 5,
  "script": "function onInflictDamage(hit) {\n\tif (hit.critical && hit.isMagic) {\n\t\taddStatus(owner, Skill.Mage_Talent_PowerCircuit_Status);\n\t}\n}",
  "status": 2,
  "mastery": []
}