> For the complete documentation index, see [llms.txt](https://docs.ddrops.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ddrops.world/d-drops-world/luck-system.md).

# Luck System

**Purpose**: This document outlines the mechanics of the Luck system in D-Drops, which affects the quality of loot players can obtain. The Luck system is influenced by daily and weekly activity milestones, as well as the in-game currency holdings.

#### Understanding the Luck Stat

* **Luck Stat Range**: The Luck Stat ranges from 0 to 1, with 0 being the least lucky and 1 being the most lucky.
* **Effect on Gameplay**: A higher Luck stat increases the probability of receiving better loot during treasure hunts.

#### Boosting Luck Through Activity

#### Steps Counter

* **Daily Steps Goal**: Players are encouraged to reach 10,000 steps daily.
* **Weekly Steps Goal**: The weekly target is set at 25,000 steps.

#### Streaks

* **Daily Streaks**: Consistency in meeting the daily steps goal contributes to a daily streak, which boosts the Luck stat incrementally.
* **Weekly Streaks**: Similarly, maintaining the weekly steps goal adds to a weekly streak, further enhancing the Luck stat.

| Day Streak  | 1          | 2           | 3    | 4          | 5          | 6   | 7          | 8          | 9    | 10         | 11         | 12  | 13         | 14         | 15  | 16         | 17         | 18  | 19         | 20         | 21  | 22         | 23         | 24  | 25         | 26         | 27  | 28         | 29         | 30 |
| ----------- | ---------- | ----------- | ---- | ---------- | ---------- | --- | ---------- | ---------- | ---- | ---------- | ---------- | --- | ---------- | ---------- | --- | ---------- | ---------- | --- | ---------- | ---------- | --- | ---------- | ---------- | --- | ---------- | ---------- | --- | ---------- | ---------- | -- |
| Luck        | 0,03333333 | 0,066666667 | 0,1  | 0,13333333 | 0,16666667 | 0,2 | 0,23333333 | 0,26666667 | 0,3  | 0,33333333 | 0,36666667 | 0,4 | 0,43333333 | 0,46666667 | 0,5 | 0,53333333 | 0,56666667 | 0,6 | 0,63333333 | 0,66666667 | 0,7 | 0,73333333 | 0,76666667 | 0,8 | 0,83333333 | 0,86666667 | 0,9 | 0,93333333 | 0,96666667 | 1  |
|             |            |             |      |            |            |     |            |            |      |            |            |     |            |            |     |            |            |     |            |            |     |            |            |     |            |            |     |            |            |    |
| Week Streak | 1          | 2           | 3    | 4          | 5          | 6   | 7          | 8          | 9    | 10         | 11         | 12  |            |            |     |            |            |     |            |            |     |            |            |     |            |            |     |            |            |    |
| Luck        | 0,08333333 | 0,166666667 | 0,25 | 0,33333333 | 0,41666667 | 0,5 | 0,58333333 | 0,66666667 | 0,75 | 0,83333333 | 0,91666667 | 1   |            |            |     |            |            |     |            |            |     |            |            |     |            |            |     |            |            |    |

#### Calculation of Luck Score

* **Combination of Streaks**: The Luck score is a composite measure that combines the boost from daily and weekly streaks.
* **Maximum Streak Value**: The Luck score for the player is determined by the maximum Luck value achieved from either the daily or weekly streaks or DOP holdings.

#### Influence of DOP Holdings

* **DOP Boost**: Holding DOP in a player's account provides an additional increase to the Luck stat.
* **Sliding Scale**: The more DOP a player holds, the higher the increment to their Luck, according to a predetermined scale.

| DOP & Luck |       |      |       |      |       |        |        |       |      |        |        |      |       |        |        |       |      |        |        |      |       |        |        |       |      |        |        |      |       |       |
| ---------- | ----- | ---- | ----- | ---- | ----- | ------ | ------ | ----- | ---- | ------ | ------ | ---- | ----- | ------ | ------ | ----- | ---- | ------ | ------ | ---- | ----- | ------ | ------ | ----- | ---- | ------ | ------ | ---- | ----- | ----- |
| Stake      | 50    | 100  | 150   | 200  | 250   | 325    | 425    | 550   | 700  | 875    | 1075   | 1300 | 1550  | 1825   | 2125   | 2450  | 2800 | 3175   | 3575   | 4000 | 4450  | 4925   | 5425   | 5950  | 6500 | 7075   | 7675   | 8300 | 8950  | 10000 |
| Luck       | 0,005 | 0,01 | 0,015 | 0,02 | 0,025 | 0,0325 | 0,0425 | 0,055 | 0,07 | 0,0875 | 0,1075 | 0,13 | 0,155 | 0,1825 | 0,2125 | 0,245 | 0,28 | 0,3175 | 0,3575 | 0,4  | 0,445 | 0,4925 | 0,5425 | 0,595 | 0,65 | 0,7075 | 0,7675 | 0,83 | 0,895 | 1     |


---

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

```
GET https://docs.ddrops.world/d-drops-world/luck-system.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.
