Assorted changes and adding rules cards.
This commit is contained in:
@@ -137,6 +137,73 @@
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
% RULES
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
\draw[rounded corners = \cardcorners] (0,0) rectangle (\cardwidth - \cardmargin, \cardheight - \cardmargin);
|
||||
|
||||
\node (title) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 0.5 * \cardnameheight) [minimum height = \cardnameheight] {\LARGE CONSPIRACY};
|
||||
\node (subtitle) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 1 * \cardnameheight) [minimum height = 0.5 * \cardnameheight] {RULES 1/3};
|
||||
\node (phase) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 1.4 * \cardnameheight) [minimum height = 0.5 * \cardnameheight] {\small \textit{PREGAME}};
|
||||
|
||||
\node (subtitle) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 5 * \cardnameheight) [text width = \cardwidth - 3 * \cardmargin, minimum height = 0.5 * \cardnameheight, align = left] {
|
||||
\footnotesize
|
||||
For \textit{n} players, deal each player:\\
|
||||
~~\textit{n} + 2 \stn{} cards\\
|
||||
~~4 \act{} cards\\
|
||||
~~4 \fin{} cards \\
|
||||
~\\
|
||||
Each player should prepare a \stn{} mat, which should be a page with a space for every other player. During the game, \stn{} cards will be placed here to indicate your bargains and betrayals. \\
|
||||
~\\
|
||||
Remaining \act{} cards should be placed in a deck, face down, in the center of the table. This is the \textbf{draw deck}. \\
|
||||
~\\
|
||||
The first player is the person whose birthday is closest to July 6th. \\
|
||||
};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
\draw[rounded corners = \cardcorners] (0,0) rectangle (\cardwidth - \cardmargin, \cardheight - \cardmargin);
|
||||
|
||||
\node (title) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 0.5 * \cardnameheight) [minimum height = \cardnameheight] {\LARGE CONSPIRACY};
|
||||
\node (subtitle) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 1 * \cardnameheight) [minimum height = 0.5 * \cardnameheight] {RULES 2/3};
|
||||
\node (phase) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 1.4 * \cardnameheight) [minimum height = 0.5 * \cardnameheight] {\small \textit{ROUNDS}};
|
||||
|
||||
\node (subtitle) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 5 * \cardnameheight) [text width = \cardwidth - 3 * \cardmargin, minimum height = 0.5 * \cardnameheight, align = left] {
|
||||
\footnotesize
|
||||
Each player must do the following in their turn: \\
|
||||
1. If the player has played a \stn{} against every other player, their turn is skipped. Otherwise: \\
|
||||
2. Play a \stn{} face-down, unless otherwise specified. \\
|
||||
\footnotesize 3. Optionally play one \act{}, and resolve its effect. \\
|
||||
4. If you are holding fewer than 8 \act{} cards, draw an \act{} from the draw deck. \\
|
||||
5. Your turn is now over, and the player to your left begins! \\
|
||||
~\\
|
||||
This continues until every player has filled their \stn{} mat. \\
|
||||
};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
\draw[rounded corners = \cardcorners] (0,0) rectangle (\cardwidth - \cardmargin, \cardheight - \cardmargin);
|
||||
|
||||
\node (title) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 0.5 * \cardnameheight) [minimum height = \cardnameheight] {\LARGE CONSPIRACY};
|
||||
\node (subtitle) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 1 * \cardnameheight) [minimum height = 0.5 * \cardnameheight] {RULES 3/3};
|
||||
\node (phase) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 1.4 * \cardnameheight) [minimum height = 0.5 * \cardnameheight] {\small \textit{POST-ROUND}};
|
||||
|
||||
\node (subtitle) at (0.5 * \cardwidth - 0.5 * \cardmargin, \cardheight - \cardmargin - 5 * \cardnameheight) [text width = \cardwidth - 3 * \cardmargin, minimum height = 0.5 * \cardnameheight, align = left] {
|
||||
\footnotesize
|
||||
Once all \stn{} mats have been filled, the ??? part of the round is complete. Before revealing each of your \stn{} cards, each player may choose and play a \fin{} card, face-down. \\
|
||||
~\\
|
||||
At the same time, all players must flip their played \stn{} cards face-up, along with their played \fin{} card.
|
||||
};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
% QUICK REFERENCE
|
||||
|
||||
% ACTIONS
|
||||
\action{NIL}{All players must immediately play a \stn{} card.}{}{}
|
||||
\action{CURIOSITY}{All players holding at least one \btr{} must raise their hands. You may swap any held \stn{} of yours for a \btr{} of their choice.}{}{}
|
||||
|
||||
Reference in New Issue
Block a user