Home · skill · DM_Multispin_Passive_Status2
Damage of Zealous Spins increased by 50%.
Properties
- status
- QA
- nature
- Status
- duration
- 3
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_Status2",
"nature": "Status",
"texts": {
"name": "Zeal",
"desc": "Damage of ::ref_name:: increased by ::damage%::.",
"refs": {
"ref": "DM_Multispin_Skill1"
}
},
"anim": {},
"duration": 3,
"steps": [],
"flags": [],
"mastery": [],
"props": {
"minRank": 2,
"vars": {
"damage": 0.75
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.75
}
}
],
"status": {
"types": [
{
"type": "Buff"
}
]
}
},
"vars": {
"damage": 0.5
},
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.skillId == Skill.DM_Multispin_Skill1) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}\n"
}