> For the complete documentation index, see [llms.txt](https://docs.vulcanforged.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vulcanforged.com/berserk/list-of-effects.md).

# List of effects

Berserk has an array of abilities and spells that can impact the course of a game. Many cards will simply explain what they do within the ability text of the card. But for some cards Keywords are used, to describe abilities that are otherwise too wordy, or show up on several different cards.

**- Blessing** — Provides a positive effect to a friendly card, specific details are on each card\
\&#xNAN;**- Curse** — Provides a negative effect to an enemy card, specific details are on each card\
\&#xNAN;**- Heal** — Restores hitpoints to either your hero or creatures.\
\&#xNAN;**- Immortal** — When your hero is Immortal your life points cannot be targeted by enemy attacks or spells\
\&#xNAN;**- Immune** — Immune creatures cannot be affected by any *targeted* spells, abilities, or attacks.\
\&#xNAN;**- Lifesteal** — Heals itself during combat, equal to the damage dealt.\
\&#xNAN;**- Poison** — Applies a negative debuff that deals 2 damage at the end of turn for each stack of poison, Poison lasts for 1 turn, but applying additional stacks will refresh the timer.\
\&#xNAN;**- Rage** — Creature gains +1/+0 during your Upkeep step\
\&#xNAN;**- Reborn** — The first time a Reborn creature dies, it is resummoned with its base attack and HP.\
\&#xNAN;**- Sleep** — When a card is first summoned it is asleep, and cannot attack until your next turn.\
\&#xNAN;**- Stoneskin** — When a Stoneskin creature takes damage, the attacker is stunned for 1 turn.\
\&#xNAN;**- Strike** — A strike creature has multiple attacks.\
\&#xNAN;**- Stun** — A creature that is Stunned is unable to defend itself, and will be unable to attack for 1 turn.\
\&#xNAN;**- Summon** — Summons an additional card to the board when played. (if there is space to do so)\
\&#xNAN;**- Taunt** — Forces creatures to attack this card before being able to target any other creatures or Hero life points directly.\
\&#xNAN;**- Undead** — Does not suffer from Sleep. Able to attack immediately when summoned.


---

# 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://docs.vulcanforged.com/berserk/list-of-effects.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.
