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

Merge commit '9b474783' into dev

parents f90e4a4b 48eb4acc
Branches
Tags
No related merge requests found
...@@ -1111,21 +1111,24 @@ ...@@ -1111,21 +1111,24 @@
\randomtwo \randomtwo
\randomthree \randomthree
\randomthreeB \randomthreeB
\addtocounter{enc}{-1}
\person{1}% STRENGTH \person{1}% STRENGTH
{\ifodd\thepage 2 \else 1\fi}% DEXTERITY {\arabic{r3b}}% DEXTERITY
{\arabic{r2}}% SPEED {\arabic{r2b}}% SPEED
{{\arabic{r3}}% INTELLIGENCE {{\arabic{enc}}% INTELLIGENCE
{1}% WITS {1}% WITS
{\arabic{r3}}}% CHARISMA {\arabic{r3}}}% CHARISMA
{0}% DR {0}% DR
{2}% AGGRESSION {\arabic{r2}}% COMBAT
{Academics \arabic{r2}, Deceit \ifodd\thepage 2 \else 1\fi, Performance \ifodd\thechapter 2 \else 1\fi\ifnum\value{r12}>9{\Path{Song}{Illusion \arabic{r2}, Fate \arabic{r3b}}}\fi}% SKILLS {Academics \ifodd\thepage\arabic{r2}\else\arabic{r3b}\fi, Deceit \ifodd\thepage 2 \else 1\fi, Performance \ifodd\thechapter 2 \else 1\fi%
{\ifnum\value{enc}>5% \ifnumcomp{\value{r12}}{>}{9}{%
{\shortsword, dagger, }% \Path{Song}{Fate \arabic{r3}, Illusion \arabic{r3b}} }{}
\else\ifnum\value{age}>2% }% SKILLS
{\rapier, dagger, }% {\ifodd\value{r3}\rapier%
\else\fi\fi% \else%
\lootMedium\ifodd\thepage, \lootJewellery\fi}% EQUIPMENT \Dagger%
\fi%
, lute, \lootMedium\ifodd\thepage, \lootJewellery\fi}% EQUIPMENT
{\ifnum\value{r12}>9\mana{2}\fi} {\ifnum\value{r12}>9\mana{2}\fi}
} }
...@@ -1568,7 +1571,7 @@ ...@@ -1568,7 +1571,7 @@
{2}% DR {2}% DR
{\arabic{r2}}% AGGRESSION {\arabic{r2}}% AGGRESSION
{Aggression 2, Projectiles \arabic{r2}, Academics \arabic{r3}, Deceit 1, Medicine \arabic{r2b}, Vigilance \arabic{r2} {Aggression 2, Projectiles \arabic{r2}, Academics \arabic{r3}, Deceit 1, Medicine \arabic{r2b}, Vigilance \arabic{r2}
\Path{Devotion (Qualm\"e)}{\ifodd\value{r3}, Aldaron \arabic{enc}, \fi Fate \arabic{enc}, \ifodd\value{r4} Enchantment \arabic{r3}\else \fi, Necromancy 5}}% SKILLS \Path{Devotion (Qualm\"e)}{\ifodd\value{r3}Aldaron \arabic{enc}, \fi Fate \arabic{enc}, \ifodd\value{r4} Enchantment \arabic{r3}\else \fi, Necromancy 5}}% SKILLS
{\Dagger, mana stone holding 6 MP, \ifodd\thepage\lootMagic, \fi\ifodd\thechapter\lootJewellery\else\lootBig\fi}% EQUIPMENT {\Dagger, mana stone holding 6 MP, \ifodd\thepage\lootMagic, \fi\ifodd\thechapter\lootJewellery\else\lootBig\fi}% EQUIPMENT
{\mana{6}} {\mana{6}}
} }
...@@ -1594,20 +1597,21 @@ ...@@ -1594,20 +1597,21 @@
{\mana{6}\lockedmana{3}\setcounter{spd}{\value{wts}}} {\mana{6}\lockedmana{3}\setcounter{spd}{\value{wts}}}
} }
\newcommand{\jelly}[1][\npc{\A}{Acidic Ooze}]{ \newcommand{\jelly}[1][\npc{\A}{\ifnum\value{r4}>3 Black\else \ifnum\value{r4}>2 Green \else \ifnum\value{r4}>1 Red\else Invisible\fi\fi\fi~ Ooze}]{
#1 #1
\randomtwo
\addtocounter{enc}{4}
\randomfour \randomfour
\randomthree \addtocounter{track}{2}
\addtocounter{age}{-2} \setcounter{gold}{\value{r4}}
\multiply\value{gold} by -1
\addtocounter{gold}{2}
\randomthreeB
\animal{\arabic{r4}}% STRENGTH \animal{\arabic{r4}}% STRENGTH
{2}% DEXTERITY {\arabic{r3b}}% DEXTERITY
{\arabic{age}}% SPEED {\arabic{gold}}% SPEED
{-3}% WITS {\arabic{r4}}% WITS
{\arabic{enc}}% DR {\arabic{track}}% DR
{2}% AGGRESSION {\arabic{r4}}% AGGRESSION
{Stealth \arabic{r4}, \knacks{\unstoppable}}% SKILLS {\ifnum\value{gold}>0 Stealth \arabic{gold}\else Projectiles \arabic{r4}\fi, \knacks{\ifodd\thepage\disarm, \fi \unstoppable}}% SKILLS
{Acidic damage, gelatinous (DR does not apply to fire-based attacks)}% ABILITIES {Acidic damage, gelatinous (DR does not apply to fire-based attacks)}% ABILITIES
{} {}
} }
......
...@@ -341,7 +341,7 @@ Roll & Result \\ ...@@ -341,7 +341,7 @@ Roll & Result \\
\newcommand{\randomfour}{% \newcommand{\randomfour}{%
\ifnumcomp{\value{r4}}{>}{3}{\setcounter{r4}{1}}{\addtocounter{r4}{1}}% \ifnumcomp{\value{r4}}{>}{3}{\setcounter{r4}{1}}{\addtocounter{r4}{1}}%
\setcounter{track}{\value{r4}}% \ifnumcomp{\value{r4}}{<}{1}{\setcounter{r4}{1}}{}\setcounter{track}{\value{r4}}%
} }
\newcommand{\randomdozen}{% \newcommand{\randomdozen}{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment