Newer
Older
\newcounter{treasure}
\setcounter{treasure}{\month}
%%%%%%%%%%%%%%%%%%%% LOOT %%%%%%%%%%%%%%%%%%%%
\newcommand{\lootSmall}{%
\iftoggle{bestiarychapter}{%
\ifodd\value{r2}%
$3D6$\else$2D6$%
\randomdozen\multiply\value{r12} by \value{r4}\arabic{r12} \glspl{cp}}%
}
\newcommand{\lootMedium}{%
\iftoggle{bestiarychapter}{%
\ifodd\value{r2}%
$3D6$%
\else%
$2D6$%
\addtocounter{gold}{\thepage}%
\divide\value{gold} by \value{r4}%
\ifnum\value{gold}<4%
\setcounter{gold}{7}%
\fi%
}
\newcommand{\lootBig}{%
\iftoggle{bestiarychapter}{%
\ifodd\thepage $3D6-2$\else$2D6+4$\fi \glspl{gp}}{%
\randomdozen\addtocounter{r12}{8}\arabic{r12}\glspl{gp}%
\ifnum\value{noAppearing}>1%
Mana stone holding 2 MP%
\else%
\iftoggle{bestiarychapter}{}%
{%
\stepcounter{treasure}%
\ifnum\value{treasure}>10\setcounter{treasure}{0}\fi%
\ifcase\value{treasure}\relax%
Sorcerer's Eye\index{Magical Item!Sorcerer's Eye}%
quiver with \arabic{r12} Spider Arrows\index{Magical Item!Spider Arrows}%
pouch of Wild Seeds\index{Magical Item!Wild Seeds}%
Bag of Holding\index{Magical Item!Bag of Holding}%
Defensive Heart\index{Magical Item!Defensive Heart}%
Portal Scroll\index{Magical Item!Portal Scroll}%
Sleeping Dust\index{Magical Item!Sleeping Dust}%
Ring of Asphyxiation\index{Magical Item!Ring of Asphyxiation}%
Ghost Shield\index{Magical Item!Ghost Shield}%
Bag of Tricks\index{Magical Item!Bag of Tricks}%
\or%10
Taming Flute\index{Magical Item!Taming Flute}%
\else%10
Mana Stone with 4 \glspl{mp}%
\iftoggle{bestiarychapter}{jewellery worth \ifodd\value{r2}$3D6$sp\else$1D6+2$\glspl{gp}\fi}%
{\ifnumcomp{\value{r2}}{>}{1}{\randomtwo\ifodd\value{r3}%
\randomthree%
golden necklace worth \arabic{r12}~\glspl{sp}\else%
golden ring worth \thechapter~\glspl{sp}\fi\else%
jewel encrusted dagger worth \thepage~\glspl{sp}\fi}%
ornate silver earrings worth 1 \glspl{gp}\else
gem encrusted broach worth \thechapter \glspl{gp}\fi\else%
\randomthreeB saphire pendant worth \arabic{r3b}\glspl{gp}\fi}}}