# Trial of Speed

In the **Trial of Speed**, available exclusively on the **Sophon Server**, you'll take on the role of a hero and race through dungeons as quickly as you can while avoiding damage from monsters. The faster you complete each level and the fewer hits you take, the higher your score. Compete for the top spot by earning the most points during the event.

**Key Features**

* **Speed Counts**: Complete levels as quickly as possible for a high score.
* **Avoid Damage**: The fewer hits you take, the better your score will be.
* **Leaderboard Rankings**: The higher your total points, the better your rank.

### **How to Play**

**Dungeon Structure**:

* There are **5 dungeons** in total, which you must play through in order.
* Gameplay is similar to the main campaign but with special adjustments:
  * **No monster attack indicators**, so you’ll need to rely on your instincts.
  * **Healing items drop frequently**, making sure you can recover health after each monster battle.

**User Interface**:

* **Dungeon Completion Time**: The time it takes to finish the dungeon is displayed on the UI.
* **Replay Option**: You can replay completed dungeons to improve your time and earn more points.

### **How Points are Calculated**

1. **Time Points**:
   * **Min-Max Points**: 100 - 1000 points.
   * Complete a dungeon in **180 seconds** or less = 1000 points.
   * For every 5 seconds past 180 seconds, **25 points are deducted**.
   * The minimum score you can receive is **100 points**.
2. **Hit Points**:
   * **Min-Max Points**: 100 - 1000 points.
   * Avoid all damage = 1000 points.
   * Each hit reduces your score by **25 points**.
   * If you take too many hits, your score will drop to **100 points**.
3. **Bonus Points**:
   * **Conditions**: Only available if you finish the dungeon in under **180 seconds**.
   * **Calculation**: For every second under 180, you earn **50 bonus points**.
   * Example: If you complete the dungeon in 90 seconds, your bonus points would be **2250** (calculated as (180-90) x 50.
4. **Total Score**:
   * Your final score is calculated by adding your **Time Points**, **Hit Points**, and **Bonus Points**.


---

# 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://about.petopiagame.io/the-game/event-modes-sophon-server/trial-of-speed.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.
