# Scrolls

![Demo: Selecting a Scroll to Enchant into a Magic Sphere](/files/25YDklJbjuC4ZNoRnTUu)

## 📜 Scroll

Scrolls are specialized recipes designed for the enchanting and imbuing process in CryptoFights. Unlike Blueprints, which focus on creating physical gear, Scrolls are used to produce Spheres — magical items that bestow additional properties or enhancements to socketed equipment. These properties range from elemental damage bonuses to specific combat advantages, allowing players to significantly boost their gear's capabilities. Scrolls play a vital role in the customization and enhancement of a player's equipment, offering a pathway to fine-tune weapons and armor for optimal performance in both PvE and PvP encounters.

## 📚 Enchanter Scroll Examples

|            Scrolls Name           |                                  Components Required                                 |       Outcome      | Sockets Required |
| :-------------------------------: | :----------------------------------------------------------------------------------: | :----------------: | :--------------: |
|        Create Fiery Sphere        |             <p>(10) Ancient bone<br>(5) Infernal Horn<br>(10) Diamond</p>            |   +1 Fire damage   |         1        |
|    Create Sphere of Flame burst   | <p>(20) Ancient bone<br>(10) Infernal horn<br>(15) Diamond<br>(10) Medicinal oil</p> |  +1d6 fire damage  |         3        |
| Create Sphere of Flame Resistance |  <p>(15) Ancient bone<br>(5) Infernal horn<br>(10) Dragon scale<br>(10) Diamond</p>  | +1 fire resistance |         1        |


---

# Agent Instructions: 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://whitepaper.cryptofights.com/world/craft-and-enchant/recipes/scrolls.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.
