# Dungeon Progress

## Basics

* Stages are randomly picked
  * Stage Design
  * Monsters (Pattern of Spawn Location aswell as the Amount of Monsters)
* Summary Table on the left Side of the Screen
  * Current Stage Level
  * Current Score
  * Buffs/Debuffs
* As faster a Character can finish a Wave, the higher the Score
* Ranking is not based on Classes

***

## Dungeon Overview

<figure><img src="/files/6fTJhkPP7ToHWZlCSt1m" alt=""><figcaption></figcaption></figure>

On the Right Side the Progress UI is visible

|                                                                                   |                                                                    |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| <p></p><p><img src="/files/qOOhuUCNFPJPuEZyJLwc" alt="" data-size="original"></p> | Progress UI on the left side shows different Kind of Buffs/Debuffs |

***

## Dungeon Impressions

<details>

<summary>Stage Design</summary>

![](/files/Lj0GDFfResxopDFa4EGF)![](/files/MoCMIaDzJb9KpXdxf0dB)

![](/files/HINS4iDfOZe7jaokVeRa)![](/files/3u4KatUTd1ztc1vmXpqU)

</details>

***

## Dungeon Progress

### Infos

* The Difficulty of the Dungeon is increased with every Stage
* Each Stage must be cleared within 2 Minutes

{% hint style="danger" %}
If the 2 Minutes gets exceeded a powerful Boss will spawn and kill the Character
{% endhint %}

{% hint style="danger" %}
The Dungeon is instantly closed when the Character dies and a Reenter of the Dungeon Session is not possible!
{% endhint %}

* If the Stage gets cleared within the Time a Summary Window will be shown

  * Finish Dungeon will end the Dungeon and added to the Leaderboard with the current shown Points

  <div align="left"><figure><img src="/files/BVwmXGipScoz47y9v1KH" alt="" width="216"><figcaption></figcaption></figure></div>

  * Move to next Stage will allow the Player to choose from 3 Randomly Effects

<div align="left"><figure><img src="/files/3z2s1wZrAUlCkHujlfkF" alt="" width="216"><figcaption></figcaption></figure></div>

* Random Effects can be Buffs or Debuffs for the Player

|                                                                                   |                                                                                   |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| <p></p><p><img src="/files/BwkH8qev6iMuR1orjwMX" alt="" data-size="original"></p> | <p></p><p><img src="/files/mi9TNE4Hlsig2RIx0Snf" alt="" data-size="original"></p> |

* Stats choosen from the Random Options will be added up in the Progress UI

<div align="left"><figure><img src="/files/qOOhuUCNFPJPuEZyJLwc" alt="" width="99"><figcaption></figcaption></figure></div>


---

# 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.playcabal.to/content/systems/infinite-trial/dungeon-progress.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.
