Home · skill · Mage_Blink_Mastery3

Your next Weapon Skill deals 15% increased damage.

Properties

status
WIP
nature
Status
Raw data
{
  "status": "WIP",
  "gfx": {
    "file": "UI/icons/atlas_class_Mage_96PX.png",
    "size": 96,
    "x": 1,
    "y": 0
  },
  "id": "Mage_Blink_Mastery3",
  "nature": "Status",
  "texts": {
    "name": "Phase Strike",
    "desc": "Your next [WeaponSkill] deals ::damage%:: increased damage."
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "damage": 0.15
  },
  "script": "function onSkillProc(ctx) {\n\tif(ctx.skill?.isWeaponSkill()) {\n\t\tctx.dmgMult += vars.damage;\n\t\tstop();\n\t}\n}"
}