# Daily Rewards (rubies)

The Daily Rewards System allows players to claim a random number of rubies each day by using the `/rewards` command. The number of rubies awarded ranges from 1 to 10, with the chances of receiving higher amounts being significantly lower. Players can use this command on themselves or specify another player to receive the rewards.

<figure><img src="/files/1pJuDGaetTWtC9qnKutf" alt=""><figcaption><p>Daily Rewards Menu</p></figcaption></figure>

### Ruby Chances

The probability of receiving each amount of rubies is as follows:

* **1 Ruby**: 50%
* **2 Rubies**: 25%
* **3 Rubies**: 12.5%
* **4 Rubies**: 6.25%
* **5 Rubies**: 3.13%
* **6 Rubies**: 1.56%
* **7 Rubies**: 0.78%
* **8 Rubies**: 0.39%
* **9 Rubies**: 0.20%
* **10 Rubies**: 0.10%

### Command Usage

#### `/rewards`

When a player uses the `/rewards` command, they will receive a random amount of rubies based on the chances outlined above. If no player is specified, the command will reward the player who issued the command.

### Cooldown

There is a 24-hour cooldown for claiming daily rewards. Once a player has claimed their reward, they must wait 24 hours before they can claim again.

### Claiming Rewards

Players must claim their daily rewards through an in-game menu. The command initiates the reward process, but players need to interact with the menu to finalize the claim and receive their rubies.


---

# 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.nytolia.net/system/daily-rewards-rubies.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.
