Skip to content
Snippets Groups Projects
loot.sty 2.51 KiB
Newer Older
  • Learn to ignore specific revisions
  • \ProvidesPackage{config/loot}
    
    \newcounter{treasure}
    \setcounter{treasure}{\month}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    %%%%%%%%%%%%%%%%%%%% LOOT %%%%%%%%%%%%%%%%%%%%
    
    \newcommand{\lootSmall}{%
    	\iftoggle{bestiarychapter}{%
    		\ifodd\value{r2}%
    			$3D6$\else$2D6$%
    
    		\fi \glspl{cp}}{%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    		\randomdozen\multiply\value{r12} by \value{r4}\arabic{r12} \glspl{cp}}%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    }
    
    \newcommand{\lootMedium}{%
    	\iftoggle{bestiarychapter}{%
    		\ifodd\value{r2}%
    			$3D6$%
    		\else%
    			$2D6$%
    
    		\fi~\glspl{sp}}{%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    		\addtocounter{gold}{\thepage}%
    		\divide\value{gold} by \value{r4}%
    		\ifnum\value{gold}<4%
    			\setcounter{gold}{7}%
    		\fi%
    
    		\arabic{gold}~\glspl{sp}}%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    }
    
    \newcommand{\lootBig}{%
    \iftoggle{bestiarychapter}{%
    
    	\ifodd\thepage $3D6-2$\else$2D6+4$\fi \glspl{gp}}{%
    	\randomdozen\addtocounter{r12}{8}\arabic{r12}\glspl{gp}%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    	}%
    }
    
    \newcommand{\lootMagic}{%
    
      \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}%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
          \fi%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    \newcommand{\lootJewellery}{%
    
    \iftoggle{bestiarychapter}{jewellery worth \ifodd\value{r2}$3D6$sp\else$1D6+2$\glspl{gp}\fi}%
    
    	{\ifnumcomp{\value{r2}}{>}{1}{\randomtwo\ifodd\value{r3}%
        \randomthree%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    		\ifodd\value{r4}%
    
          \randomfour%
    
    			golden necklace worth \arabic{r12}~\glspl{sp}\else%
    			golden ring worth \thechapter~\glspl{sp}\fi\else%
    		jewel encrusted dagger worth \thepage~\glspl{sp}\fi}%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    	{\ifodd\value{r3}%
    
        \randomthree%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    		\ifodd\value{r4}%
    
          \randomfour%
    
    			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}}}
    
    Malin Freeborn's avatar
    Malin Freeborn committed