diff --git a/example.tex b/example.tex index 1f1ceb173a1a38f5168928e6ab72d09ade4d5a7d..d400ddb3103812c1352899b9e1b50c03436422b1 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 8df28d7c5b84e1cb938369db4baf80c68a6f0410..e6688df838fd2ab17271a4e1c92197985e514979 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}} +}