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

add hp and weight symbols

parent 6e133700
No related branches found
No related tags found
No related merge requests found
...@@ -602,6 +602,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa ...@@ -602,6 +602,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa
shortplural={HP}, shortplural={HP},
prefix={an\space}, prefix={an\space},
prefixfirst={a\space}, prefixfirst={a\space},
symbol={\fullmoon},
parent={combat}, parent={combat},
name={Health Points (HP)}, name={Health Points (HP)},
]{hp}{HP}{Health Point} ]{hp}{HP}{Health Point}
...@@ -828,6 +829,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa ...@@ -828,6 +829,7 @@ Set the darker die to `\dicef{6}' and roll the other. If this roll fails, it fa
text={Weight}, text={Weight},
first={Weight Rating}, first={Weight Rating},
prefix={a\space}, prefix={a\space},
symbol={\astrosun},
sort={A}, sort={A},
type={mech}, type={mech},
nonumberlist, nonumberlist,
......
...@@ -221,9 +221,9 @@ ...@@ -221,9 +221,9 @@
} }
\newcommand\hpStat{% \newcommand\hpStat{%
\Repeat{\value{weight}}{\LEFTcircle}% \Repeat{\value{weight}}{\glsentrysymbol{weight}}%
\Repeat{\value{freeHP}}{\Circle}% \Repeat{\value{freeHP}}{\glsentrysymbol{hp}}%
\Repeat{\value{wounds}}{\CIRCLE}% \Repeat{\value{wounds}}{\makebox[0pt]{\hspace{.7em}\checked}\glsentrysymbol{hp}}%
} }
\newcommand\mpStat{% \newcommand\mpStat{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment