> For the complete documentation index, see [llms.txt](https://docs.creoii.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creoii.dev/lucky-block/outcomes/particle-outcome.md).

# Particle Outcome

```json
{
  "type": "lucky:particle",
  "particle": {
    "type": "minecraft:explosion"
  }
}
```

This outcome spawns a single explosion particle.

```json
{
  "type": "lucky:particle",
  "particle": {
    "type": "minecraft:explosion"
  },
  "count": 10,
  "speed": 1.0
}
```

This outcome spawns 10 explosion particles with a speed of 1.
