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
This commit is contained in:
@@ -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 <potion-type> 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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user