> For the complete documentation index, see [llms.txt](https://whitepaper.seraph.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.seraph.game/gameplay/equipment-system/basic-info.md).

# Basic Info

## **Category of Equipment**

Seraph features two categories of equipment: normal and Chaos. Chaos equipment comes with exclusive attributes not found in normal equipment and can be freely traded on the blockchain as NFT Equipments.

<figure><img src="/files/p8DPpOV0zCBztOzWccTm" alt=""><figcaption><p><em>The visual difference between normal equipment and chaos equipment</em></p></figcaption></figure>

## **Quality of Equipment**

Equipment in Seraph comes in four qualities: **Ordinary**, **Magic**, **Rare**, and **Unique**.

**Ordinary**: Basic equipment with only its name and standard attack/defense stats, without any magic affixes.

**Magic**: Infused with magic power, it has one or more affixes that add special attributes to the equipment.

**Rare**: Includes additional magic affixes compared to Magic equipment, making it significantly more powerful.

**Unique**: One-of-a-kind items with distinctive names and exclusive attributes, offering unparalleled advantages in-game.

The diagram below illustrates the differences between these four qualities:

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

## **Level of Equipment**

Equipment in Seraph has two types of levels:

**Item Level**: Determines the inherent stats of the equipment.

**Wearing Level**: Specifies the character level required to equip the item.

<figure><img src="/files/q4lnBUw0ZT4YG3FtcY70" alt=""><figcaption><p><em>Item level and wearing level are displayed separately in the equipment detail panel</em></p></figcaption></figure>

## **Durability and Repair**

All equipment in Seraph has a Durability stat that decreases during combat. When Durability reaches zero, the equipment becomes unusable. Players can repair equipment by visiting the Blacksmith NPC.

<figure><img src="/files/30wiSXYhf0qrer9Wolzk" alt=""><figcaption><p><em>To repair an equipment, click the repair button and hover the mouse over the equipment. The cursor will change to a hammer shape, indicating repair readiness.</em></p></figcaption></figure>

## **Equipment Identify**

Most equipment drops in an unidentified state, meaning the specific affixes and stats are hidden. Unidentified equipment cannot be used until identified. To identify equipment, players must use an Identify Scroll.

<figure><img src="/files/L76zQA7zpq8nOTTHsGqj" alt=""><figcaption><p><em>Players need to right-click the identify scroll, then left-click the unidentified equipment when the mouse cursor change to the identification state</em></p></figcaption></figure>


---

# 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.seraph.game/gameplay/equipment-system/basic-info.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.
