> For the complete documentation index, see [llms.txt](https://wiki.drgnshield.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.drgnshield.com/mmorpg/arg/special-dungeons/slime-sinkhole.md).

# Slime Sinkhole

**Found in:** All Overworld (Puzzles only works in <mark style="color:orange;">**Arg**</mark>)

Slime sinkhole is a structure generated only in swamps. This is the structure to obtain slime rods.

![](/files/nXPWXFlFQ2u1AgaKQ4Xx)

### General Structure

Slime sinkhole is a sinkhole with an entry above the ground. The structure is mostly underground but it's fairly recognizable from the ground due to a stone entry point. It contains several parts.

#### Parts of slime sinkhole

* Control stations
* Spawner room
* Witch room
* Boss room

#### Locate the boss room

* Find the slime sinkholes in the swamps
* Get in the sinkholes
* The boss room is the tallest room in the sinkhole (usually 3 floors)

#### Fight the slime core

* Once you get in the boss room, the slime core will be at the highest floor
* It won't move or attack you unless you attack it first. Feel free to set up your plan.
* When you're ready, attack it.

#### Tips and Warnings

* Slime core doesn't move or attack but spawn a lot of slime cubes when take damage. Once the slimes spawn, deal with them first.
* Your armor should have Thorns as the amount of slimes spawn in a wave is so high you can't kill them quickly enough to not take any damage.
* Don't rush this boss or you'll be overwhelmed by tons of slimes. *You are warned.*
* Stacking up before the fight can be very helpful, as slimes can only jump so high.

### Loots

#### Slime rods

A carrot on stick that launches slimeballs, inflicting slowness on the target.

How to obtain: Kill the slime core


---

# 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.drgnshield.com/mmorpg/arg/special-dungeons/slime-sinkhole.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.
