> For the complete documentation index, see [llms.txt](https://hme.gitbook.io/hme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hme.gitbook.io/hme/game-features/skills_system.md).

# 🐹 Skills System

## Skills System

### Skill Mechanics

Unlike the autonomous navigation of hamsters, skills provide direct player involvement. Each skill:

* Must be manually triggered by the player
* Has a cooldown period before it can be used again
* Consumes energy (which regenerates over time)
* Gets more powerful as hamsters level up

### Available Skills

#### Wall Breaker (Level 1)

<figure><img src="/files/ODVumJritbOFs88Q0XLh" alt=""><figcaption></figcaption></figure>

**Effect:** Destroy a single wall in the hamster's path**Cooldown:** 30 seconds&#x20;**Energy Cost:** 20&#x20;**Strategic Use:** Create shortcuts or escape dead ends

#### Teleport (Level 2)

<figure><img src="/files/mahWPX5O7yL4f5TrkFsp" alt=""><figcaption></figcaption></figure>

**Effect:** Move your hamster 2 cells in any valid direction**Cooldown:** 45 seconds**Energy Cost:** 35**Strategic Use:** Skip difficult sections or move directly toward the exit

#### Speed Boost (Level 3)

<figure><img src="/files/2QAGy0aF7i3oKqiYLz0w" alt=""><figcaption></figcaption></figure>

**Effect:** Increase hamster movement speed by 50% for 5 seconds**Cooldown:** 60 seconds**Energy Cost:** 30**Strategic Use:** Quickly explore open areas or make a final sprint to the exit

#### Pathfinder (Level 4)

<figure><img src="/files/gd2z74LXBSaxFuuIVHEj" alt=""><figcaption></figcaption></figure>

**Effect:** Highlight the optimal path to the exit for 3 seconds**Cooldown:** 90 seconds**Energy Cost:** 50**Strategic Use:** Determine which direction to focus on when stuck

### Skill Upgrades

As your hamster gains levels, their skills can be upgraded:

| Level | Upgrade Effect        |
| ----- | --------------------- |
| 6     | Reduced cooldown time |
| 12    | Decreased energy cost |
| 18    | Enhanced skill effect |
| 25    | Dual skill activation |

### Skill Synergies

Certain skills work particularly well with specific hamster personalities:

* **Cautious + Pathfinder**: Perfect for methodical maze solving
* **Adventurous + Wall Breaker**: Create your own path through the maze
* **Strategic + Teleport**: Optimize positioning for maximum efficiency
* **Random + Speed Boost**: Amplify the chaos and unpredictability


---

# 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://hme.gitbook.io/hme/game-features/skills_system.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.
