From 7220d32bfd2cec37d2555c60e73227ae7aa43f89 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 10 Jul 2022 17:22:31 +0200
Subject: [PATCH] make story points grants 1xp per spent

---
 stories.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stories.tex b/stories.tex
index deb68875..2e5e9c6a 100644
--- a/stories.tex
+++ b/stories.tex
@@ -66,10 +66,10 @@ All stories should be noted down on the back of the character sheet, including a
 \subsection{Experience Points}
 \label{storyXP}
 
-Each time a player spends a \gls{storypoint}, the character earns a number of \glspl{xp} equal to the number of \glspl{storypoint} they have.
+Each time a player spends a \gls{storypoint}, the character earns a number of \glspl{xp} equal to the number of \glspl{storypoint} they've spent so far.
 \iftoggle{verbose}{%
-	The first \gls{storypoint} grants 5 \glspl{xp}, the second grants 4, and so on.
-	If a character spends 2 \glspl{storypoint} to stipulate that their blacksmith uncle likes wandering around the depths of the forest the characters find themselves in, then the player would receive ($5+4$) 9 \glspl{xp}.
+	The first \gls{storypoint} grants 1 \glspl{xp}, the second grants 2, and so on.
+	If a character spends 3 \glspl{storypoint} to stipulate that their blacksmith uncle likes wandering around the depths of the forest, and lives in a small fort, then the player would receive ($1+2+3$) 6 \glspl{xp}.
 	}%
 	{}
 
-- 
GitLab