From 88e8031a2aef507f178dee36de895d1c1a7919e5 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Fri, 23 Jun 2023 04:16:18 +0200 Subject: [PATCH] add dice chart --- config | 2 +- gm.tex | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/config b/config index d0e7983e..9cc68375 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit d0e7983e7c550120dd7c32ebebc2158048b43815 +Subproject commit 9cc683754a21d8368bbb25405004521d43004566 diff --git a/gm.tex b/gm.tex index 11c31847..4d4c474f 100644 --- a/gm.tex +++ b/gm.tex @@ -95,6 +95,28 @@ A good rule of thumb is to make as few decisions as possible, and let yourself f Noticing patterns in the rules can help you to remember them. Make the following principles a habit, and you'll find your role becomes a lot easier. +\vspace{10pt} +\noindent +\begin{scriptsize}% +\begin{tabularx}{\linewidth}{clXX} + + \hline + \textbf{Roll} & \textbf{Combinations} & \textbf{Chance} & \textbf{or Greater} \\\hline + 2 & \epsdice{1}\epsdice{1} & 2.78\% & 100\% \\ + 3 & \epsdice{1}\epsdice{2} \epsdice{2}\epsdice{1} & 5.56\% & 97.22\% \\ + 4 & \epsdice{1}\epsdice{3} \epsdice{3}\epsdice{1} \epsdice{2}\epsdice{2} & 8.33\% & 91.67\% \\ + 5 & \epsdice{1}\epsdice{4} \epsdice{4}\epsdice{1} \epsdice{2}\epsdice{3} \epsdice{3}\epsdice{2} & 11.11\% & 83.33\% \\ + 6 & \epsdice{1}\epsdice{5} \epsdice{5}\epsdice{1} \epsdice{2}\epsdice{4} \epsdice{4}\epsdice{2} \epsdice{3}\epsdice{3} & 13.89\% & 72.22\% \\ + 7 & \epsdice{1}\epsdice{6} \epsdice{6}\epsdice{1} \epsdice{2}\epsdice{5} \epsdice{5}\epsdice{2} \epsdice{3}\epsdice{4} \epsdice{4}\epsdice{3} & 16.67\% & 58.33\% \\ + 8 & \epsdice{2}\epsdice{6} \epsdice{6}\epsdice{2} \epsdice{3}\epsdice{5} \epsdice{5}\epsdice{3} \epsdice{4}\epsdice{4} & 13.89\% & 41.67\% \\ + 9 & \epsdice{3}\epsdice{6} \epsdice{6}\epsdice{3} \epsdice{4}\epsdice{5} \epsdice{5}\epsdice{4} & 11.11\% & 27.78\% \\ + 10 & \epsdice{4}\epsdice{6} \epsdice{6}\epsdice{4} \epsdice{5}\epsdice{5} & 8.33\% & 16.67\% \\ + 11 & \epsdice{5}\epsdice{6} \epsdice{6}\epsdice{5} & 5.56\% & 8.33\% \\ + 12 & \epsdice{6}\epsdice{6} & 2.78\% & 2.78\% \\ + +\end{tabularx} +\end{scriptsize} + \paragraph{Always round up} -- whether someone is helping another character with half their score, or combat calls for half damage, or just any time someone divides a number, they round up at 0.5. One quarter of a +1 bonus is still 0, but half of a +3 bonus is always +2. -- GitLab