Skip to content

Spell Haste Spell

MomoPewpew edited this page Jul 28, 2023 · 11 revisions

Source Code

spell-class: ".buff.SpellHasteSpell"

Targeting:

This spell can be cast by/on all living entities.

Description:

A buff spell that changes cooldown and cast times.

  • Buff spell doesn't have Uses.

Configuration:

Options Description Default Value
cast-time-mod-amt As a percentage, the amount to change the cast time. 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
This spell supports Spell Filter options.

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