# Buffs & Debuffs

A positive effect is called **"Buff"** and a negative one is called **"Debuff"**. They can be applied on your Axies or on your enemy through playing Ability Cards. Axies who are affected by those status effects, have an icon floating above their bodies, indicating which status effect is applied.

At the moment there are 3 Buffs and 13 Debuffs in the game, resulting in a total of 16 status effects.

## Buffs

Buffs are status effects which affect your Axies positivel

| **Icon**                                                                                                                                                                                                                             | **Name**  | **Description**                             | **Stackable**                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | ------------------------------------------- | ---------------------------------------- |
| ​![](https://firebasestorage.googleapis.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MZPgZOiVvvx113jK8Dp%2F-Me4vzVpfGyW0LD48y9z%2F-Me60TXJqWM6_KpWMVZt%2Fbuff_attack_up.png?alt=media\&token=7dacb365-f9cd-497d-90ba-aedd2c507078) | Attack Up | Increases the next Attack by 20%.           | [✔️](https://emojipedia.org/check-mark/) |
| ​![](https://firebasestorage.googleapis.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MZPgZOiVvvx113jK8Dp%2F-Me4vzVpfGyW0LD48y9z%2F-Me60UiqSPqBdp_qe8pu%2Fbuff_morale_up.png?alt=media\&token=815578e6-e03c-48ca-bd6f-16892e24cc32) | Morale Up | Increases Morale by 20% for the next round. | [✔️](https://emojipedia.org/check-mark/) |
| [![Buff Speed Up Icon](https://axie.zone/assets/images/icons/buff-speed-up.png)](https://axie.zone/finder?cards=effect:speed-up)                                                                                                     | Speed Up  | Increases Speed by 20% for the next round.  | [✔️](https://emojipedia.org/check-mark/) |

## Debuffs

Debuffs are status effects which affect your Axies negatively.

| Icon                                                                                                                                          | Name        | Description                                                   | Stackable                                |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------------------------------------------------------------- | ---------------------------------------- |
| [![Debuff Aroma Icon](https://axie.zone/assets/images/icons/debuff-aroma.png)](https://axie.zone/finder?cards=effect:aroma)                   | Aroma       | Target priority changes to affected Axie for the next round.  | ❌                                        |
| [![Debuff Attack Down Icon](https://axie.zone/assets/images/icons/debuff-attack-down.png)](https://axie.zone/finder?cards=effect:attack-down) | Attack Down | Decreases the next Attack by 20%.                             | [✔️](https://emojipedia.org/check-mark/) |
| [![Debuff Chill Icon](https://axie.zone/assets/images/icons/debuff-chill.png)](https://axie.zone/finder?cards=effect:chill)                   | Chill       | Affected Axie can't enter last stand.                         | ❌                                        |
| [![Debuff Fear Icon](https://axie.zone/assets/images/icons/debuff-fear.png)](https://axie.zone/finder?cards=effect:fear)                      | Fear        | Affected Axie can't attack.                                   | ❌                                        |
| [![Debuff Fragile Icon](https://axie.zone/assets/images/icons/debuff-fragile.png)](https://axie.zone/finder?cards=effect:fragile)             | Fragile     | Shield takes double the damage for the next incoming attack.  | ❌                                        |
| [![Debuff Jinx Icon](https://axie.zone/assets/images/icons/debuff-jinx.png)](https://axie.zone/finder?cards=effect:jinx)                      | Jinx        | Affected Axie can't land critical hits for the next round.    | ❌                                        |
| [![Debuff Lethal Icon](https://axie.zone/assets/images/icons/debuff-lethal.png)](https://axie.zone/finder?cards=effect:lethal)                | Lethal      | Next hit against affected Axie is critical.                   | ❌                                        |
| [![Debuff Morale Down Icon](https://axie.zone/assets/images/icons/debuff-morale-down.png)](https://axie.zone/finder?cards=effect:morale-down) | Morale Down | Decreases Morale by 20% for the next round.                   | [✔️](https://emojipedia.org/check-mark/) |
| [![Debuff Poison Icon](https://axie.zone/assets/images/icons/debuff-poison.png)](https://axie.zone/finder?cards=effect:poison)                | Poison      | Until removal, affected Axie loses 2 HP for **every** action. | [✔️](https://emojipedia.org/check-mark/) |
| [![Debuff Sleep Icon](https://axie.zone/assets/images/icons/debuff-sleep.png)](https://axie.zone/finder?cards=effect:sleep)                   | Sleep       | Next incoming attack ignores shields.                         | ❌                                        |
| [![Debuff Speed Down Icon](https://axie.zone/assets/images/icons/debuff-speed-down.png)](https://axie.zone/finder?cards=effect:speed-down)    | Speed Down  | Decreases speed by 20% for the next round.                    | [✔️](https://emojipedia.org/check-mark/) |
| [![Debuff Stench Icon](https://axie.zone/assets/images/icons/debuff-stench.png)](https://axie.zone/finder?cards=effect:stench)                | Stench      | Affected Axie loses target priority for the next round.       | ❌                                        |
| [![Debuff Stun Icon](https://axie.zone/assets/images/icons/debuff-stun.png)](https://axie.zone/finder?cards=effect:stun)                      | Stun        | Next attack misses / Next incoming attack ignores shields.    | ❌                                        |


---

# 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://blockchainspace.gitbook.io/blockchainspace/bspc-community/blockchainspace-axie-academy/axie-infinity/playing-axie-infinity/buffs-and-debuffs.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.
