# Maps and Towers

## Maps

The map landscape is made up of pixels. Each pixel, except for those with buildings, has its own properties:

* Field - slows your unit by 15%
* Road - speeds up your unit by 20%
* Forest - slows your unit by 20%
* Mountain - slows your unit by 60%
* Water - slows your unit by 70%

There are several maps in the game:

#### Foothills

<figure><img src="/files/HnRe7qFyPpGIajATZERa" alt=""><figcaption><p>Foothills</p></figcaption></figure>

#### Foothills (Green version)

<figure><img src="/files/4pshh4LWP6l3cK3EY8be" alt=""><figcaption><p>Foothills (Green version)</p></figcaption></figure>

#### Tideshade

<figure><img src="/files/TPG5bZlqtPmVSri7EOoC" alt=""><figcaption><p>Tideshade</p></figcaption></figure>

#### Lake

<figure><img src="/files/5grie94xkf6VpdKP4QmF" alt=""><figcaption><p>Lake</p></figcaption></figure>

#### Crossroads

<figure><img src="/files/ASrurycmALqSR7M6qCEP" alt=""><figcaption><p>Crossroads</p></figcaption></figure>

#### The Eye

<figure><img src="/files/kekrwTyZo6jzezQpx0bi" alt=""><figcaption><p>The Eye</p></figcaption></figure>

#### Cleft

<figure><img src="/files/7n8ptiAl3835JFGNWQYv" alt=""><figcaption><p>Cleft</p></figcaption></figure>

#### Wasteland

<figure><img src="/files/u0b98z6ap1N41WzXaMFS" alt=""><figcaption><p>Wasteland</p></figcaption></figure>

## Towers

Towers are objects on the map. Capturing them makes the player stronger on the battlefield which makes it easier to win.

### Factory Tower

Produces new robots and shoots at enemies.

<div align="left"><figure><img src="/files/mTDNybZ0x5n1QgZkWksU" alt="" width="205"><figcaption></figcaption></figure></div>

### Warp-Ambush

Hides your robots from opponents. When approached, attacks enemies with increased power.

<div align="left"><figure><img src="/files/6l8zjRtLUwWDj8ukMntD" alt="" width="199"><figcaption></figcaption></figure></div>

### Power Stations

#### **Type A**

Increases the movement speed of the robots.

<div align="left"><figure><img src="/files/PDWFKJSrXDeu1rn6LbSN" alt="" width="185"><figcaption></figcaption></figure></div>

#### **Type B**

Increases the production speed of the robots.

<div align="left"><figure><img src="/files/bdxzpJ16ncxvG09oTqzm" alt="" width="184"><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.sidusheroes.com/xenna/xenna-rts/maps-and-towers.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.
