\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{Weather} \hfill 6} \vskip 0.5em \hrule \vskip 0.5em \textsc{When} a player takes a new day, they roll the white weather die to determine the weather for the day. The effects are: \includegraphics[width=1.5em]{images/die/snowflake} Snow cancels all sled (green) cards. \vskip 0.5em\hrule \includegraphics[width=1.5em]{images/die/sun} Sun provides +1 speed. \vskip 0.5em\hrule \includegraphics[width=1.5em]{images/die/wind} Wind provides +5 speed but gives all players hypothermia. \vskip 0.5em\hrule \includegraphics[width=1.5em]{images/die/cloud} Clouds cause -1 speed. \vskip 0.5em\hrule \includegraphics[width=1.5em]{images/die/storm} Storms cancel all movement. \vskip 0.5em\hrule \includegraphics[width=1.5em]{images/die/rain} Rain provides +3 speed but gives all players starvation. }; \end{card} \end{document}