> For the complete documentation index, see [llms.txt](https://spacey.gitbook.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacey.gitbook.io/getting-started/game-walkthrough/starting-towers-and-descriptions.md).

# Starting Towers & Descriptions

All turrets have 4 statistics: Durability, Power, Range & Rate\
Durability: Disabled for now but in the future will act as health points for each turret\
Power: The amount of damage each shot contains\
Range: The total area of the map that the turret can fire at\
Rate: The speed at which the turret exchanges fire\
\
NFT towers cost Techpoints + gMars to place on the map.\
The cost to place are as follows:&#x20;

| Tower:           | TP:            | gMar:  |
| ---------------- | -------------- | ------ |
| Sentry           | 150 Techpoints | 1 gMar |
| Missile Launcher | 250 Techpoints | 2 gMar |
| Laser Turret     | 280 Techpoints | 2 gMar |
| Mortar           | 500 Techpoints | 3 gMar |
| Shockwave        | 350 Techpoints | 3 gMar |

Towers have a 3 second deployment time once you place them on the map to when they start attacking enemies.

\
Each tower also has 4 parts as you can see in the pictures below. These parts are the barrel, enhancer, controller, and base. These parts are upgradable for a cost of tech points and gmars.<br>

![](/files/OY0bGQxqeOJwazuikJSV)

{% embed url="<https://youtu.be/7lmQ2d0lAR0>" %}

![](/files/4WpBlVhOONzx45z0vqwb)

{% embed url="<https://youtu.be/fF-8MtmW4mw>" %}

![](/files/iaHodoLxKuXHlRV8fmLF)

{% embed url="<https://youtu.be/5PQrOln5McU>" %}

![](/files/lyrzJbTccXcsdQ7JEiKo)

{% embed url="<https://youtu.be/10YJ2lbOhtQ>" %}

![](/files/VzaMZZYrLTYlrXT4Wm9j)

{% embed url="<https://youtu.be/xpeWYoY184g>" %}


---

# 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://spacey.gitbook.io/getting-started/game-walkthrough/starting-towers-and-descriptions.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.
