# Особые возможности

**Quest Additions** – это аддон для FTB Quests, добавляющий к моду новые возможности и типы задач.

## Ключевые возможности

* **Повторяемость квестов**: в настройках квестов появится новая опция - **Repeatable**, позволяющая установить, можно ли будет выполнить квест снова. Подобную функцию можно использовать, например, для создания магазина (как альтернатива FTB Money): в качестве типа задачи устанавливается предмет с поднастройкой потребления предмета (он будет играть роль валюты), а в качестве награды – предмет, который игрок будет «покупать».
* **Секретные квесты**: опция <mark style="color:blue;">**Is Secret**</mark>, даёт возможность скрывать квест, пока он не будет выполнен игроком.

<figure><img src="/files/PZx4nvWrqx1fDVSIIpRU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://wiki.aegis-mine.ru/modifications/quests/ftb-quests/advanced.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
