> For the complete documentation index, see [llms.txt](https://wiki.pokeclash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pokeclash.com/features/lumiose.md).

# Lumiose

### Overview

Lumiose is a Pokémon Legends: Z-A inspired game mode located at `/warp Lumiose`.

During the day, players can explore Wild Zones around the city, each with its own Pokémon spawns shown on the map below.

At night, Lumiose becomes **ZA Royale**, where players can battle NPC trainers and other players to earn **Prize Medals**, **Progression Points** and **Royale Points**.

### Wild Zones

<figure><picture><source srcset="/files/QIhZa4WGH38Q0B9iLGm0" media="(prefers-color-scheme: dark)"><img src="/files/D2BCQE4OczmeIAgVbdd3" alt=""></picture><figcaption><p>Preview quality may be reduced due to the host. View the full-size map below.</p></figcaption></figure>

<p align="center"><a href="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F05n2iddM4D8pTIFShWlI%2Fuploads%2FPPYkWGMaFKfc8qsMjRgr%2FPokeClash-Lumiose-Wildzone-Light.png?alt=media&#x26;token=82ee305e-24e3-486f-8f27-e05dfaf33f54" class="button primary" data-icon="magnifying-glass">Open Light</a>  |  <a href="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F05n2iddM4D8pTIFShWlI%2Fuploads%2FuKIjvaJRkNpDxuhtNKWh%2FPokeClash-Lumiose-Wildzone-Dark.png?alt=media&#x26;token=fd726c6d-44f8-497f-acf7-a767b7a37355" class="button primary" data-icon="magnifying-glass">Open Dark</a></p>

### ZA Royale

ZA Royale begins when night falls in Lumiose. A chat announcement will appear when the event starts.\
During ZA Royale, certain areas of Lumiose become active battle zones. These areas are marked by particles.

> **Green Particles** mean the area is safe, since it is day time.
>
> **Red Particles** mean battles are active, since it is night time.

### NPC Battles

During ZA Royale, Level 100 NPC Trainers can appear around active battle zones. A visible `!` above an NPC's head means they are close to starting a battle with you.

### Player Battles

Players can battle each other inside active battle zones at night. To challenge another player, throw your Pokémon at them while both of you are inside a battle zone.

### Challenge Cards

Challenge Cards can appear around Lumiose during ZA Royale. Pick one up to receive an objective.

Objectives can include winning battles, using super-effective moves, knocking out Pokémon with super-effective moves, or knocking out Pokémon with moves of specific types.

### Rewards

ZA Royale rewards include **Prize Medals**, **Progression Points** and **Royale Points**.

Prize Medals can be earned from NPC battles, player battles Challenge Cards and medals found around Lumiose at night. When the sun rises, collected **Prize Medals** are converted into **Royale Points**.

**Progression Points** are used to qualify for rank-up matches, from **Z** to **A**!

**Royale Points** can be spent at the **Royale Shop** in Lumiose's Pokémon Research Lab. Shop rewards may change but include Mega Stones for ZA Mega Pokémon.

### Rank-Up Queue

Once you have enough **Progression Points** for your next rank, use `/royalequeue join` to enter the rank-up queue.

Rank-up matches are queued by rank. If another player at your rank is queued, you may be matched against them. If no player match is available, you may be matched against an NPC instead.

Winning the rank-up match moves you to the next rank. You can check your current rank and progress with `/zarank`.

### Commands

* `/warp Lumiose` - Travel to Lumiose.
* `/zarank` - Check your current rank, **Progression Points** and **Prize Medals**.
* `/royalequeue join` - Join the rank-up queue.
* `/royalequeue leave` - Leave the rank-up queue.
* `/royalequeue status` - Check the current queue status.
* `/zaleaderboard` - Open the ZA Royale leaderboard.


---

# 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://wiki.pokeclash.com/features/lumiose.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.
