blob: a375cd788ca7b9ae7da9aeb3a9e381f7779b5a28 (
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}
\cardtypeUnit{Berater}
\cardbuycost{10}
\cardsplitcontent{Leben: 1\\Bewegung: 2}{\faRedo: Ziehe 1 Karte. Exiliere bis zu einer Karte von deiner Hand}
\cardplaycost{2}
\cardmodule{base}
\cardborder
\end{tikzpicture}
\end{document}
|