ManaRegenSpell - TheComputerGeek2/MagicSpells GitHub Wiki
spell-class: ".buff.ManaRegenSpell"
Targeting:
This spell can only be cast by/on players.
Description:
A buff spell that increases the player's mana regen rate.
Buff Uses:
Buff spell Uses increment on mana regen event.
Configuration:
Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.
| Option | Description | Type | Default | 
|---|---|---|---|
regen-mod-amt | 
The amount of additional mana to receive each mana regen "tick". | Integer | 3 | 
constant-regen-mod-amt | 
Since 4.0 Beta 13. Defines expression evaluation behaviour. | Boolean | true | 
Example:
ManaRegen:
    spell-class: ".buff.ManaRegenSpell"
    description: Increase mana regeneration for a time.
    cooldown: 300
    duration: 60
    regen-mod-amt: 3
    str-cast-self: Your thoughts race and flow with ease!
    str-fade: Your mind returns to normal.