# Equipment

In Ukiyo, equipment is classified into five tiers based on rarity, with higher tiers offering better base stats.

* **Tier 1 -** Common
* **Tier 2 -** <mark style="color:green;">Uncommon</mark>
* **Tier 3 -** <mark style="color:blue;">Rare</mark>
* **Tier 4 -** <mark style="color:purple;">Epic</mark>
* **Tier 5 -** <mark style="color:yellow;">Legendary</mark>

Most equipment in Ukiyo can be enhanced using power up stones. The success rate of an enhancement attempt depends on the item's tier (rarity) and its current enhancement level.

#### **Token integration**

Enhancing high-level equipment requires an upgrade fee, which can be paid using Ukiyo tokens. This serves as one of the key token utilities in the game, incentivising players to use their earned tokens to strengthen their characters. Players who do not upgrade their equipment will eventually reach a plateau, hindering their progress and limiting their access to late-game content.


---

# 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.playukiyo.com/gameplay/equipment.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.
