> For the complete documentation index, see [llms.txt](https://wiki.metafight.com/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.metafight.com/whitepaper/assets/cards/equipment-card.md).

# Equipment Card

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

## <mark style="color:red;">Characteristics</mark>

* Can be paired with one Fighter at the time,
* You can lock this card freely when the Fighter card has no other equipment card attached and is not engaged in a Fight,
* You can unlock this card freely when the Fighter card attached is not engaged in a Fight or resting after an Instant fight,
* Brings Technical or Personal Stats to the Fighter,
* Has to be paired with a fighter of the same rarity

{% hint style="info" %}
Progressively the Equipment card will be combinable with a Fighter card of a different rarity.&#x20;
{% endhint %}

## <mark style="color:red;">Technical & Personal Stat</mark>

In the table below you can see the links between the Technical Stat & Personal Stat.\
The Personal Stats influences the Technical Stats which are used during fights.

<table><thead><tr><th width="177">Personal Stat</th><th align="center">Striking</th><th align="center">Grappling</th><th align="center">Wrestling</th></tr></thead><tbody><tr><td>Fight IQ</td><td align="center">+++</td><td align="center">+</td><td align="center">+</td></tr><tr><td>Speed</td><td align="center">+++</td><td align="center">-</td><td align="center">++</td></tr><tr><td>Stamina</td><td align="center">++</td><td align="center">++</td><td align="center">+</td></tr><tr><td>Explosiveness</td><td align="center">+++++</td><td align="center">-</td><td align="center">-</td></tr><tr><td>Strength</td><td align="center">-</td><td align="center">+++</td><td align="center">++</td></tr><tr><td>Mental</td><td align="center">+</td><td align="center">++</td><td align="center">+++</td></tr><tr><td>Suppleness</td><td align="center">-</td><td align="center">+++++</td><td align="center">-</td></tr><tr><td>Congestion</td><td align="center">-</td><td align="center">-</td><td align="center">+++++</td></tr></tbody></table>


---

# 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://wiki.metafight.com/whitepaper/assets/cards/equipment-card.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.
