From a49481e17bf61a7e2415dc48341af5617dbf2b6a Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 11 Dec 2023 12:39:03 +0100 Subject: [PATCH] add guilds gls entries --- glossary.tex | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ test.tex | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/glossary.tex b/glossary.tex index dfe98272..732fe254 100644 --- a/glossary.tex +++ b/glossary.tex @@ -364,6 +364,58 @@ description={is the world the characters exist in} } +% Guilds + +\newglossaryentry{wheat}{ + name={The Poison Guild}, + text={\ifodd\thepage Wheat\else Poison\fi Guild}, + prefix={a\space}, + description={which protects humanity from poison through baking and brewing} +} + +\newglossaryentry{healer}{ + name={The Healers Guild}, + text={Healers Guild}, + prefix={a\space}, + description={Temple of Sickness} +} + +\newglossaryentry{doulaShop}{ + name={The Doula Shop}, + text={Doula Shop}, + prefix={a\space}, + description={form the rare locations the doula sell various potions and blessings}, +} + +\newglossaryentry{court}{ + name={The Pit of Justice}, + text={Pit of Justice}, + prefix={a\space}, + description={provides cheering crowds a place to see justice in action} +} + +\newglossaryentry{weaver}{ + name={The Weavers' Guild}, + text={Weavers' Guild}, + prefix={a\space}, + description={produces the best and warmest of clothes for \glsentrytext{fenestra}'s harsh cold seasons} +} + +\newglossaryentry{armourer}{ + name={The Armourers' Guild}, + text={Armourers' Guild}, + prefix={an\space}, + description={protect people from people with metal, leather, and negotiating skills} +} + +\newglossaryentry{paper}{ + name={The Paper Guild}, + text={Paper Guild}, + prefix={a\space}, + description={create paper, candles, and soap. + They always need more basilisk bodies to make the latter two} +} + %%%%% Symbols \newglossaryentry{plant}{ diff --git a/test.tex b/test.tex index 6d5a0e56..e50adc6d 100644 --- a/test.tex +++ b/test.tex @@ -53,7 +53,7 @@ That means the season in Fenestra is \showSeason, which means it's \showTemperat \Glspl{guard} and \glspl{bothy} and \glspl{village}, oh my! -Also, \gls{talisman}. +Also, \gls{talisman}, \gls{paper}, \gls{weaver}, \gls{court}. \begin{boxtable} -- GitLab