Skip to content

DummySpell

JasperLorelai edited this page Jul 15, 2023 · 7 revisions

Description

  • These spells have no exclusive configuration options but can be used in a variety of ways because of that.
  • For example, using the instant_dummy spell to change variables.

Variable Example:

variablechangedummyspell:
    spell-class: ".instant.DummySpell"
    variable-mods-cast:
        - variable +1
  • 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!

Type Examples:

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

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

targeted_dummy:
    spell-class: ".targeted.DummySpell"
Clone this wiki locally