From 644df9dc47cbc3c5e9de24c081872d81e1aa76a2 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 4 Sep 2024 11:17:20 +0200
Subject: [PATCH] fix xp formula in glos

---
 glossary.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 238cbc94..59032284 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -270,10 +270,10 @@ This collection is all you will need for this book.}
     \begin{boxtable}
          \textbf{Trait} & \textbf{Cost} \\
          \hline
-         \glsentrytext{attribute} & $5^{n} +5$  \\
+         \glsentrytext{attribute} & $5\times2^{n-1} +5$  \\
          \glsentrytext{skill}     & $5\times n$ \\
          Knack                    & $5\times n$ \\
-         Combat \glsentrytext{skill} & $10\times n$ \\
+         Combat \glsentrytext{skill} & $5\times 2^{n}$ \\
     \end{boxtable}
   Here `$n$' is the level purchased},
   shortplural={XP},
-- 
GitLab