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

# Drops

### Overview

Lagoona Lakes has its own fishing loot pool.

It includes custom materials, mob encounters, books, gear, treasure, and junk.

{% hint style="info" %}
The chances below are approximate base chances, since chances can change depending on your stats.
{% endhint %}

### Common drops

| Drop              | Amount | Chance |
| ----------------- | -----: | -----: |
| Cod               |      1 |  7.12% |
| Salmon            |      1 |  6.15% |
| Pufferfish        |      1 |  5.18% |
| Tropical Fish     |      1 |  4.21% |
| Aqua Regen I Book |      1 | <0.01% |

### Uncommon drops

| Drop                      | Amount | Chance |
| ------------------------- | -----: | -----: |
| Frozen Specimen           |      1 |  7.29% |
| Abyssal Serpent Encounter |      1 |  6.96% |
| Leviathan Encounter       |      1 |  7.12% |
| Silver Coin               |    1-4 |  1.62% |
| Gold Coin                 |    1-4 |  0.81% |
| Siren Pearl               |      1 | <0.01% |
| Fisky                     |      1 | <0.01% |
| Deep Gloves               |      1 | <0.01% |

### Rare drops

| Drop                  | Amount | Chance |
| --------------------- | -----: | -----: |
| Basaltic Lava         |      1 |  6.07% |
| Flying Fish           |      1 |  5.02% |
| Storm Shark Encounter |      1 |  4.86% |
| Hook I Book           |      1 | <0.01% |
| Coral Barrier I Book  |      1 | <0.01% |
| Lost Siren Trinket    |      1 | <0.01% |
| Shark Sky             |      1 | <0.01% |
| Deep Amulet           |      1 | <0.01% |
| Deep Bracelet         |      1 | <0.01% |

### Epic drops

| Drop                  | Amount | Chance |
| --------------------- | -----: | -----: |
| Emblem of Poseidon    |      1 |  3.72% |
| Deep Sea Relic        |      1 |  2.75% |
| Tidal Blessing I Book |      1 | <0.01% |

### Legendary drops

| Drop                | Amount | Chance |
| ------------------- | -----: | -----: |
| Deep Freeze I Book  |      1 | <0.01% |
| Sunken Vault I Book |      1 | <0.01% |

### Exotic drops

| Drop                 | Amount | Chance |
| -------------------- | -----: | -----: |
| Sovereign Rod        |      1 | <0.01% |
| Ocean Veil Helm      |      1 | <0.01% |
| Aquamarine Helmet    |      1 | <0.01% |
| Seablight Helmet     |      1 | <0.01% |
| Seablight Chestplate |      1 | <0.01% |
| Seablight Leggings   |      1 | <0.01% |
| Seablight Boots      |      1 | <0.01% |
| Seablight Sword      |      1 | <0.01% |
| Dredge Cleaver       |      1 | <0.01% |

### Junk drops

These are lower-value catches you can still pull while fishing here.

| Drop               | Amount | Chance |
| ------------------ | -----: | -----: |
| Boot               |      1 |  4.21% |
| Tyre               |      1 |  3.72% |
| Rotten Plank       |      1 |  3.40% |
| Rusty Nail         |      1 |  3.08% |
| Old Sock           |      1 |  2.75% |
| Weapon Powder      |      1 |  2.59% |
| Plastic            |      1 |  2.43% |
| Broken Fishing Rod |      1 |  1.94% |
| Rare Stick         |      1 |  1.94% |
| Raw Iron Block     |      1 |  1.78% |
| Blacksmith's Iron  |      1 |  1.62% |
| Golden Apple       |      1 |  1.46% |


---

# 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/drops.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.
