Kinetic Surge
Mage_Talent_KineticSurge in SkillsChaincast increases the [Physical] damage of your next [WeaponSkill] by 50%.
- id
- Mage_Talent_KineticSurge
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onMageChainCast(ctx) { ctx.physicalDmgMult += vars.damage; }
- status
- 5
Raw data
{
"id": "Mage_Talent_KineticSurge",
"gfx": {
"x": 2,
"y": 0,
"file": "UI/icons/Mage_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.5
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "::ref_name:: increases the [Physical] damage of your next [WeaponSkill] by ::damage%::.",
"name": "Kinetic Surge",
"refs": {
"ref": "Mage_Talent_Chaincast_Status"
}
},
"nature": 5,
"script": "function onMageChainCast(ctx) {\n\tctx.physicalDmgMult += vars.damage;\n}",
"status": 5,
"mastery": []
}