# 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: 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://whitepaper.cryptofights.com/world/collecting-items/equipment-attributes.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.
