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

add tn to spells

parent 4b3e8034
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
\foreach \s in {#4}{% \foreach \s in {#4}{%
\stepcounter{spelllevel}% \stepcounter{spelllevel}%
}% }%
\subsubsection[\textbf{#1}: #6. (Cost:~\arabic{spelllevel}, Spheres:~#2, Skill:~#5, Range: \spellRange)]{#1}% \setcounter{age}{\value{spelllevel}}%
\addtocounter{age}{6}%
\subsubsection[\textbf{#1}: #6. (Cost:~\arabic{spelllevel}, Spheres:~#2, \tn{\arabic{age}}, Skill:~#5, Range: \spellRange)]{#1}%
\label{#1}% \label{#1}%
(#3 (#3
...@@ -42,9 +44,10 @@ ...@@ -42,9 +44,10 @@
\setArea% \setArea%
Targets:~\spellArea, % Targets:~\spellArea, %
}{}% }{}%
\tn{\arabic{age}},
Skill:~\underline{#5} Skill:~\underline{#5}
\vspace{.5em}\afterparnoindent \vspace{.5em}\afterparnoindent
\index[spells]{\textbf{#1}: #6. (Cost:~\arabic{spelllevel}, Spheres:~#2, Skill:~#5, Range: \spellRange\iftoggle{duplicated}{, Targets: \spellArea}{})} \index[spells]{\textbf{#1}: #6. (Cost:~\arabic{spelllevel}, Spheres:~#2, Range: \spellRange\iftoggle{duplicated}{, Targets: \spellArea}{}, \tn{\arabic{age}}, Skill:~#5)}
#7 #7
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment