> For the complete documentation index, see [llms.txt](https://minebloom.gitbook.io/play/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minebloom.gitbook.io/play/server-features/fishing/fishing-skill-tree.md).

# Fishing Skill Tree

`/fish skills`

You earn 1 skill point for each level you gain in fishing. These skill points can be used to improve your fishing. There are two levels of skills: ones that take 1 point to upgrade (top row), and ones that take 15 points to upgrade (bottom row). The top row skills can have multiple points applied to them to amplify the effects. It’s up to you how you want to spend those points. Read all of the skills carefully before you decide!

If, at some point, you don’t like how you used your points, you can pay 50K entropy to get all your points back to reallocate them on the skills.

![](/files/QXnrcprLNjqP2iEiIix4)

| Skill Name        | Description                                                                                                                                                                                            |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Better Gutting    | `[Level 0]` This skill gives you more entropy from gutting fish                                                                                                                                        |
| Luck of the Catch | `[Level 17]` This skill gives you more entropy from catching                                                                                                                                           |
| Master Augmenter  | `[Level 16]` This skill reduces the cost to craft an augment                                                                                                                                           |
| Totem Leader      | `[Level 0]` This skill reduces your totem cooldown for fish                                                                                                                                            |
| Divine Judgement  | `[Requires 15 skill points]` This skill gives a chance to create a tsunami that gives double fish every time you fish inside the circle                                                                |
| Tribal Shout      | `[Requires 15 skill points]` This skill gives nearby players a percentage of your totem effects (37.5% of your bonus + 5% for every 15 additional levels). Totem skills do not overlap on one another. |
| Combo Catcher     | `[Requires 15 skill points]` This skill increases your chance for double fish. Max combo: 30 catches; bonus of 5 for every 20 levels                                                                   |
| Augment Infusion  | `[Requires 15 skill points]` This skill has a chance to refund augment crafting. Effect: 35.5% refund chance with 3% bonus for every 8 levels                                                          |


---

# 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://minebloom.gitbook.io/play/server-features/fishing/fishing-skill-tree.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.
