# Attachment Stats

Each attachment has 2 types of stats:

* **Performance Stats**
  * Are fixed to the attachment and come in different tiers
  * Higher tiers give better stats
* C**ore Stats**
  * Each attachment has 2 different randomized Core Stats
  * You can have multiple of the same Core Stat on different attachments

## Performance Stats

<figure><img src="/files/rcBVfkjo3urRINTYxc4x" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="156">Stat</th><th>Description</th></tr></thead><tbody><tr><td>Max Energy</td><td>Your maximum energy cap</td></tr><tr><td>Energy Regen</td><td>How quickly your energy meter regenerates</td></tr><tr><td>Crit Chance</td><td>How often you land a critical strike (deals bonus damage)</td></tr><tr><td>Block Regen</td><td>How quickly your block meter regenerates</td></tr><tr><td>Super Gain</td><td>How quickly your super meter regenerates when dealing and taking damage</td></tr></tbody></table>

## Core Stats

<figure><img src="/files/1Nudvt07HSknddZwv6xP" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="156">Stat</th><th>Description</th></tr></thead><tbody><tr><td>Health</td><td>Your mech's total health</td></tr><tr><td>Offense</td><td>How much damage you deal with basic attacks</td></tr><tr><td>Armor</td><td>How much incoming damage you mitigate</td></tr><tr><td>Block Proficiency</td><td>How much incoming chip damage you mitigate when you block</td></tr><tr><td>Super Power</td><td>How much damage you deal with special attacks</td></tr><tr><td>Crit Power</td><td>How much bonus damage you deal with critical strikes</td></tr></tbody></table>


---

# 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.wreckleague.xyz/garage/what-are-part-nfts/attachment-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.
