Frost Walk Spell - TheComputerGeek2/MagicSpells GitHub Wiki
spell-class: ".buff.FrostwalkSpell"
Targeting:
This spell can be cast by/on all living entities.
Description:
A buff spell that turns water source blocks beneath the entity into ice, similar to Frost Walker enchants, only customizable size.
Buff Uses:
Buff spell Uses increment whenever the entity moves.
Configuration:
Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.
Option | Description | Type | Default |
---|---|---|---|
size |
The size of the circle that freezes. | Integer | 2 |
leave-frozen |
Whether to make the ice the caster creates permanent. | Boolean | false |
Example:
Frostwalker:
spell-class: ".buff.FrostwalkSpell"
size: 2
leave-frozen: true
duration: 5