> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/dungeons/satans-lair.md).

# Satan's Lair

### Overview

Satan's Lair is a hell dungeon.

It is a major difficulty jump and leads to a fight against Satan.

### Quick facts

* **Type:** Hell dungeon
* **Bosses:** 1

### Mobs

| Mob                 | Level | Health | Damage | Drops                                      |
| ------------------- | ----: | -----: | -----: | ------------------------------------------ |
| `Hell Hound`        |    30 |    600 |    300 | `Hellhound Horn 1 5%`; Experience `70`     |
| `Satanic Knight`    |    30 |   1400 |    620 | `Wither Bone 1 15%`; Experience `70`       |
| `Withered Sentinel` |    30 |   1300 |      0 | `Wither Soul 1 10%`; Experience `70`       |
| `Satanic Guardian`  |    30 |   1720 |    850 | `Houndfire Shield 1 0.1%`; Experience `70` |
| `Infernal Eye`      |    30 |     80 |      0 | —                                          |

### Bosses

| Boss    | Level | Health | Damage | Boss drops                              |
| ------- | ----: | -----: | -----: | --------------------------------------- |
| `Satan` |    30 |  12000 |    999 | `Satan's Crown 1 50%`; Experience `700` |

### Chest loot

| Loot                        | Amount |  Chance |
| --------------------------- | -----: | ------: |
| `Small Mana Potion`         |    1–2 |     40% |
| `Small Health Potion`       |    1–2 |     40% |
| `Small Restoration Potion`  |    1–2 |   32.5% |
| `Common Essence`            |    1–3 |   37.5% |
| `Uncommon Essence`          |    1–3 |   32.5% |
| `Common Magical Core`       |    1–3 |   27.5% |
| `Uncommon Magical Core`     |    1–3 |   27.5% |
| `Dungeon Rush`              |    1–2 |     35% |
| `Dungeon Trail Mix`         |    1–2 |     35% |
| `Dungeon Backpack`          |      1 |     20% |
| `Large Mana Potion`         |    1–2 |     30% |
| `Large Health Potion`       |    1–2 |     30% |
| `Large Restoration Potion`  |    1–2 |     30% |
| `Dungeon Shield`            |    1–2 |     25% |
| `Rare Essence`              |    1–3 |   27.5% |
| `Epic Essence`              |    1–3 |   27.5% |
| `Rare Magical Core`         |    1–3 |   27.5% |
| `Epic Magical Core`         |    1–3 |   22.5% |
| `Dungeoneering Repair Kit`  |    1–5 |   27.5% |
| `Dungeon Backpack II`       |      1 |     15% |
| `Dungeon Backpack III`      |      1 |     10% |
| `Dungeon Aegis`             |    1–2 |     20% |
| `Legendary Essence`         |    1–3 |   22.5% |
| `Legendary Magical Core`    |      1 |   17.5% |
| `Mythical Essence`          |    1–3 |   17.5% |
| `Mythical Magical Core`     |      1 |   12.5% |
| `Ascension Stone`           |      1 |    1.5% |
| `Dusted Reliquary`          |      1 | 1.5385% |
| `Chainbound Wristguard`     |      1 | 1.2821% |
| `Broken Bone Idol`          |      1 | 1.0256% |
| `Crypt Warden Gloves`       |      1 | 0.7692% |
| `Rusted Jailer's Amulet`    |      1 | 0.5128% |
| `Abyssal Hourglass`         |      1 | 0.7692% |
| `Nightveil Amulet`          |      1 |  0.641% |
| `Voidreaver Gloves`         |      1 | 0.5128% |
| `Grave Robber Ring`         |      1 | 0.3846% |
| `Soul Cage`                 |      1 | 0.2564% |
| `Warden's Oath Bracelet`    |      1 | 0.5128% |
| `Ring of the Sealed Gate`   |      1 | 0.4615% |
| `Tomb of the Fallen`        |      1 | 0.4103% |
| `Blood Moon Band`           |      1 |  0.359% |
| `Crownless King's Sigil`    |      1 | 0.3077% |
| `Dungeon Heart`             |      1 | 0.2564% |
| `Snake Pet`                 |      1 |      5% |
| `Snake Pet — Rarer Variant` |      1 |    2.5% |
| `Drake Pet`                 |      1 |      5% |
| `Drake Pet — Rarer Variant` |      1 |    2.5% |


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/dungeons/satans-lair.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.
