blob: f1c0611c82404d755c45494153781339ffb28983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\documentclass{standalone}
\usepackage[ngerman]{babel}
\input{common.tex}
\begin{document}
\begin{tikzpicture}
\cardtypeSpell{Klone!}
\cardbuycost{7}
\cardcontent{Kopiere die nächste gespielte Karte. Du kannst neue Ziele wählen. Falls du eine Permament Karte kopierst erzeuge einen Token als Kopie dieser Karte in Range 1 des Orginals}
\cardplaycost{3}
\cardmodule{magic}
\cardborder
\end{tikzpicture}
\end{document}
|