32 lines
596 B
TeX
32 lines
596 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{sled}
|
|
\rarity{common}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\raw{
|
|
{\centering\fontsize{16}{16}\bebas\take{X}{Y}\par}
|
|
\hrule
|
|
|
|
\hfill\newline
|
|
|
|
\textbf{Look} at the top Y cards of the upgrade deck.\\
|
|
|
|
\textbf{Discard} X of them.\\
|
|
|
|
\textbf{Destroy} the rest.\\
|
|
|
|
\hrule
|
|
{\centering\fontsize{16}{16}\bebas\recover{X}\par}
|
|
\hrule
|
|
|
|
\hfill\newline
|
|
|
|
Either \textbf{draw} or \textbf{place} X cards.\\
|
|
|
|
\textbf{Place} on the top of your deck.\\
|
|
}
|
|
\end{card}
|
|
\end{document}
|