diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-12-12 15:07:34 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-12-12 15:07:34 +0100 |
| commit | 7cf6ae5f8478ac80f1123101595edef96a261d48 (patch) | |
| tree | 480b725d11859adafd1342449268b8b94e177134 /data | |
| parent | a4817c436cca4ccbef763dbb4c50147840dcffc1 (diff) | |
| download | muhqs-game-7cf6ae5f8478ac80f1123101595edef96a261d48.tar.gz muhqs-game-7cf6ae5f8478ac80f1123101595edef96a261d48.zip | |
[tyrant] incorporate more feedback
* Give tyrant more options to gain repression marks
* Let the tyrant redistribute store cards
* Add more agressive spell
* Let tyrant interact with player decks
Diffstat (limited to 'data')
| -rw-r--r-- | data/cards/tyrant/get_them_all!.yml | 8 | ||||
| -rw-r--r-- | data/cards/tyrant/propaganda!.yml | 7 | ||||
| -rw-r--r-- | data/cards/tyrant/renovation.yml | 8 | ||||
| -rw-r--r-- | data/cards/tyrant/taxation.yml | 4 | ||||
| -rw-r--r-- | data/cards/tyrant/thrill_of_the_hunt.yml | 3 |
5 files changed, 28 insertions, 2 deletions
diff --git a/data/cards/tyrant/get_them_all!.yml b/data/cards/tyrant/get_them_all!.yml new file mode 100644 index 00000000..86b4e457 --- /dev/null +++ b/data/cards/tyrant/get_them_all!.yml @@ -0,0 +1,8 @@ +name: + en: Get them All! + de: Schnappt Sie Alle! +type: spell +buy: 4 +effect: + en: All units you control have an aggressive AI this turn + de: Alle Units die du kontrollierst haben eine aggressive KI diesen Zug diff --git a/data/cards/tyrant/propaganda!.yml b/data/cards/tyrant/propaganda!.yml new file mode 100644 index 00000000..478be99b --- /dev/null +++ b/data/cards/tyrant/propaganda!.yml @@ -0,0 +1,7 @@ +name: + en: Propaganda! +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 diff --git a/data/cards/tyrant/renovation.yml b/data/cards/tyrant/renovation.yml new file mode 100644 index 00000000..0902a8e3 --- /dev/null +++ b/data/cards/tyrant/renovation.yml @@ -0,0 +1,8 @@ +name: + en: Renovation! + de: Umbau! +type: spell +buy: 4 +effect: + en: Redistribute all store cards + de: Verteile die noch verfügbaren Karten aller Stores neu diff --git a/data/cards/tyrant/taxation.yml b/data/cards/tyrant/taxation.yml index 3d46e03a..6964702e 100644 --- a/data/cards/tyrant/taxation.yml +++ b/data/cards/tyrant/taxation.yml @@ -7,5 +7,5 @@ target: en: store tile de: Laden Feld effect: - en: "Exile a card from this store tile" - de: "Exiliere eine Karte von diesem Laden Feld" + en: Exile a card from this store tile and put a repression mark on the tyrant + de: Exiliere eine Karte von diesem Laden Feld und lege eine Repressions Marke auf den Tyrann diff --git a/data/cards/tyrant/thrill_of_the_hunt.yml b/data/cards/tyrant/thrill_of_the_hunt.yml index 499b69ca..31f060c9 100644 --- a/data/cards/tyrant/thrill_of_the_hunt.yml +++ b/data/cards/tyrant/thrill_of_the_hunt.yml @@ -6,3 +6,6 @@ buy: 3 target: en: Random enemy unit de: Zufällige generische Unit +effect: + en: Destroy this unit and put a repression mark on The Tyrant + de: Zerstoere diese Unit und lege eine Repressions Marke auf Den Tyrann |
