diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-10-10 13:48:10 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-10-10 13:48:10 +0200 |
| commit | dcf14c39bbbf5a7d552694b8f35632cfb2fd51ca (patch) | |
| tree | 85f3e38849caefee97f0688717ef745a8a6f9610 | |
| parent | 8aa70bd71905c044eda47a49f9da2870bb39b429 (diff) | |
| download | muhqs-game-dcf14c39bbbf5a7d552694b8f35632cfb2fd51ca.tar.gz muhqs-game-dcf14c39bbbf5a7d552694b8f35632cfb2fd51ca.zip | |
[potions v3] make alchemist a tutor for potions
| -rw-r--r-- | data/cards/potions/alchemist.yml | 15 | ||||
| -rw-r--r-- | latex/cards/de/potions/alchemist.tex | 2 | ||||
| -rw-r--r-- | latex/cards/en/potions/alchemist.tex | 2 |
3 files changed, 15 insertions, 4 deletions
diff --git a/data/cards/potions/alchemist.yml b/data/cards/potions/alchemist.yml index 683a0395..2a411c36 100644 --- a/data/cards/potions/alchemist.yml +++ b/data/cards/potions/alchemist.yml @@ -5,5 +5,16 @@ movement: 2 buy: 7 upkeep: 1 full_action: - en: "You may play a potion equipped to Alchemist without paying its buy cost" - de: "Du kannst einen Trank ausgerüstet an den Alchemisten spielen ohne dessen Kaufkosten zu bezahlen" + en: + - "You may play a potion equipped to Alchemist without paying its buy cost" + - "Exile Alchemist: Put any potion card from your store or outside the game in your discard pile" + de: + - "Du kannst einen Trank ausgerüstet an den Alchemisten spielen ohne dessen Kaufkosten zu bezahlen" + - "Exilire den Alchemisten: Lege eine beliebige Trank Karte von deinem Store oder von außerhalb des Spiels auf deinen Ablagestapel" +latex_full_action: + en: + - "\\faRedo: You may play a potion equipped to Alchemist without paying its buy cost\\\\ \\vspace{0.2cm}" + - "\\faRedo, Exile Alchemist: Put any potion card from your store or outside the game in your discard pile" + de: + - "\\faRedo: Du kannst einen Trank ausgerüstet an den Alchemisten spielen ohne dessen Kaufkosten zu bezahlen\\\\ \\vspace{0.2cm}" + - "\\faRedo, Exilire den Alchemisten: Lege eine beliebige Trank Karte von deinem Store oder von außerhalb des Spiels auf deinen Ablagestapel" diff --git a/latex/cards/de/potions/alchemist.tex b/latex/cards/de/potions/alchemist.tex index 006a9e89..687e0e6c 100644 --- a/latex/cards/de/potions/alchemist.tex +++ b/latex/cards/de/potions/alchemist.tex @@ -5,7 +5,7 @@ \begin{tikzpicture} \cardtypeUnit{Alchemist} \cardbuycost{7} -\cardsplitcontent{Leben: 1\\Bewegung: 2}{\faRedo: Du kannst einen Trank ausgerüstet an den Alchemisten spielen ohne dessen Kaufkosten zu bezahlen} +\cardsplitcontent{Leben: 1\\Bewegung: 2}{\faRedo: Du kannst einen Trank ausgerüstet an den Alchemisten spielen ohne dessen Kaufkosten zu bezahlen\\ \vspace{0.2cm}\faRedo, Exilire den Alchemisten: Lege eine beliebige Trank Karte von deinem Store oder von außerhalb des Spiels auf deinen Ablagestapel} \cardplaycost{1}\cardmodule{potions} \cardborder \end{tikzpicture} diff --git a/latex/cards/en/potions/alchemist.tex b/latex/cards/en/potions/alchemist.tex index 4df84413..589fae8e 100644 --- a/latex/cards/en/potions/alchemist.tex +++ b/latex/cards/en/potions/alchemist.tex @@ -5,7 +5,7 @@ \begin{tikzpicture} \cardtypeUnit{Alchemist} \cardbuycost{7} -\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo: You may play a potion equipped to Alchemist without paying its buy cost} +\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo: You may play a potion equipped to Alchemist without paying its buy cost\\ \vspace{0.2cm}\faRedo, Exile Alchemist: Put any potion card from your store or outside the game in your discard pile} \cardplaycost{1}\cardmodule{potions} \cardborder \end{tikzpicture} |
