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

# Ракета

Космическая ветка: соберите **Протон-М**, летайте на **5 планет**, добывайте **руду** и крафтите **осколки могущества**.

| Команда                   | Описание                         |
| ------------------------- | -------------------------------- |
| `.аз ракета`              | Статус ракеты / инвентарь руды   |
| `.аз ракета сбор`         | Собрать ракету (1 000 000 🍪)    |
| `.аз ракета [литры]`      | Заправить (10 🍪/л, макс. 100 л) |
| `.аз ракета взлет`        | Список планет                    |
| `.аз ракета взлет [№]`    | Запустить полёт                  |
| `.аз крафт 4 [N]`         | Осколок из руды                  |
| `.аз руда [1-6] [кол-во]` | Продать руду / осколки           |

***

## Сборка

**Ступени** выпадают при [исследованиях](/grizzly/casino/exploration.md) локаций №2+ (20% шанс):

| Ступень | Деталь           |
| ------: | ---------------- |
|       1 | 🔥 Ускорители    |
|       2 | ⛽ Топливные баки |
|       3 | 🚅 Кабина        |

Когда все три есть: `.аз ракета сбор` — **1 000 000 🍪**.

***

## Полёты

Требования: собранная ракета, достаточно **топлива** и **космического опыта** 👾.

|  № | Планета | Опыт 👾 | Топливо ⛽ | Полёт | ⚫ Аполит | 🔵 Аметист | 🔴 Аметрин |
| -: | ------- | ------: | --------: | ----- | -------: | ---------: | ---------: |
|  1 | Диона   |       0 |      10 л | 1 ч   |      34% |          — |          — |
|  2 | Тефия   |      50 |      15 л | 2 ч   |      45% |         5% |          — |
|  3 | Диона\* |     150 |      20 л | 3 ч   |      40% |        25% |          — |
|  4 | Рея     |     250 |      25 л | 5 ч   |      48% |        49% |         5% |
|  5 | Оберон  |     400 |      30 л | 10 ч  |      52% |        40% |        30% |

\* Название в игре совпадает с планетой №1.

**VIP:** время полёта **−60%**. Обычный игрок: **−15%**.

За успешную добычу: **+1…+10** космического опыта. На первой планете — **2% шанс** обычного осколка могущества.

***

## Руда

| Руда       | Макс. за полёт | Где добывается |
| ---------- | -------------: | -------------- |
| ⚫ Аполит   |      до 500 кг | Все планеты    |
| 🔵 Аметист |      до 250 кг | Планеты №2+    |
| 🔴 Аметрин |      до 100 кг | Планеты №4+    |

### Крафт осколков — `.аз крафт 4 [N]`

**500 кг** каждой руды → 1 осколок (случайная редкость):

| Редкость       |  Шанс |
| -------------- | ----: |
| 🥇 Легендарный |  \~6% |
| 🥈 Редкий      | \~24% |
| 🥉 Обычный     | \~70% |

### Рынок — `.аз руда`

Курс **Apolite / Amethyst / Ametrine** обновляется случайно. Без аргументов — просмотр текущих цен.

**Осколки** (продажа через рынок):

| Тип            | Цена в 🍩 |
| -------------- | --------: |
| 🥇 Легендарный |       300 |
| 🥈 Редкий      |        90 |
| 🥉 Обычный     |        10 |

## См. также

* [Исследования](/grizzly/casino/exploration.md) · [Подлодка](/grizzly/casino/submarine.md) · [Крафт шкатулок](https://grizzly-3.gitbook.io/grizzly/casino/pages/tNz7e6XIKA6HXf35Ao99#шкатулки)
* [FAQ: ракета](/grizzly/faq-chastye-voprosy/casino.md#rocket)


---

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