15 lines
294 B
TeX
15 lines
294 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{common}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\risk{3}
|
|
\name{Greyhound}
|
|
\text{+3 Speed. Cannot hold attachments.}
|
|
\flava{What happens when you mix the colours on a husky? You get a grey hound.}
|
|
\type{dog}
|
|
\end{card}
|
|
\end{document}
|