FlamewalkSpell - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

spell-class: ".buff.FlamewalkSpell"

Spell Effect Positions:

  • delayed - Plays the effect at the caster's location every tick-interval.

Targeting:

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

Description:

A buff spell that lights nearby targets on fire.

Buff Uses:

Buff spell Uses increment on tick-interval.

Configuration:

  • This spell supports Spell Filter options.
  • Since 4.0 Beta 13 some of these options support dynamic values through numeric or string expressions.
Option Description Type Default Supports expressions
radius The area of effect to light things on fire from. Double 8 true
constant-radius Since 4.0 Beta 13. Defines expression evaluation behaviour. Boolean true true
fire-ticks How long the fire should last, in ticks. Integer 80 true
constant-fire-ticks Since 4.0 Beta 13. Defines expression evaluation behaviour. Boolean true true
tick-interval How often to set new fires. Integer 100 false
check-plugins Boolean true true
power-affects-fire-ticks Boolean true true

Example:

Flamewalk:
    spell-class: ".buff.FlamewalkSpell"
    radius: 8
    fire-ticks: 80
    tick-interval: 100