# Skill Guide

{% embed url="<https://docs.google.com/spreadsheets/d/1UQoiPx8TdbVCbbCcEea2YqPsh46m4EqKRyUTDZGLlA0/edit?usp=sharing>" fullWidth="false" %}

### Turns

* Turns are calculated based on the highest attack speed. Every time the turn finishes, it recalculates.

### Status

* Stun - A Poofy hit by a stun can be stunned.
* Sleep - A Poofy can sleep the enemy, but can be awakened when hit by an attack. Buffs does not apply.
* Burn - A Poofy hit by a burn effect will lose HP per x number of turns
* Poison - A Poofy hit by a poison effect will lose HP per x number of turns
* Dodge - A Poofy will dodge some hits, if the skill has a secondary effect it will be dodged as well.
* Status Resist - Status effects can nullify damage effects

### Elemental Weaknesses

* Fire > Earth
* Earth > Wind
* Wind > Water
* Water > Fire

### Poofy Builds

* Any Poofy can be modified or built depending on the players preference.&#x20;


---

# 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://poofyland.gitbook.io/poofyland/beta-test-july-august-2023/skill-guide.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.
