From 5e9155f386cd089210d75f0493d8d1e8e214bec1 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 3 Sep 2023 22:12:12 +0200
Subject: [PATCH] edit glossary definitions

---
 glossary.tex | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index e5be7f8c..837d6239 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -41,21 +41,26 @@
 \newglossaryentry{gm}{
   nonumberlist,
   prefix={a\space},
-  name={Judge},
-  description={The person running the game, interpreting the rules, and forgetting to bring enough pencils}
+  name={The Judge},
+  text={Judge},
+  sort={Judge},
+  description={runs the game, interprets the rules, and forgets to bring enough pencils}
 }
 
 \newglossaryentry{storypoint}{
-  name={Story Point},
+  name={Story Points},
+  text={Story Point},
   nonumberlist,
-  description={Players spend Story Points to bring elements of their history into play. By spending Story Points, a backstory is slowly crafted over multiple sessions}
+  description={allow players to declare that some part of their backstory arrives on scene to help the situation. They also grant XP.}
 }
 
 \newglossaryentry{interval}{
   nonumberlist,
   prefix={an\space},
-  name={Interval},
-  description={A quarter of a day -- morning, afternoon, evening, or night}
+  name={An Interval},
+  text={Interval},
+  sort={Interval},
+  description={means quarter of a day -- morning, afternoon, evening, or night}
 }
 
 \newacronym[
@@ -71,10 +76,11 @@
   ]{hp}{HP}{Health Point}
 
 \newglossaryentry{fatigue}{
-  name={Fatigue Point},
+  name={Fatigue Points},
+  text={Fatigue Point},
   nonumberlist,
   prefix={a\space},
-  description={A measure of how tired a character is.
+  description={measure how tired a character is.
   Characters can put up with a number of Fatigue Points equal to their \glsentrytext{hp}, after which they receive penalties to act}
 }
 
@@ -131,7 +137,7 @@
   nonumberlist,
   first={Weight Rating},
   prefix={a\space},
-  description={A measure of how heavy something is when compared to a character's Strength Bonus.
+  description={measures how heavy something is when compared to a character's Strength Bonus.
   Creatures have a \glsentrytext{weight} equal to their own \glsentrytext{hp}}
 }
 
@@ -154,7 +160,7 @@
   text={Deep},
   first={Deep Underground},
   prefix={a\space},
-  description={the area below or beyond the civilized caverns where the dwarves live, where most tunnels lie barren, and others contain nothing but dangerous beasts}
+  description={is the area below or beyond the civilized caverns where the dwarves live, where most tunnels lie barren, and others contain nothing but dangerous beasts}
 }
 
 \newglossaryentry{guard}{
@@ -183,7 +189,7 @@
 
 \newglossaryentry{fenestra}{
   name={Fenestra},
-  description={is the world we live on}
+  description={is the world the characters exist}
 }
 
 %%%%% Symbols
-- 
GitLab