> For the complete documentation index, see [llms.txt](https://infinity-worlds.gitbook.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinity-worlds.gitbook.io/platform/warlords-rumble-royal.md).

# Warlords Rumble Royal

**Warlords Rumble Royal** is a customised Discord game adapted to the spirit of the project.&#x20;

Tournaments are held on Mondays, Wednesdays and Fridays in the **#⚔️ │ rumble** channel with exclusive rewards on the platform.

***

**Game Rules:**

Use the `!battle` command to start a new game.

You’ll get a message from the bot—**click the ⚔️ reaction** within 60 seconds to join the game. Once you react, **a private battle thread** will be created for your team.

• **Minimum players:** 2&#x20;

• **No maximum limit.** If your team has less than 5 players, our Warlords-assistants will join automatically

***

The game runs in multiple rounds. Each round, each player chooses 1 of 3 actions:&#x20;

• ⛏️  **Mining** – Collect loot&#x20;

• 🔪  **Attack** – Strike a random player

• 🛡 **Defence** – Block incoming attacks&#x20;

You can’t choose the same action two rounds in a row, so starting from Round 2, only two options will be available each turn.

🌪 **Cosmic Storm** may occur during a round, wiping out random players. There’s no way to defend against it.&#x20;

🏆 The winner is the last player left alive and receive a basic crate.

📦 Players mined 2 loot escape with an energy crate.

Each winner gets a crate on the platform and the <mark style="color:purple;">**@Rumblers**</mark> role on Discord.


---

# 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://infinity-worlds.gitbook.io/platform/warlords-rumble-royal.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.
