Skip to content
Snippets Groups Projects
Verified Commit 91d665bf authored by Malin Freeborn's avatar Malin Freeborn
Browse files

replace team actions and stcking with banding

parent 508a96bf
No related branches found
No related tags found
No related merge requests found
\subsubsection{Teamwork}
\begin{itemize}
\item
If characters can work together on an action, a second character can add half their score, a third adds a quarter, and so on.
Always round up the final score.
\item
If characters cannot work together, roll the dice once, and everyone uses that result to calculate their own final score.
\end{itemize}
\subsubsection{Banding}
When characters can work together, they band their Bonuses together.
The highest Bonus counts in full, the second counts for half, the third for a quarter, and so on.
Halves round up.
\hint{\Pgls{pc} searches the empty \gls{village} with a +4 Bonus.
Her companion helps, with his +3 Bonus.
$4 + \frac{3}{2} = 5\frac{1}{2} = 6$, so they roll with a +6 Bonus}
......@@ -25,7 +25,7 @@
\input{config/rules/actions_resting.tex}
\input{config/rules/actions_team.tex}
\input{config/rules/banding.tex}
\end{multicols}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment