blob: 196290c2edfb7fdaba9c7aba22e860deb2c5fee5 (
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{Kämpfer}
\cardbuycost{7}
\cardsplitcontent{Leben: 2\\Bewegung: 2\\Angriff: 1}{Eine zusätzliche Anggrifs-Aktion}
\cardplaycost{1}
\cardmodule{base}
\cardborder
\end{tikzpicture}
\end{document}
|