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

# Рыбалка

Спокойная ветка заработка: ловите рыбу, копите **опыт рыбака** и продавайте улов.

| Команда                | Описание                       |
| ---------------------- | ------------------------------ |
| `.аз рб`               | Удочка, опыт, активная наживка |
| `.аз рб старт`         | Начать рыбалку                 |
| `.аз рб наживка`       | Список наживок                 |
| `.аз рб наживка [1-3]` | Установить активную наживку    |
| `.аз рб поиск`         | Найти наживку (1–5 шт.)        |
| `.аз рб инвентарь`     | Пойманная рыба                 |
| `.аз рб продажа`       | Продать весь улов              |
| `.аз рб магазин`       | Удочки и наживки               |

***

## Удочки

Покупка в `.аз рб магазин`. Сила удочки = **прочность + натяжение** (влияет на шанс поймать рыбу).

|  № | Удочка        | Опыт | Прочность | Натяжение | Сила |
| -: | ------------- | ---: | --------: | --------: | ---: |
|  1 | Обычная       |    0 |         3 |         4 |    7 |
|  2 | Любителя      |   50 |         5 |         7 |   12 |
|  3 | Мастера       |  150 |         7 |         8 |   15 |
|  4 | Профессионала |  300 |        10 |         9 |   19 |
|  5 | ⭐ Легенды     |  600 |        15 |        12 |   27 |

***

## Наживки

|  № | Иконка | Где взять          |
| -: | ------ | ------------------ |
|  1 | 🍞     | Магазин (10 опыта) |
|  2 | 🐛     | Магазин (20 опыта) |
|  3 | 🐞     | Магазин (30 опыта) |

**Поиск наживки** — `.аз рб поиск`: 1–5 шт., кулдаун **24 ч** (VIP — **3 ч**).

***

## Рыба и цены

Виды: Щука, Окунь, Осётр, Форель, Нерка, Лосось, Синежаберник.

| Качество    | Иконка | Цена продажи |
| ----------- | ------ | -----------: |
| Легендарная | 🥇     |   100 000 🍪 |
| Редкая      | 🥈     |    30 000 🍪 |
| Обычная     | 🥉     |     1 000 🍪 |

`.аз рб продажа` — продать весь инвентарь разом.

***

## Советы

* Начните с обычной удочки, копите опыт на улучшения.
* Держите запас наживки — без неё ловля не начнётся.
* При обрыве лески действует кулдаун **1 ч** перед следующей попыткой.

## См. также

* [Экономика](/grizzly/casino/economy.md) · [FAQ: рыбалка](/grizzly/faq-chastye-voprosy/casino.md#fishing)


---

# 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://grizzly-3.gitbook.io/grizzly/casino/fishing.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.
