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

let \showStdSpells take extra spells

parent 97012a0d
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@
}%
}
\newcommand\showStdSpells{
\newcommand\showStdSpells[1][]{
\setcounter{enc}{0}
\setHighSpheres
\needspace{2em}
......@@ -190,6 +190,7 @@
\end{center}%
\begin{description}
\settoggle{fullSpells}{false}
#1
\foreach \n in {3,2,1}{
\ifnum\value{enc}<3
\foreach \s in {Light,Death,Life,Mind,Force,Earth,Air,Fire,Water,Fate}{
......
......@@ -201,9 +201,17 @@ This section is non-verbose, so only basic stats are shown.
\gnollshaman
\showStdSpells
\showStdSpells
\showStdSpells[\setcounter{enc}{1}]
\showStdSpells[
\spell{Permanent Bubbles}% Name
{}% Enhancements
{Warp}% Action
{Air}% Spheres
{wind speed}% Resist with
{The caster gives a pep-talk to a little bubble of water, and it remains as solid as paper, floating into the air and growing to the size of a dog}% Description
{All bubbles die in the end, but these bubbles have been spotted for miles away from their caster before dying}
]
\end{multicols}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment