# Physics Settings

The most important settings are:

* Equipment should never collide with anything or weapons can interfere with character movement.
* Spell Effects should never collide with themselves or things like meteors could blow each other up instead of reaching the character or ground.

The full settings matrix is below.

<img src="/files/LX3KjDDggtkS5Nn6oXdm" alt="" data-size="original">


---

# 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://docs.anyrpg.org/architecture/project-settings/physics-settings.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.
