> For the complete documentation index, see [llms.txt](https://wiki.eloria.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eloria.pl/eloria-wiki/pl/eteryczny-kowal.md).

# Eteryczny Kowal

### 🛠️ Przewodnik po rzemiośle Upgrade Item

#### 🔹 Wymagane przedmioty

Aby rozpocząć proces ulepszania, potrzebujesz:

* Hexbound Coffer
* Sunvault Core
* Ethereal Crystal
* Frozen Prism
* Runed Reliquary
* Infernal Vault
* Crimson Cache
* Gleaming Core
* Glinting Shard

<figure><img src="/files/3BvtEglGpS76vUY7bJsx" alt=""><figcaption><p>All crystals required for crafting</p></figcaption></figure>

***

#### 🔹 Tworzenie Upgrade Item - Poziom 1

1. Podejdź do NPC **Ethereal Blacksmith**.
2. Wprowadź w oknie czatu następujące komendy:\
   `hi → craft → yes`
3. Otrzymasz **Upgrade Item Level 1**.

**📌 Możliwe do użycia na:**

* Helmet
* Armor
* BP
* Legs
* Boots
* Shield/Quiver/Spellbook
* Weapon

<figure><img src="/files/c7YeYb7i0XEvD6U57lO4" alt=""><figcaption><p>Upgrade Item Level 1</p></figcaption></figure>

***

#### 🔹 Tworzenia wyższych poziomów Upgrade Item

Proces jest prosty: połącz 2 przedmioty tego samego poziomu, aby uzyskać 1 przedmiot wyższego poziomu.

**Kroki:**

* 2× Upgrade Item Level 1 → Upgrade Item Level 2\
  \&#xNAN;*Dialog: `hi → combine level 1`*
* 2× Upgrade Item Level 2 → Upgrade Item Level 3
* 2× Upgrade Item Level 3 → Upgrade Item Level 4
* …kontynuuj aż do **Upgrade Item Level 10**

**Schemat łączenia:**

* Poziom 1 = tworzone bezpośrednio u NPC
* Poziomy 2–10 = łączenie 2 przedmiotów z poprzedniego poziomu

**Przykład:**\
Masz 4× Upgrade Item Level 1:

* Połącz 2 → 1× Level 2
* Połącz kolejne 2 → 1× Level 2
* Połącz oba Level 2 → 1× Level 3

<figure><img src="/files/Y35o2U8E0PZ61wPLjQkN" alt=""><figcaption><p>Wszystkie możliwe Upgrade Item</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://wiki.eloria.pl/eloria-wiki/pl/eteryczny-kowal.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.
