Home · skill · Staff_Craft_C_Status
Damage of your next magic Weapon Skill increased by 3% per stack.
Properties
- status
- Done
- nature
- Status
- duration
- 10
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Staff_96PX.png",
"size": 48,
"x": 4,
"y": 0,
"width": 2,
"height": 2
},
"id": "Staff_Craft_C_Status",
"nature": "Status",
"texts": {
"desc": "Damage of your next magic [WeaponSkill] increased by ::var1%:: per stack."
},
"anim": {},
"duration": 10,
"steps": [],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
],
"maxStacks": 8
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"var1": 0.05
}
}
]
},
"vars": {
"var1": 0.03
},
"script": "function onSkillProc(ctx) {\n\tif(ctx.skill?.isWeaponSkill()) {\n\t\tctx.magicDmgMult += vars.var1*maxStacks;\n\t\tstop();\n\t}\n}"
}