From 87cc1e1ffb4057ac0e47f85f573bb6bd110e30c1 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Fri, 13 Sep 2024 14:08:40 +0200 Subject: [PATCH] place FP on CS --- glossary.tex | 1 + stats.sty | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/glossary.tex b/glossary.tex index ee48fe3c..e30317d7 100644 --- a/glossary.tex +++ b/glossary.tex @@ -667,6 +667,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa shortplural={FP}, prefix={an\space}, prefixfirst={a\space}, + symbol={\adfdiamond}, parent={combat}, name={Fate Points (FP)}, ]{fp}{FP}{Fate Point} diff --git a/stats.sty b/stats.sty index c45b8930..3332824a 100644 --- a/stats.sty +++ b/stats.sty @@ -207,6 +207,7 @@ \else% {\centering\Repeat{\value{noAppearing}}{\hpStat\quad}}% \fi% + \ifnum\value{noAppearing}=1\fpStat\fi \vfill\null\par% } @@ -230,6 +231,10 @@ \Repeat{\value{mp}}{\Circle}% } +\newcommand\fpStat{% + \Repeat{\value{fp}}{\glsentrysymbol{fp}}% +} + %%%%%%%%%%%%%%%%%%%% Character Generation %%%%%%%%%%%%%%%%%%%% % % _ -- GitLab