> For the complete documentation index, see [llms.txt](https://docs.medievaldiscord.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medievaldiscord.com/clergy/inquisition/inquisitor-general.md).

# Inquisitor General ⚖️

<figure><img src="/files/MRKGpZMttpeOPhkYbEh0" alt=""><figcaption><p><mark style="color:yellow;">Copyright </mark><em><mark style="color:yellow;">© 2023 Medieval Discord. All rights reserved.</mark></em></p></figcaption></figure>

## Description:

The Inquisitor General is the head of the French Inquisition. They are chosen for their loyalty to the Pope and their devotion to the Catholic faith from among the High Inquisitors of the Kingdom of France. The Inquisitor General answers only to the Pope and is a figure feared throughout Rosewood, from where they operate. The fear they inspire is mostly felt among the commoners, although the rest of the clergy and even the nobility fear the Inquisitor General due to their extraordinary position within France. During Morality trials, if the Archbishop is not available, they will take their place and hold the trial in the Bishop's stead.

* **Weekly (Sunday) Paycheck:** `200 coin`
* **Rank-up Cost:** `600 piety`
* **Rank-up Rewards:** `Inquisitorial Ring, Chain Mail, Arming Sword, Horse`

## Mechanics:

### Purge

{% code title="#any local settlement" %}

```javascript
r!purge
```

{% endcode %}

*When used, the Inquisitor General will organize an official purge of heresy within a settlement near Rosewood.*

* **Piety Cost:** `150 piety`
* **Buckles Reward:** `75-100`
* **Minimum Stamina:** `50%`
  * **Raw Stamina Cost:** `20`
* **Command Cooldown:** `7d`

{% hint style="success" %}
*The Inquisitor General, unlike everyone else, pays 0 buckles to travel between the local settlements (Frey, Forechester, Shelby, Kington) and Rosewood.*
{% endhint %}

## In-depth guide:

The Inquisitor General is an antagonistic role within Rosewood due to the fact that their character de facto relies on the oppression of others. Most of their time will be spent coordinating their forces within the City, while they will have some free time to purge heresy around Rosewood every week or so. Some Inquisitor Generals might like to get their hands dirty, while others will prefer to have their legions do their duties for them; it's up to the user. Very rare are Inquisitor Generals who are compassionate due to the nature of their position, mostly those cunning and ambitious will rise to the rank of Inquisitor General. The Inquisitor General has a ceremonial mask made of gold depicting a genderless face with a single tear under its left eye.


---

# 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://docs.medievaldiscord.com/clergy/inquisition/inquisitor-general.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.
