My current character has now managed to take down Brodda, Wormtongue, Orfax, Boldor, and Ufthak without any issues whatsoever, because after one or two zaps with his Wand of Slow Monster, they've been tossed down to Very Slow.
Is this desirable? If not, what is desirable? If early uniques should be slowable (and I don't see why they shouldn't be) how hard should it be to slow them, and how long should it take them to recover? And how much should they be slowed by? By way of comparison, when the player gets slowed (as my half-troll rogue, with his 26% saving throw, does so very depressingly often), it typically lasts only for maybe 5 turns, and the speed reduction is a flat -10.
Looking at the code, wands of Slow Monster have a flat power level of 50 (thus, monster slowing should last about 50 turns...I think, though AFAICT there's no place where the monster's speed is restored when the timer runs out). They should also only reduce speed by 10, but seem to be doing so by more than that, even after only one zap.
There's zero dependence on the player's magic device skill. This seems like a clear opportunity to make wand power scale with skill level.
Is this desirable? If not, what is desirable? If early uniques should be slowable (and I don't see why they shouldn't be) how hard should it be to slow them, and how long should it take them to recover? And how much should they be slowed by? By way of comparison, when the player gets slowed (as my half-troll rogue, with his 26% saving throw, does so very depressingly often), it typically lasts only for maybe 5 turns, and the speed reduction is a flat -10.
Looking at the code, wands of Slow Monster have a flat power level of 50 (thus, monster slowing should last about 50 turns...I think, though AFAICT there's no place where the monster's speed is restored when the timer runs out). They should also only reduce speed by 10, but seem to be doing so by more than that, even after only one zap.
There's zero dependence on the player's magic device skill. This seems like a clear opportunity to make wand power scale with skill level.
Comment