> For the complete documentation index, see [llms.txt](https://whitepaper.cryptofights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptofights.com/world/collecting-items/status-effects.md).

# Status Effects

In the dynamic arena of CryptoFights, status effects wield the power to shift the momentum of battle. Whether enhancing your warrior with formidable buffs or crippling foes with cunning debuffs, mastering these effects can be your key to victory or defeat.

### **✨ Buffs**

* **Inspired:** Fighters gain a strategic upper hand, making attacks more likely to hit.
* **Blessed:** A divine shield, causing incoming attacks to be less effective.
* **Ethereal:** Enhanced agility, turning evasion into an art form.
* **Focused:** A sharp mind cuts deeper, doubling intelligence in combat.
* **Poisonous:** Every strike carries venom, spreading affliction over time.
* **Meditative:** An inner peace that shields against critical hits and flurry attacks.
* **Hidden:** Shadows become allies, granting attack advantage and challenging foes to spot you.

### **🔻 Debuffs**

* **Demoralized:** Doubt creeps in, making attacks falter.
* **Marked:** An unseen target on their back, inviting more hits.
* **Hexed:** Dexterity falters, turning agility into clumsiness.
* **Stunned:** Frozen in time, losing a turn to act.
* **Taunted:** Provoked into recklessness, limiting actions to mere attacks.

### **🌀 Extraordinary Damage Debuffs**

* **Burned:** Fire consumes at every turn, dealing ongoing damage.
* **Frozen:** Cold seeps deep, potentially weakening resolve or causing harm.
* **Electrocuted:** Lightning’s caprice may deal escalating shocks or spare its victim.
* **Poisoned:** Toxin tests strength, damaging more severely on failure.
* **Cursed:** Necrotic forces drain life, a relentless erosion of vitality.


---

# 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://whitepaper.cryptofights.com/world/collecting-items/status-effects.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.
