Updating to conform to rules

Also for session on 2020-01-05, got some XP that I then immediately
spent on rotes
This commit is contained in:
2020-01-06 04:27:53 -06:00
parent a1117fce72
commit 6106de24e3
9 changed files with 107 additions and 204 deletions

View File

@@ -18,8 +18,8 @@
% Dings are here: https://en.wikibooks.org/wiki/LaTeX/Special_Characters#/media/File:LaTeX-dingbats.png
% Symbol for spell descriptions for Reach separation
\def\rch{\newline \ding{71}}
% Footnote on the bottom of spell pages
\def\spfoot{\vspace{1mm} {\footnotesize \textbf{QRG pg. 326} \ding{70} Clash of Wills= Gnosis + Arcanum, spend willpower to bolster roll \ding{70} Spell calculator on \href{https:\\wodhelp.daviddaily.dev}{wodhelp.daviddaily.dev} \ding{70} ExEnv pg 225}}
% Usage: \wodots{amount marked (0-no more than total)}{total (0-10)}
@@ -198,3 +198,12 @@
{20}{\ding{201}\ding{200}\ding{199}\ding{198}\ding{197}\ding{196}\ding{195}\ding{194}\ding{193}\ding{192}\ding{201}\ding{200}\ding{199}\ding{198}\ding{197}\ding{196}\ding{195}\ding{194}\ding{193}\ding{192}}%
}[\PackageError{Counting Down}{Ya fucked up, undefined option: #1}{}]%
}
\newcommand{\rch}[1]{%
\IfEqCase{#1}{%
{1}{\newline \ding{71}}%
{2}{\newline \ding{71}\ding{71}}%
{3}{\newline \ding{71}\ding{71}\ding{71}}%
{4}{\newline \ding{71}\ding{71}\ding{71}\ding{71}}%
}[\PackageError{Reach}{Ya fucked up, undefined option #1}{}]%
}