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

Merge commit '7f6e7afd' into dev

parents 7d7abe5d 65eb0dc1
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment