> 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/spelunking-caverns/npcs.md).

# NPCs

### Overview

Spelunking Caverns has several NPCs tied to mining progression.

They help with mining luck, mining fortune, gem crafting, shard forging, sockets, tools, and upgrades.

Coordinates are listed as `X Y Z`.

### NPC locations

| NPC                     | Coordinates     | Description                                        |
| ----------------------- | --------------- | -------------------------------------------------- |
| `Cave Sage`             | `-376 61 -2510` | Trades mined ores for a touch of mining luck.      |
| `Quarry Foreman`        | `-356 61 -2514` | Accepts four offerings to boost mining growth.     |
| `Spelunking Blacksmith` | `-106 69 -2497` | Forges stronger items from ores pulled from below. |
| `Champion Miner`        | `-105 65 -2494` | Sells reliable pickaxes for ores and coin.         |
| `Old Prospector`        | `-71 65 -2492`  | Turns raw ores into mining fortune.                |
| `Gem Socket Adder`      | `-56 51 -2738`  | Adds gem sockets to worthy items for a price.      |
| `Shard Forger`          | `-55 51 -2742`  | Refines mined rocks into gem-ready shards.         |
| `Gem Forger`            | `-61 47 -2748`  | Forges gems from shards, crystals, and rare loot.  |
| `Miners Assistant`      | `-125 64 -2466` | Trades ores for practical mining trinkets.         |

### Codex rewards

Discovering Spelunking Caverns NPCs and locations updates your Codex.

Each discovery rewards:

* `250` Mining XP

Full Codex completion rewards:

* `Silverfish Pet`


---

# 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/spelunking-caverns/npcs.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.
