# Instinct System

Each chicken in Chicken Saga possesses a unique Instinct that affects its performance in battle by applying bonuses and drawbacks to its stats.

List of Instincts with their effects:

| Instinct       | Effect                  |
| -------------- | ----------------------- |
| 🗡️ Aggressive | +10% Atk, -10% Def      |
| 🛡️ Steadfast  | +10% Def, -10% Spd      |
| ⚡ Swift        | +10% Spd, -10% HP       |
| 💪 Stalwart    | +10% HP, -10% Atk       |
| ⚖️ Balanced    | No changes              |
| 🔥 Reckless    | +10% Atk, -10% HP       |
| ❄️ Resolute    | +10% Def, -10% HP       |
| 🌪️ Elusive    | +10% Spd, -10% Atk      |
| 🌀 Tenacious   | +10% HP, -10% Def       |
| 🦾 Unyielding  | +5% All Stats, -10% Spd |
| ⚔️ Vicious     | +5% All Stats, -10% Def |
| 🌿 Adaptive    | +5% All Stats, -10% HP  |
| 🌟 Versatile   | +5% All Stats, -10% Atk |
| ✨Relentless    | +10% Atk, -10% Spd      |
| 💨 Blazing     | +10% Spd, -10% Def      |
| 🛡️ Bulwark    | +10% Def, -10% Atk      |
| 💎 Enduring    | +10% HP, -10% Spd       |


---

# 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://whitepaper.chickensaga.com/chicken-traits-and-stats/instinct-system.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.
