forked from TheComputerGeek2/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 3
Flame Effect
AkitoBurrito edited this page Dec 27, 2022
·
1 revision
Description: This effect creates a flame-like aura.
Option | Description | Type | Default Value |
---|---|---|---|
particle |
The name of the particle that is displayed. (uses different particle names compared to general MagicSpells). The list of these particles can be found here. | String | FLAME |
particles |
The number of particles displayed in each row. | Integer | 10 |
type |
The type of effect used. The three types are DELAYED , INSTANT , and REPEATING . |
String | REPEATING |
period |
How long to wait, in ticks, between each iteration. | Integer | 1 |
iterations |
Number of times to repeat the effect. | Integer | 600 |
FlameExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: FlameEffect
particle: FLAME
particles: 10
type: REPEATING
period: 1
iterations: 600
!!!This is not the official MagicSpells wiki!!!
This wiki was cloned from the official one to document the changes to the plugin that were made specifically for Dwarves vs Zombies 2023 and Lords of Minecraft 2