diff --git a/config/monsters.tex b/config/monsters.tex index b1e93e15e33bec5cd1d525ee5d4ebf52bde2d5a4..b8a535f236a3429b2c2dd64cbb8dca707dacd364 100644 --- a/config/monsters.tex +++ b/config/monsters.tex @@ -385,7 +385,7 @@ \setcounter{xp}{\value{attackXPtotal}} \addtocounter{xp}{\value{defenceXPtotal}} \addtocounter{xp}{-350} - \divide\value{xp} by 80 + \divide\value{xp} by 120 \addtocounter{xp}{\value{xpbonus}} \addtocounter{xp}{\value{mp}} % if {mind} print fate points. @@ -902,7 +902,7 @@ \setcounter{gold}{\value{r2b}} \addtocounter{gold}{-1} \randomthree - \addtocounter{age}{-2} + \addtocounter{age}{-1} \randomfour \person{\arabic{enc}}% STRENGTH {\arabic{age}}% DEXTERITY diff --git a/config/preamble.tex b/config/preamble.tex index 543e37587f5279773c1d29c00f906f9813c4d78f..2af94040d1b6afe694248a56768c99ba99cc2bf3 100644 --- a/config/preamble.tex +++ b/config/preamble.tex @@ -205,9 +205,16 @@ bookmarks=true]% \newcommand{\spelllevel}{\addtocounter{spelllevel}{1}\needspace{11em}% \subsection{\currentsphere~ Level \arabic{spelllevel}}\noindent} \newcommand{\enhancement}[2]{\paragraph{(#1) #2:}} -\newcommand{\magicitem}[7]{\textbf{#1} - - \textit{Spells: #2, }\textit{Path: #3, }\textit{Duration: #4, }\textit{Type: #5, }\textit{Potence: #6, }\textit{#7 MP}% Type can be 'pocket spell', 'magical item', or 'artefact'. +\newcommand{\magicitem}[7]{\vspace{1em}\noindent\textbf{#1} + + \noindent + \textit{Spells: #2, }% + \textit{Path: #3, }% + \textit{Duration: #4, }% + \textit{Type: #5, }% + \textit{Potence: #6, }% + \textit{MP: #7}% + % Type can be 'pocket spell', 'magical item', or 'greater item'. \vspace{.3em} }