24 lines
843 B
TeX
24 lines
843 B
TeX
\documentclass{iditacard}
|
|
|
|
\cardtype{utility}
|
|
\rarity{info}
|
|
|
|
\begin{document}
|
|
\begin{card}
|
|
\node [rectangle, minimum width=650.0/300.0, minimum height=950.0/300.0, text justified, text width=53mm, inner sep=1mm, anchor=north west] at (50.0/300.0,1000.0/300.0) {
|
|
\fontsize{8}{8}
|
|
|
|
\vskip 0.5em
|
|
|
|
\textsc{Food} cards are yellow. As soon as you play a food card reduce your
|
|
starvation by 1. This happens before payment.
|
|
|
|
\textsc{Personal} cards are purple. As soon as you play a personal card your
|
|
hypothermia is reduced by 1. This happens before payment. Personal cards have
|
|
the text "Destroy up to X of Y". This means you look at the top Y cards of your
|
|
deck, choose up to X of them to destroy, then choose which of the remaining
|
|
cards to shuffle back into your deck and which to draw into your hand.
|
|
};
|
|
\end{card}
|
|
\end{document}
|