Home · skill · Daggers_Demondash_Skill1
Jumps behind a target, dealing ::dmgs::. If the target is afflicted by Chaos Mark, consumes it to reset the cooldown.
Properties
- type
- Weapon Skill
- nature
- Ability
Referenced by
item (1)
Raw data
{
"gfx": {
"file": "UI/icons/atlas_weapon_Dagger_96PX.png",
"size": 48,
"x": 2,
"y": 2,
"width": 2,
"height": 2
},
"id": "Daggers_Demondash_Skill1",
"type": "WeaponSkill",
"nature": "Ability",
"texts": {
"name": "Infernal Plunge",
"desc": "Jumps behind a target, dealing ::dmgs::. If the target is afflicted by ::ref_name::, consumes it to reset the cooldown.",
"rankDescs": [
{
"rank": 2,
"desc": "Ignore ::var1%:: of the enemy's [Armor] and [MagicArmor].",
"flags": 0
},
{
"rank": 3,
"desc": "Casting this ::var2:: times in less than ::time:: engulfes you in chaotic flames, dealing ::ref2_dmg:: to nearby enemies over ::ref2_duration::.",
"flags": 0
}
],
"refs": {
"ref": "Daggers_Demondash_Status",
"ref2": "Daggers_Demondash_Skill1_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {
"var1": 0.25,
"var2": 3,
"time": 5
},
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Daggers_Demondash",
"via_field": "skills"
}
]
}