From ec77e731c45195c35cabeb132e23c6eca64dbadf Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Sun, 29 Nov 2020 21:12:41 +0100 Subject: [PATCH] add nura rat --- example.tex | 2 ++ monsters.tex | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/example.tex b/example.tex index eb59beb8..aa787b8b 100644 --- a/example.tex +++ b/example.tex @@ -142,6 +142,8 @@ With a little study, you can summon dozens of monsters, including \textbackslash \subsection{Animals} +\nurarat + \nurahorse \nuracrab diff --git a/monsters.tex b/monsters.tex index 7f77920b..08f1436e 100644 --- a/monsters.tex +++ b/monsters.tex @@ -1371,6 +1371,24 @@ {} } +\newcommand{\nurarat}[1][\npc{\A\N}{\arabic{r12} Nura Rats}]{ + #1 + \randomtwo + \addtocounter{enc}{-1} + \randomtwoB + \randomthree + \randomthreeB +\animal{\arabic{enc}}% STRENGTH +{0}% DEXTERITY +{\arabic{r2b}}% SPEED +{\arabic{r2}}% WITS +{1}% DR +{\arabic{r3}}% AGGRESSION +{Athletics \arabic{r2b}, Survival \arabic{r2}, Vigilance \arabic{r2b}}% SKILLS +{\teeth, \quadraped}% ABILITIES +{} +} + \newcommand{\nurawolf}[1][\npc{\A\N}{\arabic{r12} Nura Wolves}]{ #1 \randomtwo -- GitLab