Home · skill · Daggers_Demondash_Combo_Status
Damage of your next Weapon Skill increased by ::var1%::.
Properties
- nature
- Status
- duration
- 6
- steps
Raw data
{
"gfx": {
"file": "UI/icons/atlas_weapon_Dagger_96PX.png",
"size": 48,
"x": 0,
"y": 2,
"width": 2,
"height": 2
},
"id": "Daggers_Demondash_Combo_Status",
"nature": "Status",
"texts": {
"name": "Demonic Bite",
"desc": "Damage of your next [WeaponSkill] increased by ::var1%::."
},
"anim": {
"file": "Anim/Human/Dual/_Daggers/Skill/Anim_Human_Daggers_Ambush.fbx",
"startFrame": 3
},
"duration": 6,
"steps": [
{
"on": 0,
"props": {},
"visuals": {
"fxs": [
{
"set": "Chaos_Aura",
"props": {},
"flags": 8,
"space": 0
}
]
},
"duration": -1,
"type": 11
}
],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
]
}
},
"vars": {
"damage": 0.25
},
"script": "function onSkillProc(ctx) {\n\tif(ctx.skill.isWeaponSkill()) {\n\t\tctx.dmgMult += vars.damage;\n\t\tstop();\n\t}\n}"
}