> 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-1/parasect/parasect-or-cobblemon-pokedex.md).

# Parasect Spawn Locations

Parasect spawns in Lush, Mushroom and Nether Fungus biomes on Cobblemon Islands. Levels 24 to 41, found on land. Also in shipwreck coves.

![Cobblemon Parasect's Sprite](https://content.gitbook.com/content/kDhjqcTDxLyJjpmZNG4V/blobs/rRz7Nl3Y9sp8kKDuXlIk/sprite.png)

**Types**

* Bug
* Grass

**Abilities**

* Effect Spore
* Dry Skin
* *Damp*

**EV Yield**

* Attack 2
* Defence 1

**Dropped Items**

* **Coba Berry** ![Coba Berry's Sprite](https://content.gitbook.com/content/kDhjqcTDxLyJjpmZNG4V/blobs/fP4ygf4PW03hbWmCUezD/sprite.png)
  * Chance: 5%
  * Quantity: 1
* **Red Mushroom** ![Red Mushroom's Sprite](https://cobblemon.tools/pokedex/items/minecraft:red_mushroom/sprite.png)
  * Chance: 100%
  * Quantity: 1

**Base Stats**

| HP | Attack | Defence | SpAtk | SpDef | Speed |
| -- | ------ | ------- | ----- | ----- | ----- |
| 60 | 95     | 80      | 60    | 80    | 30    |

## How to ride Parasect in Cobblemon

* Seats: 1 player

Parasect can be ridden in Cobblemon 1.7. Use the riding stats below to see how it performs as a mount on different terrain types.

**Ground Mount**

Walks and runs on land, like a Minecraft Horse. Sprinting drains stamina.

| Acceleration | Jump | Skill | Speed | Stamina |
| ------------ | ---- | ----- | ----- | ------- |
| 50           | 0    | 45    | 15    | 15      |

## Where to find Parasect

Parasect spawns in **Lush**, **Mushroom** and **Nether Fungus** biomes on Cobblemon Islands. It appears at **levels 24 to 41**, found on land. Also in shipwreck coves.

{% hint style="success" %}
**Catch Parasect on Cobblemon Islands.** A public Cobblemon 1.8 server. Get the modpack on Modrinth or CurseForge, then [join the server](https://connect.cobblemonislands.com)
{% endhint %}

### Full spawn data (Cobblemon 1.8)

Cobblemon Islands uses Cobblemon's own spawn pool for this species. Rarity buckets, level ranges and biome tags are exactly as the game defines them.

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

**Bucket:** uncommon

**Level:** 24-41

**Weight:** 8.0

**Presets:** natural

#### Conditions

* **minSkyLight**: 0
* **maxSkyLight**: 7

#### Biomes

**Biomes and tags:**

* \#cobblemon:is\_lush

**Excluded only when all of these match:**

* **structures**: cobblemon:shipwreck\_coves/lush\_shipwreck\_cove
* **minY**: -41
* **maxY**: 9
  {% endtab %}

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

**Bucket:** common

**Level:** 24-41

**Weight:** 3.0

**Presets:** natural

#### Conditions

* None

#### Biomes

**Biomes and tags:**

* \#cobblemon:is\_mushroom
  {% endtab %}

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

**Bucket:** common

**Level:** 24-41

**Weight:** 5.0

**Presets:** natural

#### Conditions

* None

#### Biomes

**Biomes and tags:**

* \#cobblemon:nether/is\_fungus

**Excluded biomes:**

* \#cobblemon:nether/is\_warped
  {% endtab %}

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

**Bucket:** uncommon

**Level:** 24-41

**Weight:** 8.0

**Presets:** natural

#### Conditions

* **minSkyLight**: 0
* **maxSkyLight**: 7
* **structures**: cobblemon:shipwreck\_coves/lush\_shipwreck\_cove
* **minY**: -41
* **maxY**: 9

#### Biomes

**Biomes and tags:**

* \#cobblemon:is\_overworld

**Excluded biomes:**

* \#cobblemon:is\_lush
  {% 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, and the optional `goal` query parameter:

```
GET https://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/parasect/parasect-or-cobblemon-pokedex.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.
