> For the complete documentation index, see [llms.txt](https://wiki.nytolia.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.nytolia.net/de/system/daily-rewards-rubies.md).

# Tägliche Belohnungen (Rubine)

Mit dem System für tägliche Belohnungen kannst du jeden Tag über `/rewards` eine zufällige Anzahl an Rubinen erhalten. Die Belohnung liegt zwischen 1 und 10 Rubinen. Hohe Beträge sind deutlich seltener. Du kannst den Befehl für dich selbst nutzen oder einen anderen Spieler als Empfänger angeben.

<figure><img src="/files/1pJuDGaetTWtC9qnKutf" alt=""><figcaption><p>Menü für tägliche Belohnungen</p></figcaption></figure>

### Rubin-Chancen

Die Wahrscheinlichkeit für die einzelnen Rubin-Mengen ist wie folgt:

* **1 Rubin**: 50 %
* **2 Rubine**: 25 %
* **3 Rubine**: 12,5 %
* **4 Rubine**: 6,25 %
* **5 Rubine**: 3,13 %
* **6 Rubine**: 1,56 %
* **7 Rubine**: 0,78 %
* **8 Rubine**: 0,39 %
* **9 Rubine**: 0,20 %
* **10 Rubine**: 0,10 %

### Befehlsnutzung

#### `/rewards`

Wenn ein Spieler `/rewards` verwendet, erhält er eine zufällige Anzahl an Rubinen auf Basis der oben genannten Wahrscheinlichkeiten. Wenn kein Spieler angegeben ist, bekommt der ausführende Spieler die Belohnung.

### Cooldown

Für tägliche Belohnungen gilt ein Cooldown von 24 Stunden. Nach dem Einlösen musst du also 24 Stunden warten, bevor du die nächste Belohnung abholen kannst.

### Belohnung abholen

Die tägliche Belohnung wird über ein Ingame-Menü eingelöst. Der Befehl startet den Vorgang, aber du musst im Menü noch mit der Belohnung interagieren, um deine Rubine zu erhalten.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.nytolia.net/de/system/daily-rewards-rubies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
