> 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/atlantis.md).

# Atlantis

### Overview

Atlantis is an ocean dungeon.

It includes multiple bosses and stronger dungeon loot.

### Quick facts

* **Type:** Ocean dungeon
* **Bosses:** 2

### Mobs

| Mob              | Level | Health | Damage | Drops                                         |
| ---------------- | ----: | -----: | -----: | --------------------------------------------- |
| `Tide Serpent`   |    50 |   4000 |   1200 | `Tide Serpent Scale 1-3 20%`; Experience `90` |
| `Tidal Guardian` |    50 |   6200 |   1450 | `Tidal Essence 1-2 25%`; Experience `90`      |
| `Thunder Knight` |    50 |   3500 |   1000 | `Stormtide Relic 1 20%`; Experience `90`      |
| `Coral Warrior`  |    50 |   3300 |    900 | Experience `90`                               |

### Bosses

| Boss                       | Level | Health | Damage | Boss drops                                                                |
| -------------------------- | ----: | -----: | -----: | ------------------------------------------------------------------------- |
| `Kraken`                   |    50 | 280000 |   6500 | `Eye of the Kraken 1 50%`; `Heart of the Kraken 1 100%`; Experience `900` |
| `Atlas, Ruler Of Atlantis` |    50 |  35000 |   1800 | `Aquatic Rune 1-2 100%`; Experience `900`                                 |

### Chest loot

| Loot                       | Amount |  Chance |
| -------------------------- | -----: | ------: |
| `Small Mana Potion`        |    1–3 |   37.5% |
| `Small Health Potion`      |    1–3 |   37.5% |
| `Small Restoration Potion` |    1–3 |     30% |
| `Common Essence`           |    1–4 |     35% |
| `Uncommon Essence`         |    1–4 |     30% |
| `Common Magical Core`      |    1–4 |     25% |
| `Uncommon Magical Core`    |    1–4 |     25% |
| `Dungeon Rush`             |    1–3 |   32.5% |
| `Dungeon Trail Mix`        |    1–3 |   32.5% |
| `Dungeon Backpack`         |      1 |     20% |
| `Large Mana Potion`        |    1–3 |   27.5% |
| `Large Health Potion`      |    1–3 |   27.5% |
| `Large Restoration Potion` |    1–3 |   27.5% |
| `Dungeon Shield`           |    1–3 |   27.5% |
| `Rare Essence`             |    1–4 |     25% |
| `Epic Essence`             |    1–4 |     25% |
| `Rare Magical Core`        |    1–4 |     25% |
| `Epic Magical Core`        |    1–4 |     25% |
| `Dungeoneering Repair Kit` |    1–6 |     25% |
| `Dungeon Backpack II`      |      1 |     15% |
| `Dungeon Backpack III`     |      1 |     10% |
| `Dungeon Aegis`            |    1–3 |   22.5% |
| `Legendary Essence`        |    1–4 |     25% |
| `Legendary Magical Core`   |      1 |     20% |
| `Mythical Essence`         |    1–4 |     20% |
| `Mythical Magical Core`    |      1 |     15% |
| `Ascension Stone`          |      1 |   2.25% |
| `Dusted Reliquary`         |      1 | 2.3077% |
| `Chainbound Wristguard`    |      1 | 1.9231% |
| `Broken Bone Idol`         |      1 | 1.5385% |
| `Crypt Warden Gloves`      |      1 | 1.1538% |
| `Rusted Jailer's Amulet`   |      1 | 0.7692% |
| `Abyssal Hourglass`        |      1 | 1.1538% |
| `Nightveil Amulet`         |      1 | 0.9615% |
| `Voidreaver Gloves`        |      1 | 0.7692% |
| `Grave Robber Ring`        |      1 | 0.5769% |
| `Soul Cage`                |      1 | 0.3846% |
| `Warden's Oath Bracelet`   |      1 | 0.7692% |
| `Ring of the Sealed Gate`  |      1 | 0.6923% |
| `Tomb of the Fallen`       |      1 | 0.6154% |
| `Blood Moon Band`          |      1 | 0.5385% |
| `Crownless King's Sigil`   |      1 | 0.4615% |
| `Dungeon Heart`            |      1 | 0.3846% |
| `Snake Pet`                |      1 |      5% |
| `Drake Pet`                |      1 |      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/atlantis.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.
