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

Merge branch 'dev' of with remote

parents fc97e1e9 ca1a2dc8
Branches
No related tags found
No related merge requests found
......@@ -173,7 +173,8 @@
}
\newcommand\spell[7]{%
\togglefalse{talisman}
\togglefalse{talisman}%
\stepcounter{enc}%
\calcSpell{#1}{#2}{#3}{#4}{#5}{#6}{#7}%
\iftoggle{fullSpells}{%
\fullSpell%
......@@ -193,14 +194,13 @@
\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}{
\ifnumcomp{\value{\s}}{=}{\n}{
\input{config/spells/\s\n.tex}
\stepcounter{enc}
}{}
}
\fi
\foreach \s in {Light,Death,Life,Mind,Force,Earth,Air,Fire,Water,Fate}{
\ifnumcomp{\value{\s}}{=}{\n}{
\ifnum\value{enc}<3
\input{config/spells/\s\n.tex}
\fi
}{}
}
}
\end{description}
\textcolor{\pageSideColor}{\hrulefill\raisebox{-3pt}{\npcsymbol}}
......
\ifodd\value{diceNo}
\spell{Boke}% Name
{}% Enhancements
{Wax}% Action
......@@ -7,6 +8,8 @@
The target gains \arabic{spellPlusOne}~\glspl{fatigue}}% Description
{}
\else
\spell{Care Less}% Name
{}% Enhancements
{Warp}% Action
......@@ -28,4 +31,5 @@
{The spell preserves someone's natural bodily functions in the face of decay, tiredness, or poison.
However, they still accumulate \glspl{fatigue} as normal, and cannot heal any through rest, or other means.}
\fi
\stepcounter{diceNo}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment