Skip to content
Snippets Groups Projects
Verified Commit 7220d32b authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make story points grants 1xp per spent

parent 9f5bf6da
No related branches found
No related tags found
No related merge requests found
...@@ -66,10 +66,10 @@ All stories should be noted down on the back of the character sheet, including a ...@@ -66,10 +66,10 @@ All stories should be noted down on the back of the character sheet, including a
\subsection{Experience Points} \subsection{Experience Points}
\label{storyXP} \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}{% \iftoggle{verbose}{%
The first \gls{storypoint} grants 5 \glspl{xp}, the second grants 4, and so on. The first \gls{storypoint} grants 1 \glspl{xp}, the second grants 2, 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}. 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}.
}% }%
{} {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment