Home · skill · DM_Multispin_Combo_Status
Properties
- status
- QA
- nature
- Status
- duration
- 10
- steps
Raw data
{
"status": "QA",
"gfx": {
"file": "UI/icons/atlas_weapon_Dual_Mace_96px.png",
"size": 48,
"x": 2,
"y": 0,
"width": 2,
"height": 2
},
"id": "DM_Multispin_Combo_Status",
"nature": "Status",
"texts": {},
"anim": {},
"duration": 10,
"steps": [
{
"on": 0,
"props": {},
"type": 11,
"visuals": {
"fxs": [
{
"set": "Light_Debuff_Proc",
"props": {
"offset": {
"x": 0,
"y": 0,
"z": 0,
"height": 0.5
}
},
"flags": 0,
"scale": 2
}
]
},
"duration": -1
}
],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Debuff"
}
]
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.15
}
}
]
},
"vars": {
"damage": 0.1
},
"script": "function onReceiveDamageEval(dmg) {\n\tdmg.dmgMult += vars.damage;\n}"
}