# Terrain Effects

Certain [spells](/gameplay/items-and-spells.md#spells), in addition to their main effect, can also have an impact the battlefield, generating different kind of terrains:

* **Fire:** fire spells can set the ground on fire, leaving flames that will cause damage to anyone crossing through them. If a character keeps standing in flames, they will incur damage each time their turn starts. Flames can be extinguished with ice spells.
* **Ice blocks:** ice spells will generate ice blocks that can imprison characters caught in them and/or constitute obstacles that other characters need to move around of. Ice blocks can be destroyed by melee attacks and fire spells.

<figure><img src="/files/lK3bJ2yBJO5MPOMdEfU2" alt="" width="342"><figcaption><p>A frozen character next to some burning ground</p></figcaption></figure>


---

# 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://guide.play-legion.io/gameplay/terrain-effects.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.
