From 2ecc2497e98d440f37e71f03570cb30a9f59d48e Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 11 Jun 2022 15:25:39 +0200 Subject: [PATCH] remove bann mindflayer --- monsters.sty | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/monsters.sty b/monsters.sty index 5d4b500c..55a68082 100644 --- a/monsters.sty +++ b/monsters.sty @@ -1523,48 +1523,3 @@ 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 - \randomfour - \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{r4}, % - \fi% - \addtocounter{r3b}{1}% - \enchantment \arabic{r3b} - } -}% SKILLS - {\iftoggle{bestiarychapter}{\ifnum\value{gold}=100\lootMagic\fi}{\Dagger}}% EQUIPMENT - {} -} -- GitLab