Newer
Older
\newcommand\stackingDamageChart{
\begin{nametable}[l|YYYYYYYYYY]{Damage Conversion}
\textbf{Damage} & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\
\textbf{Roll} & 1D6-3 & 1D6-2 & 1D6-1 & 1D6 & 1D6+1 & 1D6+2 & 1D6+3 & 2D6 & 2D6+1 & 2D6+2 \\
\end{nametable}
}
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\newcommand\manaRegenChart{
\begin{tabularx}{\linewidth}{Xc}
\hline
Underground & 1 \\
Indoors & 2 \\
Outdoors & 3 \\
Storm & 4 \\
\hline
\end{tabularx}
}
\newcommand\manaCoveringChart{
\begin{tabularx}{\linewidth}{Xc}
\hline
Partial armour & -1 \\
Complete armour & -2 \\
\hline
\end{tabularx}
}
\newcommand{\commonWeaponsChart}{
\begin{nametable}[lYYYY]{M\^{e}l\'{e}e Weapons}
\textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
\Dagger \\
\javelin \\
\longsword \\
\maul \\
\quarterstaff \\
\shortsword \\
\end{nametable}
}