diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-12-10 12:42:12 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-12-10 12:51:37 +0100 |
| commit | 3a458195de258c03c65fe9b2e6543e53635408e7 (patch) | |
| tree | 29d1990576001cd733ccd4c66031e82acdbc414c /data | |
| parent | d756dcbd74d16c7da374518a237ca2781611ea7e (diff) | |
| download | muhqs-game-3a458195de258c03c65fe9b2e6543e53635408e7.tar.gz muhqs-game-3a458195de258c03c65fe9b2e6543e53635408e7.zip | |
add tyrant card and fix thrill_of_the_hunt
Diffstat (limited to 'data')
| -rw-r--r-- | data/cards/tyrant/thrill_of_the_hunt.yml | 11 | ||||
| -rw-r--r-- | data/cards/tyrant/tyrant.yml | 18 |
2 files changed, 22 insertions, 7 deletions
diff --git a/data/cards/tyrant/thrill_of_the_hunt.yml b/data/cards/tyrant/thrill_of_the_hunt.yml index 37ba10ef..e1c0ca1a 100644 --- a/data/cards/tyrant/thrill_of_the_hunt.yml +++ b/data/cards/tyrant/thrill_of_the_hunt.yml @@ -1,11 +1,8 @@ name: - en: Vandalism - de: Vandalismus + en: Thrill of the hunt + de: Jagdlust type: intention buy: 3 target: - en: non neutral tile - de: Nicht neutrales Feld -effect: - en: "Neutralize the containing tile" - de: "Neutralisiere das beherbergende Feld" + en: random enmey unit + de: Zufaellige generische Unit diff --git a/data/cards/tyrant/tyrant.yml b/data/cards/tyrant/tyrant.yml new file mode 100644 index 00000000..24bee6ec --- /dev/null +++ b/data/cards/tyrant/tyrant.yml @@ -0,0 +1,18 @@ +name: + en: Tyrant + de: Tyrann +type: unit +ai: + en: Target-oriented intention mark + de: Ziel-orientiert Intensions Marke +attack: 1 +health: 5 +movement: 1 +upkeep: 0 +effect: + en: + - At the beginning of your upkeep gain 5 ressource per player + - All players loose the game if the tyrant has 2 Repression marks per player + de: + - Zu Beginn deines Upkeeps erhalte 5 Ressource pro Spieler + - Alle Spieler verlieren das Spiel falls der Tyrann 2 Repressions Marken pro Spieler hat |
