# Land Types and Resources

There are five types of land: Plain, Lake, Mountains, Forest, and Lava, each offering specific resources:

* Plain: ACK, Food, Wood, Stone, Metal
* Lake: Food
* Mountains: Stone
* Forest: Wood
* Lava: Metal

Tool effectiveness varies by land type:

* **Axe**: Most effective in Forest
* **Fishing Rod**: Most effective in Lake
* **Rope**: Most effective in Mountains
* **Armor**: Most effective in Lava
* **Plain**: All tools work but with reduced efficiency

When a piece of land is purchased in MMU, its type and resource amounts are fixed and determined at the time of purchase. Each land type offers specific resources in varying amounts:

* **ACK (10 to 25)**
* **Plains**: Food, Wood, Stone, Metal (50 to 500 each)
* **Forest**: Wood (500 to 5000)
* **Lake**: Food (500 to 5000)
* **Mountains**: Stone (500 to 5000)
* **Lava**: Metal (500 to 5000)


---

# Agent Instructions: 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:

```
GET https://ack-mmu.gitbook.io/mmu/game-mechanics/land-types-and-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
