From f94c2ebdc7a3090e06482f7b3cda924a262806f7 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 1 Aug 2023 11:47:51 +0200
Subject: [PATCH] place intervals in rules

---
 rules.tex                          |  5 +++--
 rules/{scenes.tex => interval.tex} | 17 ++++++++++++++---
 2 files changed, 17 insertions(+), 5 deletions(-)
 rename rules/{scenes.tex => interval.tex} (65%)

diff --git a/rules.tex b/rules.tex
index 50a533b7..653a16f6 100644
--- a/rules.tex
+++ b/rules.tex
@@ -7,6 +7,7 @@
 
 \frontmatter
 
+\small
 \section*{Binding Rules}
 
 \begin{multicols}{2}
@@ -40,9 +41,9 @@
 
 \input{rules/spells.tex}
 
-\subsection*{End of Scene}
+\subsection*{Intervals}
 
-\input{rules/scenes.tex}
+\input{rules/interval.tex}
 
 \end{multicols}
 \end{document}
diff --git a/rules/scenes.tex b/rules/interval.tex
similarity index 65%
rename from rules/scenes.tex
rename to rules/interval.tex
index 27266c5d..6aacc3a7 100644
--- a/rules/scenes.tex
+++ b/rules/interval.tex
@@ -1,10 +1,21 @@
-At the end of each scene, a number of things happen:
+The day has four intervals:
+
+\vspace{1em}
+\begin{tabularx}{\linewidth}{c|c|c|c}
+
+  \hline
+  1 \textbf{Morning} & 2 \textbf{Afternoon} & 3 \textbf{Evening} & 4 \textbf{Night} \\
+  \hline
+\end{tabularx}
+\vspace{1em}
+
+At the end of each Interval, a number of things happen:
 
 \begin{itemize}
   \item
-  The \gls{gm} rolls 1D6, and every character who took part in the scene regenerates that many \glspl{fp}.
+  The \gls{gm} rolls 1D6, and every character who took part in the Interval regenerates that many \glspl{fp}.
   \item
-  Characters who rested for the scene regenerate a number of Fatigue Points equal to half their current \glspl{hp} (rounded up).
+  Characters who rested for the Interval regenerate a number of Fatigue Points equal to half their current \glspl{hp} (rounded up).
   \item
   The \gls{gm} divides a number of \glspl{mp} between everything in the area which can hold \glspl{mp} (round up).
   \begin{itemize}
-- 
GitLab