This commit is contained in:
2024-04-26 14:33:31 +02:00
parent e58a2d31b7
commit 47955aeaee
5 changed files with 450 additions and 20 deletions

View File

@ -1,24 +1,8 @@
\section{Combat, cont.}
\begin{center}
\begin{minipage}[t]{0.46\textwidth}
\subsection{Hit Location Table}
\rowcolors{1}{tablecolor1}{tablecolor2}
\begin{tabular}{|c|c|c|c|}
\hline
\rowcolor[HTML]{000000}
{\color[HTML]{FFFFFF}\textbf{D20}} & \multicolumn{3}{|c|}{\color[HTML]{FFFFFF}\textbf{HIT LOCATION}} \\ \hline
\rowcolor[HTML]{000000}
{\color[HTML]{FFFFFF}\textbf{ROLL}} & {\color[HTML]{FFFFFF}\textbf{Person}} & {\color[HTML]{FFFFFF}\textbf{Quadruped}} & {\color[HTML]{FFFFFF}\textbf{Flying Insect}} \\ \hline
1-2 & Head & Head & Head \\ \hline
3-8 & Torso & Torso & Torso \\ \hline
9-11 & Left Arm & Left Front Leg & Left Wing \\ \hline
12-14 & Right Arm & Right Front Leg & Right Wing \\ \hline
15-17 & Left Leg & Left Hind Leg & Left Legs \\ \hline
18-20 & Right Leg & Right Hind Leg & Right Legs \\ \hline
\end{tabular}
\vspace*{10pt}
\begin{minipage}[t]{0.46\textwidth}
\subsection{Distances and Ranges}
Areas are divided into \textbf{zones}, which are not fixed in size. A zone is whatever size is needed to convey it's "about 1 area". It could be a single room or a large clearing in a forest. Distances are measured in 5 categories:
\begin{itemize}
@ -35,6 +19,8 @@ When rolling \dice{}, roll a d6:
\vspace*{5pt}
\rowcolors{1}{tablecolor1}{tablecolor2}
\subtitlefont
\begin{tabular}{|c|c|}
\hline
\rowcolor[HTML]{000000}
@ -68,4 +54,23 @@ When a character reaches 0 HP, they suffer an injury and begin \textbf{dying}. A
All attacks while dying give an injury.
\end{minipage}
\end{center}
\subsection{Hit Location Table}
\begin{center}
\subtitlefont
\rowcolors{1}{tablecolor1}{tablecolor2}
\begin{tabular}{|c|c|c|c|c|}
\hline
\rowcolor[HTML]{000000}
{\color[HTML]{FFFFFF}\textbf{D20}} & \multicolumn{4}{|c|}{\color[HTML]{FFFFFF}\textbf{HIT LOCATION}} \\ \hline
\rowcolor[HTML]{000000}
{\color[HTML]{FFFFFF}\textbf{ROLL}} & {\color[HTML]{FFFFFF}\textbf{Humanoid}} & {\color[HTML]{FFFFFF}\textbf{Quadruped}} & {\color[HTML]{FFFFFF}\textbf{Flying Insect}} & {\color[HTML]{FFFFFF}\textbf{Mister Handy}} \\ \hline
1-2 & Head & Head & Head & Optics (as head)\\ \hline
3-8 & Torso & Torso & Torso & Main body (as torso) \\ \hline
9-11 & Left Arm & Left Front Leg & Left Wing (as leg) & Arm 1\\ \hline
12-14 & Right Arm & Right Front Leg & Right Wing (as leg) & Arm 2 \\ \hline
15-17 & Left Leg & Left Hind Leg & Left Legs & Arm 3 \\ \hline
18-20 & Right Leg & Right Hind Leg & Right Legs & Thruster (as leg) \\ \hline
\end{tabular}
\end{center}