# Capybara

This custom module integrates with the `UncomplicatedCustomItems` system to dynamically manage a "CapybaraToy" instance in response to specific player actions. When a player uses an item or picks up an item, a large `CapybaraToy` is spawned near them, the player's own scale is modified, and a "Fade" visual effect is applied. Conversely, when a player drops an item or dies, the associated `CapybaraToy` is destroyed, the player's scale reverts to normal, and the "Fade" effect is removed. This module creates a unique visual and interactive effect tied to player item management.

#### Configuration

| Value | Description                                                     |
| ----- | --------------------------------------------------------------- |
| *N/A* | This module does not expose any custom configurable properties. |

#### Example

Below is an example of how to include the `Capybara` module in your `UncomplicatedCustomItems` configuration. Since there are no custom properties for this module, you only need to specify its name.

```yaml
custom_modules:
  Capybara: []
```


---

# 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.uci.ucserver.it/uncomplicatedcustomitems/prerelease-content/custommodules/capybara.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.
