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

# Research Npc's

## Location:

<figure><img src="/files/3cLoVMVpTNEZmaSqL3bh" alt=""><figcaption></figcaption></figure>

## Merchant Shop

| Item             | Prijs |
| ---------------- | ----- |
| 12 Golden Apples | 25    |
| 5 Levels (XP)    | 30    |

## Librarian Shop

| Item                                | Prijs |
| ----------------------------------- | ----- |
| Unbreaking 3 & Protection 4         | 100   |
| Swift Sneak                         | 50    |
| Mending                             | 225   |
| Feather Falling 4 & Depth Strider 3 | 80    |
| Respiration 3 & Aqua Affinity       | 60    |
| Fire Protection 4                   | 40    |
| Sharpness 5                         | 150   |

## Artifact Shop

| Item            | Prijs |
| --------------- | ----- |
| Crystal Dust    | 10    |
| Crystal Piece   | 50    |
| Beacon Crystal  | 150   |
| Obsidian Pieces | 10    |
| Luminous Glass  | 50    |
| Refined Glass   | 100   |
| Obsidian Chunk  | 50    |
| Shattered Glass | 10    |
| Totem Head      | 300   |
| Totem Body      | 250   |
| Totem Arm       | 125   |
| Totem Legs      | 250   |

## NetheriteSmith Shop

| Item              | Prijs |
| ----------------- | ----- |
| Smithing Template | 25    |
| Netherite Ingot   | 15    |

## Alchemist Combat Shop

| Item                    | Prijs |
| ----------------------- | ----- |
| Fire Resistance (short) | 85    |
| Fire Resistance (long)  | 125   |
| Strenght I (short)      | 250   |
| Invisibility (short)    | 100   |
| Invisibility (long)     | 175   |

## Alchemist Movement Shop

| Item                | Prijs |
| ------------------- | ----- |
| Swiftness I (short) | 80    |
| Swiftness I (long)  | 125   |
| Swiftness II        | 175   |
| Leaping (short)     | 50    |
| Leaping (long)      | 100   |
| Slow Falling        | 50    |
| Splash slowness     | 150   |

## Alchemist Health Shop

| Item                 | Prijs |
| -------------------- | ----- |
| Regeneration (short) | 100   |
| Regeneration (long)  | 150   |
| Splash health        | 180   |


---

# 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:

```
GET https://wiki.zenithkingdoms.com/features/research-npcs.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.
