Particle

Power Type.

Spawns particles on the player's body for visual effects.

Note: Currently, the particles are only available for other players to see (they won't even be visible in F5 on yourself, if you have this power). This will change in a future update (very likely the next one).

Type ID: origins:particle

Fields

Field Type Default Description
particle Identifier ID of the particle type to use.
frequency Integer How often the particles should spawn (interval in ticks).

Example

{
    "type": "origins:particle",
    "particle": "minecraft:portal",
    "frequency": 4
}

Continuously spawns portal particles on the player.