> For the complete documentation index, see [llms.txt](https://critters-quest-1.gitbook.io/critters-quest-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://critters-quest-1.gitbook.io/critters-quest-docs/the-gathering/fight-monsters/monsters-skills-and-attacks.md).

# Monsters, Skills & Attacks

## Strategic Considerations:

• Monsters will mature as they spend more time on the map.\
• As they mature, rewards will increase!<br>

{% columns %}
{% column %}

<figure><img src="/files/Ypz2BPbM8H3AlppolYFD" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/GNLPiGUtqMgRKewW5cNZ" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

## **Rock Monster**

**Role:** Heavy tank + defense shredder\
\
**Rewards:** Winners-take-all

#### **Attacks & Abilities**

* **Boulder Throw** – Single-target
* **Earthquake** – AoE + defense ignore
* **Stone Skin** – Massive defense buff

#### **Special Effects (from global list, applied by this monster)**

* **Defense Ignore**\
  • Reduces the target defense value in the calculation\
  • *Earthquake* = **Ignores 50% of defense**
* **Defense Up**\
  • Increases defense\
  • *Stone Skin* = **+50% DEF for 2 rounds**
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/iVn3Jq85MVQsMiaEmEIV" alt="" width="346"><figcaption></figcaption></figure>

<figure><img src="/files/jFeEDv4xaKZF9nuCUtvN" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

## **Mushroom Monster**

**Role:** DoT dealer (poison + bleed)\
\
**Rewards:** Winners-take-all

#### **Attacks & Abilities**

* **Spore Shot** – Single-target damage
* **Toxic Spore Cloud** – AoE poison
* **Spore Burst** – Bleed burst on frontline

#### **Special Effects (from global list, applied by this monster)**

* **Poison**\
  • Damage over time at start of each round\
  • *Toxic Spore Cloud* = **50 poison dmg × 3 rounds**
* **Bleed**\
  • Damage over time\
  • *Spore Burst* = **60 bleed dmg per round** (2 stacks × 30)
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/TcWARLUn4keB3J8RDJLJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/d0r7ZAw2HSk1xToRqAYt" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

## **Goblin King**

**Role:** Legendary multi-phase boss with debuffs + bleed\*\*\
\
**Rewards:** Winners-take-all

#### **Attacks & Abilities**

* **Royal Strike** – Targets strongest enemy
* **Command: Attack!** – AoE + attack down
* **Enraged Assault** – Massive frontline + bleed (below 50% HP)

#### **Special Effects (from global list, applied by this monster)**

* **Attack Down**\
  • Reduces target attack power\
  • *Command: Attack!* = **-20% ATK for 2 rounds**
* **Bleed**\
  • Heavy DoT\
  • *Enraged Assault* = **120 bleed dmg per round × 3 rounds**
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/rg41p6TZFiRt2wgJj7ZK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2UoxmSDjfk8tbBFZLl8n" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

## **Goblin Warrior**

**Role:** Agile attacker with bleed on AoE\
\
**Rewards:** Proportional

#### **Attacks & Abilities**

* **Dual Slash** – Dual hit on frontline
* **Whirlwind** – AoE spin + bleed

#### **Special Effects (from global list, applied by this monster)**

* **Bleed**\
  • *Whirlwind* = **20 bleed dmg per round**
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/lEwNC8K6JS1JiyelcX1V" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2VPcplzc6O7duV0P3Xju" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

## **Goblin Coward**

**Role:** Escape-focused rare encounter\
\
**Rewards:** Proportional

#### **Attacks & Abilities**

* **None**

#### **Special Effects / Mechanics**

* **Escape Chance**\
  • 15% chance to flee after each combat round
  {% endcolumn %}
  {% endcolumns %}


---

# 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://critters-quest-1.gitbook.io/critters-quest-docs/the-gathering/fight-monsters/monsters-skills-and-attacks.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.
