SpellHasteSpell - TheComputerGeek2/MagicSpells GitHub Wiki
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 Uses:
Buff spell doesn't have Uses.
Configuration:
- This spell supports Spell Filter options.
- Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.
Options | Description | Type | Default |
---|---|---|---|
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. | Float | -25 |
power-affects-cast-time-mod-amt |
Since 4.0 Beta 13. | Boolean | true |
constant-cast-time-mod-amt |
Since 4.0 Beta 13. Defines expression evaluation behaviour. | Boolean | true |
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. | Float | -25 |
power-affects-cooldown-mod-amt |
Since 4.0 Beta 13. | Boolean | true |
constant-cooldown-mod-amt |
Since 4.0 Beta 13. Defines expression evaluation behaviour. | Boolean | true |
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.