> For the complete documentation index, see [llms.txt](https://wyldekardes-world.gitbook.io/graywalkers-genesis-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wyldekardes-world.gitbook.io/graywalkers-genesis-whitepaper/core-gameplay/gear/consumables.md).

# CONSUMABLES

In the Weavemaster system, consumable items are items that can be used up or depleted after a single use or a limited number of uses. These items can provide various benefits to the character using them, such as restoring health or mana, increasing stats or temporarily boosting skills.

Examples of consumable items in the game include health potions, mana potions, buff potions, food, and grenades. Health potions and mana potions restore a character's health and mana, respectively, which can be crucial during battles or extended periods of gameplay.

Buff potions, on the other hand, temporarily boost a character's stats, such as strength or agility, which can give them an edge in combat or certain tasks. Food items, such as cooked meats or fruits, can also restore health and mana but may have additional benefits, such as improving a character's resistance to certain types of damage.

Grenades are another type of consumable item that can be used to deal damage to enemies or create special effects, such as stunning or blinding them. They can be particularly useful in situations where a player is outnumbered or facing a tough enemy.

Overall, consumable items can be valuable assets to a player, providing extra resources and abilities when needed. However, players must be mindful of their limited uses and use them strategically to maximize their benefits.


---

# 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://wyldekardes-world.gitbook.io/graywalkers-genesis-whitepaper/core-gameplay/gear/consumables.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.
