> For the complete documentation index, see [llms.txt](https://whitepaper.winnfthero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.winnfthero.io/4.-gameplay/4.3-adventure/4.3.2-swamp.md).

# 4.3.2 Swamp

This is the 2nd chapter of Adventure Mode, and the little monsters in it are divided into 3 families, and they are all better at close combat.

The 1st family: the Snail family, they are Branch Snail, Rope Snail and Axe Snail. They can heal and deal magic damage to the opponent, and use Rock Shield, Holy Light and Aggressive Attack skills.

The 2nd family: the Red-eyed Frog family, they are Red tongue Frog, Rope Frog and Tree Frog. They deal more physical damage to the opponent, and use the skills of Time Assassin, Toxicity Evolution and Some Like It Hot.

The 3rd family: the Long-toothed Fishman family, they are Branch Fishman, Bigger Fishman, and Stronger Fishman. They slow down the opponent's attack speed, inflict physical damage, and use Fatal Pounding, Universal Gravitation, and Sunshine Armor skills.

The BOSS of the 2nd chapter is called Paguridae, he is a sea monster with big pincers and conch tail. On the farthest opponent he will use Trembling Vine, dealing additional magic damage to the entire row of opponents.


---

# 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://whitepaper.winnfthero.io/4.-gameplay/4.3-adventure/4.3.2-swamp.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.
