From a6646e3526d682d5f546a8aea78d7c00d099ab40 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 12 May 2024 01:20:53 +0200
Subject: [PATCH] add counters and mixers to healers' guild

---
 glossary.tex | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/glossary.tex b/glossary.tex
index 12a58a71..a6325275 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -714,6 +714,24 @@
   The \glsentrytext{guard} who endure permanent injuries often retire as Helpers},
 }
 
+\newglossaryentry{mixer}{
+  name={Mixers},
+  text={mixer},
+  prefix={a\space},
+  parent={helper},
+  description={can devise \glsentrytext{elixir} recipes to cure diseases.
+  They create a constant demand on the \glsentrytext{ingredient}-trade, as people are always getting sick with one thing or another},
+}
+
+\newglossaryentry{counter}{
+  name={Counters},
+  text={counters},
+  prefix={a\space},
+  parent={helper},
+  description={count the spare beds, pension-funds paid towards the \glsentrytext{templeOfSickness}, expected time until a sick person die, total \glsentrytext{ingredient}-count of each type, and expected total cures and corpses.
+  They form the heart of every \glsentrytext{healersGuild}},
+}
+
 \newglossaryentry{nulla}{
   name={\qquad},
   category={god},
-- 
GitLab