> For the complete documentation index, see [llms.txt](https://vinlanduhc.gitbook.io/loup-garou-uhc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vinlanduhc.gitbook.io/loup-garou-uhc/roles-uhc/solitaires/necromancien.md).

# Nécromancien

## Nécromancien

{% hint style="warning" %}
**Camp** : solitaire\
**Aura initiale** : Obscure
{% endhint %}

{% hint style="info" %}
**Capacités**

* Pendant **5 minutes**, il marque tous les joueurs dans un rayon de **20 blocs**.
* Si un joueur marqué meurt, il perd ce pouvoir de marquage.
* Toutes les marques disparaissent alors.
* Le joueur mort marqué revient à la vie avec la **malédiction du Nécromancien**.
* À partir de ce moment, le Nécromancien lui vole des **cœurs permanents**, jusqu'à un maximum de **7**.
* Le rythme du vol dépend de la **distance** entre eux.
* Un compteur visible dans l'action bar progresse selon cette distance et selon le nombre de cœurs déjà volés.
* Quand le compteur atteint le seuil requis, il vole **1♥** puis repart de zéro.
* Si le porteur de la malédiction est tué par un joueur, la malédiction passe à ce nouveau tueur.
* Si le porteur meurt de l'environnement, le Nécromancien récupère son pouvoir de marquage.
* Il peut appliquer **Sharpness IV** sur son épée.
  {% endhint %}


---

# 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://vinlanduhc.gitbook.io/loup-garou-uhc/roles-uhc/solitaires/necromancien.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.
