aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2021-08-02 22:59:27 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2021-08-02 22:59:27 +0200
commit481d0ea04cefe4fc152cd1c48a8c159c98829579 (patch)
tree41302bfc4fb6286142f733576b44f045632fed06
parent44367da0cbc4b21651c1e3e3858e51b8d548f56b (diff)
downloadmuhqs-game-481d0ea04cefe4fc152cd1c48a8c159c98829579.tar.gz
muhqs-game-481d0ea04cefe4fc152cd1c48a8c159c98829579.zip
add annoying bard and conscription as possible aggro/rush cards
-rw-r--r--data/cards/exp1/annoying_bard.yml14
-rw-r--r--data/cards/exp1/conscription!.yml12
-rw-r--r--latex/cards/de/exp1/annoying_bard.tex12
-rw-r--r--latex/cards/de/exp1/conscription!.tex13
-rw-r--r--latex/cards/en/exp1/annoying_bard.tex12
-rw-r--r--latex/cards/en/exp1/conscription!.tex13
-rw-r--r--latex/sets/de/exp1.tex2
-rw-r--r--latex/sets/en/exp1.tex2
8 files changed, 80 insertions, 0 deletions
diff --git a/data/cards/exp1/annoying_bard.yml b/data/cards/exp1/annoying_bard.yml
new file mode 100644
index 00000000..bfd3543d
--- /dev/null
+++ b/data/cards/exp1/annoying_bard.yml
@@ -0,0 +1,14 @@
+type: unit
+name:
+ en: Annoying Bard
+ de: Nerviger Barde
+health: 1
+movement: 2
+buy: 3
+upkeep: 1
+effect:
+ en: If Anoying Bard moved this turn adjacent Units have +1 Movement, otherwise +1 Attack
+ de: Falls sich der Nervige Barde diesen Zug bereits bewegt hat erhalten benachbarte Units +1 Bewegung anderenfalls +1 Angriff
+latex_effect:
+ en: If Anoying Bard moved this turn adjacent Units have +1~Movement, otherwise +1~Attack
+ de: Falls sich der Nervige Barde diesen Zug bereits bewegt hat erhalten benachbarte Units +1~Bewegung anderenfalls +1~Angriff
diff --git a/data/cards/exp1/conscription!.yml b/data/cards/exp1/conscription!.yml
new file mode 100644
index 00000000..21d5e7c6
--- /dev/null
+++ b/data/cards/exp1/conscription!.yml
@@ -0,0 +1,12 @@
+name:
+ en: Conscription!
+ de: Wehrdienst!
+type: spell
+buy: 5
+play: 1X
+effect:
+ en: "Create a Recruit token. X is equal to the number of Recruit tokens you control. Exile this card: Create three Recruit tokens"
+ de: "Erzeuge einen Rekrut Token. X ist gleich der Anzahl an Rekrut Token, die du kontrollierst. Exiliere diese Karte: Erzeuge drei Rekrut Token"
+latex_effect:
+ en: "Create a Recruit token.\\\\ \\vspace{0.2cm} \\textbf{X} is equal to the number of Recruit tokens you control.\\\\ \\vspace{.2cm} Exile this card: Create three Recruit tokens"
+ de: "Erzeuge einen Rekrut Token.\\\\ \\vspace{0.2cm} \\textbf{X} ist gleich der Anzahl an Rekrut Token, die du kontrollierst.\\\\ \\vspace{0.2cm} Exiliere diese Karte: Erzeuge drei Rekrut Token"
diff --git a/latex/cards/de/exp1/annoying_bard.tex b/latex/cards/de/exp1/annoying_bard.tex
new file mode 100644
index 00000000..480cc99a
--- /dev/null
+++ b/latex/cards/de/exp1/annoying_bard.tex
@@ -0,0 +1,12 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeUnit{Nerviger Barde}
+\cardbuycost{3}
+\cardsplitcontent{Leben: 1\\Bewegung: 2}{Falls sich der Nervige Barde diesen Zug bereits bewegt hat erhalten benachbarte Units +1~Bewegung anderenfalls +1~Angriff}
+\cardplaycost{1}\cardmodule{exp1}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/de/exp1/conscription!.tex b/latex/cards/de/exp1/conscription!.tex
new file mode 100644
index 00000000..727ae4f2
--- /dev/null
+++ b/latex/cards/de/exp1/conscription!.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeSpell{Wehrdienst!}
+\cardbuycost{5}
+\cardcontent{Erzeuge einen Rekrut Token.\\ \vspace{0.2cm} \textbf{X} ist gleich der Anzahl an Rekrut Token, die du kontrollierst.\\ \vspace{0.2cm} Exiliere diese Karte: Erzeuge drei Rekrut Token}
+\cardplaycost{1X}
+\cardmodule{exp1}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/en/exp1/annoying_bard.tex b/latex/cards/en/exp1/annoying_bard.tex
new file mode 100644
index 00000000..f04c979a
--- /dev/null
+++ b/latex/cards/en/exp1/annoying_bard.tex
@@ -0,0 +1,12 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeUnit{Annoying Bard}
+\cardbuycost{3}
+\cardsplitcontent{Health: 1\\Movement: 2}{If Anoying Bard moved this turn adjacent Units have +1~Movement, otherwise +1~Attack}
+\cardplaycost{1}\cardmodule{exp1}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/en/exp1/conscription!.tex b/latex/cards/en/exp1/conscription!.tex
new file mode 100644
index 00000000..8e7acd43
--- /dev/null
+++ b/latex/cards/en/exp1/conscription!.tex
@@ -0,0 +1,13 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeSpell{Conscription!}
+\cardbuycost{5}
+\cardcontent{Create a Recruit token.\\ \vspace{0.2cm} \textbf{X} is equal to the number of Recruit tokens you control.\\ \vspace{.2cm} Exile this card: Create three Recruit tokens}
+\cardplaycost{1X}
+\cardmodule{exp1}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/sets/de/exp1.tex b/latex/sets/de/exp1.tex
index ada39b14..a12ddbbe 100644
--- a/latex/sets/de/exp1.tex
+++ b/latex/sets/de/exp1.tex
@@ -7,10 +7,12 @@
\begin{document}
\begin{center}
\pagestyle{empty}
+\includestandalone{cards/de/exp1/annoying_bard}
\includestandalone{cards/de/exp1/backup!}
\includestandalone{cards/de/exp1/berserker}
\includestandalone{cards/de/exp1/call_for_expertise}
\includestandalone{cards/de/exp1/chariot}
+\includestandalone{cards/de/exp1/conscription!}
\includestandalone{cards/de/exp1/depression_monument}
\includestandalone{cards/de/exp1/diplomat}
\includestandalone{cards/de/exp1/discount!}
diff --git a/latex/sets/en/exp1.tex b/latex/sets/en/exp1.tex
index 8fd12787..389d2eaa 100644
--- a/latex/sets/en/exp1.tex
+++ b/latex/sets/en/exp1.tex
@@ -7,10 +7,12 @@
\begin{document}
\begin{center}
\pagestyle{empty}
+\includestandalone{cards/en/exp1/annoying_bard}
\includestandalone{cards/en/exp1/backup!}
\includestandalone{cards/en/exp1/berserker}
\includestandalone{cards/en/exp1/call_for_expertise}
\includestandalone{cards/en/exp1/chariot}
+\includestandalone{cards/en/exp1/conscription!}
\includestandalone{cards/en/exp1/depression_monument}
\includestandalone{cards/en/exp1/diplomat}
\includestandalone{cards/en/exp1/discount!}