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

# Drops

### Overview

Mystic Isles has its own fishing loot pool.

It includes stronger materials, sea creature encounters, enchanted books, gear, artifacts, and treasure.

{% hint style="info" %}
The chances below are approximate base chances.

Actual rates can change depending on your stats.
{% endhint %}

### Regular fishing drops

| Drop                   | Amount | Chance |
| ---------------------- | -----: | -----: |
| Cod                    |      1 |  7.63% |
| Salmon                 |      1 |  6.59% |
| Pufferfish             |      1 |  5.55% |
| Tropical Fish          |      1 |  4.51% |
| Pearl                  |      1 |  6.94% |
| Ancient Coral          |      1 |  6.79% |
| Coral Fish             |      1 |  5.78% |
| Blood Fish             |      1 |  4.78% |
| Radiant Starfish       |      1 |  4.63% |
| Fallen Star            |      1 |  2.62% |
| Bottle of Mystic Water |      1 |  2.16% |
| Rare String            |      1 |  2.47% |
| Enchanted Golden Apple |      1 |  1.16% |
| Silver Coin            |    1-4 |  1.54% |
| Infernal Coin          |      1 |  1.23% |
| Abyssal Coin           |      1 |  0.93% |
| Gold Coin              |    1-4 |  0.64% |
| Sky Coin               |      1 |  0.62% |

### Sea creature encounters

| Encounter              | Amount | Chance |
| ---------------------- | -----: | -----: |
| Glowing Serpent        |      1 |  6.63% |
| Gelatinous Monstrosity |      1 |  3.55% |
| Deep Sea Behemoth      |      1 |  1.85% |

### Epic drops

| Drop             | Amount | Chance |
| ---------------- | -----: | -----: |
| Abyss Conch      |      1 | <0.01% |
| Mystic Tide Orb  |      1 | <0.01% |
| Essential I Book |      1 | <0.01% |
| Venus Comb       |      1 | <0.01% |

### Legendary drops

| Drop                 | Amount | Chance |
| -------------------- | -----: | -----: |
| Reefbound            |      1 | <0.01% |
| Melodic I Book       |      1 | <0.01% |
| Tidal Katana         |      1 | <0.01% |
| Song Brace           |      1 | <0.01% |
| Kraken Sigil         |      1 | <0.01% |
| Forgotten Kelp Relic |      1 | <0.01% |

### Mythical drops

| Drop                  | Amount | Chance |
| --------------------- | -----: | -----: |
| Drowned Halo          |      1 | <0.01% |
| Deep Totem            |      1 | <0.01% |
| Leviathan Call I Book |      1 | <0.01% |
| Overflow I Book       |      1 | <0.01% |
| Tenth Sea I Book      |      1 | <0.01% |

### Exotic drops

| Drop                            | Amount | Chance |
| ------------------------------- | -----: | -----: |
| Ocean Blossom Helmet            |      1 | <0.01% |
| Ocean Blossom Chestplate        |      1 | <0.01% |
| Ocean Blossom Leggings          |      1 | <0.01% |
| Ocean Blossom Boots             |      1 | <0.01% |
| Overgrowth Rod                  |      1 | <0.01% |
| Ocean Crest Helm                |      1 | <0.01% |
| Serpentine War Helm             |      1 | <0.01% |
| Maelstrom Helmet                |      1 | <0.01% |
| Pearlguard Crown                |      1 | <0.01% |
| Helmet of the Forgotten Sea     |      1 | <0.01% |
| Chestplate of the Forgotten Sea |      1 | <0.01% |
| Leggings of the Forgotten Sea   |      1 | <0.01% |
| Boots of the Forgotten Sea      |      1 | <0.01% |

### Junk drops

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

| Drop               | Amount | Chance |
| ------------------ | -----: | -----: |
| Boot               |      1 |  4.18% |
| Tyre               |      1 |  3.69% |
| Rotten Plank       |      1 |  3.37% |
| Rusty Nail         |      1 |  3.05% |
| Old Sock           |      1 |  2.73% |
| Plastic            |      1 |  2.41% |
| Broken Fishing Rod |      1 |  1.93% |


---

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