# Artifacts System

**Artifacts are like puzzle pieces with hexagonal shapes connected to each other and their elusive types. It is an item that any character can equip. There is a dedicated slot to equip this type of item that can be accessed through the inventory. When this item is added to the dedicated slot, it provides effects to the character, such as increasing attack, defense, critical, life... etc. Artifacts can be equipped at level 800.**

## 🔸Artifact System:

### ‣ Window UI:

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

### ‣ How to get Artifact:

{% hint style="info" %}
o get an Artifact, you first need an \[Artifact Fragment] Once you have an Artifact Fragment you must go the \[Chaos Goblin Machine] and select the \[Regular Combination] option and enter the following items to create an Artifact.

* <mark style="color:orange;">x1 Artifact Fragment</mark>
* <mark style="color:orange;">x50 Jewel of Creation</mark>
* <mark style="color:orange;">Amount in Zen</mark>

<mark style="color:red;">Artifact creation is 100% with variation from artifacts type 1 to 7 and also with variations from \[Grade] 1-10 (Grade 10 = Rare)</mark>

You can get **Spider Artifact Fragment** by opening Box **\[Spider Artifact Box]** and it can be obtained from any spot.
{% endhint %}

### ‣ How to evolve my artifact:

{% hint style="info" %}
To Upgrade an Artifact, you first need an **\[Artifact Enhancement Stone]** Once you have an Artifact Enhancement Stone you must go to the **\[Chaos Goblin Machine]**.\
Artifacts can be enhanced up to 15 levels.

* <mark style="color:orange;">x1 Artifact Type</mark>
* <mark style="color:orange;">x1 Artifact Enhancement Stone</mark>
* <mark style="color:orange;">Amount in Zen</mark>

<mark style="color:$success;">Succesful Result:</mark> Enhanced Artifact \ <mark style="color:red;">Failed Result:</mark> The item is not destroyed. but the upgrade level is decreased by one.
{% 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://guides.originmu.com/game-system/artifacts-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.
