> For the complete documentation index, see [llms.txt](https://earthoblivion.gitbook.io/earth-oblivion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earthoblivion.gitbook.io/earth-oblivion/game-play-features/overview/drop.md).

# Drop

The term **drop** is used for anything that "drops" from [mobs](/earth-oblivion/game-play-features/overview/mob.md) or the environment (particularly [chests](#chest)). The term is interchangeable with the term "loot", although the term used for picking up drops and loot is called looting

## Types of drops

#### Quest drops

When in the middle of a [quest](/earth-oblivion/game-play-features/overview/quests.md), quest drops may be acquired from mobs or picked up when interacting with items like crates, barrels, levers or switches. These drops can only be acquired when performing a specific quest, and is always excluded from looting rules.

#### Food drops

In a [dungeon](/earth-oblivion/game-play-features/adventure-pve/dungeon.md) run, players may pick up food items that may give beneficial or harming effects when looted. Among these drops are Drumstick (+30% Max HP), Blue Apple (+30% Max HP and Max MP), Red Mushroom (+50% to Stun stat) and Expired Milk (inflicts Faint status for 15 seconds). These drops are automatically consumed by the looter, so additional care is required before picking up such items.

#### Mob-specific Drops

These kind of drops can only be found in a specific mob or mobs of the same species or race. For example, only Monster drop Ragged Loincloths. On the other hand, some lesser mobs can also drop items that can only be found in Minibosses, like how minotaurs may drop Enchanted Memory Photo (Right) which can be looted only from Banruha.

## Chest

**Chests** are wooden containers commonly found in [dungeons](/earth-oblivion/game-play-features/adventure-pve/dungeon.md) across ***OblivionVerse***. They vary in content depending on what type of chest is found, and can give valuable [items](/earth-oblivion/game-play-features/overview/item.md) and XVION to players who open one.

## Kinds of chests

There are mainly three kinds of chests found in dungeons: the **Silver chest**, the **Platinum chest** and the **Diamond Chest**, arranged according to increasing rarity. Silver and Platinum chests are commonly found in dungeons of all rarities, and the only difference between the Silver and Platinum chests is the tendency of Platinum chests to give higher sums of XVION and better quality items than their wooden counterpart.

The Diamond Chest, on the other hand, can only be found in a particular place in a dungeon, and has a low chance of appearing in that particular location. Compared to Silver and Platinum chests, Diamond Chests give gemstones of the normal, magic and rare rarities, along with rare weapons and armor, and an even larger sum of XVION than its Platinum counterpart. Heraldries also appear, although at a lower chance. Diamond Chests can be seen in dungeons of Hard difficulty and above.


---

# 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://earthoblivion.gitbook.io/earth-oblivion/game-play-features/overview/drop.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.
