From 55b3d429980a92ab1658b8bc05c7e6eecdb38f6e Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 21 Jun 2022 01:13:02 +0200
Subject: [PATCH] add cat

---
 monsters.sty | 16 ++++++++++++++++
 test.tex     | 10 ++++------
 2 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/monsters.sty b/monsters.sty
index 55a68082..1c04c66f 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -1425,6 +1425,22 @@ mana stone with \arabic{track} mana, \lootJewellery, \randomtwo\lootJewellery, \
 {}
 }
 
+\newcommand{\cat}[1][\npc{\A}{Cat}]{
+	#1
+	\randomtwo
+	\randomtwoB
+	\addtocounter{r2b}{2}
+\animal{-5}% STRENGTH
+{\arabic{enc}}% DEXTERITY 
+{\arabic{r2b}}% SPEED
+{3}% WITS
+{0}% DR
+{\arabic{r2}}% AGGRESSION
+{Survival 2, Vigilance 2}% SKILLS
+{\quadraped}% ABILITIES
+{}%
+}
+
 \newcommand{\huntingdog}[1][\npc{\A\T}{\randomfour\addtocounter{track}{2}\arabic{track} Hunting Dogs}]{
 	#1
 	\randomtwo
diff --git a/test.tex b/test.tex
index 48c722b6..f9fe1036 100644
--- a/test.tex
+++ b/test.tex
@@ -223,12 +223,6 @@ Roll & Result \\\hline
 
 \archmage
 
-\mindflayer
-
-\mindflayer
-
-\mindflayer
-
 \archmage
 
 \dragon
@@ -307,6 +301,10 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed
 
 \boar
 
+\huntingdog
+
+\cat
+
 \chitincrawler
 
 \basilisk
-- 
GitLab