# Ultra Space

## What is Ultra Space

This mod introduces temporary teleportation portals to the Ultra Space Dimension - a realm of floating islands separated by distinct, expansive biomes. Most islands consist of a single biome type, and various structures generate throughout the landscape.

The primary purpose of this dimension is to provide an environment where powerful Pokémon can spawn, Ultra Beasts!

{% embed url="<https://drive.google.com/file/d/1fdVfjm5Fh2mhnGJJ2LtMkbc8X7bu7XQo/view?usp=sharing>" %}

***

### 🌌 Ultra Beast Spawn Mechanics

The Ultra Space Dimension features a unique spawning system for Ultra Beasts:

* There is an **85% chance** for an Ultra Beast to spawn approximately every hour (the exact time may vary).
* The same Ultra Beast **cannot spawn twice in a row**.
* A player cannot be targeted by an Ultra Beast spawn more than once in a short period. If an Ultra Beast spawned on you, you will be immune to the next **three** Ultra Beast spawns.
* To check the last Ultra Beast that spawned and see if you are currently eligible for a spawn, use the `/lastub` command.

***

### :cyclone: Finding Portals

Ultra Portals **spawn randomly** in the world. Find an active portal and walk into it to reach the Ultra Space Dimension. An exit portal will appear at your destination for the return journey.

***

### 🧍 Player Commands

#### `/ultraportal exit`

Exits the Ultra Space Dimension and returns you to your last bed location or the world spawn, similar to leaving The End.

#### `/ultraportal checktime`

Displays the remaining time before your active portal despawns.

#### `/ultraportal list [page]`

Shows a paginated list of all currently active portal entrances. Use the optional `[page]` number to navigate through the list.

#### `/lastub`

Checks which Ultra Beast last spawned and provides information on your current eligibility for a new Ultra Beast encounter.


---

# 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.pokeclash.com/features/ultra-space.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.
