> For the complete documentation index, see [llms.txt](https://riventide.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riventide.gitbook.io/whitepaper/characters/lily-the-witch.md).

# Lily the Witch

DISCLAIMER: All content here in is subject to change as the meta evolves through development, testing, and community feedback. No part of the Whitepaper is to be copied

Lily, also known as the Witch, is an NPC the player can encounter during runs. She offers to reroll a monster's current Action or Trait, which the player can freely choose between. She also appears in Pilgrim's Rest, where she can Soulbond a monster the player has a Memento of at the cost of  Crystals.

During a run, she appears in a Zone if the Witch portal branch was chosen prior to entry. She may also appear as the random NPC in the first Zone of the first Biome or when selecting the Random NPC portal branch.

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2FZKde7acqmsRDp8nr45h5%2FWitch_Full.webp?alt=media&amp;token=d4b4f9d3-5f87-453d-87e8-a51ebdebac47" alt=""><figcaption></figcaption></figure>

### Zone Encounters

Lily has only one possible event when encountered during a run. She can reroll any current Action or Trait of a monster, including starting Actions but excluding Signature Traits. The player can freely choose the monster, whether to reroll an Action or a Trait, and which specific Skill to reroll. The Trait reroll option is only available for monsters that are at level 2 or higher.

If the player refuses the event, Lily grants a random monster EXP based on the current Biome tier.

* Biome Tier 1: 1 EXP
* Biome Tier 2: 2 EXP
* Biome Tier 3: 3 EXP

Only during the tutorial level, Lily gives the player a Blank Memento. If this occurs, she references it again in a future conversation.

### Soulbonding

Lily appears in Pilgrim's Rest without any additional requirements. While there, she offers meta-upgrades that allow the player to Soulbond a monster they have a Memento of. Soulbonding allows the player to start future runs with that monster as their first monster.

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2FnNF9qwG7a88AmX37RLFd%2FLilyPigrimsRest.jpg?alt=media&amp;token=b4b8ff5e-aedb-4b3c-964b-bdae056336ad" alt=""><figcaption></figcaption></figure>


---

# 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://riventide.gitbook.io/whitepaper/characters/lily-the-witch.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.
