FareverDB

High Voltage

Mage_Talent_HighVoltage in Skills

Your [ComboAttack]s always critically strike while you are under Chaincast.

id
Mage_Talent_HighVoltage
type
21
flags
0
nature
5
script
function onInflictDamageEval(hit) { if (hit.baseSkill.isFinalAttack() && hasStatus(owner, Mage_Talent_Chaincast_Status)) { hit.critChance += 1; } }
status
2
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": []
}