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

adjust statblock spacing

parent c68b859d
Branches
No related tags found
No related merge requests found
......@@ -42,6 +42,17 @@ Which then makes a male dragon called ``Bob'':
You can summon dozens of monsters, including \verb"humansoldier", \verb"basilisk", and \verb"\ghoul"
(see \verb"monsters.tex" for all the examples).
A longer command lets you fill in more information about \pgls{npc}.
\begin{verbatim}
\humandiplomat[\NPC{\Hu\F}{Bob}%
{Erratic}%
{Snaps fingers}%
{Sandwiches}]
\end{verbatim}
\humandiplomat[\NPC{\Hu\F}{Bob}{Erratic}{Snaps fingers}{Sandwiches}]
Placing a number after the `T' symbol, e.g. \verb"\T[5]" to change the number of rows of boxes to track stats.
\ghoul[\npc{\T[5]\D}{5 Ghouls}]
......
......@@ -224,7 +224,7 @@
\setcounter{freeHP}{0}
\newcommand\boxStat[1]{%
\Repeat{\value{#1}}{\Circle}%
\glsentrytext{R}~\Repeat{\value{#1}}{\Square}%
}
\newcommand\hpStat[1]{%
......@@ -274,7 +274,7 @@
\newcommand\HPMPboxes{%
\setcounter{enc}{\value{hp}}%
\addtocounter{enc}{\value{mp}}%
\ifnum\value{enc}<16%
\ifnum\value{enc}<24%
\begin{tabular}{rr}%
\hiderowcolors%
\Repeat{\value{noAppearing}}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment