# Enhancement System

<figure><img src="https://523877695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFFfb7lfpJIRfyWuJxh7M%2Fuploads%2FwjpJZ4hQn2wHzCzW3fbh%2Fenhancement%20system.jpg?alt=media&#x26;token=a82dbf3d-d900-4839-8131-ef3d05f337a2" alt=""><figcaption></figcaption></figure>

### Gear Enhancement

By burning WFT, WST, and 5 low quality Gears, users can either get a higher quality enhanced Gear.

An enhanced Gear is defined as a Gear has 20% higher Min/Max attribute parameter:

<table><thead><tr><th width="150">Quality</th><th width="150">Gear Attributes</th><th>Enhanced Gear Attributes</th></tr></thead><tbody><tr><td>Common</td><td>1 - 10</td><td>NA</td></tr><tr><td>Uncommon</td><td>8 - 18</td><td>9.6 - 21.6</td></tr><tr><td>Rare</td><td>15 - 35</td><td>18 - 42</td></tr><tr><td>Epic</td><td>28 - 63</td><td>33.6 - 75.6</td></tr><tr><td>Legendary</td><td>50 - 112</td><td>60 - 134.4</td></tr></tbody></table>

The Gear enhancement rules:

1. The enhanced Gear's Sneaker ID will be the shortest/lowest sneaker ID inherited from the five burned Gears.
2. The enhanced Gear's Sneaker Type will be drawn randomly from the five burned Gears.
3. Each of the the enhanced Gear's Gem Socket types will be drawn randomly from the five burned Gears.
4. There is a small chance that the quality of the enhanced Sneaker can be two levels above (e.g. 5 common -> 1 rare).

{% hint style="info" %}
Must be the same gear type!
{% endhint %}


---

# 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://wingsfit.gitbook.io/wingsfit/game-fi-system/enhancement-system.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.
