> For the complete documentation index, see [llms.txt](https://crazy-ants.gitbook.io/crazy-ants-playbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crazy-ants.gitbook.io/crazy-ants-playbook/attributes.md).

# Attributes

## Basic Attributes:

* HP: Health, when a character's health drops to 0, they lose the battle.
* ATK: Attack, which increases the damage a character deals.
* DEF: Defence, which reduces the damage a character takes.
* SPD: Speed, the side with higher speed strikes first within a round.

## Percentage-Based Attributes:

* Lifesteal: Restores health based on the damage dealt.
* Fightback: Has a chance to fight back when being attacked.
* Combo: Has a chance to attack again during an attack.
* Evade: Has a chance to completely dodge an attack when being attacked.
* Critical Hit: Has a chance to deal double damage when attacking, and critical hits cannot be evaded.
* Stun: Has a chance to stun the target when attacking, rendering them unable to act.
* Lifesteal Resistance: Reduces the enemy's lifesteal percentage.
* Counter Resistance: Reduces the enemy's counterattack chance.
* Double Attack Resistance: Reduces the enemy's double attack chance.
* Evasion Resistance: Reduces the enemy's evasion chance.
* Critical Strike Resistance: Reduces the enemy's critical strike chance.
* Stun Resistance: Reduces the enemy's chance to stun you.


---

# 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:

```
GET https://crazy-ants.gitbook.io/crazy-ants-playbook/attributes.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.
