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