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

allow non-verbose mode

parent e0942382
Branches
Tags upstream_keyringer_0.3.4
No related merge requests found
...@@ -408,7 +408,11 @@ You don't need to fall unconscious when making a Vitality check)% ...@@ -408,7 +408,11 @@ You don't need to fall unconscious when making a Vitality check)%
top=0pt, top=0pt,
] ]
\iftoggle{verbose}{
\creaturestats \creaturestats
}{
\hphantom{\creaturestats}
}
\derivedstats \derivedstats
\end{tcolorbox} \end{tcolorbox}
...@@ -465,9 +469,12 @@ You don't need to fall unconscious when making a Vitality check)% ...@@ -465,9 +469,12 @@ You don't need to fall unconscious when making a Vitality check)%
\vspace{1em} \vspace{1em}
\settoggle{personality}{false}}% \settoggle{personality}{false}}%
{}
\creaturestats
\iftoggle{verbose}{
\creaturestats
}{
\hphantom{\creaturestats}
}
\derivedstats \derivedstats
\end{tcolorbox} \end{tcolorbox}
...@@ -564,7 +571,7 @@ You don't need to fall unconscious when making a Vitality check)% ...@@ -564,7 +571,7 @@ You don't need to fall unconscious when making a Vitality check)%
%% %%
% %
\newcommand{\derivedstats}{ \newcommand{\derivedstats}{
\hrulefill \iftoggle{verbose}{\hrulefill}{\vspace{-2em}}
\setlength\topsep{0pt} \setlength\topsep{0pt}
\setlength\parskip{0pt} \setlength\parskip{0pt}
\iftoggle{debug}{str: \arabic{str}, strb: \arabic{strb}, dex: \arabic{dex}, dexb: \arabic{dexb}, spd: \arabic{spd}, spdb: \arabic{spdb},att: \arabic{att}, damage: \arabic{damage}, Attack total: \arabic{attackXPtotal}, Def Total: \arabic{defenceXPtotal}}{} \iftoggle{debug}{str: \arabic{str}, strb: \arabic{strb}, dex: \arabic{dex}, dexb: \arabic{dexb}, spd: \arabic{spd}, spdb: \arabic{spdb},att: \arabic{att}, damage: \arabic{damage}, Attack total: \arabic{attackXPtotal}, Def Total: \arabic{defenceXPtotal}}{}
...@@ -585,6 +592,7 @@ You don't need to fall unconscious when making a Vitality check)% ...@@ -585,6 +592,7 @@ You don't need to fall unconscious when making a Vitality check)%
\addtocounter{weight}{-5} \addtocounter{weight}{-5}
\fi \fi
\begin{center} \begin{center}
\iftoggle{verbose}{}{\normalsize}%
\scshape AP \arabic{spd}\ifnumcomp{\value{spdb}}{>}{0}% \scshape AP \arabic{spd}\ifnumcomp{\value{spdb}}{>}{0}%
{\addtocounter{spd}{\value{spdb}} (\arabic{spd})}{}\ifnumcomp{\value{heft}}{>}{1}{ (AP Cost: \arabic{heft})}{}, {\addtocounter{spd}{\value{spdb}} (\arabic{spd})}{}\ifnumcomp{\value{heft}}{>}{1}{ (AP Cost: \arabic{heft})}{},
Att % Att %
...@@ -625,14 +633,18 @@ You don't need to fall unconscious when making a Vitality check)% ...@@ -625,14 +633,18 @@ You don't need to fall unconscious when making a Vitality check)%
\ifnum\value{sp}>0% \ifnum\value{sp}>0%
SP \arabic{sp}, SP \arabic{sp},
\fi% \fi%
}{ }{%
\showBoxes \showBoxes
} }%
\iftoggle{allyCharacter}{}{ \iftoggle{allyCharacter}{}{
\calculateXP \iftoggle{verbose}{%
} \calculateXP%
}{
\iftoggle{mind}%
{Equipment: \equipment}%
{}%
}%
}%
\end{center}% \end{center}%
} }
% %
...@@ -673,7 +685,7 @@ You don't need to fall unconscious when making a Vitality check)% ...@@ -673,7 +685,7 @@ You don't need to fall unconscious when making a Vitality check)%
\setcounter{xp}{\value{attackXPtotal}}% \setcounter{xp}{\value{attackXPtotal}}%
\addtocounter{xp}{\value{defenceXPtotal}}% \addtocounter{xp}{\value{defenceXPtotal}}%
\iftoggle{debug}{str: \arabic{str}, strb: \arabic{strb}, dex: \arabic{dex}, dexb: \arabic{dexb}, spd: \arabic{spd}, spdb: \arabic{spdb}, att: \arabic{att}, damage: \arabic{damage}, XP Bonus: \arabic{xpbonus}, Attack total: \arabic{attackXPtotal}, Def Total: \arabic{defenceXPtotal}, mp: \arabic{mp} Grand Total: \arabic{xp}}{\hrulefill} \iftoggle{debug}{str: \arabic{str}, strb: \arabic{strb}, dex: \arabic{dex}, dexb: \arabic{dexb}, spd: \arabic{spd}, spdb: \arabic{spdb}, att: \arabic{att}, damage: \arabic{damage}, XP Bonus: \arabic{xpbonus}, Attack total: \arabic{attackXPtotal}, Def Total: \arabic{defenceXPtotal}, mp: \arabic{mp} Grand Total: \arabic{xp}}{\iftoggle{verbose}{\hrulefill}}
\iftoggle{examplecharacter}% \iftoggle{examplecharacter}%
{}% {}%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment