# Dice Rolling System

The **Dice Rolling System** in Skulls Ludo is designed to introduce an element of luck while allowing players to make strategic decisions based on their rolls. Unlike traditional Ludo, Skulls Ludo enhances dice rolling with **power-ups and probability modifiers**, making the game more dynamic and engaging.

### **How Dice Rolling Works**

* Each player gets **one roll per turn** unless a power-up is used or a 6 is rolled.
* The dice used is a **six-sided die (D6)**, meaning players can roll between **1 and 6**.
* If a player rolls a **6**, they get an **extra turn**, increasing their movement potential.
* To move a piece from the **starting area onto the board**, a player **must roll a 6**.
* If a player has multiple pieces on the board, they can **choose which piece to move** after rolling the dice.

### **Special Rolling Scenarios**

<table data-full-width="true"><thead><tr><th>Scenario</th><th>Outcome</th></tr></thead><tbody><tr><td>Rolling a 6</td><td>Extra turn granted. Can also be used to move a piece from the starting area.</td></tr><tr><td>Rolling three consecutive 6s</td><td>The turn is forfeited as a penalty to prevent abuse.</td></tr><tr><td>Using the <strong>Double Roll</strong> Power-up</td><td>The player rolls twice and moves by the combined total.</td></tr><tr><td>Using the <strong>Extra Dice</strong> Power-up</td><td>The probability of rolling 4, 5, or 6 is increased.</td></tr></tbody></table>

### **Strategic Considerations in Dice Rolling**

* **Risk vs. Reward:** Players need to decide whether to advance aggressively or stay within safe zones.
* **Using Power-Ups Smartly:** Rolling a 6 can be enhanced by using **Double Roll or Extra Dice** power-ups to maximize movement potential.
* **Blocking Opponents:** Rolling specific numbers allows players to land on enemy pieces and send them back to the starting area.
* **Controlled Movement:** Players can decide which piece to move, avoiding risky positions or setting traps for opponents.


---

# 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://whitepaper.skullsludo.com/gameplay-mechanics/dice-rolling-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.
