15 lines
243 B
TeX
15 lines
243 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{food}
|
|
\rarity{starting}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\health{3}
|
|
\name{Breakfast}
|
|
\text{Draw 3 cards.}
|
|
\flava{The most important meal of the day.}
|
|
\type{food}
|
|
\end{card}
|
|
\end{document}
|