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

properly format glossary entries in knack commands

parent 6f309f5e
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@
}
\newcommand{\berserker}{%
Berserker (+1 \glsentrytext{ap}. on round 2 of combat, +1 Damage. on round 3)%
Berserker (+1 \glsentrytext{ap} on round 2 of combat, +1 Damage on round 3)%
}
\newcommand{\brawler}{%
......@@ -323,7 +323,7 @@
\newcommand{\laststand}{%
Last~Stand
(when losing \glspl{hp}, the character gains \arabic{knacksPlusTwo}~\glspl{ap})%
(when losing \glsfmtplural{hp}, the character gains \arabic{knacksPlusTwo}~\glsfmtplural{ap})%
}
\newcommand{\lucky}{%
......@@ -376,7 +376,7 @@
}
\newcommand{\autophage}{%
Autophage (cast with \glspl{ep} instead of \glsfmtplural{mp})%
Autophage (cast with \glsfmtplural{ep} instead of \glsfmtplural{mp})%
}
\newcommand{\snapcaster}{%
......@@ -745,7 +745,7 @@
\conDmg{track}%
\setcounter{enc}{\value{hp}}%
\addtocounter{enc}{\value{hp}}%
\addAbility{Fiery breath (range: \arabic{enc} \glspl{step}, Dam: \showDam\ifnum\value{mp}>0\ plus 1 per \glsentrytext{mp} spent\fi)}%
\addAbility{Fiery breath (range: \arabic{enc} \glsfmtplural{step}, Dam: \showDam\ifnum\value{mp}>0\ plus 1 per \glsentrytext{mp} spent\fi)}%
}
% To fly, creatures should have Speed
......@@ -776,13 +776,13 @@
\setcounter{track}{10}%
\addtocounter{track}{-\value{Speed}}%
\addAbility{Stench (breathing in demands \roll{Strength}{Survival} check, \glsentrytext{tn}~\arabic{track},
or take 3~\glspl{ep})}%
or take 3~\glsfmtplural{ep})}%
}
\newcommand{\crazyGas}{%
\setcounter{track}{4}%
\addtocounter{track}{\value{Strength}}%
\addAbility{Gas (receive hallucinations and \arabic{track}~\glspl{ep} per round)}%
\addAbility{Gas (receive hallucinations and \arabic{track}~\glsfmtplural{ep} per round)}%
}
\newcommand{\quadruped}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment