aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2021-10-10 12:59:23 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2021-10-10 12:59:23 +0200
commit8aa70bd71905c044eda47a49f9da2870bb39b429 (patch)
treea180f4cdee48ce797243f7490b7978663276516e
parent687b692604f642ae4fdb2fc4fe8125d509605325 (diff)
downloadmuhqs-game-8aa70bd71905c044eda47a49f9da2870bb39b429.tar.gz
muhqs-game-8aa70bd71905c044eda47a49f9da2870bb39b429.zip
[potions v2] add more potions, alchemist and fix some mistakes
-rw-r--r--data/cards/potions/alchemist.yml9
-rw-r--r--data/cards/potions/courier.yml8
-rw-r--r--data/cards/potions/heal_potion.yml2
-rw-r--r--data/cards/potions/potion_of_rage.yml12
-rw-r--r--data/cards/potions/potion_of_speed.yml12
-rw-r--r--data/cards/potions/potion_of_strength.yml12
-rw-r--r--latex/cards/de/potions/alchemist.tex12
-rw-r--r--latex/cards/de/potions/courier.tex2
-rw-r--r--latex/cards/de/potions/heal_potion.tex4
-rw-r--r--latex/cards/de/potions/potion_of_rage.tex13
-rw-r--r--latex/cards/de/potions/potion_of_speed.tex13
-rw-r--r--latex/cards/de/potions/potion_of_strength.tex13
-rw-r--r--latex/cards/en/potions/alchemist.tex12
-rw-r--r--latex/cards/en/potions/courier.tex2
-rw-r--r--latex/cards/en/potions/heal_potion.tex4
-rw-r--r--latex/cards/en/potions/potion_of_rage.tex13
-rw-r--r--latex/cards/en/potions/potion_of_speed.tex13
-rw-r--r--latex/cards/en/potions/potion_of_strength.tex13
-rw-r--r--latex/sets/de/potions.tex4
-rw-r--r--latex/sets/en/potions.tex4
20 files changed, 166 insertions, 11 deletions
diff --git a/data/cards/potions/alchemist.yml b/data/cards/potions/alchemist.yml
new file mode 100644
index 00000000..683a0395
--- /dev/null
+++ b/data/cards/potions/alchemist.yml
@@ -0,0 +1,9 @@
+type: unit
+name: Alchemist
+health: 1
+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"
diff --git a/data/cards/potions/courier.yml b/data/cards/potions/courier.yml
index 60b43041..ea94ecf3 100644
--- a/data/cards/potions/courier.yml
+++ b/data/cards/potions/courier.yml
@@ -7,8 +7,8 @@ movement: 2
buy: 5
upkeep: 1
effect:
- en: "If Courier has already moved 4 tiles this turn it gains an additional movement action. 0: Move a piled artifcat between allied units in range 1"
- de: "Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhaelt er eine zusaetzliche Bewegungs-Aktion. 0: Versetze ein gestapeltes Artefakt zwischen verbuendeten Units in Range 1"
+ en: "If Courier has already moved 4 tiles this turn it gains an additional movement action. 0: Move a piled artifact between allied units in range 1"
+ de: "Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhält er eine zusätzliche Bewegungs-Aktion. 0: Versetze ein gestapeltes Artefakt zwischen verbündeten Units in Range 1"
latex_effect:
- en: "If Courier has already moved 4 tiles this turn it gains an additional movement action.\\\\ \\vspace{0.1cm} 0: Move a piled artifcat between allied units in range 1"
- de: "Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhält er eine zusätzliche Bewegungs-Aktion.\\\\ \\vspace{0.1cm} 0: Versetze ein gestapeltes Artefakt zwischen verbündeten Units in Range 1"
+ en: "If Courier has already moved 4 tiles this turn it gains an additional movement action.\\\\ \\vspace{0.1cm} 0: Move a piled artifact between allied units in range~1"
+ de: "Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhält er eine zusätzliche Bewegungs-Aktion.\\\\ \\vspace{0.1cm} 0: Versetze ein gestapeltes Artefakt zwischen verbündeten Units in Range~1"
diff --git a/data/cards/potions/heal_potion.yml b/data/cards/potions/heal_potion.yml
index f8cdb91e..81c8687e 100644
--- a/data/cards/potions/heal_potion.yml
+++ b/data/cards/potions/heal_potion.yml
@@ -6,4 +6,4 @@ play: 2
buy: 4
use:
en: "Sacrifice Heal Potion: Remove one damage or all poison marks from target unit in range 1"
- de: "Opfere Heil Trank: Entferne einen Schaden oder alle Gift Marken von einer Ziel-Unit in Range 1"
+ de: "Opfere Heiltrank: Entferne einen Schaden oder alle Gift Marken von einer Ziel-Unit in Range 1"
diff --git a/data/cards/potions/potion_of_rage.yml b/data/cards/potions/potion_of_rage.yml
new file mode 100644
index 00000000..a1818edf
--- /dev/null
+++ b/data/cards/potions/potion_of_rage.yml
@@ -0,0 +1,12 @@
+name:
+ en: Potion of Rage
+ de: Trank der Wut
+type: potion
+play: 2
+buy: 4
+use:
+ en: "Sacrifice Potion of Rage: Target unit in range 1 gains +1 Attack and +1 Movement this turn"
+ de: "Opfere Trank der Wut: Eine Ziel-Unit in Range 1 erhält +1 Angriff und +1 Bewegung diesen Zug"
+latex_use:
+ en: "Sacrifice Potion of Rage: Target unit in range~1 gains +1~Attack and +1~Movement this turn"
+ de: "Opfere Trank der Wut: Eine Ziel-Unit in Range~1 erhält +1 Angriff und +1~Bewegung diesen Zug"
diff --git a/data/cards/potions/potion_of_speed.yml b/data/cards/potions/potion_of_speed.yml
new file mode 100644
index 00000000..f70b0129
--- /dev/null
+++ b/data/cards/potions/potion_of_speed.yml
@@ -0,0 +1,12 @@
+name:
+ en: Potion of Speed
+ de: Trank der Schnelligkeit
+type: potion
+play: 2
+buy: 4
+use:
+ en: "Sacrifice Potion of Speed: Target unit in range 1 gains +3 Movement this turn"
+ de: "Opfere Trank der Schnelligkeit: Eine Ziel-Unit in Range 1 erhält +3 Bewegung diesen Zug"
+latex_use:
+ en: "Sacrifice Potion of Speed: Target unit in range~1 gains +3~Movement this turn"
+ de: "Opfere Trank der Schnelligkeit: Eine Ziel-Unit in Range~1 erhält +3~Bewegung diesen Zug"
diff --git a/data/cards/potions/potion_of_strength.yml b/data/cards/potions/potion_of_strength.yml
new file mode 100644
index 00000000..81b57d28
--- /dev/null
+++ b/data/cards/potions/potion_of_strength.yml
@@ -0,0 +1,12 @@
+name:
+ en: Potion of Strength
+ de: Trank der Stärke
+type: potion
+play: 2
+buy: 4
+use:
+ en: "Sacrifice Potion of Strength: Target unit in range 1 gains +2 Attack this turn"
+ de: "Opfere Trank der Stärke: Eine Ziel-Unit in Range 1 erhält +2 Angriff diesen Zug"
+latex_use:
+ en: "Sacrifice Potion of Strength: Target unit in range~1 gains +2~Attack this turn"
+ de: "Opfere Trank der Stärke: Eine Ziel-Unit in Range~1 erhält +2~Angriff diesen Zug"
diff --git a/latex/cards/de/potions/alchemist.tex b/latex/cards/de/potions/alchemist.tex
new file mode 100644
index 00000000..006a9e89
--- /dev/null
+++ b/latex/cards/de/potions/alchemist.tex
@@ -0,0 +1,12 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\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}
+\cardplaycost{1}\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/de/potions/courier.tex b/latex/cards/de/potions/courier.tex
index b9f0c1e8..9666aa86 100644
--- a/latex/cards/de/potions/courier.tex
+++ b/latex/cards/de/potions/courier.tex
@@ -5,7 +5,7 @@
\begin{tikzpicture}
\cardtypeUnit{Kurier}
\cardbuycost{5}
-\cardsplitcontent{Leben: 1\\Bewegung: 2}{Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhält er eine zusätzliche Bewegungs-Aktion.\\ \vspace{0.1cm} 0: Versetze ein gestapeltes Artefakt zwischen verbündeten Units in Range 1}
+\cardsplitcontent{Leben: 1\\Bewegung: 2}{Falls Kurier sich bereits 4 Felder diesen Zug bewegt hat erhält er eine zusätzliche Bewegungs-Aktion.\\ \vspace{0.1cm} 0: Versetze ein gestapeltes Artefakt zwischen verbündeten Units in Range~1}
\cardplaycost{1}\cardmodule{potions}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/de/potions/heal_potion.tex b/latex/cards/de/potions/heal_potion.tex
index eb757750..c2dd53f6 100644
--- a/latex/cards/de/potions/heal_potion.tex
+++ b/latex/cards/de/potions/heal_potion.tex
@@ -4,9 +4,9 @@
\begin{document}
\begin{tikzpicture}
\cardtypePotion{Heiltrank}
-\cardbuycost{5}
+\cardbuycost{4}
\cardcontent{\textit{Gebrauch} - Opfere Heiltrank: Entferne einen Schaden oder alle Gift Marken von einer Ziel-Unit in Range 1}
-\cardplaycost{3}
+\cardplaycost{2}
\cardmodule{potions}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/de/potions/potion_of_rage.tex b/latex/cards/de/potions/potion_of_rage.tex
new file mode 100644
index 00000000..6be15a5b
--- /dev/null
+++ b/latex/cards/de/potions/potion_of_rage.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypePotion{Trank der Wut}
+\cardbuycost{4}
+\cardcontent{\textit{Gebrauch} - Opfere Trank der Wut: Eine Ziel-Unit in Range~1 erhält +1 Angriff und +1~Bewegung diesen Zug}
+\cardplaycost{2}
+\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/de/potions/potion_of_speed.tex b/latex/cards/de/potions/potion_of_speed.tex
new file mode 100644
index 00000000..dab008b2
--- /dev/null
+++ b/latex/cards/de/potions/potion_of_speed.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypePotion{Trank der Schnelligkeit}
+\cardbuycost{4}
+\cardcontent{\textit{Gebrauch} - Opfere Trank der Schnelligkeit: Eine Ziel-Unit in Range~1 erhält +3~Bewegung diesen Zug}
+\cardplaycost{2}
+\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/de/potions/potion_of_strength.tex b/latex/cards/de/potions/potion_of_strength.tex
new file mode 100644
index 00000000..d11e3676
--- /dev/null
+++ b/latex/cards/de/potions/potion_of_strength.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypePotion{Trank der Stärke}
+\cardbuycost{4}
+\cardcontent{\textit{Gebrauch} - Opfere Trank der Stärke: Eine Ziel-Unit in Range~1 erhält +2~Angriff diesen Zug}
+\cardplaycost{2}
+\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/en/potions/alchemist.tex b/latex/cards/en/potions/alchemist.tex
new file mode 100644
index 00000000..4df84413
--- /dev/null
+++ b/latex/cards/en/potions/alchemist.tex
@@ -0,0 +1,12 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\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}
+\cardplaycost{1}\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/en/potions/courier.tex b/latex/cards/en/potions/courier.tex
index 0f3af5aa..bcfe9adf 100644
--- a/latex/cards/en/potions/courier.tex
+++ b/latex/cards/en/potions/courier.tex
@@ -5,7 +5,7 @@
\begin{tikzpicture}
\cardtypeUnit{Courier}
\cardbuycost{5}
-\cardsplitcontent{Health: 1\\Movement: 2}{If Courier has already moved 4 tiles this turn it gains an additional movement action.\\ \vspace{0.1cm} 0: Move a piled artifcat between allied units in range 1}
+\cardsplitcontent{Health: 1\\Movement: 2}{If Courier has already moved 4 tiles this turn it gains an additional movement action.\\ \vspace{0.1cm} 0: Move a piled artifact between allied units in range~1}
\cardplaycost{1}\cardmodule{potions}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/en/potions/heal_potion.tex b/latex/cards/en/potions/heal_potion.tex
index 2398f19c..458c7438 100644
--- a/latex/cards/en/potions/heal_potion.tex
+++ b/latex/cards/en/potions/heal_potion.tex
@@ -4,9 +4,9 @@
\begin{document}
\begin{tikzpicture}
\cardtypePotion{Heal Potion}
-\cardbuycost{5}
+\cardbuycost{4}
\cardcontent{\textit{Use} - Sacrifice Heal Potion: Remove one damage or all poison marks from target unit in range 1}
-\cardplaycost{3}
+\cardplaycost{2}
\cardmodule{potions}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/en/potions/potion_of_rage.tex b/latex/cards/en/potions/potion_of_rage.tex
new file mode 100644
index 00000000..5aac3936
--- /dev/null
+++ b/latex/cards/en/potions/potion_of_rage.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypePotion{Potion of Rage}
+\cardbuycost{4}
+\cardcontent{\textit{Use} - Sacrifice Potion of Rage: Target unit in range~1 gains +1~Attack and +1~Movement this turn}
+\cardplaycost{2}
+\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/en/potions/potion_of_speed.tex b/latex/cards/en/potions/potion_of_speed.tex
new file mode 100644
index 00000000..d071c9b2
--- /dev/null
+++ b/latex/cards/en/potions/potion_of_speed.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypePotion{Potion of Speed}
+\cardbuycost{4}
+\cardcontent{\textit{Use} - Sacrifice Potion of Speed: Target unit in range~1 gains +3~Movement this turn}
+\cardplaycost{2}
+\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/en/potions/potion_of_strength.tex b/latex/cards/en/potions/potion_of_strength.tex
new file mode 100644
index 00000000..ab617d87
--- /dev/null
+++ b/latex/cards/en/potions/potion_of_strength.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypePotion{Potion of Strength}
+\cardbuycost{4}
+\cardcontent{\textit{Use} - Sacrifice Potion of Strength: Target unit in range~1 gains +2~Attack this turn}
+\cardplaycost{2}
+\cardmodule{potions}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/sets/de/potions.tex b/latex/sets/de/potions.tex
index 2575a0a6..a2b35a7c 100644
--- a/latex/sets/de/potions.tex
+++ b/latex/sets/de/potions.tex
@@ -7,9 +7,13 @@
\begin{document}
\begin{center}
\pagestyle{empty}
+\includestandalone{cards/de/potions/alchemist}
\includestandalone{cards/de/potions/brewery}
\includestandalone{cards/de/potions/courier}
\includestandalone{cards/de/potions/heal_potion}
+\includestandalone{cards/de/potions/potion_of_rage}
+\includestandalone{cards/de/potions/potion_of_speed}
+\includestandalone{cards/de/potions/potion_of_strength}
\includestandalone{cards/de/potions/toxic_gas_vial}
\includestandalone{cards/de/potions/vial_smasher}
\end{center}
diff --git a/latex/sets/en/potions.tex b/latex/sets/en/potions.tex
index 149806c2..cb35ea31 100644
--- a/latex/sets/en/potions.tex
+++ b/latex/sets/en/potions.tex
@@ -7,9 +7,13 @@
\begin{document}
\begin{center}
\pagestyle{empty}
+\includestandalone{cards/en/potions/alchemist}
\includestandalone{cards/en/potions/brewery}
\includestandalone{cards/en/potions/courier}
\includestandalone{cards/en/potions/heal_potion}
+\includestandalone{cards/en/potions/potion_of_rage}
+\includestandalone{cards/en/potions/potion_of_speed}
+\includestandalone{cards/en/potions/potion_of_strength}
\includestandalone{cards/en/potions/toxic_gas_vial}
\includestandalone{cards/en/potions/vial_smasher}
\end{center}