> For the complete documentation index, see [llms.txt](https://docs.pawtato.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pawtato.gg/pawtato-land/gameplay/the-world/wildland-development.md).

# Wildland Development

<figure><img src="/files/6BZi4jch3UsmoluFo8wY" alt=""><figcaption></figcaption></figure>

If a [Province](/pawtato-land/gameplay/land-nft/province.md) or [Estate](/pawtato-land/gameplay/land-nft/estate.md) has enough [Influence](/pawtato-land/gameplay/land-nft/influence.md), the owner can chose to spend it to upgrade its **Range** and **Dominion**. Once a neutral Wildland Zone is fully engulved within the Range of a Province or Estate, the Architect can invest into **permanently** developing it.&#x20;

Initially, Wildland will consist of *simple* Ruins, Caves, Camps, Burrows etc. which can offer additional resources, baseline quests and combat encounters.

All those points of interest can be **developed** in multiple directions and will be a **large part of the endgame content** for Pawtato Land.

Example for Wildland Development (**Spider Cave**):

{% tabs %}
{% tab title="Level 1" %}
**Quest I:** Explore the Cave Entrance (Level 1)

**Combat Encounter I**: Spiderling (Level 1)

**Resources:**&#x20;

* Coal
* Stone
* Iron
* <mark style="color:green;">Weak Spider Venom</mark>
  {% endtab %}

{% tab title="Level 2" %}
**Quest I:** Explore the Cave Entrance (Level 1)\
**Quest II:** Retrieve Spider Eggs (Level 3)

**Combat Encounter I**: Spiderling (Level 1)\
**Combat Encounter II:** Spider (Level 3)

**Resources:**&#x20;

* Coal
* Stone
* Iron
* <mark style="color:green;">Weak Spider Venom</mark>
* <mark style="color:green;">Silk</mark>
  {% endtab %}

{% tab title="Level 3" %}
**Quest I:** Explore the Cave Entrance (Level 1)\
**Quest II:** Retrieve Spider Eggs (Level 3)\
**Quest III:** Locate the captured Pawtatoes (Level 5)

**Combat Encounter I**: Spiderling (Level 1)\
**Combat Encounter II:** Spider (Level 3)\
**Combat Encounter III:** Webspinner (Level 5)

**Resources:**&#x20;

* Coal
* Stone
* Iron
* <mark style="color:green;">Weak Spider Venom</mark>
* <mark style="color:green;">Silk</mark>
* <mark style="color:blue;">Potent Spider Venom</mark>
  {% endtab %}

{% tab title="Max. Level" %}
**Reforms** the Cave into an **instanced Dungeon** which can be entered by Heroes.

The Dungeon has multiple Combat Encounters leading up to the **Spider Queen**, a Boss Monster.

**Resources:**&#x20;

* Coal
* Stone
* Iron
* <mark style="color:green;">Weak Spider Venom</mark>
* <mark style="color:green;">Silk</mark>
* <mark style="color:blue;">Potent Spider Venom</mark>
* <mark style="color:blue;">Chitin Shards</mark>
* <mark style="color:purple;">Shadow Silk</mark>
* <mark style="color:orange;">Deadly Spider Venom</mark>
* <mark style="color:orange;">Queen's Carapace Fragment</mark>
* <mark style="color:red;">Royal Egg Sac \[Pet Egg]</mark>
  {% endtab %}

{% tab title="Further Upgrades" %}

* Increase Dungeon **Level**
* Add **Combat Encounters**
* Add **Bosses**
* Expand **Loot** Table
  {% endtab %}
  {% endtabs %}

While (developed) Wildland is **accessible for any Hero**, the Estate(s) or Province(s) holding **Dominion** over the Wildland will receive numerous Rewards:

* **Resources** can be harvested from the Wildland with certain Buildings
* **Influence**, when Players complete Quests and Combat Encounters on the Wildland
* **Fees** for attempted Dungeon Runs


---

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

```
GET https://docs.pawtato.gg/pawtato-land/gameplay/the-world/wildland-development.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.
