> For the complete documentation index, see [llms.txt](https://docs.anitolegends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anitolegends.com/items-nfts-1/consumable-items.md).

# Consumable Items

<figure><img src="/files/4shUOOgcIrWOC4MArZCA" alt=""><figcaption><p>Food items have been reintroduced after patch 0.4.4</p></figcaption></figure>

**Adarna's Favour** (**Potion) -** Adarna's Favour can be used to heal an Anito's HP by 50%.

**Adarna's Blessing (Greater Potion) -** Adarna's Blessing can be used to heal an Anito's HP by 100%.

**Sarimanok Plume (Revive) -** A Sarimanok Plume can be used to bring back fallen Anitos to life and gives them 50% HP.

**Sarimanok Plumage (Full Revive) -** Sarimanok Plumage can be used to bring back fallen Anitos to life and give them 100% HP.

**Kiwig's Favorite Food.** Feed your Kiwig this food and you automatically earn 1 heart.

**Sarangay's Favorite Food.** Feed your Sarangay this food and you automatically earn 1 heart.

**Siyokoy's Favorite Food.** Feed your Sarangay this food and you automatically earn 1 heart.

**Tikbalang's Favorite Food.** Feed your Tikbalang this food and you automatically earn 1 heart.


---

# 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.anitolegends.com/items-nfts-1/consumable-items.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.
