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