> For the complete documentation index, see [llms.txt](https://wiki.arkvalkyrie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.arkvalkyrie.com/server-features/cursed-blood-of-lily.md).

# Cursed Blood of Lily

> A sinister vial filled with glowing, corrupted blood. Legend says consuming its dark essence summons the terrifying Illusion Tiger Lily straight from the depths of the underworld.

### Item Information

| Property         | Details                       |
| ---------------- | ----------------------------- |
| Item Name        | Cursed Blood of Lily          |
| Item Type        | Special Summon Item           |
| Weight           | 1                             |
| Usage Map        | Abandoned Mansion (`abn_mns`) |
| Summoned Monster | Illusion Tiger Lily           |

### Usage Location

The Cursed Blood of Lily can only be used inside the **Abandoned Mansion**, the home of Tiger Lily.

{% hint style="warning" %}
The item cannot be activated in towns, fields, other dungeons, instances, or any map outside `abn_mns`.
{% endhint %}

### How to Use

1. Enter the Abandoned Mansion.
2. Move to a safe location where your party is ready to fight.
3. Use the **Cursed Blood of Lily** from your inventory.
4. Illusion Tiger Lily will be summoned into the mansion.
5. Defeat the summoned boss for a chance to receive its special rewards.

### Summon Rewards

Defeating the summoned Illusion Tiger Lily gives a chance to drop the following:

| Reward                          | Drop Chance |
| ------------------------------- | ----------: |
| Blacksmith Blessing             |          3% |
| +6 Armor / Weapon Refine Ticket |         10% |
| +7 Armor / Weapon Refine Ticket |          1% |
| +8 Armor / Weapon Refine Ticket |       0.20% |
| Enriched Elunium                |         10% |
| Enriched Oridecon               |         10% |
| Token of Siegfried              |         20% |
| Valkyrie Soul Blessing          |          5% |

{% hint style="info" %}
Each listed percentage is an individual drop chance. Defeating one Illusion Tiger Lily does not guarantee every reward.
{% endhint %}


---

# 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://wiki.arkvalkyrie.com/server-features/cursed-blood-of-lily.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.
