Home · skill · DM_Multispin_Passive_Status
At 10, your next Final Combo Attack consums all stacks to reset the cooldown of Zealous Spins and increase its damage by 50%.
Properties
- status
- QA
- nature
- Status
- duration
- 10
Raw data
{
"status": "QA",
"gfx": {
"file": "UI/icons/atlas_weapon_Dual_Mace_96px.png",
"size": 48,
"x": 8,
"y": 0,
"width": 2,
"height": 2
},
"id": "DM_Multispin_Passive_Status",
"nature": "Status",
"texts": {
"name": "Zeal",
"desc": "At ::stacks::, your next [ComboAttack] consums all stacks to reset the cooldown of ::ref_name:: and increase its damage by ::ref2_damage%::.",
"refs": {
"ref": "DM_Multispin_Skill1",
"ref2": "DM_Multispin_Passive_Status2"
}
},
"anim": {},
"duration": 10,
"steps": [],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
],
"maxStacks": 10
}
},
"vars": {},
"script": "function onStacksChange() {\n\tif (hasStatusMaxStacked(owner, skill.kind)) {\n\t\taddStatus(owner, Skill.DM_Multispin_Passive_Status_Max_Stacks);\n\t} else {\n\t\tremoveStatus(owner, Skill.DM_Multispin_Passive_Status_Max_Stacks);\n\t}\n}\n\nfunction onStop(ctx) {\n\t\tremoveStatus(owner, Skill.DM_Multispin_Passive_Status_Max_Stacks);\n}"
}