Skip to content
Snippets Groups Projects
appendix.tex 2.88 KiB
Newer Older
  • Learn to ignore specific revisions
  • Malin Freeborn's avatar
    Malin Freeborn committed
    \appendix
    
    \titleformat{\chapter}[display]
    {\bfseries}
    {\begin{tikzpicture}
    \node[minimum width=\textwidth, text=black!25, fill=black!25, inner sep=1, outer sep=0, anchor=south] (rectinit) {\huge CHAPTER};
    \node[minimum width=.8\textwidth, text=white, inner sep=1, outer sep=0, anchor=south west, text width=.8\textwidth, align=right] at (rectinit.south west) (chapname) {\huge APPENDIX~~};
    \node[minimum width=.2\textwidth, inner sep=0, outer sep=0, anchor=south west, text width=.2\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\thechapter}};
    \end{tikzpicture}}
    {0pt}
    {\Huge}
    
    \addappheadtotoc
    
    \chapter{Character Creation}\label{charactercreation}\index{Character Creation}
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    \XPchart
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \begin{multicols}{2}
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \noindent
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    Okay, so you know how to make a character by now.  But just for reference, let's get some procedure down:
    
    \begin{enumerate}
    
      \item\label{sumCCrace}
    
      Roll the dice to determine your race and Attributes.  Page \pageref{character_rolls}.
    
      \item\label{sumCCatt}
      Roll $2D6$ six times to determine your Attributes.
      Page \pageref{randomAttributes}.
    
      \item\label{sumCCconcept}
    
      Write down a concept and background culture from your campaign.
    
      \item\label{sumCCcode}
      Select a God or Code to follow, so you can gain \gls{xp}.  Page \pageref{gods_codes}.
    
      \item\label{sumCCxp}
    
      Spend 50 \gls{xp} on Attributes, Skills, Knacks, et c., with the Trait charts below, taking $n$ as the current level of of the Trait (or the number of Knacks, or the level of \gls{fp}).
      Page \pageref{xp}.
    
      \item\label{sumCCequip}
    
      Take 1 item per Skill level your character has, worth up to 10 \glspl{sp} each.  Page \pageref{start_equipment}.
    
      \item\label{sumCCcoin}
    
      Starting money is $(3D6-5)\times 2^S$\gls{cp}, where S = combined levels in all Skills.
      \item
      Fill in the derived stats.
      \begin{itemize}
    
        \item
        \glspl{hp} are equal to 6 plus your Strength.
        \item
        \glspl{fp} are equal to base \glspl{fp} plus Charisma.
        \item
        \glspl{mp} are equal to the number of spheres you have times 3, plus your Wits Bonus.
    
      \end{itemize}
      \item
      Start the game.
      \item
      Spend \glspl{storypoint} at every opportunity.
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \end{enumerate}
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \end{multicols}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \vfill\null
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \iftoggle{verbose}{
      \begin{multicols}{2}
        \racechart
        \attributeChart
      \end{multicols}
    }{
      \racechart
    
      \attributeChart
    }
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    \chapter{Combat}
    
    \label{combatAppendix}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \iftoggle{verbose}{
    
      \begin{multicols}{2}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    }{}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    \initiativechart
    
    \armourchart
    
    \moralechart
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \iftoggle{verbose}{
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \end{multicols}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    }{}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    \chasechart
    
    
    \section*{Weapons}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    \weaponschart
    
    
    \section*{Complications \& Manoeuvres}
    
    \printcontents[Manoeuvres]{l}{2}{\setcounter{tocdepth}{4}}
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \iftoggle{verbose}{
    
      \iftoggle{aif}{}{
        \input{classes.tex}
      }
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \indexprologue{The following spell summaries are simplified for reference, and do not take into account spells cast at a higher level than normal.}
    \printindex[spells]
    
    Malin Freeborn's avatar
    Malin Freeborn committed