From 61cf995dbd4e43cdaa45750ef2356a4cf762b5f8 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Mon, 21 Dec 2020 06:05:37 +0100
Subject: [PATCH] add \deepogre

---
 example.tex  |  2 ++
 monsters.sty | 31 ++++++++++++++++++++++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/example.tex b/example.tex
index fe1debd2..1f1ceb17 100644
--- a/example.tex
+++ b/example.tex
@@ -156,6 +156,8 @@ With a little study, you can summon dozens of monsters, including {\tt\textbacks
 
 \ogre
 
+\deepogre
+
 \subsection{Animals}
 
 \nurarat
diff --git a/monsters.sty b/monsters.sty
index 80d8e130..65900b77 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -1617,7 +1617,7 @@ Academics 1, \ifodd\value{page} Crafts \arabic{r2}, \else \fi Deceit 1, \ifodd\v
 {}
 }
 
-\newcommand{\ogre}[1][\npc{\T\N}{\addtocounter{rb4}{1}\arabic{r4b} Ogres}]{
+\newcommand{\ogre}[1][\npc{\T\N}{\addtocounter{r4b}{1}\arabic{r4b} Ogres}]{
 	#1
 	\randomthree\addtocounter{age}{3}
 	\randomtwo\addtocounter{enc}{2}
@@ -1645,6 +1645,35 @@ Academics 1, \ifodd\value{page} Crafts \arabic{r2}, \else \fi Deceit 1, \ifodd\v
 {}
 }
 
+\newcommand{\deepogre}[1][\npc{\T\N}{\addtocounter{r4b}{1}\arabic{r4b} Ogres}]{
+	#1
+	\randomthree\addtocounter{age}{3}
+	\randomtwo\addtocounter{enc}{2}
+	\randomtwoB
+	\randomthreeC
+	\randomfourB
+\person{\arabic{age}}% STRENGTH
+{0}% DEXTERITY 
+{\arabic{enc}}% SPEED
+{{-3}% INTELLIGENCE
+{-1}% WITS
+{-4}}% CHARISMA
+{0}% DR
+{\arabic{r2b}}% COMBAT
+{\ifodd\value{r2c}%
+	Beast Ken 
+\else%
+	Vigilance 
+\fi\arabic{r2}}% SKILLS
+{\ifodd\value{r3c}
+	Nothing.
+\else
+	\greatclub
+\fi
+}% EQUIPMENT
+{}
+}
+
 \newcommand{\undeadogre}[1][\npc{\D\N}{Undead Ogre}]{
 	#1
 	\randomtwo
-- 
GitLab