From 1b18c865f5ec1c7bc4610d92338bee6b29c3fcf9 Mon Sep 17 00:00:00 2001 From: Anth0rx <anthorx@keemail.me> Date: Wed, 16 Oct 2024 20:09:30 +0200 Subject: [PATCH] Make HP stat symbols clearer Signed-off-by: Anth0rx <anthorx@keemail.me> --- glossary.tex | 4 ++-- stats.sty | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glossary.tex b/glossary.tex index 8036a265..90f62561 100644 --- a/glossary.tex +++ b/glossary.tex @@ -655,7 +655,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa shortplural={HP}, prefix={an\space}, prefixfirst={a\space}, - symbol={\fullmoon}, + symbol={\text{$\vcenter{\hbox{\scalebox{0.8}{\bigcirc}}}$}}, parent={combat}, name={Health Points (HP)}, ]{hp}{HP}{Health Point} @@ -908,7 +908,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa text={Weight}, first={Weight Rating}, prefix={a\space}, - symbol={\astrosun}, + symbol={\text{$\vcenter{\hbox{\scalebox{1.1}{\oslash}}}$}}, sort={A}, type={mech}, nonumberlist, diff --git a/stats.sty b/stats.sty index 6c7533b7..9b7f42f5 100644 --- a/stats.sty +++ b/stats.sty @@ -224,7 +224,7 @@ \newcommand\hpStat{% \Repeat{\value{weight}}{\glsentrysymbol{weight}}% \Repeat{\value{freeHP}}{\glsentrysymbol{hp}}% - \Repeat{\value{wounds}}{\makebox[0pt]{\hspace{.7em}\checked}\glsentrysymbol{hp}}% + \Repeat{\value{wounds}}{\text{$\vcenter{\hbox{\scalebox{1.1}{\otimes}}}$}}% } \newcommand\mpStat{% -- GitLab