# Effectors

Effectors apply miscellaneous effects to emitters, particles, or the camera. In order to be used, they must either be triggered through a [timeline item](https://github.com/0ceal0t/Dalamud-VFXEditor/blob/3a9a91aaa9a867734b15474d2bbb55e0b2b3822b/AVFXLib/Models/Timeline/AVFXTimelineSubItem.cs#L17), or an [emitter](https://github.com/0ceal0t/Dalamud-VFXEditor/blob/8bea58ccf97df403f8b22cbe1b10ae2077006249/AVFXLib/Models/Emitter/AVFXEmitter.cs#L20).

There are several types of effectors:

* Point light
* Directional light
* Radial Blur
* Black hole
* Camera quake (if you've ever been annoyed by the screen shake from Holy, this is why)


---

# Agent Instructions: 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:

```
GET https://xiv.dev/game-data/visual-effects/effectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
