From af3ca3b0e01ec0aa0ff70950852239c5b9c82227 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 9 Mar 2023 17:43:14 +0100 Subject: [PATCH] adjust example character story points by race --- CS/backpage.tex | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CS/backpage.tex b/CS/backpage.tex index fc159d64..36ac7129 100644 --- a/CS/backpage.tex +++ b/CS/backpage.tex @@ -2,13 +2,30 @@ \pagenumbering{gobble} -{\Huge Story Points~\Repeat{5}{\sqn}} \iftoggle{examplecharacter}{ \charSpellList - \lineDots[22] \renewcommand\charSpellList{} + + \vspace{5em} + + \ifdefstring{\race}{Elf}% + { + {\Huge Story Points~\Repeat{5}{\sqr}} + + (Elves begin with Story Points already spent) + }% + {% + {\Huge Story Points~\Repeat{5}{\sqn}} + \ifdefstring{\race}{Dwarf}{ + + Taciturn Dwarves do not spend Story Points in the first session. + }{}% + }% + + \lineDots[22] }{ + {\Huge Story Points~\Repeat{5}{\sqn}} \lineDots[32] } -- GitLab