Home · skill · Staff_SummonDemon_Combo

Casts four chaos bolts, each dealing ::dmg:: to an enemy and having a 0.15 chance to reduce the cooldown of Summon: Vile Imps by 4.

Properties

type
AttackCombo
nature
Combo

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/icons/atlas_weapon_Staff_96PX.png",
    "size": 48,
    "x": 12,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Staff_SummonDemon_Combo",
  "type": "AttackCombo",
  "nature": "Combo",
  "texts": {
    "name": "Chaos Bolts",
    "desc": "Casts four chaos bolts, each dealing ::dmg:: to an enemy and having a ::chance:: chance to reduce the cooldown of ::ref_name:: by ::time::.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Chance increased to ::chance::.",
        "flags": 1
      },
      {
        "rank": 3,
        "desc": "Ignores [MagicArmor].",
        "flags": 0
      }
    ],
    "refs": {
      "ref": "Staff_SummonDemon_Skill2"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "chance": 0.2
        }
      }
    ]
  },
  "vars": {
    "chance": 0.15,
    "time": 4
  },
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Staff_SummonDemon",
      "via_field": "skills"
    }
  ]
}