DummySpell - TheComputerGeek2/MagicSpells GitHub Wiki

Description

These spells have no exclusive configuration options but can be used in a variety of ways because of that (E.g. using the instant_dummy spell to change variables).

Variable Example:

This is handy because it changes the variable and has no other effects on the player or its surroundings, a nifty way to optimise your spell!

variablechangedummyspell:
    spell-class: ".instant.DummySpell"
    variable-mods-cast:
        - variable +1

Type Examples:

instant_dummy:
    spell-class: ".instant.DummySpell"

buff_dummy:
    spell-class: ".buff.DummySpell"
    duration: 20
    toggle: false

targeted_dummy:
    spell-class: ".targeted.DummySpell"