aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2021-05-01 19:34:08 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2021-05-01 19:34:08 +0200
commitb5841f426ebc9cdd5fc60d64a165da8920ac7fc8 (patch)
treead17f93afbfb85b80e3114ff388f353ccd576c7c
parentb7341c956ab22a19a5f2e86ae357d7393c446f97 (diff)
downloadmuhqs-game-b5841f426ebc9cdd5fc60d64a165da8920ac7fc8.tar.gz
muhqs-game-b5841f426ebc9cdd5fc60d64a165da8920ac7fc8.zip
[exp1] add thieve
-rw-r--r--data/cards/exp1/thieve.yml12
-rw-r--r--latex/cards/de/exp1/thieve.tex12
-rw-r--r--latex/cards/en/exp1/thieve.tex12
3 files changed, 36 insertions, 0 deletions
diff --git a/data/cards/exp1/thieve.yml b/data/cards/exp1/thieve.yml
new file mode 100644
index 00000000..3b06e531
--- /dev/null
+++ b/data/cards/exp1/thieve.yml
@@ -0,0 +1,12 @@
+type: unit
+name:
+ en: Thieve
+ en: Dieb
+health: 1
+movement: 2
+buy: 7
+upkeep: 1
+attack: 1
+full_action:
+ en: All opponents loose one Ressource. You gain Ressource equal to the amount lost
+ de: Jeder Gegner verliert eine Ressource. Du erhältst de verlorenen Ressourcen
diff --git a/latex/cards/de/exp1/thieve.tex b/latex/cards/de/exp1/thieve.tex
new file mode 100644
index 00000000..306191b9
--- /dev/null
+++ b/latex/cards/de/exp1/thieve.tex
@@ -0,0 +1,12 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeUnit{Dieb}
+\cardbuycost{7}
+\cardsplitcontent{Leben: 1\\Bewegung: 2\\Angriff: 1}{\faRedo: Jeder Gegner verliert eine Ressource. Du erhältst de verlorenen Ressourcen}
+\cardplaycost{1}\cardmodule{exp1}
+\cardborder
+\end{tikzpicture}
+\end{document}
diff --git a/latex/cards/en/exp1/thieve.tex b/latex/cards/en/exp1/thieve.tex
new file mode 100644
index 00000000..247160a5
--- /dev/null
+++ b/latex/cards/en/exp1/thieve.tex
@@ -0,0 +1,12 @@
+\documentclass{standalone}
+\input{common.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeUnit{Dieb}
+\cardbuycost{7}
+\cardsplitcontent{Health: 1\\Movement: 2\\Attack: 1}{\faRedo: All opponents loose one Ressource. You gain Ressource equal to the amount lost}
+\cardplaycost{1}\cardmodule{exp1}
+\cardborder
+\end{tikzpicture}
+\end{document}