> For the complete documentation index, see [llms.txt](https://docs.bueno.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bueno.art/buenoverse/interactions/abilities/damage.md).

# Damage

You can give any object the **damage** ability. When done it will be able to hurt your players. Let's see how!\
\
First things first; **Object Menu -> Interactions -> Abilities -> Damage**

<figure><img src="/files/Q54zXiMYHKeHdcMxtkNa" alt=""><figcaption><p><strong>Object Menu -> Interactions -> Abilities -> Damage</strong></p></figcaption></figure>

On the **Damage** menu you can set **Minimum and Maximum damage per second** and the object will inflict damage between those values. For example; if you set **Minimum** value 5 and **Maximum** value 10 the object will randomly inflict 5, 6, 7, 8, 9 or 10 damage per second.

If you turn on the **Enable only when the object is thrown,** the object will inflict the damage only when thrown, for more info on throwing check the [**collectibles**](/buenoverse/interactions/abilities/collectible.md). If you don't turn on this option, object will inflict damage when a user enters it's [**interaction zone**](/buenoverse/fundamentals/elements/interactions.md#interaction-zone).

<figure><img src="/files/9GvcEuE7N2GRKNzDt5FB" alt=""><figcaption><p>Damage menu</p></figcaption></figure>

By combining different abilities and options like **Damage**, [**Health**](/buenoverse/interactions/abilities/health.md) and [**Paths**](/buenoverse/fundamentals/paths.md) you can create enemies in your world.


---

# 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://docs.bueno.art/buenoverse/interactions/abilities/damage.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.
