From 61b5011d2a10f8dd44c16d2d7beb24fd1ac75b66 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 15 Aug 2024 08:05:26 +0200 Subject: [PATCH] place coinage under equipment --- glossary.tex | 79 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 46 insertions(+), 33 deletions(-) diff --git a/glossary.tex b/glossary.tex index b274b506..42295f4c 100644 --- a/glossary.tex +++ b/glossary.tex @@ -835,6 +835,50 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa name={Exhaustion Points (EP)}, ]{ep}{EP}{Exhaustion Point} +\longnewglossaryentry{coin}{ + name={Coins}, + text={coin}, + prefix={a\space}, + sort={Y}, + type={mech}, + nonumberlist, + parent={equipment}, + description={become heavy quickly, gaining a total \glsentrytext{weight} of 1 for every 100, so a small chest of 1,000 coins would have a total \glsentrytext{weight} of 10}, +} + +\newacronym[ + description={are the smallest unit of currency}, + shortplural={cp}, + name={Copper Pieces ({\scshape cp})}, + type={mech}, + longplural={copper pieces}, + prefix={a\space}, + parent={coin}, +]{cp}{cp}{copper piece} + +\newacronym[ + description={gets you 100 copper pieces}, + name={Silver Pieces ({\scshape sp})}, + sort={Y}, + type={mech}, + longplural={silver pieces}, + shortplural={sp}, + prefix={a\space}, + parent={coin}, + ]{sp}{sp}{silver piece} + +\newacronym[ + description={convert to ten silver, or a thousand copper pieces}, + name={Gold Pieces ({\scshape gp})}, + shortplural={gp}, + longplural={gold pieces}, + sort={Z}, + type={mech}, + prefix={a\space}, + parent={coin}, +]{gp}{gp}{Gold Piece} + + % Magic \longnewglossaryentry{witchcraft}{ @@ -1047,45 +1091,14 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa \longnewglossaryentry{tradeTongue}{ name={The Trade Tongue}, text={Trade Tongue}, + sort={Trade Tongue}, category={indexed}, - parent={trade}, + parent={fenestra}, description={lets people trade, despite not sharing much of a common language. It has about two hundred words, so people have to indicate what they want to say by lumping words together. E.g. `cow' might be `white-water animal', and cheese could be `rock of white-water animal'}, } -\newacronym[ - description={are the smallest unit of currency}, - shortplural={cp}, - name={Copper Pieces ({\scshape cp})}, - type={main}, - longplural={copper pieces}, - prefix={a\space}, - parent={trade}, -]{cp}{cp}{copper piece} - -\newacronym[ - description={gets you 100 copper pieces}, - name={Silver Pieces ({\scshape sp})}, - type={main}, - sort={silver piece}, - longplural={silver pieces}, - shortplural={sp}, - prefix={a\space}, - parent={trade}, - ]{sp}{sp}{silver piece} - -\newacronym[ - description={convert to ten silver, or a thousand copper pieces}, - shortplural={gp}, - longplural={gold pieces}, - name={Gold Pieces ({\scshape gp})}, - type={main}, - sort={Gold Piece}, - prefix={a\space}, - parent={trade}, -]{gp}{gp}{Gold Piece} - \newacronym[ description={is the universal way to measure time in \glsentrytext{fenestra}, where one \glsentrytext{cycle} equals three `years'}, name={Gnomish Machine Time (GMT)}, -- GitLab