# Values & Parts

{% hint style="warning" %}
**This whitepaper is outdated:**

We are currently in the process of updating the whitepaper to reflect our most ambitious development phase yet. Stay informed by [signing up](https://gmr.center/sign-up) or joining our [Telegram channel](https://t.me/gmrcenter).

We have kept this version online for informational purposes only.
{% endhint %}

![](/files/cevPjogq2AlgeHxvIwq6)

All characters share the following common values. They can be modified trough the many *parts* that form a **Battle Leet.**

### **Values**

| **Value** | **Description**                                                                     |
| --------- | ----------------------------------------------------------------------------------- |
| Health    | Amount of hits a player can receive. When reaching zero, the player is knocked out. |
| Energy    | Used to cast skills. Accumulates as the player performs actions.                    |
| Speed     | Speed at which the player moves within the game space.                              |

### Parts

| **Part**                  | **Player Attribute**                                                                 |
| ------------------------- | ------------------------------------------------------------------------------------ |
| Hands (Skill 1)           | Sets main skill of the player.                                                       |
| Antenna (Skill 2)         | Sets second skill of the player. Adds modifiers to Energy and Speed of the player    |
| Face (Skill 3)            | Sets third skill of the player.                                                      |
| Chest (Skill 4 + Passive) | Adds modifiers to Health and Speed of the player. Sets ultimate skill of the player. |
| Head (Passive)            | Adds modifiers to Health and Energy of the player.                                   |
| Variant (Passive)         | Sets player base values.                                                             |


---

# 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://whitepaper.gmr.center/battle-leets/gameplay/mechanics/values-and-parts.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.
