diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-09-25 15:45:33 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-09-25 15:45:33 +0200 |
| commit | 5d8eac611ad9de780ccf5b0fac2fd38399e6f382 (patch) | |
| tree | b1567ce71523827f9695078a718e7746a769e547 /rules | |
| parent | 51536a75d40591efbf20a051a78e8248578d606d (diff) | |
| download | muhqs-game-5d8eac611ad9de780ccf5b0fac2fd38399e6f382.tar.gz muhqs-game-5d8eac611ad9de780ccf5b0fac2fd38399e6f382.zip | |
improve card rules language and link to exmplenation card
Diffstat (limited to 'rules')
| -rw-r--r-- | rules/en/rules.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/rules/en/rules.md b/rules/en/rules.md index b6e71a14..a0fc118b 100644 --- a/rules/en/rules.md +++ b/rules/en/rules.md @@ -191,9 +191,9 @@ While you control an untapped permanent or have a playable card in hand # Cards * All cards have: - * Set - * Name - * Type: + * A set of cards they belong to + * A unique name + * A card type: * **[Spells](#spells)** * **[Units](#units)** * **[Artifacts](#artifacts)** @@ -201,8 +201,8 @@ While you control an untapped permanent or have a playable card in hand * **[Potions](#potions)** * **[Itentions](#intentions)** * All cards have during the game: - * **Owner**: The player from which's store the card originated - * **Controller**: The player currently controlling the card + * An **owner**: The player from which's store the card originated + * A **controller**: The player currently controlling the card * A **spell**'s **controller** is always it's **owner** * A **permanents**'s **controller** on the map can be any player * Cards may have: @@ -212,6 +212,7 @@ While you control an untapped permanent or have a playable card in hand * Can not be part of a **store** * Can not be part of a **draft** * Each player has the **free action** "Discard 2 cards: gain 1 **resource**" +* How those characteristics are represented on a card can be seen on the exemplary [explanation card](../../latex-build/en/unit_explanation.png) * *** TODO:** define *tapped* and *untapped* cards ## Tokens |
