> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/areas/luscious-grove/mobs.md).

# Mobs

### Overview

Luscious Grove is home to magical creatures, corrupted woodland enemies, and cavern bosses.

Defeating them rewards Codex progress and materials used for foraging progression.

### Mob list

| Mob                        | Level |       HP |  Damage | Foraging XP | Drops                                                                                    | Description                                                            |
| -------------------------- | ----: | -------: | ------: | ----------: | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `Pixie`                    |  `50` |    `500` |     `0` |       `250` | `Pixie Dust 10%`, `Rare Magical Core 5%`, `Epic Magical Core 2.5%`                       | A tiny woodland spirit carrying dust and traces of old magic.          |
| `Oak Wanderer`             |  `35` |  `1,500` |    `65` |     `1,250` | `Rare Logs 5% each`, `Common Magical Core 15%`, `Uncommon Magical Core 10%`              | A wandering forest spirit made of ancient roots and living bark.       |
| `Crystal Mush Warrior`     | `108` |  `3,500` |   `200` |     `1,000` | `Crystal Mush 5%`, `Crystal Mush Powder 5%`, `Legendary Magical Core 10%`                | A hardened fungal warrior guarding the crystal mush below the grove.   |
| `Warped Crimson Behemoth`  | `150` | `60,000` | `6,500` |     `7,500` | `Crimsonwarped Armor Pieces 5% each`, `Legendary Magical Core 100%`                      | A massive behemoth twisted by crimson roots and warped magic.          |
| `Ancient Crystallis Titan` | `160` | `70,000` | `7,200` |     `8,500` | `Mythical Magical Core 100%`, `Mushling Heart 50%`, `Pure Crystallised Energy 1-3, 100%` | An ancient titan of crystal and fungus ruling the deepest caverns.     |
| `Bogcrawler`               | `TBA` |    `TBA` |   `TBA` |       `TBA` | `Bog Root 100%`, `Bogcrawler Fang 35%`                                                   | A swamp-born crawler summoned from the damp roots of forgotten groves. |

{% hint style="info" %}
Some mobs are tied to hidden areas or summon interactions.

Check the NPC and location pages if you need help finding them.
{% endhint %}

### Codex rewards

Defeating each mob for the first time updates your Codex.

Rewards include:

* `250` Foraging XP per discovery
* `Fox Pet` for full Codex completion


---

# 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://orange-lounge-smp.gitbook.io/orange-smp-wiki/areas/luscious-grove/mobs.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.
