> For the complete documentation index, see [llms.txt](https://pm2plugins.gitbook.io/specializedcrates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pm2plugins.gitbook.io/specializedcrates/animations/particle-animations.md).

# Particle Animations

The plugin currently has 6 particle animations which can be customized by speed, location and particle type. A crate can have multiple particle animations at the same time.

It is extremely easy to set up new or edit old particle animations using the in-game editor (/sc config). You'll be presented with the option to change the particle animation, particle type, animation radius, height, animation speed and particle amount.

To create new particles in game, do /sc config -> Crates -> choose your desired crate -> Particles   -> PLAY -> Create a new particle

### Particle Animation Examples:

<figure><img src="/files/GprpimegZXkIHDTtYFPg" alt=""><figcaption><p>Tilted Rings 1</p></figcaption></figure>

<figure><img src="/files/EpdVQluhkqoU9UYBCKaO" alt=""><figcaption><p>Tilted Rings 2</p></figcaption></figure>

<div align="center"><figure><img src="/files/h1vWTwOa4mfpZfVYZIfo" alt=""><figcaption><p>Offset Tilted Rings 1</p></figcaption></figure></div>

<div align="center"><figure><img src="/files/FEkdeIRbsrWjHFPbApRD" alt=""><figcaption><p>Offset Tilted Rings 2</p></figcaption></figure></div>

<figure><img src="/files/DeSESCP3HY66YpfKhQuD" alt=""><figcaption><p>Double Spiral 1</p></figcaption></figure>

<figure><img src="/files/7nNQagQCbueT6lFrNf6d" alt=""><figcaption><p>Double Spiral 2</p></figcaption></figure>

<figure><img src="/files/r1CNTOTuP1JotBkeuFr1" alt=""><figcaption><p>Circle 1 (falling enchantment particles)</p></figcaption></figure>

<figure><img src="/files/i0FNU9AwGkf4N0oAJZUo" alt=""><figcaption><p>Circle 2</p></figcaption></figure>

<figure><img src="/files/VMDYMIRtlJRyRFTZ3z2T" alt=""><figcaption><p>Spiral</p></figcaption></figure>

<figure><img src="/files/b6Xum0GrX01tGfJ2Ma3a" alt=""><figcaption><p>Growing Double Spiral</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://pm2plugins.gitbook.io/specializedcrates/animations/particle-animations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
