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

# Arcanine Spawn Locations

Arcanine spawns only in villages and near concrete blocks on Cobblemon Islands, except Desert biomes. Uncommon, levels 30 to 56, found on land.

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

Fire

## Abilities

* Intimidate
* Flash Fire
* *Justified*

## EV Yield

* Attack 2

## Dropped Items

* Rawst Berry\
  ![Rawst Berry's Sprite](https://content.gitbook.com/content/kDhjqcTDxLyJjpmZNG4V/blobs/hEn1fGQNK6kI4qO0LAql/sprite.png)\
  Chance: 5%\
  Quantity: 1
* Bone\
  ![Bone's Sprite](https://content.gitbook.com/content/kDhjqcTDxLyJjpmZNG4V/blobs/UyOMIM1LYAAbVNOITBld/sprite.png)\
  Chance: 100%\
  Quantity: 0-2

## Base Stats

| Stat    | Value |
| ------- | ----: |
| HP      |    90 |
| Attack  |   110 |
| Defence |    80 |
| SpAtk   |   100 |
| SpDef   |    80 |
| Speed   |    95 |

## How to ride Arcanine in Cobblemon

Seats: 1\
player

Arcanine 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.

| Stat         | Value |
| ------------ | ----: |
| Acceleration | 70-90 |
| Jump         | 45-65 |
| Skill        | 40-80 |
| Speed        | 45-70 |
| Stamina      | 35-80 |

## Where to find Arcanine

Arcanine spawns only in villages and near concrete blocks on Cobblemon Islands, except Desert biomes. It is **Uncommon** and appears at **levels 30 to 56**, found on land.

{% hint style="success" %}
**Catch Arcanine 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:** 30-56

**Weight:** 6.4

**Presets:** natural, urban

#### Conditions

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

#### Biomes

**Biomes and tags:**

* \#cobblemon:is\_overworld

**Excluded biomes:**

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

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

**Bucket:** uncommon

**Level:** 30-56

**Weight:** 6.4

**Presets:** natural

#### Conditions

* **minSkyLight**: 8
* **maxSkyLight**: 15
* **structures**: #minecraft:village

#### Biomes

**Biomes and tags:**

* \#cobblemon:is\_overworld

**Excluded biomes:**

* \#cobblemon:is\_desert
  {% 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/arcanine/arcanine-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.
