> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-4/gastrodon.md).

# Gastrodon

<figure><img src="/files/ptgBJbmoDinHOTtdV8AF" alt="" width="205"><figcaption><p>West Sea Gastrodon</p></figcaption></figure>

{% tabs %}
{% tab title="West Spawn 1" %}
\*\*Spawn Type:\*\* grounded

**Bucket:** uncommon

**Level:** 30-48

#### Conditions

* **minSkyLight**: 8
* **maxSkyLight**: 15

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_beach
  * Includes:
    * \#minecraft:is\_beach
* **isRaining**: True
* **maxX**: 0
  {% endtab %}

{% tab title="West Spawn 2" %}
**Spawn Type:** seafloor

**Bucket:** common

**Level:** 30-48

#### Conditions

* **canSeeSky**: True

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_lukewarm\_ocean
  * Includes:
    * minecraft:deep\_lukewarm\_ocean
    * minecraft:lukewarm\_ocean
* \#cobblemon:is\_warm\_ocean
  * Includes:
    * minecraft:warm\_ocean
* **maxX**: 0
  {% endtab %}

{% tab title="West Spawn 3" %}
**Spawn Type:** fishing

**Bucket:** common

**Level:** 30-48

#### Conditions

* **canSeeSky**: True

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_lukewarm\_ocean
  * Includes:
    * minecraft:deep\_lukewarm\_ocean
    * minecraft:lukewarm\_ocean
* \#cobblemon:is\_warm\_ocean
  * Includes:
    * minecraft:warm\_ocean
* **maxX**: 0
  {% endtab %}

{% tab title="West Spawn 4" %}
**Spawn Type:** fishing

**Bucket:** common

**Level:** 30-48

#### Conditions

* **canSeeSky**: False
* **minSkyLight**: 8
* **maxSkyLight**: 15

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_lukewarm\_ocean
  * Includes:
    * minecraft:deep\_lukewarm\_ocean
    * minecraft:lukewarm\_ocean
* \#cobblemon:is\_warm\_ocean
  * Includes:
    * minecraft:warm\_ocean
* **maxX**: 0
  {% endtab %}
  {% endtabs %}

<figure><img src="/files/MMYc6crbqtajC193aWwI" alt="" width="194"><figcaption><p>East Sea Gastrodon</p></figcaption></figure>

{% tabs %}
{% tab title="East Spawn 1" %}
\*\*Spawn Type:\*\* grounded

**Bucket:** uncommon

**Level:** 30-48

#### Conditions

* **minSkyLight**: 8
* **maxSkyLight**: 15

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_beach
  * Includes:
    * \#minecraft:is\_beach
* **isRaining**: True
* **minX**: 0
  {% endtab %}

{% tab title="East Spawn 2" %}
**Spawn Type:** seafloor

**Bucket:** common

**Level:** 30-48

#### Conditions

* **canSeeSky**: True

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_cold\_ocean
  * Includes:
    * minecraft:cold\_ocean
    * minecraft:deep\_cold\_ocean
* \#cobblemon:is\_frozen\_ocean
  * Includes:
    * minecraft:deep\_frozen\_ocean
    * minecraft:frozen\_ocean
    * terralith:frozen\_cliffs
* **minX**: 0
  {% endtab %}

{% tab title="East Spawn 3" %}
**Spawn Type:** fishing

**Bucket:** common

**Level:** 30-48

#### Conditions

* **canSeeSky**: True

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_cold\_ocean
  * Includes:
    * minecraft:cold\_ocean
    * minecraft:deep\_cold\_ocean
* \#cobblemon:is\_frozen\_ocean
  * Includes:
    * minecraft:deep\_frozen\_ocean
    * minecraft:frozen\_ocean
    * terralith:frozen\_cliffs
* **minX**: 0
  {% endtab %}

{% tab title="East Spawn 4" %}
**Spawn Type:** fishing

**Bucket:** common

**Level:** 30-48

#### Conditions

* **canSeeSky**: False
* **minSkyLight**: 8
* **maxSkyLight**: 15

#### Biomes

**Cobblemon Tags:**

* \#cobblemon:is\_cold\_ocean
  * Includes:
    * minecraft:cold\_ocean
    * minecraft:deep\_cold\_ocean
* \#cobblemon:is\_frozen\_ocean
  * Includes:
    * minecraft:deep\_frozen\_ocean
    * minecraft:frozen\_ocean
    * terralith:frozen\_cliffs
* **minX**: 0
  {% endtab %}
  {% endtabs %}


---

# 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://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-4/gastrodon.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.
