> For the complete documentation index, see [llms.txt](https://eldenro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eldenro.gitbook.io/wiki/economy/fragment-runes.md).

# Fragment Runes

*The greater the fallen creature, the more fragments remain within its broken essence.*

**Fragment Runes** are boss materials used in EldenRO's relic progression.

They are obtained automatically from defeated **Mini Bosses** and **MVPs**, then consumed by artisans such as **Vaelric, Artificer of the Fallen**.

{% hint style="info" %}
Fragment Runes are inventory items.

They are separate from **Ashen Scrap**, which is stored as account-wide progression.
{% endhint %}

***

## Item Information

| Property    | Value         |
| ----------- | ------------- |
| **Item ID** | 30200         |
| **Name**    | Fragment Rune |
| **Type**    | Etc           |
| **Weight**  | 0             |

***

## How to Obtain Fragment Runes

Fragment Runes are granted automatically when the server credits an eligible boss defeat.

| Boss Type              | Fragment Rune Reward |
| ---------------------- | -------------------: |
| **Mini Boss**          |                    2 |
| **MVP**                |   Monster Level ÷ 10 |
| **Minimum MVP Reward** |                    5 |
| **Maximum MVP Reward** |                   50 |

MVP division uses whole numbers, so decimals are discarded.

### MVP Examples

|     MVP Level | Fragment Runes |
| ------------: | -------------: |
|            40 |              5 |
|            75 |              7 |
|           100 |             10 |
|           150 |             15 |
|           255 |             25 |
| 500 or higher |             50 |

The minimum and maximum limits are applied after the level calculation.

{% hint style="success" %}
The Fragment Rune amount is guaranteed for an eligible boss defeat.

It is not an additional random drop chance.
{% endhint %}

***

## Reward Delivery

Fragment Runes are added directly to the inventory of the player selected by the server's boss reward logic.

They do not appear as ordinary floor loot.

The current implementation uses the same configured reward calculation for eligible bosses and does not apply a separate field-map reduction.

***

## Using Fragment Runes

Fragment Runes are primarily used by:

> **Vaelric, Artificer of the Fallen**\
> `new_1-2 (78, 87)`

Vaelric uses boss remains, Fragment Runes and Zeny to forge equipment connected to defeated MVPs.

Current commissions may require:

* **15 Fragment Runes** for several earlier relic recipes.
* **30 Fragment Runes** for several higher-cost relic recipes.
* The corresponding boss material.
* The displayed Zeny cost.

Some special commissions may use different requirements, so always review the complete recipe before confirming.

***

## Quick Guide

1. Defeat an eligible Mini Boss or MVP.
2. Receive Fragment Runes directly.
3. Save the required boss material.
4. Visit Vaelric.
5. Select the desired relic.
6. Review the Fragment Rune and Zeny requirements.
7. Confirm the commission.

{% hint style="warning" %}
Fragment Runes are consumed when a valid commission is accepted.

Check the complete relic recipe before spending them.
{% endhint %}

***

## Related Guides

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>MVP Relics</strong></td><td>Review Vaelric's equipment commissions and their requirements.</td><td></td></tr><tr><td><strong>MVPs</strong></td><td>Learn where eligible bosses are found and how their encounters work.</td><td></td></tr><tr><td><strong>Ashen Scrap</strong></td><td>Understand the separate account-wide recycling currency.</td><td></td></tr></tbody></table>


---

# 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://eldenro.gitbook.io/wiki/economy/fragment-runes.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.
