From 001d9681c23107b570e943ba168e42e524d55737 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 1 Nov 2017 00:07:24 +0200 Subject: [PATCH] Make Vlad slightly tougher Increase speed from 18 to 26, HD from 14 to 28, AC from -3 to -6, weapon attack from 1d10 to 2d10, bite from 1d10 to 1d12 --- doc/fixes36.1 | 1 + src/monst.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/fixes36.1 b/doc/fixes36.1 index bb535b631..c56c2ffcc 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -468,6 +468,7 @@ assigning a type name to a potion on the floor which is actually a mimic could prompt "Call a stream of fluid:" (bogus 'fromsink') with perm_invent option enabled and no inventory, 'i' put up an empty menu charisma affects the leeway in demon lord bribes +make Vlad slightly tougher Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository diff --git a/src/monst.c b/src/monst.c index 2bd2b99ed..18178bf0a 100644 --- a/src/monst.c +++ b/src/monst.c @@ -1870,9 +1870,9 @@ struct permonst _mons2[] = { | M2_MALE | M2_MAGIC | M2_SHAPESHIFTER, M3_INFRAVISIBLE, HI_ZAP), #endif - MON("Vlad the Impaler", S_VAMPIRE, LVL(14, 18, -3, 80, -10), + MON("Vlad the Impaler", S_VAMPIRE, LVL(28, 26, -6, 80, -10), (G_NOGEN | G_NOCORPSE | G_UNIQ), - A(ATTK(AT_WEAP, AD_PHYS, 1, 10), ATTK(AT_BITE, AD_DRLI, 1, 10), + A(ATTK(AT_WEAP, AD_PHYS, 2, 10), ATTK(AT_BITE, AD_DRLI, 1, 12), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK), SIZ(WT_HUMAN, 400, MS_VAMPIRE, MZ_HUMAN), MR_SLEEP | MR_POISON, 0, M1_FLY | M1_BREATHLESS | M1_HUMANOID | M1_POIS | M1_REGEN,