> For the complete documentation index, see [llms.txt](https://whitepaper.cryptofights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptofights.com/world/collecting-items/equipment-attributes.md).

# Equipment Attributes

### 📚 Item Attribute Glossary

Each attribute gives weapons and gear unique properties, influencing damage and attack mechanics. Understanding them helps optimize equipment and match your fighter's build to your playstyle.

<table><thead><tr><th width="173">Attribute</th><th>Description</th></tr></thead><tbody><tr><td>Practice</td><td>-1 weapon damage</td></tr><tr><td>Fine</td><td>+1 weapon damage</td></tr><tr><td>Exceptional</td><td>+2 weapon damage</td></tr><tr><td>Brutal</td><td>Uses <mark style="color:red;">strength</mark> for hit roll</td></tr><tr><td>Dextrous</td><td>Uses <mark style="color:green;">dexterity</mark> for hit roll</td></tr><tr><td>Ambivalent</td><td>Uses highest stat for hit roll</td></tr><tr><td>Assault</td><td>Uses <mark style="color:red;">strength</mark> for damage roll</td></tr><tr><td>Precision</td><td>Uses <mark style="color:green;">dexterity</mark> for damage roll</td></tr><tr><td>Swift</td><td>Attack twice</td></tr><tr><td>Keen</td><td>+1 to critical chance</td></tr><tr><td>Innocuous</td><td>+2 to hit chance with spells</td></tr><tr><td>Strenuous</td><td>Main hand weapon only</td></tr><tr><td>Heavy</td><td>Two-handed weapon</td></tr><tr><td>Versatile</td><td>Can be used in main hand or off hand</td></tr><tr><td>Light</td><td>No offhand hit penalty, +2 on hit</td></tr><tr><td>Fiery</td><td>+1 fire damage</td></tr><tr><td>Icy</td><td>+1 cold damage</td></tr><tr><td>Thundering</td><td>+1 lightning damage</td></tr><tr><td>Apprentice</td><td>+1 <mark style="color:blue;">intelligence</mark></td></tr><tr><td>Sage</td><td>+2 <mark style="color:blue;">intelligence</mark></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://whitepaper.cryptofights.com/world/collecting-items/equipment-attributes.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.
