Newer
Older
\RequirePackage[acronym,symbols]{glossaries}
\setacronymstyle{short-long-desc}
\RequirePackage{glossary-mcols}
\RequirePackage{glossaries-extra}
\RequirePackage{gfsartemisia-euler} % fancy fonts
\RequirePackage[T1]{fontenc} %
\RequirePackage{starfont} % for creature symbols
\RequirePackage{wasysym} % for sq checkboxes
\RequirePackage{appendix}
\RequirePackage{geometry} % changes page borders
\RequirePackage[
scale=1,
angle=0,
opacity=1,
contents={}
]{background}% for fancy borders
\RequirePackage{svg}
\RequirePackage{alltt}
\RequirePackage{tabularx}
\RequirePackage{wrapfig}
\RequirePackage{float}
\RequirePackage{epigraph} % part quotes
\RequirePackage{microtype} % more precise word-placement
\RequirePackage{makeidx}
\RequirePackage[english]{babel}
\RequirePackage{multicol}
\RequirePackage{graphicx}
\RequirePackage{etoolbox}
\RequirePackage{titlesec,titletoc}
\RequirePackage{needspace}
\RequirePackage{tikz}
\usetikzlibrary{calc,mindmap,trees}% calc for fancy borders
\usetikzlibrary{intersections}% for very fancy borders with intersecting lines
\usetikzlibrary{shapes.misc}% for very fancy \section
\RequirePackage{pifont}
\RequirePackage{colortbl}
\RequirePackage[poster]{tcolorbox}
\tcbuselibrary{skins} % used for wiggly-border boxes
%%%%% Add fancy page chapter sides %%%%%
\pagestyle{plain}% needed for fancy borders
\newcounter{chapshift}
\addtocounter{chapshift}{-1}
\newcounter{pageDarkness}
\setcounter{pageDarkness}{20}
\newcommand\pageSideColor{%
}
\newtoggle{sideTab}
\settoggle{sideTab}{true}
\newcommand\ChapFrame{%
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
\AddEverypageHook{%
\iftoggle{sideTab}%
{
\ifodd\value{page}
\backgroundsetup{contents={%
\begin{tikzpicture}[overlay,remember picture]
\node[
fill=\pageSideColor,
inner sep=5pt,
rectangle,
text width=1.2cm,
text height=4.33cm,
align=center,
anchor=north east
]
at ($ (current page.north east) + (-0cm,-2*\thechapshift cm) $)
{\rotatebox{90}{\hspace*{.3cm}\parbox[c][1.5cm][t]{3.4cm}{%
\raggedright\textcolor{white}{\scshape\rightmark}}}};
\end{tikzpicture}%
}%
}
\else
\backgroundsetup{contents={%
\begin{tikzpicture}[overlay,remember picture]
\node[
fill=\pageSideColor,
inner sep=5pt,
rectangle,
text width=1.2cm,
text height=4.33cm,
align=center,
anchor=north west
]
at ($ (current page.north west) + (-0cm,-2*\thechapshift cm) $)
{\rotatebox{90}{\hspace*{.3cm}\parbox[c][1.5cm][t]{3.4cm}{%
\raggedright\textcolor{white}{\scshape\leftmark}}}};
\end{tikzpicture}%
}%
}
\fi
}
{}%
\BgMaterial
}%
\stepcounter{chapshift}%
}
% redefinition of \chaptermark to contain only the title
\renewcommand\chaptermark[1]{\markboth{\thechapter.~#1}{}}
\RequirePackage{xr-hyper}
\RequirePackage[
pdfstartpage=1,
hidelinks=true,
bookmarks=true]%
{hyperref}
%%%%%%%%%% Allow for external referencing
\newcommand*{\externalReferent}[1]{
\iftoggle{verbose}{
\IfFileExists{../#1/main.aux}{
\@addtofilelist{../#1/main.tex}
\@addtofilelist{../#1/main.aux}%
\externaldocument{../#1/main}%
\settoggle{#1}{true}
}%
{\typeout{No file #1.}
\settoggle{#1}{false}
}
}{}
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
}
%%%%%%%%%% Section Headers %%%%%%%%%%
%%% Allow quotes under part headers
\let\old@endpart\@endpart
\renewcommand\@endpart[1][]{%
\begin{quote}#1\end{quote}%
\old@endpart}
%%%%%%%%%% Give higher penalty to ~
% The ~ character usually functions as a space with a high penalty for line breaks.
% This stops the line breaks altogether, so we can write 'Athletics 3', without a line-break between the Skill and the number.
\DeclareRobustCommand{\nobreakspace}{%
\leavevmode\nobreak\ }
\catcode `\~=13
\def~{\nobreakspace{}}
%%%%% Make table of contents two column
\renewcommand\tableofcontents{%
\begin{multicols}{2}
\@starttoc{toc}%
\end{multicols}
}
% and make repeating function
\newcommand{\Repeat}[1]{%
\expandafter\@Repeat\expandafter{\the\numexpr #1\relax}%
\newcommand\roundUp[1]{
\ifodd\value{#1}
\stepcounter{#1}
\fi
\divide\value{#1} by 2
}
\def\@Repeat#1{%
\ifnum#1>0
\expandafter\@@Repeat\expandafter{\the\numexpr #1-1\expandafter\relax\expandafter}%
\else
\expandafter\@gobble
\fi
}
\def\@@Repeat#1#2{%
\@Repeat{#1}{#2}#2%
}
\newcommand{\chapnumfont}{
}
% change bullet points
\renewcommand{\labelitemi}{\ding{250}}
\renewcommand{\labelitemii}{\ding{254}}
%%%%%%%%%% Encounter Numbers
\newcounter{encnum}
\setcounter{encnum}{1}
\newcommand{\encsymbol}{\ding{168}}
\newcommand{\encnum}{\ifnumcomp{\value{encnum}}{=}{1}{$A$}{\arabic{encnum}}\encsymbol\addtocounter{encnum}{1}}
\newcommand{\sqarea}{town}
\newcommand{\headingtype}{CHAPTER}
\newcommand{\pic}[1]{
\needspace{4cm}
\noindent%
\IfFileExists{images/#1.svg}{%
\noindent\includesvg[width=\linewidth]{images/#1}
}{%
\includegraphics[width=\linewidth]{images/#1.jpg}
}
\needspace{4cm}
\begin{wrapfigure}{R}{.#1\linewidth}
\noindent%
\IfFileExists{images/#2.svg}{%
\includesvg[width=\linewidth]{images/#2}
}{
\includegraphics[width=\linewidth]{images/#2.jpg}
}
#3
\end{wrapfigure}
\newcommand{\widePic}[2][b]{
\begin{figure*}[#1!]
\IfFileExists{images/#2.svg}{
\includesvg[width=\textwidth]{images/#2}
\tcbincludegraphics[
blankest,
before upper={\parindent0pt},
boxrule=0mm,
finish fading vignette={size=0.02\textwidth},
]{images/#2.jpg}
\newcounter{blingNo}
\setcounter{blingNo}{0}
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
% Define the 'ornamentedbox' environment
% Wiggly Borders
\tikzset{
use path for main/.code={%
\tikz@addmode{%
\expandafter\pgfsyssoftpath@setcurrentpath\csname tikz@intersect@path@name@#1\endcsname
}%
},
use path for actions/.code={%
\expandafter\def\expandafter\tikz@preactions\expandafter{\tikz@preactions\expandafter\let\expandafter\tikz@actions@path\csname tikz@intersect@path@name@#1\endcsname}%
},
use path/.style={%
use path for main=#1,
use path for actions=#1,
}
}
\colorlet{ornamentedFrameInner}{white}
\colorlet{ornamentedFrameOuter}{gray}
\tikzset{ornamented frame inner/.style={color=ornamentedFrameInner,
line width=2pt},
ornamented frame outer/.style={color=ornamentedFrameOuter,
line width=3pt}}
\tcbsubskin{ornamented}{empty}{
skin first=ornamented, skin last=ornamented,
title engine=standard,
colbacktitle=white,
frame code={
% Account for the line widths in order not to draw beyond the bounding
% box---except for a few very small details for which this is intentional.
\coordinate (north west) at ([shift={(1.5pt,-1.5pt)}]frame.north west);
\coordinate (north east) at ([shift={(-1.5pt,-1.5pt)}]frame.north east);
\coordinate (south east) at ([shift={(-1.5pt,1.5pt)}]frame.south east);
\coordinate (south west) at ([shift={(1.5pt,1.5pt)}]frame.south west);
%
\foreach \xoffset/\point in {34pt/north west, -34pt/north east,
34pt/south west, -34pt/south east} {
\fill[color=ornamentedFrameOuter]
([xshift=\xoffset]\point) circle[radius=2.5pt];
}
%
\path[name path=ornament 1]
([yshift=-4pt]north west)
[rounded corners=0.5pt] -- ++(23pt,0)
[rounded corners=2pt] -- ++(3pt,-4pt)
-- ([shift={(-26pt,-8pt)}]north east)
[rounded corners=0.5pt] -- ++(3pt,4pt)
[rounded corners=4pt] -- ([yshift=-4pt]north east)
-- ([yshift=4pt]south east)
[rounded corners=0.5pt] -- ++(-23pt,0)
[rounded corners=2pt] -- ++(-3pt,4pt)
-- ([shift={(26pt,8pt)}]south west)
[rounded corners=0.5pt] -- ++(-3pt,-4pt)
[rounded corners=4pt] -- ([yshift=4pt]south west)
-- cycle;
%
\path[rounded corners=0.5pt, name path=ornament 2]
([yshift=-20pt]north west)
-- ++(-4pt,3pt)
-- ++(0,4pt)
to[out=0, in=-90] ([shift={(8pt,0pt)}]north west)
-- ([shift={(34pt,0pt)}]north west)
-- ([shift={(-8pt,0pt)}]north east)
to[out=-90, in=180] ([shift={(4pt,-13pt)}]north east)
-- ++(0,-4pt)
-- ++(-4pt,-3pt)
-- ([yshift=20pt]south east)
-- ++(4pt,-3pt)
-- ++(0,-4pt)
to[out=180, in=90] ([shift={(-8pt,0pt)}]south east)
-- ([shift={(8pt,0pt)}]south west)
to[out=90, in=0] ([shift={(-4pt,13pt)}]south west)
-- ++(0,4pt)
-- ++(4pt,3pt)
-- cycle;
%
\draw[ornamented frame outer, use path=ornament 1];
\draw[ornamented frame outer, use path=ornament 2];
\draw[ornamented frame inner, use path=ornament 1];
\draw[ornamented frame inner, use path=ornament 2];
%
\iftoggle{bling}{
\node at ([xshift=-25pt,yshift=\thedr+5pt] south east)
{\ifnum\value{dr}>2
\addtocounter{dr}{7}\multiply\value{dr} by 2\includesvg[width=\thedr pt]{config/images/l1}
\hspace{-30pt}
\fi
};
\node at ([xshift=-20pt,yshift=-\themp] north east)
{\ifnum\value{mp}>1
\addtocounter{mp}{2}
\multiply\value{mp} by 2
\includesvg[angle=270,width=\themp pt]{config/images/b1}
\hspace{-20pt}
\fi
};
\node at ([xshift=-5pt,yshift=35pt] south west)
{\ifnum\value{attb}>7
\addtocounter{attb}{-4}
\multiply\value{attb} by 2
\includesvg[angle=340,width=\theattb pt]{config/images/s1}
\hspace{-30pt}
\fi
};
}{}
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
}
}
% These parameters---especially those related to geometry---are better located
% here in a style than in the subskin definition (see the Subskins section of
% the tcolorbox manual).
\tcbset{ornamented/.style={skin=ornamented, toptitle=14.5pt, top=15pt, bottom=9.5pt,
coltitle=black}
}
% Convenient style to use with a tcolorbox preceded by text (or anything),
% when one wants to prevent any page break before the tcolorbox.
\tcbset{skip and no break/.style={
before={\par\nopagebreak\vspace{2ex}\noindent}}
}
% Style suitable for an “on line” (in the middle of a paragraph)
% 'ornamentedbox'.
\tcbset{my on line/.style={
capture=hbox, tcbox raise base, top=14pt, bottom=14pt,
before={\kern 5pt}, after={\kern 5pt}}
}
%%%%% TColorBox Basic Setup %%%%%
\tcbset{enhanced,
ornamented,
before upper={\parindent15pt},
fonttitle=\bfseries,coltitle=black,attach boxed title to top center=
{yshift=-0.25mm-\tcboxedtitleheight/2,yshifttext=-2mm-\tcboxedtitleheight/2},
boxed title style={boxrule=-0.5mm,
frame code={ \path[tcb fill frame] ([xshift=-4mm]frame.west)
-- (frame.north west) -- (frame.north east) -- ([xshift=4mm]frame.east)
-- (frame.south east) -- (frame.south west) -- cycle; },
interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
-- (interior.north west) -- (interior.north east)
-- ([xshift=2mm]interior.east) -- (interior.south east) -- (interior.south west)
-- cycle;}
}
}
\newtcolorbox{boxtext}[1][]{
ornamented,
top=2em,
bottom=2em,
colback=white,
fonttitle=\scshape, #1
}
\begin{wrapfigure}{R}{.#1\textwidth}
#2
\end{wrapfigure}%
}{
#2
}%
% Chapter Heading Color
\colorlet{chapnumcol}{black!100}
%%%%% Section Formatting %%%%%
\newcommand{\frontpage}[3]{
\iftoggle{verbose}{
\begin{titlepage}
\centering
\vspace{2cm}
{\scshape\Huge\bfseries #1\par}
\vspace{2cm}
\includegraphics[width=0.6\textwidth]{#3}\par\vspace{1cm}
{\Large #2\par}
\vspace{1.5cm}
{\large Last edited \today\par}
\end{titlepage}
\cleardoublepage
}{}
}
\titleformat{\chapter}[display]
{\bfseries}
{%
\ChapFrame
\ifnum\value{pageDarkness}<80
\addtocounter{pageDarkness}{7}
\else
\colorlet{chapnumcol}{black!40}
\fi
\hspace*{-1.5em}
\begin{tikzpicture}
\node[minimum width=\linewidth+3em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype};
\node[minimum width=.75\textwidth, text=white, inner sep=3, outer sep=0, anchor=south west, text width=.75\textwidth, align=right] at (rectinit.south west) (chapname) {};
\node[minimum width=.25\textwidth, inner sep=-5, outer sep=0, anchor=south west, text width=.25\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}};
\end{tikzpicture}}
{0pt}
{\Huge}
\newcommand\titlebar{%
\tikz[baseline,trim left=1em,trim right=3cm] {
\fill [\pageSideColor] (2.5cm,-1ex) rectangle (\linewidth+1.5em,2.5ex);
\node [
minimum height=3.5ex] at (2.9cm,0) {
\titleformat{\section}{\large\needspace{12em}}{\titlebar}{0.1cm}{\textcolor{white}}
\renewcommand*{\thesection}{\arabic{section}}
{\needspace{7em}\normalfont\center\large\bfseries}{\thesubsection}{1em}{}[\titlerule\vspace{1ex}\setcounter{list}{0}]
%
\titleformat{\subsubsection}
{\needspace{4em}\normalfont\normalsize\bfseries}{\thesubsubsection}{1em}{}
%%%%% Character Sheet Tracker
\newcounter{track}
\setcounter{track}{18}
\newcommand{\tracker}{\center\noindent\arabic{track}\addtocounter{track}{-1}\vspace{.54cm}
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
%%%%% NPC Names
\newcommand{\name}{}
\newcommand{\personality}{}
\newcommand{\mannerism}{}
\newcommand{\archetype}{}
\newcommand{\npcsymbol}{}
\newcommand{\npc}[2]{\settoggle{personality}{false}\renewcommand{\name}{#1 #2}\renewcommand{\npcsymbol}{#1}}
\newcommand{\NPC}[5]{\renewcommand{\name}{#1 #2}
\renewcommand{\npcsymbol}{#1}
\settoggle{personality}{true}
\renewcommand{\personality}{#3}
\renewcommand{\mannerism}{#4}
\renewcommand{\archetype}{#5}
}
%%%%%%%%%%%%%%%%%%%% TOGGLES %%%%%%%%%%%%%%%%%%%%
\newtoggle{verbose}
\settoggle{verbose}{true}
\newtoggle{personality}
\settoggle{personality}{false}
% This toggle tells you if this is just one creature or a team.
\newtoggle{team}
\settoggle{team}{false}
\iftoggle{verbose}{
\setcounter{tocdepth}{1}
\setcounter{secnumdepth}{1}
}
\newcounter{r4}
\setcounter{r4}{\day}
\addtocounter{r4}{1}
\whileboolexpr{
test {\ifnumcomp{\value{r4}}{>}{4}}
}
{\addtocounter{r4}{-3}}
\newcounter{r2}
\setcounter{r2}{\value{r4}}
\newcounter{r2b}
\setcounter{r2b}{\value{r2}}
\addtocounter{r2b}{-1}
\newcounter{r2c}
\setcounter{r2c}{2}
\newcounter{r3}
\setcounter{r3}{\month}
\setcounter{r3b}{\value{r4}}
\addtocounter{r3b}{-1}
\newcounter{r12}
\setcounter{r12}{\month}
\newcounter{enc}
\newcounter{list}
\newcounter{spelllevel}
\setcounter{spelllevel}{0}
\newcounter{age}
\setcounter{age}{1}
\newcounter{gold}
\setcounter{gold}{\day}
\setcounter{enc}{0}
%%%%%%%%%%%%%%%%%%%% LAYOUT %%%%%%%%%%%%%%%%%%%%
\makeindex
\raggedbottom
\newcommand{\currentsphere}{magic}
\setcounter{spelllevel}{0}%
\renewcommand{\currentsphere}{#1}%
\index{#1}%
\section{\currentsphere}
\addtocounter{spelllevel}{1}%
\subsection{\currentsphere~ Level \arabic{spelllevel}}%
\paragraph[(#1) #2: #3]{(#1) Enhancement -- #2:}%
\index{Enhancement!#2}%
\vspace{2em}\needspace{4em}\noindent\textbf{#1}%
\index{Magical Item!#1}
\noindent
\textit{Spells: #2, }%
\textit{Path: #3, }%
\textit{Duration: #4, }%
\textit{Type: #5, }%
\textit{Potency: +#6, }%
\textit{MP: #7}%
% Type can be 'Pocket Spell', 'Talisman', or 'Artefact'.
\needspace{2em}%
\textit{Spells: #2, }\textit{Path: #3, }\textit{Duration: #4, }\textit{Type: #5, }\textit{Potence: #6, }\textit{#7 MP}% Type can be 'pocket spell', 'magical item', or 'artefact'.
\index{Mana Lakes!#1}
\vspace{.3em}
% Toggles for knacks
%%%%%%%%%%%%%%%%%%%% Environments %%%%%%%%%%%%%%%%%%%%
\newenvironment{speechtext}{
\begin{quotation}\noindent}%
{\end{quotation}
\end{boxtext}%
}
\newenvironment{rolltable}%
{\vspace{.3cm}\begin{tabular}{|lp{.8\textwidth}}
Roll & Result \\
\hline
}%
{\end{tabular}}
\newenvironment{exampletext}{
\iftoggle{verbose}{
\needspace{2em}\vspace{.3cm}
}
\newcommand\sideBySide[2]{
\end{multicols}
\vspace{-1em}
\begin{tcolorbox}[sidebyside,bicolor,colback=white,colbacklower=black!5!white]
\tcblower
{\it #2}
\end{tcolorbox}
\newcommand\boxPair[3][b]{
\begin{figure*}[#1!]
\begin{multicols}{2}
#2
\vfill\null
\columnbreak
#3
\end{multicols}
\end{figure*}
}
\newtcolorbox{xpchart}[1]{tabularx={l|X},adjusted title=XP Rewards for #1,
bottom=10pt,
left=3pt,
right=3pt,
code={\rowcolors{3}{}{gray!10}}
}
% this shows encounters, and the two counters below show the encounter number
\newtcolorbox[use counter=enc, use counter=list]{encounters}[1]{
ornamented,
adjusted title=Encounters in #1,
tabularx={XXp{.6\textwidth}},
bottom=10pt,
left=3pt,
right=3pt,
code={\rowcolors{2}{}{gray!10}\setcounter{enc}{19}\setcounter{list}{18}}}
\newcommand{\li}{\addtocounter{enc}{-1}\arabic{enc}&}
\newcommand{\lii}{\addtocounter{list}{-1}\arabic{list}&}
tabularx={#1},
top=10pt,
bottom=10pt,
left=3pt,
right=3pt,
code={\rowcolors{2}{}{gray!10}\needspace{2em}}
}
\newtcolorbox{nametable}[2][cX]{
tabularx={#1},
top=10pt,
adjusted title=#2,
bottom=10pt,
left=3pt,
right=3pt,
code={\rowcolors{2}{}{gray!10}\needspace{1em}}
}
tabularx={cX},
top=10pt,
bottom=10pt,
left=3pt,
right=3pt,
code={\rowcolors{2}{}{gray!10}\needspace{2em}}
}
tabularx={lX},
bottom=10pt,
left=3pt,
right=3pt,
top=10pt,
code={\rowcolors{2}{}{gray!10}},
equal height group=#1
}
%%%%%%%%%%%%%%%%%%% COMMANDS %%%%%%%%%%%%%%%%%%%%
\newcommand{\story}[2]{%
\npc{#1}{#2}
\subsubsection{#2}
\index{Antagonists!#2}
\newcommand{\startingCondition}[1]{
\ifnum\value{list}<95
\item
#1
\fi
}
\newcounter{random}
\setcounter{random}{1}
\newcounter{increment}
\setcounter{increment}{1}
\newcommand{\random}{
\addtocounter{random}{\value{page}}
\multiply\value{random} by \value{chapter}\addtocounter{random}{\value{increment}}
\whileboolexpr{
test {\ifnumcomp{\value{random}}{>}{100}}
}
{\addtocounter{random}{-100}}
\whileboolexpr{
test {\ifnumcomp{\value{random}}{>}{10}}
}
{\addtocounter{random}{-10}}
\addtocounter{increment}{1}
\ifnumcomp{\value{r2}}{>}{1}{\setcounter{r2}{1}}{\addtocounter{r2}{1}}%
\setcounter{enc}{\value{r2}}%
}
\newcommand{\randomtwoB}{
\ifodd\value{r3b}\setcounter{r2b}{1}\else\setcounter{r2b}{2}\fi%
\ifnum\value{r2c}>1%
\setcounter{r2c}{1}\else%
\addtocounter{r2c}{1}%
\fi%
\ifnumcomp{\value{r3}}{>}{2}{\setcounter{r3}{1}}{\addtocounter{r3}{1}}%
\setcounter{age}{\value{r3}}%
\ifnum\value{r3}<1\setcounter{r3}{2}\fi%
\ifnum\value{r3b}>2%
\setcounter{r3b}{1}%
\else%
\addtocounter{r3b}{1}%
\fi%
\ifnum\value{r3b}<1%
\setcounter{r3b}{3}
\fi%
\setcounter{r3c}{1}\else%
\addtocounter{r3c}{1}%
\fi%
\ifnumcomp{\value{r4}}{>}{3}{\setcounter{r4}{1}}{\addtocounter{r4}{1}}%
\ifnumcomp{\value{r4}}{<}{1}{\setcounter{r4}{1}}{}
\setcounter{track}{\value{r4}}%
\ifnum\value{r4b}>3\setcounter{r4b}{1}%
\else%
\addtocounter{r4b}{1}%
\fi%
\ifnum\value{r12}>12\setcounter{r12}{2}\fi%
\ifnum\value{r12}<4\setcounter{r12}{2}\fi%
\ifnum\value{age}>0\addtocounter{r12}{\value{age}}\else\ifnum\value{r4}>0\addtocounter{r12}{\value{r4}}\else\addtocounter{r12}{3}\fi\fi%
%%%%% Side Quests
% the first side quest gets a ticked box in the toc.
% the rest get an empty box, so the GM can tick it once it's ready.
\newtoggle{firstsq}
\settoggle{firstsq}{true}
\newcommand{\sqtoc}{\printcontents[\sqarea]{l}{2}{\section*{Summaries}\setcounter{tocdepth}{3}}}
% Change the tocdepth from 2 to 3 in order to output a miniature table of contents on all side quests
\newcommand{\sqminitoc}{
\begin{figure*}[t]
\begin{tcolorbox}[ornamented,adjusted title={Summary: \sqName}]
\vspace{-1em}
\printcontents[sq]{l}{2}{\setcounter{tocdepth}{3}}
\end{tcolorbox}
\end{figure*}
\renewcommand{\sqName}{#1}
\resumecontents[\sqarea]
\subsection{\sqName}
\stopcontents[\sqarea]
\settoggle{firstsq}{true}
\newcommand{\sqpart}[3]{\resumecontents[#1]\subsubsection[\iftoggle{firstsq}{\sqr}{\sqn} #2 -- #3]{(#1) #2}\stopcontents[#1]\settoggle{firstsq}{false}}
%%%%% Character Sheet Commands
\newcommand{\trait}[1]{
\vspace{.2cm} #1 \line(1,0){30}
\begin{tabular}{p{0em}p{0em}p{0em}p{0em}p{0em}p{0em}p{0em}p{0em}p{0em}}
\ding{108} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} \\
\ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} \\
\end{tabular}
\newcommand{\weeline}{\line(1,0){30} \hspace{.6cm}}
\newcommand{\vlongline}{\line(1,0){100}\hspace{0.8cm}}
\newcommand{\writeline}{\hrulefill}
\newcommand{\fiveBoxesRow}{\ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111}}
\newcommand{\fiveboxes}{\ding{111}\ding{111}\ding{111}\ding{111}\ding{111}}
\newcommand{\threeboxes}{\ding{111}\ding{111}\ding{111}}
\newcommand{\threecircles}{\ding{109}\ding{109}\ding{109}}
\newcommand{\tenboxes}{ \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111} \\}
\newcommand{\tencircles}{\ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} & \ding{109} \\}
\newcommand{\attributecircles}{\ding{175}\ding{174}\ding{173}\ding{172}{\Large\ding{109}}\ding{172}\ding{173}\ding{174}\ding{175}}
\newcommand{\Split}{
\newcommand{\skill}[1]{#1 \hrulefill & \ding{109} & \ding{109} & \ding{109} \\
}
\newcommand{\longline}{\line(1,0){320}\par\vspace{.2cm}}