# Stats

When crafted, every kind of gear has its own fixed main-stat and 3 random sub-stats.

Here's what they do:

| Stats           | ID        | Description                                          |
| --------------- | --------- | ---------------------------------------------------- |
| Power           | POW       | Increase damage dealt every time your Hunter attacks |
| Defend          | DEF       | Increase ability to reduce incoming damage           |
| Agility         | ASPD      | Add bonus fire rate to the gun                       |
| Hit-Point       | HP        | Increase maximum capacity of character's hit-point   |
| Critical Rate   | Crit Rate | Bonus percentage of landing a critical shot          |
| Critical Damage | Crit Dmg  | Increase critical damage of the attack               |


---

# 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://docs.titanhunters.io/character-customization/stats.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.
