From f62a25f75e180d2e767bf8f0fe1ae18458fc10c3 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 31 Mar 2022 00:05:47 +0200 Subject: 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. --- data/cards/base/misinformation.yml | 1 - data/cards/base/wormtongue.yml | 8 ++++---- data/cards/tyrant/propaganda!.yml | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'data') 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" diff --git a/data/cards/tyrant/propaganda!.yml b/data/cards/tyrant/propaganda!.yml index 478be99b..75436d37 100644 --- a/data/cards/tyrant/propaganda!.yml +++ b/data/cards/tyrant/propaganda!.yml @@ -3,5 +3,5 @@ name: type: spell buy: 5 effect: - en: Put a Misinformation token onto each players discard pile - de: Lege einen Missinformations Token auf den Ablagestapel jeden Spielers + en: Put a Misinformation onto each players discard pile + de: Lege eine Fehlinformation auf den Ablagestapel jeden Spielers -- cgit v1.2.3