Skip to content
Snippets Groups Projects
Unverified Commit 9f22bb6a authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add Combat Rating acronym

parent 4fca7cb8
Branches
Tags
No related merge requests found
......@@ -226,6 +226,13 @@
prefix={an\space},
]{xp}{XP}{Experience Point}
\newacronym[
description={gives a rough estimate of the creature's combat abilities},
shortplural={CRs},
prefix={a\space},
nonumberlist,
]{cr}{CR}{Combat Rating}
\newacronym[
description={-- one of the characters run by the people playing the game},
prefix={a\space},
......
......@@ -781,12 +781,12 @@
{
\ifnumcomp{\value{xp}}{<}{73}%
{\ifnumcomp{\value{xp}}{<}{40}%
{\arabic{xpbonus} XP}{$\frac{1}{2}$ XP}}%
{\glsentrytext{cr}: \arabic{xpbonus}}{\glsentrytext{cr} $\frac{1}{2}$}}%
{
\addtocounter{xp}{-60}%
\divide\value{xp} by 13%
\addtocounter{xp}{\value{xpbonus}}%
\arabic{xp} XP%
\glsentrytext{cr}: \arabic{xp}%
}%
% if the creature has a mind, print fate points (if any).
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment