16 lines
318 B
TeX
16 lines
318 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{common}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{greyhound.jpg}
|
|
\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}
|