> For the complete documentation index, see [llms.txt](https://academy.kryptomon.co/the-kryptomon-academy-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.kryptomon.co/the-kryptomon-academy-1/kmon-world-of-kogaea/advance-play-test-guide/wok-spell-library/grass-kryptomon-spells.md).

# Grass Kryptomon Spells

<mark style="color:orange;">**STOMP**</mark>

* <mark style="color:yellow;">Effect:</mark> Deals Physical Damage (25% of the Physical attack) and Generate +5 Charges
* <mark style="color:yellow;">Cooldown:</mark> No&#x20;
* <mark style="color:yellow;">Type:</mark> Physical Spell

<figure><img src="/files/izylCfFn8AF893fGHFpt" alt=""><figcaption><p><mark style="color:yellow;">Stomp</mark></p></figcaption></figure>

<mark style="color:orange;">**HOWL**</mark>

* <mark style="color:yellow;">Effect:</mark> Channel the Elemental energy of Kogaea increasing elemental damage dealt by 5% and healing done by 5% for 15 seconds While Generating 50 Charge
* <mark style="color:yellow;">Cooldown:</mark> 8 seconds
* <mark style="color:yellow;">Type:</mark> Physical Spell&#x20;

<figure><img src="/files/GGk4ey2tleFipUrMdIqR" alt=""><figcaption><p><mark style="color:yellow;">Howl</mark></p></figcaption></figure>

<mark style="color:orange;">**GRASS SHIELD**</mark>&#x20;

* <mark style="color:yellow;">Effect:</mark> Shield your active kryptomon reducing 90% of damage for 10 seconds
* <mark style="color:yellow;">Cooldown:</mark> 120 seconds
* <mark style="color:yellow;">Type:</mark> Defensive Spell&#x20;

<figure><img src="/files/2VBzDMgG8qEJmItRbtkq" alt=""><figcaption><p><mark style="color:yellow;">Grass Shield</mark> </p></figcaption></figure>

\ <mark style="color:orange;">**DEFENSIVE STANCE**</mark>

* <mark style="color:yellow;">Effect:</mark> Your active kryptomon goes into a defensive stance reducing all incoming damage by 30% and generating elemental charges for 10 seconds
* <mark style="color:yellow;">Cooldown:</mark> 60 seconds
* <mark style="color:yellow;">Type:</mark> Defensive Spell&#x20;

<figure><img src="/files/blLdZ1TYQGEwRZeOat9V" alt=""><figcaption><p><mark style="color:yellow;">Defensive Stance</mark> </p></figcaption></figure>

<mark style="color:orange;">**WHIRLWIND OF THORNS**</mark>

* <mark style="color:yellow;">Effect:</mark> Launches a ball of thorns at the enemy causing Grass damage (75% of the elemental power) with Charge Cost of 15 Charges.
* <mark style="color:yellow;">Cooldown:</mark> No Cooldown&#x20;
* <mark style="color:yellow;">Type:</mark> Single Target Elemental  Spell&#x20;

<figure><img src="/files/a5IsdoKidp3fI2bnXxml" alt=""><figcaption><p><mark style="color:yellow;">Whirlwind of Thrones</mark></p></figcaption></figure>

<mark style="color:orange;">**BLESSING OF NATURE**</mark>

* <mark style="color:yellow;">Effect:</mark> Heals friendly target for (90% of Elemental Power) health points with Charge Cost of 15 Charges
* <mark style="color:yellow;">Cooldown:</mark> 5 seconds
* <mark style="color:yellow;">Type:</mark> Elemental Spell&#x20;

<figure><img src="/files/37X3AjanKaLx0rcGSodg" alt=""><figcaption><p><mark style="color:yellow;">Blessing of Nature</mark> </p></figcaption></figure>

<mark style="color:orange;">**ALLERGY**</mark>

* <mark style="color:yellow;">Effect:</mark> target around the caster take (30% of the elemental power) <mark style="color:green;">Grass</mark> damage and have increased <mark style="color:yellow;">Electro</mark> damage taken by 20% for 10 seconds
* <mark style="color:yellow;">Cooldown:</mark> 5 second
* <mark style="color:yellow;">Type:</mark> AOE Elemental Spell

<figure><img src="/files/Jzmco7FXPqoALfjLRzJL" alt="" width="128"><figcaption><p><mark style="color:yellow;">Allergy</mark></p></figcaption></figure>

<mark style="color:orange;">**KOGAEA'S TOUCH**</mark>&#x20;

* <mark style="color:yellow;">Effect:</mark> Heals all party members for (55% of Elemental Power) every 3 seconds for a total of 12 seconds
* <mark style="color:yellow;">Cooldown:</mark> 30 seconds
* <mark style="color:yellow;">Type:</mark> AOE Elemental Spell

<figure><img src="/files/2Hmkj5fHjzL2KNF64xzh" alt="" width="128"><figcaption><p><mark style="color:yellow;">Kogaea's Touch</mark> </p></figcaption></figure>

<mark style="color:orange;">**CURSE OF THE JUNGLE**</mark>

* <mark style="color:yellow;">Effect:</mark> Deal Massive grass damage (300% of the elemental power) to enemy
* <mark style="color:yellow;">Cooldown:</mark> 60 seconds
* <mark style="color:yellow;">Type:</mark> Ultimate Spells

<figure><img src="/files/Aa0eo20syjdBQWcK5yRd" alt=""><figcaption><p><mark style="color:yellow;">Curse of the Jungle</mark> </p></figcaption></figure>


---

# 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://academy.kryptomon.co/the-kryptomon-academy-1/kmon-world-of-kogaea/advance-play-test-guide/wok-spell-library/grass-kryptomon-spells.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.
