# Diving

### Diving

Diving is the equivalent of Questing in Clash of Turtles, and it is the main way to obtain DSC for various means. Each account is able to dive up to 10 times a day. Dives are categorized into 4 difficulties, from 1 star to 4 star. rewards at the end of each dive are random and will be better the higher the difficulty. 5 Dive quests will be displayed at every 1 time. These will have random rarities, with at least 2 1-star dive quests available. (This is to ensure players are able to at least complete something within the 5 given dive quests.)

| Dive Difficulty | Base rewards |
| :-------------: | :----------: |
|      1-Star     |    50 DSC    |
|      2-Star     |    80 DSC    |
|      3-Star     |    120 DSC   |
|      4-Star     |    150 DSC   |

{% hint style="info" %}
Value are tentative and might be changed in the future to balance the game.
{% endhint %}

### Acquiring Dive Quests

Upon selecting the dive interface, the quest log will show a total of 5 dive quests of random difficulties. 5 dive quests will be shown maximum at any given time, and if players are not satisfied or unable to clear remaining quests, players can opt to reroll quests at a cost of DSC. Re-rolling will clear all existing dive quests and provide a brand new 5 dive quests, and players will not be given the quest that has been re-rolled for the day. Players can re-roll as many times as they want, but are only limited to completing 10 dive quests per day.&#x20;

{% hint style="info" %}
Rerolling cost 100 DSC

This value might be adjusted in future to balance the game.
{% endhint %}

### Dive Bonuses

There are certain dive quests that have attribute bonuses. When you bring a turtle that has the same attribute as the quest bonus, players will earn extra rewards upon completion of the quest. For example, when a dive quest has an earth attribute bonus and the player brings an earth element turtle for that quest, he/she will receive an additional reward upon clearing that quest. (Therefore it is best to have 1 turtle of every attribute for best diving experience)

Turtles with a full motivation gauge will also have a small chance of obtaining an additional reward at the end of the dive.

{% hint style="info" %}
Additional rewards only apply when the turtle is fully grown.
{% endhint %}


---

# 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://clashof-turtles.gitbook.io/clash-of-turtles/game-features/diving.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.
