diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-03-31 00:05:47 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-03-31 00:09:59 +0200 |
| commit | f62a25f75e180d2e767bf8f0fe1ae18458fc10c3 (patch) | |
| tree | ae52caf17f64a9f271823b67f4cd485661335d00 /data/cards/base | |
| parent | 5591c9efd640eb15990e40120d7ee96ecf7bfc2c (diff) | |
| download | muhqs-game-f62a25f75e180d2e767bf8f0fe1ae18458fc10c3.tar.gz muhqs-game-f62a25f75e180d2e767bf8f0fe1ae18458fc10c3.zip | |
change how tokens and especially misinformations are handled
Currently misinformation token are not working as intended, because they
could not be part of a players deck because they are tokens.
But it is a fundamental part of their design that they delute a players deck.
So handle them like other real cards withou buycost like farmers.
Specify that tokens can not exists in discard piles or decks and
that cards without buy cost can not be part of stores or drafts.
Diffstat (limited to 'data/cards/base')
| -rw-r--r-- | data/cards/base/misinformation.yml | 1 | ||||
| -rw-r--r-- | data/cards/base/wormtongue.yml | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/data/cards/base/misinformation.yml b/data/cards/base/misinformation.yml index 7a36c6c3..9a7f772a 100644 --- a/data/cards/base/misinformation.yml +++ b/data/cards/base/misinformation.yml @@ -2,7 +2,6 @@ type: spell name: en: Misinformation de: Fehlinformation -token: true effect: en: Exile this card de: Exiliere diese Karte diff --git a/data/cards/base/wormtongue.yml b/data/cards/base/wormtongue.yml index e8c6f8df..e10869df 100644 --- a/data/cards/base/wormtongue.yml +++ b/data/cards/base/wormtongue.yml @@ -7,8 +7,8 @@ movement: 2 buy: 10 upkeep: 2 full_action: - en: "Pay 3: Add a Misinformation token to an opponents discard pile" - de: "Zahle 3: Fuege einen Fehlinformation Token zum Ablagestapel eines Gegners hinzu" + en: "Pay 3: Add a Misinformation to an opponents discard pile" + de: "Zahle 3: Fuege einen Fehlinformation zum Ablagestapel eines Gegners hinzu" latex_full_action: - en: "\\faRedo, 3: Add a Misinformation token to an opponents discard pile" - de: "\\faRedo, 3: Füge einen Fehlinformation Token zum Ablagestapel eines Gegners hinzu" + en: "\\faRedo, 3: Add a Misinformation to an opponents discard pile" + de: "\\faRedo, 3: Füge einen Fehlinformation zum Ablagestapel eines Gegners hinzu" |
