Particle Speed/Extra Value (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.14
Syntax
[the] (particle speed [value]|extra value) of %particles%Description
Determines the specific 'speed' or 'extra' value of a particle. This value is used in different ways depending on the particle, but in general it: * acts as the speed at which the particle moves if the particle count is greater than 0. * acts as a multiplier to the particle's offset if the particle count is 0.
More detailed information on particle behavior can be found at <a href="https://docs.papermc.io/paper/dev/particles/#count-argument-behavior">Paper's particle documentation</a>.
Examples
set the extra value of {_my-flame-particle} to 2
set the particle speed of {_my-flame-particle} to 0