# Character Capabilities

Each character has various attributes, and the strength of each attribute is based on the character's class, which allows the character to perform according to their role. For example, the Warrior will need more shield strength and Melee Attack to be an effective warrior. The warrior will not need strong hacking skills.&#x20;

Each character has various attributes, and each class has a different set of base attributes. For example, the Warrior will have more shield strength and Melee Attack whereas the Hacker will have stronger hacking attributes & agility.

**The following are the character attributes (subject to change):**&#x20;

* **Shield HP** - The number of hits (damage) the character can sustain
* **Power -** Affects the Melee and Range attack damage
* **Agility** - Response time to direction changes, acceleration, speed, stamina and recoup rate
* **Hacking** - How fast can the character take over a tower or AI mainframe


---

# 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://msko-1.gitbook.io/the-six-muskotiers-whitepaper/gameplay/character-capabilities.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.
