> For the complete documentation index, see [llms.txt](https://docs.discorddungeons.me/quest-editor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discorddungeons.me/quest-editor/enemy-blocks/new_enemy.md).

# New Enemy Block

![New Enemy Block](/files/-LOESm-BGFbma3eBLz1T)

Returns a new enemy for use with the `Set Adventure` block

| Name           | Usage                                    | Type          | Extra                                                                                                |
| -------------- | ---------------------------------------- | ------------- | ---------------------------------------------------------------------------------------------------- |
| Enemy Name     | The name of the mob                      | Text          |                                                                                                      |
| Enemy Level    | The level of the mob                     | Number        |                                                                                                      |
| Enemy HP       | The HP of the enemy                      | Number        |                                                                                                      |
| Min Damage     | The minmum damage the mob does           | Number        |                                                                                                      |
| Max Damage     | The maximum damage the mob does          | Number        |                                                                                                      |
| Gold Drops Min | The minimum amount of gold the mob drops | Number        | Leave as is or blank for no gold drops, requires the `Gold Drops Max` field to be filled in to work. |
| Gold Drops Max | The maximum amount of gold the mob drops | Number        | Leave as is or blank for no gold drops, requires the `Gold Drops Min` field to be filled in to work. |
| XP Drops Min   | The minimum amount of xp the mob drops   | Number        | Leave as is or blank for no xp drops, requires the `XP Drops Max` field to be filled in to work.     |
| XP Drops Max   | The maximum amount of xp the mob drops   | Number        | Leave as is or blank for no xp drops, requires the `XP Drops Min` field to be filled in to work.     |
| Item Drops     | The items the enemy drops                | List of Texts |                                                                                                      |


---

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

```
GET https://docs.discorddungeons.me/quest-editor/enemy-blocks/new_enemy.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.
