Newer
Older
\newtoggle{genExamples}
\settoggle{genExamples}{false}
\newtoggle{allyCharacter}
\settoggle{allyCharacter}{false}
\newtoggle{perfectArmour}
\settoggle{perfectArmour}{false}
\newtoggle{weaponMaster}
\settoggle{weaponMaster}{false}
\newcommand\showNumbers{
\par
Str: \arabic{Strength},
Dex: \arabic{Dexterity},
Spd: \arabic{Speed},
Damage: \arabic{damage},
Weight: \arabic{weight},
Encumbrance: \arabic{encumbrance},
XP Bonus: \arabic{xpbonus},
Attack total: \arabic{attackXPtotal},
Def Total: \arabic{defenceXPtotal},
MP: \arabic{mp},
Grand Total: \arabic{xp}
\par
Armour DR: \arabic{armourDR}
Armour Weight: \arabic{armourWeight}
\setcounter{enc}{\value{noAppearing}}%
\addtocounter{enc}{4}%
\needspace{\value{enc}\baselineskip}%
\showBoxes%
}%
\ifdefempty{\NPCdescription}{\vspace{.5em}}{%
\begin{multicols}{2}%
\raggedright%
\textbf{Description:}~\NPCdescription\nobreak%
\par%
\textbf{Wants:}~\npcGoal%
\ifdefempty{\currentQuote}{}{\par%
\textbf{Quote:}~\textit{``\currentQuote''}%
}%
\par%
\textbf{Mannerism:}~\mannerism%
\end{multicols}%
% _ _
% ___| |_ __ _| |_
% / __| __/ _` | __|
% \__ \ || (_| | |_
% |___/\__\__,_|\__|
%
%
% _ _ _
% | |__ | | ___ ___| | _____
% | '_ \| |/ _ \ / __| |/ / __|
% | |_) | | (_) | (__| <\__ \
% |_.__/|_|\___/ \___|_|\_\___/
%
\newtoggle{examplecharacter}
\settoggle{examplecharacter}{false}
\newcommand{\ent}[1]{\textbf{#1}}
\newcommand{\test}{}
\newcommand{\skills}{}
\newcommand{\equipment}{}
\newcommand{\abilities}{}
\newcommand{\Abilities}{}
\newcommand{\addAbility}[1]{\edef\Abilities{\Abilities{}#1. }}
\newcommand{\Equipment}{}
\newcommand{\addEquipment}[1]{\edef\Equipment{\Equipment{}#1, }}
\newcommand\absNum[1]{\ifnum\value{#1}>-1+\fi\arabic{#1}}
% we calculate damage here because we can't display 1d6+6 damage - it has to turn into 2d6+2 damage.
\newcommand\conDmg[1]{%
\setcounter{numberofdice}{1}%
\addtocounter{damagebonus}{-4}%
\whileboolexpr{%
test {\ifnumcomp{\value{damagebonus}}{>}{3}}%
}{%
\addtocounter{numberofdice}{1}%
}%
}
\newcommand\showDam{%
\arabic{numberofdice}D6\ifnum\value{damagebonus}=0\else\absNum{damagebonus}\fi%
\newcommand\dmg[1]{\conDmg{#1}\showDam}
\foreach \s in {Projectiles,Melee,Brawl,Academics,Athletics,Caving,Crafts,Cultivation,Deceit,Empathy,Flight,Medicine,Performance,Larceny,Seafaring,Stealth,Vigilance,Wyldcrafting}
{\ifnum\value{\s}>0 \s~\arabic{\s}, \fi}
}
\newcommand\traits[7]{%
\clean%
\randomize%
\body#2%
\mind#3%
#4%
\foreach \k in {#5}{%
\stepcounter{knacks}%
}%
\renewcommand\showKnacks{#5}%
\foreach \s in {Air,Earth,Fate,Fire,Water}%
{\ifnum\value{\s}>0 \addtocounter{mp}{3}\fi}%
\renewcommand\equipment{#6}%
#7%
\computeEncumbrance%
}
\newcommand\statblock[1]{
\begin{tcolorbox}[
before={\vspace{.5em}\begin{minipage}{\linewidth}},
after={\afterStatBlock\end{minipage}},
fontupper=\small,
halign=flush left,
]
\creaturestats
\ent{Skills} & \showSkills \\
\ifnum\value{mp}>0%
\ent{Spheres} &
\foreach \s in {Air,Earth,Fate,Fire,Water}%
{\ifnum\value{\s}>0 \s~\arabic{\s}, \fi}
\\
\fi
\ifnum\value{knacks}>0
\ent{Knacks} & \showKnacks \\
\fi
\ifdefempty{\Abilities}{}{%
\ent{Abilities} & \Abilities \\
}
\ifdefempty{\equipment}{}{%
\ent{Equipment} &
\ifdefempty{\weaponName}{}{%
\weaponName, %
}%
\ifdefempty{\armourName}{}{%
\armourName, %
}%
\equipment.
}%
\end{tabularx}
\tcblower%%%%%%%%%%%%%%%%%%%%
\end{tcolorbox}
}
\newcommand\Animal[6]{
\statblock{
\traits{#1}%
{#2}%
{{-6}{#3}{-6}}%
\newcommand\Person[7]{
\statblock{
\traits{#1}%
{#2}%
{#3}%
{%
#4
}% SKILLS
{#5}% KNACKS
{#6}% EQUIPMENT
{#7}% ABILITIES
}
\ifnum\value{mp}>0%
\Repeat{\value{noAppearing}}{\hpStat~\mpStat\quad}%
\newcounter{wounds}
\setcounter{wounds}{0}
\newcounter{freeHP}
\setcounter{freeHP}{0}
\glsentrytext{R}~\Repeat{\value{#1}}{\Square}%
\newcommand\mpStat{%
\glsentrysymbol{alchemy}-%
\Repeat{\value{mp}}{\Circle}%
%%%%%%%%%%%%%%%%%%%% Character Generation %%%%%%%%%%%%%%%%%%%%
%
% _
% ___ ___ _ _ _ __ | |_ ___ _ __ ___
% / __/ _ \| | | | '_ \| __/ _ \ '__/ __|
%| (_| (_) | |_| | | | | || __/ | \__ \
% \___\___/ \__,_|_| |_|\__\___|_| |___/
%
%
% Attributes: str, dex, spd, int, wts, cha
% secondary str, dex and spd
\newcounter{att}
\newcounter{dr}
\newcounter{knacks}
% Extras: MP hp fp
% Derived: dicenumber, dicebonus,
\newcounter{mp}
\newcounter{hp}
\newcounter{fp}
\newcounter{numberofdice}
\newcounter{damagebonus}
\newcounter{xp}
\newcounter{xpbonus}
\newcounter{attackXPtotal}
\newcounter{damage}
\newcounter{shieldBonus}
\newcounter{shieldWeight}
\newcounter{shieldInit}
\newcounter{cost}
\newcounter{heft}% used to see how many AP points to swing a weapon
\newcounter{encumbrance}
\setcounter{encumbrance}{0}
% _
% ___ ___ _ __ ___ _ __ ___ __ _ _ __ __| |___
% / __/ _ \| '_ ` _ \| '_ ` _ \ / _` | '_ \ / _` / __|
% | (_| (_) | | | | | | | | | | | (_| | | | | (_| \__ \
% \___\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_|___/
%
% magic
\newcommand{\knacks}[1]{\gdef\showKnacks{#1}}
\newcommand\showKnacks{}
Adrenaline~Surge (+1 Damage, once per \ifnum\value{knacks}<2 combat\else round, \arabic{knacks} uses per combat\fi)%
Berserker (+1 \glsentrytext{ap}. on round 2 of combat, +1 Damage. on round 3)%
(+1 \glsentrytext{ap}, Attack, and Damage after charging 6 steps)%
(when an opponent hits 0 \glspl{hp}, damage transfers to the next opponent)%
}
\newcommand{\dodger}{%
(+\arabic{knacks} to dodge projectiles)%
}
\newcommand{\guardian}{%
Guardian
(spend 0 AP to guard someone, and gain +1 to guarding against attacks)%
}
\newcommand{\laststand}{%
(when losing \glspl{hp}, the character gains \setcounter{enc}{2}\addtocounter{enc}{\value{knacks}}\arabic{enc} AP)%
}
\setcounter{enc}{\value{knacks}}\roundUp{enc} (reduce cost to draw longbow by \arabic{enc} AP)
}
\newcommand{\perfectsneakattack}{%
Perfect Sneak Attack
(+\arabic{knacks} Damage for sneak attacks)
}
\newcommand{\precisestrike}{%
Precise Strike
(+1 Attack when calculating \pgls{vitalShot})
\newcommand{\specialist}[1]{%
Specialist
\iftoggle{examplecharacter}{ (+2 when using any #1)}{(#1)}%
}
\newcommand{\stunningstrike}{%
Stunning Strike
(take -1 penalty, and opponent's AP reduces by half Damage)%
}
\newcommand{\snapshot}{%
(Pay 0 AP to reload arrow or draw weapon)%
}
\newcommand{\unstoppable}{%
\addtocounter{hp}{2}%
Unstoppable
(+2 \glsentryshortpl{hp}%
\ifnum\value{Intelligence}>-5, and +\arabic{knacks} to any Medicine rolls to save them when dying%
\fi)%
(+2~\iftoggle{snapCaster}{Wits}{Charisma} after losing~HP)%
\newcommand{\weaponmaster}[1][\weaponName]{%
\newcommand{\autophage}{%
\addtocounter{knacks}{1}%
Autophage
\ifnum\value{Wits}>\value{Charisma}%
\global\settoggle{snapCaster}{true}%
\fi%
(spells use Wits and cost 1 less \glsentrytext{ap})
\newcommand{\ritualcaster}{%
\addtocounter{knacks}{1}%
Ritual Caster
(spells use Intelligence, caster may spend 1 extra \gls{mp})
}
\newcommand{\fasthealer}{%
Fast Healer
(resting heals one more \glsentrytext{ep} or \glsentrytext{mp})%
\newcommand{\combatcaster}{Combat Caster}
\newcommand\chosenEnemy[1]{Chosen Enemy (+1 against #1, -2 when trying to be friendly)}
% _ __ ___ _ __ ___ ___ _ __
%| '_ \ / _ \ '__/ __|/ _ \| '_ \
%| |_) | __/ | \__ \ (_) | | | |
%| .__/ \___|_| |___/\___/|_| |_|
%|_|
%
%
% _ _
%% ___| |__ __ _ _ __ __ _ ___| |_ ___ _ __
%% / __| '_ \ / _` | '__/ _` |/ __| __/ _ \ '__|
%%| (__| | | | (_| | | | (_| | (__| || __/ |
%% \___|_| |_|\__,_|_| \__,_|\___|\__\___|_|
%%
%% optional counters, such as mana, are cleaned
%% clear: weaponsknack1 and 2,
%%
%
\ifltxcounter{#1}{\setcounter{Strength}{\value{#1}}}{\setcounter{Strength}{#1}}%
\ifltxcounter{#2}{\setcounter{Dexterity}{\value{#2}}}{\setcounter{Dexterity}{#2}}%
\ifltxcounter{#3}{\setcounter{Speed}{\value{#3}}}{\setcounter{Speed}{#3}}%
\ifltxcounter{#1}{\setcounter{Intelligence}{\value{#1}}}{\setcounter{Intelligence}{#1}}%
\ifltxcounter{#2}{\setcounter{Wits}{\value{#2}}}{\setcounter{Wits}{#2}}%
\ifltxcounter{#3}{\setcounter{Charisma}{\value{#3}}}{\setcounter{Charisma}{#3}}%
\newtoggle{snapCaster}
\settoggle{snapCaster}{true}
\newcommand{\clean}{%
\global\togglefalse{snapCaster}%
\global\togglefalse{weaponMaster}%
\foreach \s in {Air,Earth,Fate,Fire,Water,Projectiles,Melee,Brawl,Academics,Alchemy,Athletics,Caving,Crafts,Cultivation,Deceit,Empathy,Flight,Medicine,Performance,Larceny,Seafaring,Stealth,Vigilance,Wyldcrafting}%
\foreach \s in {encumbrance,dr,covering,weaponDamage,weaponBonus,weaponWeight,armourWeight,armourDR,armourWeight,fp,heft,weight,damage,knacks,mp,xpbonus,xp}%
{\setcounter{\s}{0}}%
\setcounter{noAppearing}{1}%
}
%% _ _ _ _ _
%% __ _| |_| |_ _ __(_) |__ _ _| |_ ___ ___
%% / _` | __| __| '__| | '_ \| | | | __/ _ \/ __|
%%| (_| | |_| |_| | | | |_) | |_| | || __/\__ \
%% \__,_|\__|\__|_| |_|_.__/ \__,_|\__\___||___/
%%
%% Print the line,
%% print the attributes.
%% print the skills
%% print the knacks
%% print the equipment
%
\newcommand{\creaturestats}{
\footnotesize
\begin{tabularx}{\textwidth}{lr@{\hskip 3em}lr@{\hskip 3em}lr}
\hiderowcolors
Strength & \arabic{Strength} & Dexterity & \arabic{Dexterity} & Speed & \arabic{Speed} \\
\ifnum\value{Intelligence}>-6 Intelligence\fi &
\ifnum\value{Intelligence}>-6 \arabic{Intelligence}\fi &
Wits & \arabic{Wits} &
\ifnum\value{Charisma}>-6 Charisma\fi &
\ifnum\value{Charisma}>-6 \arabic{Charisma}\fi
\\
\end{tabularx}
%%
%%
%% _ _
%% ___ ___ _ __ ___ _ __ ___| |_ __ _| |_ ___
%% / __/ _ \| '_ ` _ \| '_ \/ __| __/ _` | __/ __|
%%| (_| (_) | | | | | | |_) \__ \ || (_| | |_\__ \
%% \___\___/|_| |_| |_| .__/|___/\__\__,_|\__|___/
%% |_|
%%
\newcommand\computeStats{
\setcounter{hp}{6}%
\addtocounter{hp}{\value{Strength}}%
% Stats for allies don't need to show Melee +1 as 'TN 8 to hit', they just need to show '+1'.
\ifnum\value{weaponBonus}>0%
\set{att}{Melee}%
\iftoggle{weaponMaster}{\stepcounter{att}}{}%
\else%
\set{att}{Brawl}%
\fi%
\addtocounter{att}{\value{Dexterity}}%
\addtocounter{att}{\value{weaponBonus}}%
\set{toHit}{att}%
\addtocounter{toHit}{7}%
\setcounter{ap}{\value{Speed}}%
\addtocounter{ap}{3}%
\addtocounter{ap}{-\value{encumbrance}}%
\setcounter{damage}{\value{Strength}}%
\addtocounter{damage}{4}%
\addtocounter{damage}{\value{weaponDamage}}%
\iftoggle{allyCharacter}{}{%
\addtocounter{covering}{\value{toHit}}%
}%
\ifnumcomp{\value{dr}}{>}{\value{armourDR}}%
{%
\divide\value{armourDR} by 2%
\addtocounter{dr}{\value{armourDR}}%
}{%
\divide\value{dr} by 2%
\addtocounter{dr}{\value{armourDR}}%
}%
\newcommand\computeEncumbrance{%
\setcounter{maxWeight}{\value{hp}}% now to compute encumbrance
\roundUp{maxWeight}%
\ifnum\value{armourWeight}>\value{maxWeight}%
\addtocounter{encumbrance}{\value{armourWeight}}%
\addtocounter{encumbrance}{-\value{maxWeight}}%
\fi%
\ifnum\value{weaponWeight}>\value{maxWeight}%
\addtocounter{encumbrance}{\value{weaponWeight}}%
\addtocounter{encumbrance}{-\value{maxWeight}}%
\fi%
\ifnum\value{weight}>\value{maxWeight}%
\addtocounter{encumbrance}{\value{weight}}%
\addtocounter{encumbrance}{-\value{weight}}%
\fi%
\addtocounter{weight}{\value{weaponWeight}}%
\addtocounter{weight}{\value{armourWeight}}%
\ifnum\value{weight}>\value{hp}%
\addtocounter{encumbrance}{\value{weight}}%
\addtocounter{encumbrance}{-\value{hp}}%
\setcounter{freeHP}{0}%
\else%
\setcounter{freeHP}{\value{hp}}%
\addtocounter{freeHP}{-\value{weight}}%
\fi%
\addtocounter{ap}{-\value{encumbrance}}%
\addtocounter{weight}{-\value{encumbrance}}%
%% _ _ _
%% __| | ___ _ __ ___| |_ __ _| |_ ___
%% / _` |/ _ \ '__/ __| __/ _` | __/ __|
%%| (_| | __/ | \__ \ || (_| | |_\__ \
%% \__,_|\___|_| |___/\__\__,_|\__|___/
%%
%%
%% dice instead of Damage
%% print out att, spd, DAM, dex, dr (type), str
%%
%
\newcommand{\derivedstats}{%
\setlength\topsep{0pt}%
\setlength\parskip{0pt}%
\begin{center}
\iftoggle{verbose}{\normalsize}{\large}%
\scshape AP \ifnum\value{ap}<1 $\frac{1}{2}$ \else \arabic{ap}\fi%
\ifnumcomp{\value{heft}}{>}{1}{ (AP Cost: \arabic{heft})}{},
Att %
\iftoggle{allyCharacter}{$2D6$\absNum{att}}{\arabic{toHit}},\space%
\mbox{Dam \dmg{damage},\space}%
\ifnumcomp{\value{dr}}{>}{0}{%
\mbox{DR \arabic{dr}%
\iftoggle{perfectArmour}%
{}%
{ (\arabic{covering}!)}, }%
}{}%
\iftoggle{genExamples}{%
HP~\arabic{hp},
\ifnum\value{mp}>0%
MP \arabic{mp},
\fi%
}{}
\iftoggle{genExamples}{%
\ifnum\value{Intelligence}>-1%
\Glsentrytext{weight}~held~\arabic{weight},%
\fi%
}{}
{\hfil\small\textcolor{\pageSideColor}{\calculateXP}}%
%
%
%% __ ______
%% \ \/ / _ \
%% \ /| |_) |
%% / \| __/
%% /_/\_\_|
%%
%%% Now to get the XP value of the creature's attack ability.
%%% = Attack (TN) * Dam + max((spd-hef),mp)^2
\iftoggle{allyCharacter}{}{%
\iftoggle{examplecharacter}{}{%
\setcounter{attackXPtotal}{\value{toHit}}%
\multiply\value{attackXPtotal} by \value{damage}%
\multiply\value{attackXPtotal} by \value{ap}%
\divide\value{attackXPtotal} by 50%
\addtocounter{attackXPtotal}{-\value{heft}}%
\setcounter{defenceXPtotal}{\value{hp}}%
\multiply\value{defenceXPtotal} by \value{dr}%
\divide\value{defenceXPtotal} by 10%
\setcounter{enc}{\value{mp}}%
\divide\value{enc} by 2%
\addtocounter{defenceXPtotal}{\value{enc}}%
\addtocounter{xp}{\value{attackXPtotal}}%
\addtocounter{xp}{\value{defenceXPtotal}}%
\ifnum\value{xp}<0\setcounter{xp}{0}\fi
before upper={\parindent0pt},
ornamented,
fontupper=\small,
\scshape
\begin{tabularx}{.8\textwidth}{YYYY}
\hiderowcolors
\iftoggle{verbose}{
& Speed: \arabic{Speed}
& Wits: \arabic{Wits}
}{
& Dam: 1
}
\\
\iftoggle{genExamples}%
{HP: \arabic{hp}
\ifdefempty{\Abilities}{}{%
\normalfont
\par\textbf{Abilities:} \Abilities
}%
{\hfil\small\textcolor{\pageSideColor}{\calculateXP}}%
\ifnum\value{Brawl}<3%
\setcounter{Brawl}{2}%
\fi%
\ifnum\value{dr}>1%
\stepcounter{dr}%
\else%
\setcounter{dr}{2}%
\fi%
\setcounter{weaponWeight}{0}% Stop EP showing.
\setcounter{armourWeight}{0}
\newcommand{\acidSpray}{%
\setcounter{track}{4}%
\setcounter{age}{7}%
\addtocounter{age}{\value{Dexterity}}%
\addAbility{Acid spray (\glsentrytext{tn}~\arabic{age} to dodge or \showDam~Damage)}%
\toggletrue{perfectArmour}%
\set{track}{Strength}%
\addtocounter{track}{3}%
\conDmg{track}%
\addAbility{#1 body (inflict \showDam~Damage each turn of grappling)}%
\setcounter{track}{\value{Strength}}%
\addtocounter{track}{6}%
\roundUp{track}%
\addAbility{Regeneration (1 \glsentrytext{hp}/ round, max. \arabic{track})}%
\setcounter{track}{\value{Strength}}%
\addAbility{Viscid (on a tie, the attacker must inflict Damage, but the weapon sticks into the body, \glsentrytext{tn}~\arabic{track} to pull out)}%
\addAbility{Liquid (non-fire Damage removes 2~\glsentrytext{hp} but creates a 1~\glsentrytext{hp} copy)}%
\ifnum\value{weaponDamage}<1%
\stepcounter{weaponDamage}%
\setcounter{track}{4}%
\conDmg{track}%
\setcounter{enc}{\value{hp}}%
\addtocounter{enc}{\value{hp}}%
\addAbility{Fiery breath (range: \arabic{enc} \glspl{step}, Dam: \showDam\ifnum\value{mp}>0\ plus 1 per \glsentrytext{mp} spent\fi)}%
% To fly, creatures should have Speed
% + Dexterity greater than Strength +
% DR.
\addtocounter{enc}{\value{Strength}}%
\setcounter{track}{\value{Speed}}%
\addtocounter{track}{\value{Air}}%
\ifnum\value{enc}>\value{track}%
(can glide, but not fly)
\ifnum\value{enc}=\value{track}%
(moves at x8 speed, must run before takeoff)%
}
\newcommand{\stench}{%
\setcounter{track}{10}%
\addtocounter{track}{-\value{Speed}}%
\addAbility{Stench (breathing in demands \roll{Strength}{Wyldcrafting} check, \glsentrytext{tn}~\arabic{track},
or take 3 \glspl{ep})}%
}
\newcommand{\crazyGas}{%
\setcounter{track}{4}%
\addtocounter{track}{\value{Strength}}%
\addAbility{Gas (receive hallucinations and \arabic{track}~\glspl{ep} per round)}%
\newcommand{\octoped}{%
\addAbility{Octoped (double movement)}%
}
\setcounter{track}{2}%
\addtocounter{track}{\value{Strength}}%
\addtocounter{track}{\value{Dexterity}}%
\ifnum\value{track}<2\setcounter{track}{2}\fi%
\addAbility{\arabic{track}~tentacles (grapple up to \arabic{enc} opponents without going prone)}%
\addAbility{Venom (grappling attack inflicts \showDam~\glsfmtlongpl{ep})}%
\setcounter{track}{8}%
\addtocounter{track}{\value{Strength}}%
\addAbility{Web (\roll{Strength}{Athletics}, \glsentrytext{tn} \arabic{track} to break free for 1~\glsentrytext{ap})}%
\ifnum\value{Strength}>0%
\addtocounter{weight}{\value{Strength}}%
\fi%
\raggedright \ent{Spheres} & #1
}
\newcommand\mutation[2][1]{%
\Repeat{#1}{%
\ifcase\value{#2}\relax%
\hide{\value{r3}}%
\or%
\teeth%
\or%
\claws%
\or%
\venom%
\or%
\amphibious%
\or%
\tentacles%
\or%
\web%
\else%
\flight%
\fi%
\stepcounter{#2}%
}%
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
%%%%%%%%%%%%%%%%%%%% Human Names
\newcounter{humanNameNo}
\setcounter{humanNameNo}{\value{r12}}
\newcounter{humanNameSuffNo}
\setcounter{humanNameSuffNo}{\value{r4}}
\newcommand\humanNamePrefix{%
\randomfour%
\addtocounter{humanNameNo}{\value{r4}}%
\ifnum\value{humanNameNo}>19\addtocounter{humanNameNo}{-19}\fi%
\expandafter\expandafter\ifcase\value{humanNameNo}\relax%
\or%
Grit%
\or%
Rank%
\or%
Scour%
\or%
Steer%
\or%
Mush%
\or%
Stoat%
\or%
Court%
\or%
Glum%
\or%
Flic%
\or%
Dug%
\or%
Nark%
\or%
Nettle%
\or%
Slate%
\or%
Gourse%
\or%
Cinder%
\or%
Soot%
\or%
Moc%
\or%
Keel%
\else%
Gout%
\fi%
}
\newcommand\humanNameSuffix{%
\randomthreeB%
\addtocounter{humanNameSuffNo}{\value{r3b}}%
\ifnum\value{humanNameSuffNo}>20\addtocounter{humanNameSuffNo}{-20}\fi%
\ifcase\value{humanNameSuffNo}\relax%
\or%
itch%
\or%
vore%
\or%
snag%
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
\or%
peel%
\or%
groat%
\or%
fen%
\or%
nash%
\or%
nail%
\or%
rash%
\or%
flay%
\or%
boak%
\or%
broil%
\or%
pike%
\or%
filch%
\or%
snatch%
\or%
flea%
\or%
fray%
\or%
rag%
\else%
blathe%
\fi%
}
\newcommand\composeHumanName{%
\humanNamePrefix\humanNameSuffix%
}