> For the complete documentation index, see [llms.txt](https://docs.piratenation.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piratenation.game/learn/the-game/combat/card-effects.md).

# Card Effects

## <img src="/files/DJC7gKpkeK9PKXWxBSYr" alt="" data-size="line"> Amplify

* Increases the damage of the next attack by a specified percentage.

## <img src="/files/ojazrf4XYAW8rWYKkd4c" alt="" data-size="line"> **Bleed**

* Periodically causes the target to lose health for a set number of turns.
* Bleed effects bypass Shields.

## <img src="/files/AWleV8ZcsI3BdyluQOys" alt="" data-size="line"> Blind

* Causes the next direct attack to miss.

## <img src="/files/zO2a7klD3m0b7uylgJB4" alt="" data-size="line"> Command&#x20;

* Adds extra Action Points (AP) to the player's maximum AP for a set number of turns.

## <img src="/files/MbpescJlgRyKeFiWHDfo" alt="" data-size="line"> Confused

* Redirects the target's next attack to a different target.

## <img src="/files/gMRM0IDrZIgAXhZP3HHV" alt="" data-size="line"> Counter

* Damage from incoming attack(s) is reflected onto the attacker.

## <img src="/files/6uOCYeiMXGXDFsBlSvto" alt="" data-size="line"> Draw

* Draw extra Action Cards into your hand for a set number of turns.

## <img src="/files/sffJIRWS2M4UagwFEhoZ" alt="" data-size="line"><img src="/files/h5tfj9lYbacKiDdsH3ht" alt="" data-size="line"><img src="/files/p2hrnyOzebhG0TX9ykhr" alt="" data-size="line"> Evade

* Causes a set number of direct attacks to miss in a given turn.

## <img src="/files/FsGoMHHOS62CJm6UShJs" alt="" data-size="line"> Reduction

* Reduces incoming damage for a specified number of attacks.

## <img src="/files/L3k28xflzUAppIPWdT8x" alt="" data-size="line"> Regen

* Provides healing over a set number of turns.

## <img src="/files/RXXENTmfDJ4SYWujsYqx" alt="" data-size="line"> Repeat

* Causes the next attack to trigger its on-hit effects multiple times.

## <img src="/files/QH3IV39MuDhlH3jKJEPJ" alt="" data-size="line"> Shield

* A defensive shield to protect from damage for a single turn.

## <img src="/files/0rhkDTE3PCHUG6Bxa7Qg" alt="" data-size="line"> Stunned

* Temporarily disables the ability to spend Action Points (AP).

## <img src="/files/5TcicJI0yLvNjPbXEiQ5" alt="" data-size="line"> Vulnerable

* Increases incoming damage for a set number of turns.

## <img src="/files/PbZ9TEo8dVe2KR2UNMVB" alt="" data-size="line"> Weak

* Reduces outgoing damage for a set number of turns.


---

# 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://docs.piratenation.game/learn/the-game/combat/card-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.
