From 20ef545819f02a2ec45fdc65b705d1635dbded1a Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 24 Dec 2023 23:20:56 +0100 Subject: [PATCH] make cave travel chart --- commands.tex | 18 ++++++++++++++++++ systems.tex | 10 ++++++++++ 2 files changed, 28 insertions(+) diff --git a/commands.tex b/commands.tex index 5efec7d0..7496c171 100644 --- a/commands.tex +++ b/commands.tex @@ -271,3 +271,21 @@ < 4 & < 3 & Slowburn ivy: gain 2 \glspl{fatigue} each interval until you find a cure (Intelligence + Medicine, \tn[8]). \\ \end{nametable} } + +\newcommand\caveTravelChart{ + \sidebox{ + \begin{boxtable}[YYY] + + \textbf{Miles} & \textbf{\glsentrytext{tn}} & \textbf{\Glsfmtplural{fatigue}} \\\hline + + 0 & 10 & 0/ 3 \\ + + 1 & 12 & 2/ 5 \\ + + 2 & 14 & 4/ 7 \\ + + 3 & 16 & 6/ 9 \\ + + \end{boxtable} + }% +} diff --git a/systems.tex b/systems.tex index 66b755b5..44456797 100644 --- a/systems.tex +++ b/systems.tex @@ -117,6 +117,16 @@ If the \glspl{pc} fail the roll, the \gls{gm} should increase the \gls{tn} for a Once out, all penalties vanish, except for a single \gls{fatigue}. +\makeRule{walk_underground}{Walking Underground}{Dexterity}{Caving}{8, plus 2 per mile} +Caverns offer all manner of impediments, from sudden drops to falling debris, and passages full of water. + +\index{Spelunking!Walking} +\caveTravelChart + +Each \gls{interval}, the \glspl{pc} decide how many miles they wish to cover, and make a roll. +Proper equipment, such as ropes, a harness, and a map, can add up to +3. +Failure results in an additional 3~\glspl{fatigue}, as the characters bang their head, twist an ankle, or bruise their arse on slippery fall. + \subsection{Town Activities} \makeRule{marching}{Judging services}{Wits}{Empathy}{9} -- GitLab