> For the complete documentation index, see [llms.txt](https://wiki.apexcobblemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.apexcobblemon.com/features/fishing/supplies.md).

# Supplies

## Bait

Bait temporarily boosts your Perk Points for the Lucky Hook, Wise Hook, Treasure Hook, Pokémon Hook, Lustrous Hook, and Fortune Hook perks. One bait is consumed with **each** catch that isn't junk.

<table><thead><tr><th width="119.50909423828125" align="center">Tier</th><th width="119.63641357421875" align="center">Boost</th></tr></thead><tbody><tr><td align="center">Common</td><td align="center">+1</td></tr><tr><td align="center">Uncommon</td><td align="center">+2</td></tr><tr><td align="center">Rare</td><td align="center">+4</td></tr><tr><td align="center">Epic</td><td align="center">+7</td></tr><tr><td align="center">Legendary</td><td align="center">+11</td></tr><tr><td align="center">Exotic</td><td align="center">+16</td></tr></tbody></table>

## Lines

Lines temporarily boost your Perk Points for the Strong Rod, Quick Rod, Unstable Rod, Incense Rod, Shiny Rod, and Clutch Rod perks. One line is consumed after **50** catches.

<table><thead><tr><th width="119.50909423828125" align="center">Tier</th><th width="119.63641357421875" align="center">Boost</th></tr></thead><tbody><tr><td align="center">Common</td><td align="center">+2</td></tr><tr><td align="center">Uncommon</td><td align="center">+4</td></tr><tr><td align="center">Rare</td><td align="center">+7</td></tr><tr><td align="center">Epic</td><td align="center">+11</td></tr><tr><td align="center">Legendary</td><td align="center">+16</td></tr><tr><td align="center">Exotic</td><td align="center">+22</td></tr></tbody></table>

## Augments

Augments temporarily boost your **Perk Points** for a specific perk. Augments may be obtained from [Treasure](/features/fishing/catches/treasure.md), or purchased from the [Supply Shop](/features/fishing/shops.md#supply-shop). A maximum of **5** augments of the same type can be equipped at a time.

<table><thead><tr><th width="170" align="center">Type</th><th width="100" align="center">Boost</th></tr></thead><tbody><tr><td align="center">Hook Augments</td><td align="center">+4</td></tr><tr><td align="center">Magnet Augments</td><td align="center">+4</td></tr><tr><td align="center">Rod Augments</td><td align="center">+5</td></tr></tbody></table>

## Pok**é**Bait

PokéBait applies standard Cobblemon [bait](https://wiki.cobblemon.com/index.php/Seasoning#Bait_Seasoning) effects when fishing up [Pokémon](/features/fishing/catches/pokemon.md).

## Lures

Lures guarantee a specific catch type, and are only obtainable from [Treasure](/features/fishing/catches/treasure.md).

<table><thead><tr><th width="170.3636474609375" align="center">Lure</th><th width="79.9090576171875" align="center">Uses</th><th>Function</th></tr></thead><tbody><tr><td align="center">Fabled Lure</td><td align="center">3</td><td>100% Fabled Fish Chance</td></tr><tr><td align="center">Legend Lure</td><td align="center">1</td><td>100% Legend Chance</td></tr><tr><td align="center">Shiny Lure</td><td align="center">2</td><td>100% Shiny Chance</td></tr><tr><td align="center">Boss Lure</td><td align="center">15</td><td>100% Boss Chance</td></tr><tr><td align="center">Treasure Lure</td><td align="center">2</td><td>100% Treasure Chance</td></tr><tr><td align="center">Pearl Lure</td><td align="center">15</td><td>100% Pearl Chance</td></tr><tr><td align="center">Essence Lure</td><td align="center">5</td><td>100% Essence Chance</td></tr></tbody></table>

## Gadgets

Certain gadgets may be purchased from the [Gadget Shop](/features/fishing/shops.md#gadget-shop), otherwise they are only obtainable from [Treasure](/features/fishing/catches/treasure.md).

<table><thead><tr><th width="170.1817626953125" align="center">Gadget</th><th width="79.9091796875" align="center">Uses</th><th>Function</th></tr></thead><tbody><tr><td align="center">Ring</td><td align="center">10</td><td>Guarantees caught essence will be the same type as the ring</td></tr><tr><td align="center">Rod Supercharger</td><td align="center">250</td><td>Increases fishing speed</td></tr><tr><td align="center">Spawn Beacon</td><td align="center">100</td><td>Quadruples the chance of a Legendary, Shiny, and Apex Boss when you catch a Pokémon</td></tr><tr><td align="center">Rarity Amplifier</td><td align="center">100</td><td>Guarantees that Trophy Fish catches are Uncommon or above, and triples Legendary and Exotic chances</td></tr><tr><td align="center">Pure Beacon</td><td align="center">100</td><td>Quadruples the chance for Essence to be Pure when caught</td></tr></tbody></table>


---

# 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://wiki.apexcobblemon.com/features/fishing/supplies.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.
