Skip to content

Spell Haste Spell

AkitoBurrito edited this page Jan 28, 2022 · 11 revisions

Spell Haste Spell

Source Code

Buff spell that changes cooldown and cast times.

Option Description Default Value
cast-time-mod-amt The amount to change the cast time by, as a percentage. A negative number reduces the cast time, while a positive number will increase it. -25
cooldown-mod-amt The amount to change the cooldown by, as a percentage. A negative number reduces the cooldown, while a positive number will increase it. -25
spells A list of spells to apply this buff to. null
denied-spells A list of spells to make this buff not apply to. null
spell-tags Any spell with a tag in this list will be affected by this spell. For more information about tags, check the general configuration page. null
denied-spell-tags Any spell with a tag in this list will not be affected by this spell. For more information about tags, check the general configuration page. null

Example:

SpellHaste:
    spell-class: ".buff.SpellHasteSpell"
    cooldown: 60
    duration: 15
    cast-time-mod-amt: -50
    cooldown-mod-amt: -50
    cost:
        - 331 3
    str-cost: 3 redstone dust
    str-cast-self: Your mind quickens, allowing you to cast faster!
    str-fade: Your mind slows again.
Clone this wiki locally