16 lines
248 B
TeX
16 lines
248 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{food}
|
|
\rarity{common}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\health{1}
|
|
\risk{1}
|
|
\name{Venison Steak}
|
|
\text{Draw 3 cards.}
|
|
\flava{Its a tough meat.}
|
|
\type{venison food}
|
|
\end{card}
|
|
\end{document}
|