MagicSpells icon indicating copy to clipboard operation
MagicSpells copied to clipboard

Add `cancel-on-fail` to Mutli/TMulti spells

Open DragonsAscent opened this issue 3 years ago • 0 comments

This option would completely remove all delayed actions passed one that fails.

Multi:
    spell-class: ".MultiSpell"
    spells:
        - Spell1
        - DELAY 10
        - Spell1

If Spell1 fails to cast, it will try again in 10 ticks due to the task not being removed if a previous task failed. So if we add cancel-on-fail then every task after a failed spell will be cleared. Allows for cancelling of multi spells that cast over long periods of time via silence/modifiers.

DragonsAscent avatar Jan 11 '22 18:01 DragonsAscent