> For the complete documentation index, see [llms.txt](https://mytheria.gitbook.io/mytheria/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mytheria.gitbook.io/mytheria/guides/alpha-cards/card-types.md).

# CARD TYPES

There are 3 types of cards: **God cards, Mortal cards,** and **Spell cards**&#x20;

## God cards:

![](/files/ro9TA7H3tZ1AYJVs8CsB)

* Can be called to the battleground at the beginning of each match the separate Deck of Gods, this action is mana-free. After summoning a God, select a spot on the battlefield where you want to put the God card.&#x20;
* Each God is assigned a different color (green, red, purple or yellow). After summoning God of a certain color, player can only summon Mortals and Spells of the same color. As an exception, white-color Mortals and Spells can fight with Gods of any color.&#x20;
* Each God has main stats such as ATK (attack), HP (health), Punishment and special skills which require shards to be activated.&#x20;
* When a God is defeated, the Tower in the lane will get “punished”: Tower’s HP will be deducted according to the Punishment points on the God card. If a God is defeated while Tower in the same lane has 1 HP left, the difference of Punishment points will be transferred to the Middle Tower.&#x20;
* After being defeated, a God can be revived if there is a copy of that God in the God Deck. This action costs manas. Once revived, this God is equipped with the already acquired ATK, HP, and Shards.&#x20;
* During the game, it is possible to summon multiple Gods (which costs manas), as long as no more than 01 copy of a God appears on the player’s side in the Battleground

## Mortal Cards:&#x20;

![](/files/NUNyrS2IF5aFGCORsK3w)

* Mortal and Spell Cards are in the main deck at the side of the Battleground.&#x20;
* Mortals combat like Gods and have the same stats as Gods, except for the ability to absorb Shards to unlock skills.&#x20;
* To summon Mortal cards, 3 conditions are required: \
  1/ There is at least 1 God of the same color as the Mortal on the Battleground. \
  2/ The number of Shards that Gods of the same color on the Battleground have absorbed is greater than or equal to the number of Shards required to summon that Mortal card. \
  3/ There are enough manas to summon that Mortal card.&#x20;
* After summoning, player selects a spot to put the Mortal card.

## Spell Cards:&#x20;

![](/files/z5zpGzt73GD33a6Wd2Bo)

* Spell cards take effect immediately, without any order.&#x20;
* Players can use Spell cards of the same color as his God in the Battleground or White-color Spell cards.&#x20;
* Spell Cards can be cast on one or more cards (allies and enemies), as player’s wish or randomly.&#x20;
* To use a spell card, the following 3 conditions must be satisfied (similar to Mortal cards): \
  1/ There is at least 1 God of the same color as the Spell on the Battleground. \
  2/ The number of Shards that Gods of the same color on the Battleground have absorbed is greater than or equal to the number of Shards required to summon that Spell card. \
  3/ There are enough manas to summon that Spell card.

**Watch our explanation of Cards on Youtube:**

[**https://www.youtube.com/watch?v=vd5C-C9tp7E**](https://www.youtube.com/watch?v=vd5C-C9tp7E)


---

# 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://mytheria.gitbook.io/mytheria/guides/alpha-cards/card-types.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.
