> For the complete documentation index, see [llms.txt](https://wiki.apexcobblemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.apexcobblemon.com/features/battling/raids/raid-phases/battle.md).

# Battle

During the **Battle Phase**, your party must clear all [Minion Waves](#minion-waves) and then defeat the [Raid Boss](#raid-boss) without running out of lives.

<table><thead><tr><th width="120" align="center">Party Size</th><th width="120" align="center">Total Lives</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">4</td></tr><tr><td align="center">2</td><td align="center">5</td></tr><tr><td align="center">3</td><td align="center">7</td></tr><tr><td align="center">4</td><td align="center">9</td></tr><tr><td align="center">5</td><td align="center">11</td></tr></tbody></table>

## Minion Waves

Each raid has **5 Minion Waves**, each of which must must be cleared before the boss is spawned. Each cleared wave awards ![:battle\_point:](https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56)**Battle Points** based on the [wave type](#wave-types). After the fifth wave, each surviving player gets a [random reward](/features/battling/raids/difficulty-tiers.md#rewards) based on the <img src="https://cdn.discordapp.com/emojis/1508742571696853034.webp?size=128" alt=":shield_sapphire:" data-size="line"> [Difficulty Tier](/features/battling/raids/difficulty-tiers.md) of the raid.

After each turn, there is a chance that that one of the following battle effects will be applied. Later waves have a higher chance to trigger one of these effects.

* 25% Minion Heal
* Defensive Minion Boost
* Offensive Minion Boost
* Player Defense Reduction

### Wave Types

<table><thead><tr><th width="100" align="center">Wave Type</th><th width="100" align="center">Chance</th><th width="100" align="center">Battle Points</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center"><strong>Normal</strong></td><td align="center">85%</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:"><strong>2</strong></td><td align="center">One minion spawns per player</td></tr><tr><td align="center"><mark style="color:$warning;"><strong>Horde</strong></mark></td><td align="center">10%</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:"><strong>3</strong></td><td align="center">Two minions spawn per player and must be defeated in a double battle.</td></tr><tr><td align="center"><mark style="color:red;"><strong>Mini Boss</strong></mark></td><td align="center">5%</td><td align="center"><img src="https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56" alt=":battle_point:"><strong>5</strong></td><td align="center">A mini-boss similar to the final boss appears. It can be caught with Raid Balls and has a <strong>50% Shiny chance</strong>. Each player receives <strong>3 Raid Balls</strong>, each with a <strong>25% catch chance</strong>.</td></tr></tbody></table>

### Kaizo Mode

Kaizo Mode activates in **5%** of raids, and is applied to every [Minion Wave](#minion-waves) during the raid. Pokémon cannot be healed between rounds, and each cleared wave awards double ![:battle\_point:](https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56)**Battle Points**.

## Raid Boss

After all Minion Waves have been cleared, all surviving players will be prompted to re-select their team. Once this is complete the Raid Boss will be spawned, and all players will automatically be placed into battle. If the Raid Boss is defeated, each surviving player gets a [random reward](/features/battling/raids/difficulty-tiers.md#rewards) based on the <img src="https://cdn.discordapp.com/emojis/1508742571696853034.webp?size=128" alt=":shield_sapphire:" data-size="line"> [Difficulty Tier](/features/battling/raids/difficulty-tiers.md) of the raid, then advances to the [Catch Phase](/features/battling/raids/raid-phases/catch.md).

<p align="center"><a href="/pages/XdI4d8KWtnzDfj0BEFUP" class="button primary">Normal Bosses</a> <a href="/pages/E8TheI9vVbwvUfIwQ33S" class="button primary">Legendary Bosses</a></p>


---

# 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.apexcobblemon.com/features/battling/raids/raid-phases/battle.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.
