diff --git a/csCommands.sty b/csCommands.sty index 1fc532bf9c5347924d060d5f8658e2daf997c7a9..0b4ab2e184e2f8029da174853599967b9dd9a46c 100644 --- a/csCommands.sty +++ b/csCommands.sty @@ -165,3 +165,21 @@ \setXtoLowestOf{Life}{Earth}{Water} } + +\newcommand\resetCS{ + \clean + \renewcommand\knackOne{} + \renewcommand\knackTwo{} + + \renewcommand\race{} + \renewcommand\concept{} + \renewcommand\culture{} + \renewcommand\rank{} + \renewcommand\name{} + \renewcommand\code{} + + \renewcommand\characterWeapon{} + \renewcommand\characterArmour{} + \renewcommand\characterEquipment{} + \renewcommand\charSpellList{} +} diff --git a/reset_cs.tex b/reset_cs.tex deleted file mode 100644 index 41ad6bd76bd1bf790ed0dfd91e7926274b1a1019..0000000000000000000000000000000000000000 --- a/reset_cs.tex +++ /dev/null @@ -1,48 +0,0 @@ -\setcounter{Strength}{0} -\setcounter{Dexterity}{0} -\setcounter{Speed}{0} -\setcounter{Intelligence}{0} -\setcounter{Wits}{0} -\setcounter{Charisma}{0} - -\setcounter{Academics}{0} -\setcounter{Athletics}{0} -\setcounter{Caving}{0} -\setcounter{Crafts}{0} -\setcounter{Deceit}{0} -\setcounter{Empathy}{0} -\setcounter{Medicine}{0} -\setcounter{Performance}{0} -\setcounter{Larceny}{0} -\setcounter{Seafaring}{0} -\setcounter{Stealth}{0} -\setcounter{Tactics}{0} -\setcounter{Vigilance}{0} -\setcounter{Wyldcrafting}{0} - -\setcounter{Brawl}{0} -\setcounter{Combat}{0} -\setcounter{Projectiles}{0} - -\setcounter{Air}{0} -\setcounter{Earth}{0} -\setcounter{Fate}{0} -\setcounter{Fire}{0} -\setcounter{Water}{0} - -\setcounter{fp}{5} -\renewcommand\knackOne{} -\renewcommand\knackTwo{} - -\renewcommand\race{} -\renewcommand\concept{} -\renewcommand\culture{} -\renewcommand\rank{} -\renewcommand\name{} -\renewcommand\code{} - -\renewcommand\characterWeapon{} -\renewcommand\characterArmour{} -\renewcommand\characterEquipment{} -\renewcommand\charSpellList{} - diff --git a/resources.tex b/resources.tex index f4e61d633f5bd8effdffb8e4dc6a1f6a5145c7b2..b0f73d618a5cb1a6a33adb942c1e84a1ed5b38a9 100644 --- a/resources.tex +++ b/resources.tex @@ -14,9 +14,9 @@ \frontmatter \pagestyle{empty} - \setcounter{pageDarkness}{50} -\input{reset_cs.tex} +\resetCS + \input{CS.tex} \input{backpage.tex} \input{GS.tex}