> For the complete documentation index, see [llms.txt](https://hexhunt.gitbook.io/hexhunt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hexhunt.gitbook.io/hexhunt/of-sword-and-sorcery/magic/revealing.md).

# Revealing

Any found magical item needs to be identified. Enchanted or blessed items (i.e. all magical items) require studying. Just by touching it, one can understand if an item is magical. But identifying is the practice of revealing the powers (and weaknesses, if any) of the item. The historical value of any item determines  its identification requirements.&#x20;

If there's no signs to the historicitity of an item (such as the type of POI it was found in), roll a d6 to assign a historical value.

<table><thead><tr><th width="77.33333333333334">d6</th><th width="162"></th><th width="189"></th></tr></thead><tbody><tr><td>1</td><td>Current</td><td>one punct</td></tr><tr><td>2</td><td>Recent</td><td>two puncts</td></tr><tr><td>3</td><td>Old</td><td>one hour</td></tr><tr><td>4</td><td>Historical</td><td>one day</td></tr><tr><td>5</td><td>Ancient</td><td>one week</td></tr><tr><td>6</td><td>Alien/Unknown</td><td>one month</td></tr></tbody></table>

During the process, the sole significant activity of the magic-user is the revealing. No additional roll is required.


---

# 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://hexhunt.gitbook.io/hexhunt/of-sword-and-sorcery/magic/revealing.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.
