Skip to content
Snippets Groups Projects
Unverified Commit af3ca3b0 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

adjust example character story points by race

parent d98d7713
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,30 @@ ...@@ -2,13 +2,30 @@
\pagenumbering{gobble} \pagenumbering{gobble}
{\Huge Story Points~\Repeat{5}{\sqn}}
\iftoggle{examplecharacter}{ \iftoggle{examplecharacter}{
\charSpellList \charSpellList
\lineDots[22]
\renewcommand\charSpellList{} \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] \lineDots[32]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment