> For the complete documentation index, see [llms.txt](https://universe.titan.tf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://universe.titan.tf/gamemodes/hub/deathrun.md).

# Deathrun

Players have to beat Saxton Hale who is activating traps on the maps, by avoiding traps and getting to the end of the map to win.

Saxton Hale is a player selected once at the start of every round by the number of queue points they have. Queue points are earned at the end of each round. He has to kill all runners by activating traps with a press of a button, and preventing them from getting to the end.

Saxton Hale has the ability to super jump and rage. But his rage does not do anything to runners. He moves faster than in the original mode, at the speed of a Scout (400 units/second).

### Traps

Trap types and the number of traps vary from map to map.

### Freeruns

Saxton Hale can activate a free run, which means that no traps will be activated by him. All players are free to clear the map and play the minigame.

### Endings

Most maps have one or more minigames at the end. The runner that gets to the end chooses which game everyone will play. Some other options include humiliation, which is usually a setup where the Hale is killed.

### Easter Eggs

Some maps have Easter Eggs which can teleport them to a secret room (eg. music room), give them a slight advantage, or just comedic effects in general. These are usually hidden in the map.

### Trivia

Spies could only cloak once per round and Demoman could only charge twice per round for balancing purposes since 20 September, 2017.

Every class can double jump and has the same move speed as Scout, 400 units per second.


---

# 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://universe.titan.tf/gamemodes/hub/deathrun.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.
