> For the complete documentation index, see [llms.txt](https://bloodmoon.pseudonova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloodmoon.pseudonova.com/mobs/mythic-mobs.md).

# Mythic mobs

![](/files/-M2eIlXIxqFdf0qowzY3)

## How to hook mythic mobs to bloodmoon

Bloodmoon has a soft dependency with Mythic mobs. That means that Mythic Mobs is not required to be installed in order to run Bloodmoon advanced.

If you have Mythic mobs installed, it will automatically hook with Bloodmoon advanced.

### How to link a custom bloodmoon mob to mythic mob

In order to use a mythic mob, you first need to create a custom mob. The custom mob will only be used\
for defining things like spawn chance, boss and life cycles.You choose any mob type you want, as this will be overwritten by mythic mobs.

1. create a custom mob with any name of your choice (you can use the same as the mythic mob)

```bash
/bm mob create <mobname> <mobtype>
```

&#x20;   2 . use the following command to mark your mob as a mythic mob

```bash
/bm mob set mythicmob <bloodmoonmobname> <mythicmob> 
```

Your custom mob is now hooked with a mythic mob.

### Example config

```yaml
chargedSheep:
    boss: true
    type: SHEEP
    lifecycle: chargedSheep
    mythicmob: StaticallyChargedSheep
    percentage: 10.0
```

{% hint style="info" %}
As soon as your mythic mob is hooked with a custom mob, all bloodmoon properties will be overwritten except for the lifecycle , spawnchance and boss
{% endhint %}


---

# 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://bloodmoon.pseudonova.com/mobs/mythic-mobs.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.
