Skip to content

Particle Cloud Effect

JasperLorelai edited this page Jul 28, 2024 · 10 revisions

Source Code

effect: particlecloud

Description:

Creates a cloud of particles.

Configuration:

Extends configuration from the Particles Effect. Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
particle-name Particle
color Will be applied as a tint to its particles. Integer FF0000
duration Defines how long should the cloud last (in ticks). Integer 60
y-offset The starting y offset of the effect. Float 0
radius The initial radius for the cloud. Float 5
radius-per-tick Defines how much bigger should the radius get for every tick. Float 0

Example:

cloud:
    spell-class: .instant.DummySpell
    effects:
        1:
            position: caster
            effect: particlecloud
            duration: 200
            radius-per-tick: 0.1
            y-offset: 8
Clone this wiki locally