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