Skip to content
Snippets Groups Projects
Unverified Commit e15e4067 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix vitals shot example

parent db674919
No related branches found
No related tags found
No related merge requests found
......@@ -241,11 +241,17 @@ Complete armour adds +1 to the \glsentryname{weight} and multiplies the price by
is a rating used for certain creatures which have natural armour without weak spots (such as stone giants), or magical armour.
\boxPair{
\paragraph{A combat roll involving armour}
might look like this: a \gls{pc} with \textit{partial} leather armour faces off against a soldier, with \textit{complete} plate armour.
If the \gls{pc} fails their roll by 3 or more points below the \gls{tn} then the knight hits them, and bypasses their leather armour's \glsentrylong{dr}.
And if the \gls{pc} hits the knight and rolls 5 points above the \gls{tn} then they bypass the knight's \gls{dr}.
Assuming the player's total \gls{tn} is `7', the possible results will look like this:
\begin{boxtable}
\textbf{Roll} & \textbf{Result} \\
\hline
<4 & \Glsentrytext{pc} is hit, no \gls{dr} \\
4 & \Glsentrytext{pc} is hit, but \gls{dr} applies \\
$< 5$ & \Glsentrytext{pc} is hit, no \gls{dr} \\
5 & \Glsentrytext{pc} is hit, but \gls{dr} applies \\
6 & \Glsentrytext{pc} is hit, but \gls{dr} applies \\
7 & \Glsentrytext{npc} is hit, but \gls{dr} applies \\
......@@ -253,16 +259,9 @@ is a rating used for certain creatures which have natural armour without weak sp
9 & \Glsentrytext{npc} is hit, but \gls{dr} applies \\
10 & \Glsentrytext{npc} is hit, but \gls{dr} applies \\
11 & \Glsentrytext{npc} is hit, but \gls{dr} applies \\
>11 & \Glsentrytext{npc} is hit, no \gls{dr} applies \\
$> 11$ & \Glsentrytext{npc} is hit, no \gls{dr} applies \\
\end{boxtable}
\paragraph{A combat roll involving armour}
might look like this: a \gls{pc} with \textit{partial} leather armour faces off against a white knight, with \textit{complete} plate armour.
If the \gls{pc} fails their roll by 4 or more points below the \gls{tn} then the knight hits them, and bypasses their leather armour's \glsentrylong{dr}.
And if the \gls{pc} hits the knight and rolls 6 points above the \gls{tn} then they bypass the knight's \gls{dr}.
Assuming the player's total \gls{tn} is `7', the possible results will look like this:
}{
\pic{Roch_Hercka/vitals_shot}{\label{roch:vitals}}
}
......
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