From 0863b369642b47ecb0a6cec83b2b75291b6a50aa Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Tue, 26 Nov 2019 18:49:05 +0100 Subject: [PATCH] fix dwarven rune master --- monsters.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/monsters.tex b/monsters.tex index 8d5436c7..305211fe 100644 --- a/monsters.tex +++ b/monsters.tex @@ -452,8 +452,10 @@ \newcommand{\dwarvenrunemaster}{ \person{0}{1}{0}% PHYSICAL ATTRIBUTES - {{\ifodd\value{chapter} 2\else 1\fi}{\ifodd\value{enc}{2}\else{0}\fi}{0}} - {0}{1}{Academics 2, Crafts 1, Tactics 2\Path{Runes}{Metamagic 4, Fate 3, Force 2, Conjuration 1}}{\shortsword\partialchain\ifnumcomp{\thechapter}{=}{6}{4D6sp}{\setcounter{gold}{\thepage}\multiply\value{gold} by \thechapter\arabic{gold}sp}}{\mana{4}} + {{\ifodd\value{page}2\else\1\fi}% INTELLIGENCE + {\ifodd\value{chapter}1\else0\fi}{0}}% WITS + {\ifodd\value{enc}-1\else0\fi}% CHARISMA + {1}{Academics 2, Crafts 1, Tactics 2\Path{Runes}{Metamagic 4, Fate 3, Force 2, Conjuration 1}}{\shortsword\partialchain\ifnumcomp{\thechapter}{=}{6}{4D6sp}{\setcounter{gold}{\thepage}\multiply\value{gold} by \thechapter\arabic{gold}sp}}{\mana{4}} } \newcommand{\dryad}{ -- GitLab