diff --git a/layout.sty b/layout.sty index b512212fa48ccb45ec4d0e07eafcafd3855ea546..17243e1af6e694577a4f2d6e81cb7fa1c0958876 100644 --- a/layout.sty +++ b/layout.sty @@ -524,7 +524,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) \renewcommand*{\thesection}{\arabic{section}} \titleformat{\subsection} -{\needspace{7em}\normalfont\large\bfseries}{\thesubsection}{1em}{}[\titlerule\vspace{1ex}] +{\needspace{7em}\normalfont\center\large\bfseries}{\thesubsection}{1em}{}[\titlerule\vspace{1ex}\setcounter{list}{0}] % \titleformat{\subsubsection} @@ -667,8 +667,6 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) \subsubsection[#1: #4]{#1} {\it Type: #2, Skill: #3} - - \noindent% } % Toggles for knacks @@ -868,9 +866,10 @@ Roll & Result \\ \newcommand{\mapentry}[1]{ \needspace{2em} - \addtocounter{list}{1} + \refstepcounter{list} \subsubsection[#1]{ - \arabic{list}: #1} + \arabic{list}: #1 + } } %%%%% Side Quests @@ -881,6 +880,7 @@ Roll & Result \\ \newtoggle{firstsq} \settoggle{firstsq}{true} +\newcommand\squash{$\merge$ } \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 diff --git a/loot.sty b/loot.sty index df2b2c09d0dbcab3735b53dd4a60f1eebe666cf2..4a311dedf6bcfbc284df8ddeffec907e8f6e7d03 100644 --- a/loot.sty +++ b/loot.sty @@ -41,7 +41,7 @@ \ifodd\value{r3b}% Sorcerer's Eye% \else% - Deck of Cards\fi\else Wild Seeds\fi\else\ifodd\value{r2b}Bag of Holding% + three Spider Arrows\fi\else Wild Seeds\fi\else\ifodd\value{r2b}Bag of Holding% \else% Defensive Heart% \fi% diff --git a/monsters.sty b/monsters.sty index 4d22fd33e161cd3d2163403eef9be5bf8b170afd..8900587e7478cbe8baf93f81ed8ae6673a0f26d1 100644 --- a/monsters.sty +++ b/monsters.sty @@ -341,7 +341,8 @@ {0}% DR {\ifodd\value{mp} 1\else 0\fi}% COMBAT {Projectiles~\arabic{r2b}, Academics~3, Empathy~3, Deceit~\arabic{enc}, Performance~\arabic{r2}, \ifodd\value{r2}Stealth~\else Tactics~\fi \arabic{r2b}, Vigilance~2% - \Path{Blood}{\aldaron~\arabic{r3}, \enchantment~5, \fate~\arabic{r3}, \force~\arabic{r4}, \invocation~1, \polymorph~2}}% SKILLS + \knacks{\bloodCaster} + \Path{\aldaron~\arabic{r3}, \enchantment~5, \fate~\arabic{r3}, \force~\arabic{r4}, \invocation~1, \polymorph~2}}% SKILLS {\Dagger, \lootJewellery\ifodd\thepage, \randomtwo\lootJewellery\ifodd\value{r4}, \lootMagic\fi\fi}% EQUIPMENT {} } @@ -449,8 +450,8 @@ Academics~1, \ifodd\value{page} Crafts~\arabic{r2}, \else \fi Deceit~1, \ifodd\v {-1}% WITS {\ifodd \value{page} -1\else1\fi}}% CHARISMA {0}% DR -{\ifodd\value{r2} 0\else 1\fi}% AGGRESSION -{Crafts~\arabic{r2b}, \ifodd\value{r4} Empathy~1, Wyldcrafting~\arabic{r2}\fi +{\ifodd\value{r2} 0\else 1\fi}% COMBAT +{\ifodd\value{r3c}\else Projectiles 1, \fi Crafts~\arabic{r2b}, \ifodd\value{r4} Empathy~1, Wyldcrafting~\arabic{r2}\fi \knacks{\specialist{animal husbandry}} }% SKILLS {\Dagger, \lootSmall}% EQUIPMENT @@ -512,7 +513,7 @@ Academics~1, \ifodd\value{page} Crafts~\arabic{r2}, \else \fi Deceit~1, \ifodd\v {0}% DR {\arabic{enc}}% COMBAT {Academics~\arabic{r3}, Deceit~\arabic{r3}, \ifodd\value{gold} Empathy~\arabic{r3}, \fi Vigilance~\arabic{r2}}% SKILLS -{\Dagger, \lootSmall, \lootBig~ hidden nearby}% EQUIPMENT +{\ifodd\value{enc}\rapier\else\Dagger\fi, \ifodd\value{r3c}\lootSmall\else\lootJewellery\fi}% EQUIPMENT {} } diff --git a/stats.sty b/stats.sty index 38f8a0c61261c2c466800d548692b93910bf78d3..6029b80f4163e7c4f7eba910ded012378f7be211 100644 --- a/stats.sty +++ b/stats.sty @@ -246,25 +246,25 @@ top=0pt, ] - \iftoggle{personality}{ + \creaturestats - \textbf{Archetype:} \archetype + \derivedstats + \end{tcolorbox} - \textbf{Personality:} \personality + \iftoggle{personality}{ - \textbf{Mannerism:} \mannerism + \textbf{Archetype:} \archetype, + \textbf{Personality:} \personality - \vspace{1em} + \textbf{Mannerism:} \mannerism - \settoggle{personality}{false}}% - {} - \creaturestats + \vspace{1em} - \derivedstats - \end{tcolorbox} - \settoggle{debug}{false} - \settoggle{examplecharacter}{false} - \settoggle{bling}{false} + \settoggle{personality}{false}}% + {} + \settoggle{debug}{false} + \settoggle{examplecharacter}{false} + \settoggle{bling}{false} }