18 lines
321 B
TeX
18 lines
321 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{dog}
|
|
\rarity{starting}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\art{wheel_dog.jpg}
|
|
\energy{3}
|
|
\health{3}
|
|
\name{Wheel Dog}
|
|
\text{+1 Speed.\\ Discarded when killed.}
|
|
\flava{The dog right in front of the sled. Strong and steady.}
|
|
\type{dog}
|
|
\end{card}
|
|
\end{document}
|
|
|