diff --git a/example.tex b/example.tex index 291776db8d4855f4322cd6ecbd8639eb169d6854..08fd62dd10f202e473f28d0ba49ce0193fe9926e 100644 --- a/example.tex +++ b/example.tex @@ -184,6 +184,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 66d7b9c213bc66b047a47616d545b346467be292..1503354be1c7987cf519b1e14ffba4af46574e02 100644 --- a/monsters.sty +++ b/monsters.sty @@ -2081,3 +2081,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}} +}