chiark / gitweb /
.gitignore: Also ignore Metapost output.
[dnd] / mystic.tex
1 \documentclass{tables}
2
3 \begin{document}
4
5 \sect{Mystics}
6
7 \begin{tabular}[C]{\shade rccMrrc} \hlx*{hv}
8   \tt{Mystic abilities} \\
9   \th{Level} & \th{Move} & \th{Hit as if} &
10   \th{AC} & \th{\#AT} & \th{Damage}
11   \\ \hlx{vhv}
12    1 & 120 &      --- &  9 & 1 & $\dice{1d4}$       \\ \hlx{+}
13    2 & 130 & silvered &  8 & 1 & $\dice{1d4} + 1$   \\ \hlx{+}
14    3 & 140 & silvered &  7 & 1 & $\dice{1d6}$       \\ \hlx{+}
15    4 & 150 & silvered &  6 & 1 & $\dice{1d6} + 1$   \\ \hlx{+}
16    5 & 160 &     $+1$ &  5 & 2 & $\dice{1d8}$       \\ \hlx{+}
17    6 & 170 &     $+1$ &  4 & 2 & $\dice{1d8} + 1$   \\ \hlx{+}
18    7 & 180 &     $+1$ &  3 & 2 & $\dice{1d10}$      \\ \hlx{+}
19    8 & 190 &     $+2$ &  2 & 2 & $\dice{1d12}$      \\ \hlx{+}
20    9 & 200 &     $+2$ &  1 & 3 & $\dice{2d8}$       \\ \hlx{+}
21   10 & 210 &     $+2$ &  0 & 3 & $\dice{2d10}$      \\ \hlx{+}
22   11 & 220 &     $+3$ & -1 & 3 & $\dice{2d12}$      \\ \hlx{+}
23   12 & 240 &     $+3$ & -2 & 3 & $\dice{3d8} + 1$   \\ \hlx{+}
24   13 & 260 &     $+3$ & -3 & 4 & $\dice{4d6} + 2$   \\ \hlx{+}
25   14 & 280 &     $+4$ & -4 & 4 & $\dice{5d6}$       \\ \hlx{+}
26   15 & 300 &     $+4$ & -5 & 4 & $\dice{4d8}$       \\ \hlx{+}
27   16 & 320 &     $+5$ & -6 & 4 & $\dice{3d12}$      \\ \hlx*{vh}
28 \end{tabular}
29
30 \end{document}
31
32 %%% Local Variables: 
33 %%% mode: latex
34 %%% TeX-master: t
35 %%% End: