From 222d7af38ee4c30d2b98c87f6653b1252d83995a Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 4 Nov 2023 10:15:46 +0100
Subject: [PATCH] separate ingredients from boons in glossary

---
 glossary.tex | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/glossary.tex b/glossary.tex
index babe58c1..c1be96f9 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -71,12 +71,23 @@
   description={means quarter of a day -- morning, afternoon, evening, or night}
 }
 
+\newglossaryentry{boon}{
+  nonumberlist,
+  prefix={a\space},
+  name={Boon},
+  text={boon},
+  description={a liquid or powder which, when thrown in the air, hyper-charges the use of a single Sphere, for anyone present next to the burst.
+  For example, a boon to the Air Sphere would mean a caster with Air 2 could cast a single spell as if they had Air 3.
+  The first spell cast, uses up the effect, although some powders have enough for multiple spells}
+}
+
 \newglossaryentry{ingredient}{
   nonumberlist,
   prefix={a\space},
   name={Ingredients},
   text={ingredient},
-  description={A piece of an animal or plant which can boost a spell-caster's sphere levels momentarily}
+  description={A piece of an animal or plant which, when a skilled herbalist may prepare for use as a \glsentrytext{boon}.
+  Most require the Medicine Skill to properly prepare}
 }
 
 \newglossaryentry{area}{
-- 
GitLab