If you use phase, you can use rune as well. You probably have more than one turn time to wait for M to get you, and it only takes one turn to heal and one to cast the rune. One thing I collect when playing priest is restore mana. In 3.2.0 they are plentiful way beyond need, so I usually have very large supply of those before last fight.
Morgoth doing more than 600 damage in a single round
Collapse
X
-
-
I was not advocating removing the earthquake effect, I was suggesting that the crush damage be reduced to 200 from 300 so that the maximum damage that a player can take in a single turn would be reduced to 600 or so, which is I think what most of us have been assuming it to be up until now.
And clearly you do not need to be in a GV or something for this to happen, since I was not when it happened to me. Reading the code, it can happen whenever there are no empty spaces among the 8 surrounding ones. "Not empty" includes spaces with monsters on them. If there is nowhere safe to be "pushed" to, you get the "crush" effect, and you stay in the same place. If you are unfortunate enough that the subsequent earthquake *still* leaves you with nowhere to go, it can happen again. It appears to me that standing on an artifact (or stairs) is irrelevant since the code does not check the space you are *on*, only the 8 surrounding ones.
You got unlucky with escapes.Comment
-
My last winner in 3.2 was a Priest. I fought M in a dead end in a vault and kept casting glyphs all through the fight. It was a long fight and I'd say the average time per glyph was rather 3-5 turns than 2-3, I had high speed if it matters.
I only chugged a single !Restore Mana and that wasn't really neccessary, Staff of Magi worked fine in combination with the glyphs. My immediate comments after the fight was that the glyphs were too powerful, but after thinking about it more I'd say it's ok as it is. Priests are easy in the late part of the game, I see no problem with that.
/MathiasComment
-
As I said in the original post, I admit that the odds of this happening are low: there is only a 15% chance that the game will try to put a rock onto the space you are in, and you have to fail that check twice, and be surrounded both times. OTOH, people worry about getting to speed +30 to face Morgoth even though the odds of him doing a double mana-storm during the precise turn that he also gets a double move are quite low. It is, however, something to be aware of.Comment
-
That's not the way I read the code: in "earthquake()" in spells2.c, the game can *try* to form a rock on a location regardless of what is there, *then* the player on that location gets hurt, *then* the code checks cave_valid_bold and decides not to place a rock there after all if there is an artifact on the floor. But it looks to me like the player still takes the crush damage.Comment
-
Comment
-
Hmmm....Maybe we should make earthquake as monster spell?Comment
Comment