From 5777d89419510bbe3eab2352f13e30a7f73011c0 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 13 Aug 2023 09:42:15 +0200
Subject: [PATCH] split off more headers

---
 rules.tex         |  2 ++
 rules/fate.tex    |  3 +--
 rules/fatigue.tex | 11 +++++++++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/rules.tex b/rules.tex
index a3fe0d6b..faa7a1ac 100644
--- a/rules.tex
+++ b/rules.tex
@@ -21,8 +21,10 @@
 
 \input{rules/skills.tex}
 
+\subsubsection*{Fate}
 \input{rules/fate.tex}
 
+\subsubsection*{\Glsfmtplural{fatigue}}
 \input{rules/fatigue.tex}
 
 \input{rules/weight}
diff --git a/rules/fate.tex b/rules/fate.tex
index 11811bc4..75e26a1b 100644
--- a/rules/fate.tex
+++ b/rules/fate.tex
@@ -1,7 +1,6 @@
-\subsubsection*{Fate}
 \begin{itemize}
   \item
-  Every character can store a number of \glspl{fp} equal to their total \glspl{xp} divided by 10 (round up) plus their Charisma Bonus.
+  Every character can store a number of \glspl{fp} equal to their total \glspl{xp} divided by 10,\footnote{Always round up.} plus their Charisma Bonus.
   \item
   If the character would receive Damage, they can elect to lose \glspl{fp} instead.
 \end{itemize}
diff --git a/rules/fatigue.tex b/rules/fatigue.tex
index abb2f01e..0994b568 100644
--- a/rules/fatigue.tex
+++ b/rules/fatigue.tex
@@ -1,7 +1,14 @@
-\subsubsection*{\Glsfmtplural{fatigue}}
 \begin{itemize}
   \item
-  Every round of exertion inflicts one \gls{fatigue}.
+  Every strenuous activity inflicts one \gls{fatigue}.
+  \begin{itemize}
+    \item
+    Climbing
+    \item
+    Combat
+    \item
+    Swimming
+  \end{itemize}
   \item
   Every \gls{fatigue} a character has above their current \glspl{hp} inflicts a -1 penalty to all actions.
 \end{itemize}
-- 
GitLab