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

give artefacts default weight

parent 44703b3f
Branches
Tags backupninja_upstream/1.0_rc1
No related merge requests found
...@@ -250,25 +250,25 @@ ...@@ -250,25 +250,25 @@
\lootMagic% \lootMagic%
} }
\newcommand\artefact[8]{ \newcommand\artefact[9][3]{
\settoggle{fullSpells}{false} \settoggle{fullSpells}{false}
\clean \clean
\foreach \s in {Air, Fire, Earth, Water, Fate}% \foreach \s in {Air, Fire, Earth, Water, Fate}%
{\setcounter{\s}{0}} {\setcounter{\s}{0}}
\setcounter{Intelligence}{#3} \setcounter{Intelligence}{#4}
\setcounter{Wits}{#4} \setcounter{Wits}{#5}
\setcounter{Charisma}{#5} \setcounter{Charisma}{#6}
#8 #9
\paragraph{\adforn{54}~#1~\adforn{26}\hspace{1em}} \paragraph{\adforn{54}~#2~\adforn{26}\hspace{1em}}
\label{#1} \label{#2}
\index{Artefacts!#1} \index{Artefacts!#2}
#2 #3 \hint{\gls{weight} #1}
\par \par
\noindent \noindent
\begin{tabularx}{\linewidth}{rX} \begin{tabularx}{\linewidth}{rX}
\hiderowcolors \hiderowcolors
\textbf{Mission:} & \emph{#6!} \\ \textbf{Mission:} & \emph{#7!} \\
\textbf{Base Spell:} & #7 \\ \textbf{Base Spell:} & #8 \\
\textbf{Mind:} & \textbf{Mind:} &
Intelligence \arabic{Intelligence}, Wits \arabic{Wits}, Charisma \arabic{Charisma} Intelligence \arabic{Intelligence}, Wits \arabic{Wits}, Charisma \arabic{Charisma}
\\ \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment