EffectLib Explode - TheComputerGeek2/MagicSpells GitHub Wiki
Source Code
class: Explode
Description:
This effect creates a large explosion.
Configuration:
Option |
Default |
type |
"instant" |
speed |
0.5 |
Other:
Option |
Description |
Type |
Default |
particle1 |
The first particle that is displayed in the explosion. |
Particle |
"explosion_normal" |
particle2 |
The second particle that is displayed in the explosion. |
Particle |
"explosion_huge" |
amount |
The number of smoke-sparks spawned by the explosion. |
Integer |
25 |
sound |
The sound effect played by the explosion. |
Sound |
"entity_generic_explosion" |
Example:
** CURRENTLY DOES NOT WORK, HERE IS THE RESPONSE FROM DISCORD :
```skip using the ExplodeEffect. It doesn't seem to be doing anything too special, though. By default, it just plays 25 particles of poof and explosion_emmiter, as well as plays that sound. You can just recreate that with 2 simple MagicSpells particles effects and a sound effect.```
ExplodeExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: ExplodeEffect
particle1: EXPLOSION_NORMAL
particle2: EXPLOSION_HUGE
amount: 25
sound: ENTITY_GENERIC_EXPLOSION
type: INSTANT
speed: 0.5