> 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/lagoona-lakes/mobs.md).

# Mobs

### Overview

Lagoona Lakes is home to rare aquatic creatures and dangerous fishing mobs.

Defeating them can unlock Codex entries and reward materials for fishing progression, crafting, trading, and upgrades.

### Mob list

<table><thead><tr><th>Mob</th><th width="83.65234375" align="right">Level</th><th width="67.8046875" align="right">HP</th><th width="101.90625" align="right">Damage</th><th width="117.7578125" align="right">Fishing XP</th><th>Drops</th><th>Description</th></tr></thead><tbody><tr><td><code>Angler Crab</code></td><td align="right">10</td><td align="right">500</td><td align="right">0</td><td align="right">100</td><td>Angler Shell <code>1, 100%</code></td><td>A strange glowing crab found in the waters of Lagoona Lakes.</td></tr><tr><td><code>Electric Eel</code></td><td align="right">10</td><td align="right">500</td><td align="right">0</td><td align="right">100</td><td>Static Scute <code>1, 100%</code></td><td>A charged aquatic creature crackling with unstable energy.</td></tr><tr><td><code>Flush Fish</code></td><td align="right">10</td><td align="right">500</td><td align="right">0</td><td align="right">100</td><td>Flush Fish <code>1, 100%</code></td><td>A slippery rare fish that rushes through Lagoona Lakes.</td></tr><tr><td><code>Leviathan</code></td><td align="right">12</td><td align="right">500</td><td align="right">55</td><td align="right">400</td><td>Leviathan Fang <code>1-2, 100%</code><br>Undertow <code>5%</code></td><td>A massive aquatic beast that tears through the depths with ancient force.</td></tr><tr><td><code>Storm Shark</code></td><td align="right">35</td><td align="right">1,050</td><td align="right">145</td><td align="right">1,050</td><td>Storm Fin <code>1-3, 100%</code><br>Oceancall <code>1%</code></td><td>A violent shark empowered by storms and dangerous ocean currents.</td></tr><tr><td><code>Hydron</code></td><td align="right">40</td><td align="right">1,500</td><td align="right">260</td><td align="right">850</td><td>Vapeorion <code>1%</code></td><td>A powerful aquatic creature that guards the depths of Hydron Cave.</td></tr><tr><td><code>Alpha Hydron</code></td><td align="right">75</td><td align="right">3,100</td><td align="right">520</td><td align="right">1,700</td><td>Jewel of the Deep <code>10%</code></td><td>A rare and powerful Hydron variant lurking deep within Hydron Cave.</td></tr></tbody></table>

### Codex rewards

Defeating each Lagoona Lakes mob for the first time unlocks its Codex entry.

Each discovery rewards:

* `250` 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/lagoona-lakes/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.
