Home · skill · Daggers_Demondash_Skill2

Spawns 2 void fangs that follow you. Recast the skill to throw a fang and deal ::dmg:: to a target, applying Chaos Mark for 6.

Properties

type
Weapon Skill
nature
Ability

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/icons/atlas_weapon_Dagger_96PX.png",
    "size": 48,
    "x": 4,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Daggers_Demondash_Skill2",
  "type": "WeaponSkill",
  "nature": "Ability",
  "texts": {
    "name": "Void Fangs",
    "desc": "Spawns ::var1:: void fangs that follow you. Recast the skill to throw a fang and deal ::dmg:: to a target, applying ::ref_name:: for ::ref_duration::.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Spawns ::var1:: void fangs.",
        "flags": 1
      },
      {
        "rank": 2,
        "desc": "Void fangs have a ::chance:: chance to deal their damage to nearby enemies.",
        "flags": 0
      }
    ],
    "refs": {
      "ref": "Daggers_Demondash_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "var1": 3
        }
      }
    ]
  },
  "vars": {
    "var1": 2,
    "chance": 0.3
  },
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Daggers_Demondash",
      "via_field": "skills"
    }
  ]
}