# &#x20;Ditto | Cobblemon Pokedex&#x20;

![Cobblemon Ditto's Sprite](/files/3ec8d59cd1835a67b972018648eed1ab93f5d858)

### Type

Normal

### Abilities

* Limber
* *Imposter*

### EV Yield

* HP 1

### Dropped Items

#### Metal Powder

![Metal Powder's Sprite](/files/d42a5e17776b0e457d418df72f69c64ea938ce7f)

* Chance: 5%
* Quantity: 1

#### Quick Powder

![Quick Powder's Sprite](/files/83c24cd0b1cadbc1d010b35a4923e4d765ce39bb)

* Chance: 100%
* Quantity: 0-1

### Base Stats

| HP | Attack | Defence | SpAtk | SpDef | Speed |
| -- | ------ | ------- | ----- | ----- | ----- |
| 48 | 48     | 48      | 48    | 48    | 48    |

### Where does Ditto spawn in Cobblemon?

Ditto spawns in 3 ways in Cobblemon. Use the buttons below to see the details for each.

{% tabs %}
{% tab title="Rare" %}
**Spawning Details**

* Context:
  * Bucket: Rare
  * Level: 4-29
* Preset: natural

**Requirements**

* Will Spawn in Biomes:
  * `#cobblemon:is_overworld`
* Won't Spawn in Biomes:
  * `#cobblemon:is_ocean`
    {% endtab %}

{% tab title="Ultra-rare" %}
**Spawning Details**

* Context:
  * Bucket: Ultra-rare
  * Level: 4-29
* Preset: natural

**Requirements**

* Will Spawn in Biomes:
  * `#cobblemon:is_overworld`
* Won't Spawn in Biomes:
  * `#cobblemon:is_ocean`
    {% endtab %}

{% tab title="Uncommon" %}
**Spawning Details**

* Context:
  * Bucket: Uncommon
  * Level: 4-29
* Preset: mansion

**Requirements**

* Can See Sky: False
* Will Spawn in Biomes:
  * `#cobblemon:is_overworld`
    {% endtab %}
    {% endtabs %}

### Level

| Level | Move                                                         | Type   | Category | Base Power | Accuracy | PP |
| ----- | ------------------------------------------------------------ | ------ | -------- | ---------- | -------- | -- |
| 1     | [Transform](https://cobblemon.tools/pokedex/moves/transform) | Normal | Status   | 0          | 100      | 10 |


---

# 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://wiki.cobblemonislands.com/new-islanders-information/pokedex/gen-1/ditto/ditto-or-cobblemon-pokedex.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.
