From c6d19c4ded942b2f2a66e15a6b0e775a4f4d6b0e Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Mon, 28 Dec 2020 04:39:47 +0100 Subject: [PATCH] add mindflayer --- example.tex | 6 ++++++ monsters.sty | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/example.tex b/example.tex index 1f1ceb17..d400ddb3 100644 --- a/example.tex +++ b/example.tex @@ -182,6 +182,12 @@ With a little study, you can summon dozens of monsters, including {\tt\textbacks \archmage +\mindflayer + +\mindflayer + +\mindflayer + \archmage \dragon diff --git a/monsters.sty b/monsters.sty index 8df28d7c..e6688df8 100644 --- a/monsters.sty +++ b/monsters.sty @@ -2023,3 +2023,47 @@ mana stone with \arabic{track} mana, \lootJewellery, \randomtwo\lootJewellery, \ {\addtocounter{xpbonus}{3}} } +%%%% items from bastards of bann + +\newcommand{\mindflayer}[1][\npc{\E}{Mind Flayer}\setcounter{gold}{100}]{ + #1 + \randomtwo + \addtocounter{enc}{1} + \randomtwoB + \addtocounter{r2b}{-1} + \randomtwoC + \addtocounter{r2c}{-1} + \randomthree + \randomthreeC + \addtocounter{age}{1} + \randomthreeB + \randomthreeC + \randomfourB + \addtocounter{r4b}{-2} + \person{\arabic{r2c}}% STRENGTH + {\arabic{r2c}}% DEXTERITY + {\arabic{r4b}}% SPEED + {{\arabic{enc}}% INTELLIGENCE + {2}% WITS + {-5}}% CHARISMA + {0}% DR + {\arabic{r2b}}% COMBAT + {\ifodd\value{r3b}Crafts \arabic{r2}, \fi Deceit \arabic{r3b}, Tactics \arabic{r3c}\Path{Divinity}% + {\ifodd\value{r4b}% + Force \arabic{r3}, % + \addtocounter{sp}{\value{r3}}% + \addtocounter{sp}{\value{r3}}% + \addtocounter{sp}{\value{r3}}% + \addtocounter{sp}{\value{enc}}% + \lockedmana{\value{r3}} + \fi% + \ifodd\value{r3c}% + Illusion \arabic{r4b}, % + \fi% + \addtocounter{r3b}{1}% + Enchantment \arabic{r3b} + } +}% SKILLS + {\iftoggle{bestiarychapter}{\ifnum\value{gold}=100\lootMagic\fi}{\Dagger}}% EQUIPMENT + {\mana{6}} +} -- GitLab