1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- \setmainfont{PT Serif}
- \newfontfamily\headingfont[]{Metamorphous}
- \titleformat*{\section}{\LARGE\headingfont}
- \titleformat*{\subsection}{\Large\headingfont}
- \definecolor{CondRed}{RGB}{153,51,51}
- \definecolor{MoveBlue}{RGB}{51,102,153}
- \definecolor{SpellPurp}{RGB}{153,51,102}
- \definecolor{TagGreen}{RGB}{51,153,102}
- \newcommand{\condition}[1]{\textbf{\color{CondRed} #1}}
- \newcommand{\move}[1]{{\color{MoveBlue}$\diamond$#1}}
- \newcommand{\spell}[1]{{\color{SpellPurp}$\star$#1}}
- \newcommand{\itag}[1]{\textit{\color{TagGreen}#1}}
- \newcommand{\ntag}[2]{\textit{\color{TagGreen}#1 #2}}
- % specific tags
- \newcommand{\weight}[1]{\ntag{#1}{weight}}
- \newcommand{\damage}[1]{\ntag{#1}{damage}}
- \newcommand{\armor}[1]{\ntag{#1}{armor}}
- \newcommand{\armorForward}[1]{\ntag{#1}{armor} forward}
- \newcommand{\uses}[1]{\ntag{#1}{uses}}
- \newcommand{\ammo}[1]{\ntag{#1}{ammo}}
- \newcommand{\hexes}[1]{\textit{#1 hexes}}
- \newcommand{\forward}[1]{#1 forward}
- \newcommand{\ongoing}[1]{#1 ongoing}
- \newcommand{\yourLoad}[1]{Your Load is \textbf{#1+STR}}
- \newcommand{\onSuccess}{\textbf{On a 10+}}
- \newcommand{\onPlainSuccess}{\textbf{On a 10--11}}
- \newcommand{\onMassiveSuccess}{\textbf{On a 12+}}
- \newcommand{\onPartial}{\textbf{On a 7--9}}
- \newcommand{\onHit}{\textbf{On a 7+}}
- \newcommand{\onMiss}{\textbf{On a miss}}
- \newcommand{\moveReplaces}[1]{\textbf{Replaces}: \move{#1}}
- \newcommand{\moveRequires}[1]{\textbf{Requires}: \move{#1}}
- \newcommand{\moveRequiresLst}[1]{\textbf{Requires}: #1}
- \newcommand{\onMassiveSuccessFor}[1]{%
- When you use \move{#1} and \textbf{roll a 12+}}
- \newcommand{\onPlainSuccessFor}[1]{%
- When you use \move{#1} and \textbf{roll a 10--11}}
- \newcommand{\onPartialFor}[1]{%
- When you use \move{#1} and \textbf{roll a 7+}}
- \newcommand{\advancesigil}{$\triangleright$}
- \newcommand{\firstAdvances}{\advancesigil When you \textbf{gain a
- level from 2--5}, choose from these moves.}
- \newcommand{\secondAdvances}{\advancesigil When you \textbf{gain a
- level from 6--10}, choose from these moves or the level 2--5
- moves.}
- \newcommand{\blank}{\underline{\phantom{mountain}}}
- \newcommand{\directive}[1]{\textbf{#1}}
- \newenvironment{amove}[1]
- {\Checkbox{6pt}\ {\color{MoveBlue}$\diamond$\headingfont #1}\begin{quote}
- }
- {\end{quote}
- }
- \newenvironment{optfeature}[2][]
- {\Checkbox{6pt}\ {\headingfont #2}\hfill\textit{#1}\phantom{asdf}\begin{quote}
- }
- {\end{quote}
- }
- \newenvironment{aspell}[2]
- {\Checkbox{6pt}\ {\headingfont\ \spell{#1}}\hfill\textit{#2}\phantom{asdf}\begin{quote}
- }
- {\end{quote}
- }
- \newenvironment{fragment}[1]
- {\begin{quote}{\headingfont #1}\begin{quote}
- }
- {\end{quote}\end{quote}
- }
- \newcommand{\subheader}[1]{\large\headingfont #1}
- \newenvironment{basicmove}[1]
- {\begin{quote}{\color{MoveBlue}$\diamond$\headingfont #1}\begin{quote}
- }
- {\end{quote}\end{quote}
- }
|