Home · skill · Staff_SummonDemon_Skill1

Throws a demonic bolt at an enemy, dealing ::dmg::. Consume all stacks of Demonic Charge to add as many additional demonic bolts.

During combat, generates a stack of Demonic Charge each time one of your summons deals damage, stacking up to 20.

Properties

type
Weapon Skill
nature
Spell

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/icons/atlas_weapon_Staff_96PX.png",
    "size": 48,
    "x": 14,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Staff_SummonDemon_Skill1",
  "type": "WeaponSkill",
  "nature": "Spell",
  "texts": {
    "name": "Demonic Discharge",
    "desc": "Throws a demonic bolt at an enemy, dealing ::dmg::. Consume all stacks of ::ref_name:: to add as many additional demonic bolts.\n\nDuring combat, generates a stack of ::ref_name:: each time one of your summons deals damage, stacking up to ::ref_stacks::.",
    "rankDescs": [
      {
        "rank": 2,
        "desc": "Generates a stack every ::time::.",
        "flags": 0
      },
      {
        "rank": 3,
        "desc": "Each demonic bolt has a ::chance:: chance to summon a [Staff_SummonDemon_Imp].",
        "flags": 0
      }
    ],
    "refs": {
      "ref": "Staff_SummonDemon_Skill1_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "time": 3,
    "chance": 0.08
  },
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "Staff_SummonDemon",
      "via_field": "skills"
    }
  ]
}