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

have \lootMagic give Ingredients

parent be6455eb
Branches
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@
}%
}
\newcommand{\lootMagic}{%
\newcommand{\lootArtefact}{%
\iftoggle{genExamples}{}%
{%
\ifnum\value{treasure}>8\setcounter{treasure}{1}\fi%
......@@ -137,6 +137,25 @@
}%
}
\newcommand{\lootMagic}{%
\iftoggle{genExamples}{}%
{%
\ifnum\value{diceNo2}>5\setcounter{diceNo2}{1}\fi%
\ifcase\value{diceNo2}\relax%
Earth \gls{ingredient}%
\or%1
Air \gls{ingredient}%
\or%2
Fire \gls{ingredient}%
\or%3
Water \gls{ingredient}%
\else%4
Fate \gls{ingredient}%
\fi%
\stepcounter{diceNo2}%
}%
}
\newcommand{\lootJewellery}{%
\iftoggle{genExamples}{jewellery worth \ifodd\value{r2}$3D6$sp\else$1D6+2$~\glspl{gp}\fi}%
{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment