30 lines
922 B
TeX
30 lines
922 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 \hrule \vskip 0.5em
|
|
{\large \textbf{Recovery} \hfill 7}
|
|
\vskip 0.5em \hrule \vskip 0.5em
|
|
|
|
\textsc{Recover} allows you to draw cards of your choice from your discard
|
|
pile. Recovered cards may also be shuffled into your deck.
|
|
|
|
\vskip 0.5em \hrule \vskip 0.5em
|
|
{\large \textbf{Passing}}
|
|
\vskip 0.5em \hrule \vskip 0.5em
|
|
|
|
\textsc{When} you pass another player on the board you take 1 damage and they
|
|
are moved back 1 square. This process is iterative, so there can never be two
|
|
players on the same space of the board.
|
|
|
|
\textsc{Immunity} does not apply to passing.
|
|
};
|
|
\end{card}
|
|
\end{document}
|