> For the complete documentation index, see [llms.txt](https://wiki.pokeclash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pokeclash.com/pokemon/competitive/compdex/prowloon.md).

# Prowloon

<h2 align="center">General Information</h2>

<p align="center">Tier: RUBL</p>

<p align="center">image</p>

<figure><img src="/files/XXysta0eABLfDrRqZPuY" alt=""><figcaption></figcaption></figure>

<h3 align="center">Abilities</h3>

{% tabs %}
{% tab title="Tough Claws" %}
This Pokemon's contact moves have their power multiplied by 1.3.
{% endtab %}

{% tab title="Gluttony" %}
When this Pokemon is holding a Berry that usually activates with 1/4 or less of its maximum HP, it is eaten at 1/2 or less of its maximum HP instead.
{% endtab %}

{% tab title="Quick Feet" %}
If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5. This Pokemon ignores the paralysis effect of halving Speed.
{% endtab %}
{% endtabs %}

<h2 align="center">Strategies</h2>

{% tabs %}
{% tab title="National Dex" %}

### Belly Drum

Prowloon @ Sitrus Berry\
Ability: Tough Claws\
Jolly Nature\
4 HP / 252 Atk / 252 Spe\
\- Belly Drum\
\- Extreme Speed\
\- Sucker Punch\
\- Close Combat

Analysis and review soon.

### Choice

Prowloon @ Choice Band\
Ability: Tough Claws\
Jolly Nature\
252 Atk / 4 SpD / 252 Spe\
\- Extreme Speed\
\- Sucker Punch\
\- Close Combat / Thunder Punch / Ice Punch\
\- Play Rough / Thunder Punch / Ice Punch

Analysis and review soon.
{% endtab %}

{% tab title="Monotype" %}
Under construction.
{% endtab %}
{% endtabs %}

### Team Options

### Weaknesses


---

# 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.pokeclash.com/pokemon/competitive/compdex/prowloon.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.
