17 lines
302 B
TeX
17 lines
302 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{starting}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\energy{1}
|
|
\health{1}
|
|
\risk{1}
|
|
\name{Fast Dog}
|
|
\text{+1 Speed.}
|
|
\flava{What happens when you blend the colours on a husky? You get a grey hound.}
|
|
\type{dog}
|
|
\end{card}
|
|
\end{document}
|