27 lines
1,011 B
TeX
27 lines
1,011 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{The Board} \hfill 9}
|
|
\vskip 0.5em \hrule \vskip 0.5em
|
|
|
|
\textsc{Each} coloured section of the board represents a stretch. Each
|
|
stretch has its own effect, listed next to it. Additionally there will be a blue
|
|
and red number next to each stretch. When you enter a stretch if you have less
|
|
starvation than the red number set your starvation to the red number. If you
|
|
have less hypothermia than the blue number set your hypothermia to the blue
|
|
number. This applies even if you enter the stretch moving backwards.
|
|
|
|
\textsc{Start} of day effects on the board occur whenever any player takes a
|
|
new day, even if you do not partake in it.
|
|
};
|
|
\end{card}
|
|
\end{document}
|