> For the complete documentation index, see [llms.txt](https://mu-lumen.gitbook.io/mu-lumen-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mu-lumen.gitbook.io/mu-lumen-docs/items/ancient/dark-lord.md).

# Dark Lord

<p align="center"><mark style="color:$warning;"><strong>Agnis Adamantinte</strong></mark></p>

<p align="center"><mark style="color:$success;"><strong>Set parts : Hellm,Armor,Pants and Rinf of Poison.</strong></mark></p>

<p align="center"></p>

{% columns %}
{% column width="33.33333333333333%" %}

<img src="https://wiki.yulanmu.com/assets/images/adamantine-8d89e34e847a8e81ccb0022e1a5dd26b.png" alt="" height="250" width="150">
{% endcolumn %}

{% column width="66.66666666666667%" valign="middle" %}

```
Increases Double Damage Rate + 10%
Increase Defense +40
Increase Skill Damage +20
Increase Critical damage rate 15 %
Increase Excellent damage rate 15 %
Increase Critical damage + 20
Increase Excellent damage + 20
```

{% endcolumn %}
{% endcolumns %}

<p align="center"><mark style="color:$warning;"><strong>Broy Adamantine</strong></mark></p>

<p align="center"><mark style="color:$success;"><strong>Set parts : Gloves,Pants,Boots and Pendant of Ice.</strong></mark></p>

<p align="center"></p>

{% columns %}
{% column width="33.33333333333333%" %}

<img src="https://wiki.yulanmu.com/assets/images/adamantine-8d89e34e847a8e81ccb0022e1a5dd26b.png" alt="" height="250" width="150">
{% endcolumn %}

{% column width="66.66666666666667%" valign="middle" %}

```
Increase Damage +20
Increase Skill Damage +20
Increase Energy +30
Increase Critical damage rate 15 %
Increase Excellent damage rate 15 %
Increase Ignore Defensive Skill + 5%
Increase Command +30
```

{% endcolumn %}
{% endcolumns %}


---

# 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://mu-lumen.gitbook.io/mu-lumen-docs/items/ancient/dark-lord.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.
