# Keyword Ability

This section describes keyword abilities.

### What is keyword ability?

&#x20;There are two main types of keyword ability.&#x20;

One is to omit the text related to the timing when the ability is activated, such as "Summon".&#x20;

The other is to omit general-purpose abilities that often appear in various card texts, such as "Rapid".

### Keyword ability list&#x20;

**・Summon**: Ability to activate when a minion comes into play from your hand.&#x20;

**・Deathrattle**: Ability to activate when a minion is destroyed.&#x20;

**・Turn start**: The ability to activate when your turn starts.&#x20;

**・Turn end**: The ability to activate at the end of your turn.

**・Counterblow**: Ability to activate when a minion comes into play from your hand and your hero's health is 10 or less.

**・Frontline**: When a minion with Frontline is in your field, the other minion can attack only the minion with Frontline.&#x20;

**・Rapid**: Minions with Rapid can attack during the summoned turn. \
(Minions that do not have Rapid can attack only from the next turn after summoning)&#x20;

**・Attack twice**: Minions with Attack twice can attack twice in one turn.&#x20;

**・Poison fang**: When a minion with Poison fang deals damage to an enemy minion by 1 or more, the enemy minion is destroyed .

・**Jump over**: Minions with Jump over can ignore the opponent minion with Frontline and decide the attack target&#x20;

**・Shield 1**: Minions with Shield1 will receive 1 less damage.&#x20;

**・Shield 2**: Minions with Shield2 will receive 2 less damage.

**・Regeneration**: Minions with Regeneration have all their health restored at the end of your turn.


---

# 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://cryptospells.gitbook.io/cryptospells-en/game/battle/keyword.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.
