> 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/areas/mystic-isles/mobs.md).

# Mobs

### Overview

Mystic Isles is home to stronger aquatic creatures than Lagoona Lakes.

These mobs are tied to fishing progression, Codex discoveries, rare drops, and higher-tier sea creature encounters.

### Mob list

| Mob                      | Level |     HP | Damage | Fishing XP | Drops                                                                       | Description                                                                   |
| ------------------------ | ----: | -----: | -----: | ---------: | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| `Silverfin Carp`         |    40 |  2,000 |      0 |      1,250 | Silverfin `1, 100%`                                                         | A rare silver-scaled fish prized by fishers across the Mystic Isles.          |
| `Whisper Trout`          |    40 |  2,000 |      0 |      1,250 | Whisper Scale `1, 100%`                                                     | A quiet mystical fish that slips through the water like a secret.             |
| `River Crawler`          |    40 |  2,000 |      0 |      1,250 | River Poison `1, 100%`                                                      | A venomous crawler that emerges from the darker currents of the isles.        |
| `Glow Fish`              |    40 |  2,000 |      0 |      1,250 | Glow Fish `1, 100%`                                                         | A shimmering fish that glows beneath the surface of the Mystic Isles.         |
| `Snapping Turtle`        |    40 |  2,000 |    250 |      1,250 | Snapping Turtle Tooth `1, 100%`                                             | A heavy-shelled predator that bites with brutal aquatic strength.             |
| `Kelvar`                 |    80 |  3,000 |    520 |      1,200 | Riptide Lance `1, 5%`                                                       | A powerful aquatic warrior wielding a riptide-forged lance.                   |
| `Glowing Serpent`        |   110 | 12,600 |  1,995 |      3,000 | Glowing Scale `1-3, 100%`                                                   | A radiant serpent that strikes with luminous force from the water.            |
| `Alpha Kelvar`           |   130 |  9,500 |  3,500 |      3,300 | Marine Gem `1, 25%`                                                         | An ancient Kelvar champion that rises from the lily pads with crushing force. |
| `Gelatinous Monstrosity` |   200 | 22,000 |  3,450 |      6,000 | <p>Gelatinous Gel <code>1-2, 100%</code><br>Levia Chain <code>1%</code></p> | A massive living mass of slime and water that crushes anything it swallows.   |
| `Deep Sea Behemoth`      |   500 | 44,000 |  6,900 |        TBA | <p>Behemoth Claw <code>1-2, 100%</code><br>Tsunami <code>1%</code></p>      | A monstrous deep-sea titan that shakes the currents with every movement.      |

### Codex rewards

Defeating Mystic Isles mobs for the first time unlocks their Codex entry.

Each discovery rewards:

* `500` Fishing XP


---

# 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/areas/mystic-isles/mobs.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.
