forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 72
DummySpell
JasperLorelai edited this page Nov 15, 2023
·
8 revisions
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).
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
instant_dummy:
spell-class: ".instant.DummySpell"
buff_dummy:
spell-class: ".buff.DummySpell"
duration: 20
toggle: false
targeted_dummy:
spell-class: ".targeted.DummySpell"