# Рейты

{% tabs %}
{% tab title="Мировые рейты" %}

<table><thead><tr><th width="353">Тип</th><th>Значение</th></tr></thead><tbody><tr><td>Боевой опыт</td><td>х20</td></tr><tr><td>Опыт навыков</td><td>х100</td></tr><tr><td>Life-опыт</td><td>х10</td></tr><tr><td>Опыт тонуса</td><td>х10</td></tr><tr><td>Опыт силы</td><td>х10</td></tr><tr><td>Опыт здоровья</td><td>х10</td></tr><tr><td>Опыт лошади</td><td>х100</td></tr><tr><td>Заточка снаряжения</td><td>х5</td></tr><tr><td>Шанс выпадения предметов</td><td>х10</td></tr></tbody></table>
{% endtab %}

{% tab title="Знания" %}

| Очки знаний   | Добавочный шанс выпадения предметов |
| ------------- | ----------------------------------- |
| 10000         | 300%                                |
| 9000          | 200%                                |
| 8000          | 150%                                |
| 7000          | 100%                                |
| 6000          | 70%                                 |
| 5000          | 50%                                 |
| 4000          | 30%                                 |
| 3000          | 20%                                 |
| 2000          | 10%                                 |
| 1000          | 5%                                  |
| {% endtab %}  |                                     |
| {% endtabs %} |                                     |


---

# 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.darkdesert.one/about/information/rates.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.
