EffectLib Shield - TheComputerGeek2/MagicSpells GitHub Wiki
Source Code
class: Shield
Description:
This effect creates a dome around the target.
Configuration:
Option |
Default |
type |
"repeating" |
particle |
"flame" |
iterations |
500 |
period |
1 |
Other:
Option |
Description |
Type |
Default |
radius |
Radius of the shield. |
Double |
3 |
particles |
Particles to display. |
Integer |
50 |
sphere |
Set to false for a half-sphere and true for a complete sphere. |
Boolean |
false |
reverse |
Set to true to reverse the direction of the shield (works only if sphere is set to false). |
Boolean |
false |