Extra movement speed is GREAT for classes that like to snipe from a distance, like mages and rangers. It makes it so much easier to get out of melee range. When walking/running, it can effectively neuter a base speed advantage that many monsters would otherwise have on you.
Angband 4.2.1
Collapse
X
-
Extra movement speed is GREAT for classes that like to snipe from a distance, like mages and rangers. It makes it so much easier to get out of melee range. When walking/running, it can effectively neuter a base speed advantage that many monsters would otherwise have on you.
but how the act together? if i have "+1 movement speed" in one item and "+1 speed" in other... do i have like "+2 movement speed" for movement, and "+1 speed" for actions?Comment
-
Movement speed is its own thing that only applies to movement, and "Moves +1" cannot be translated to +1 speed, +10 speed or +anything speed, it just means "2 moves/turn" (which really means "energy consumption for walking moves is divided by 2"...). Movement speed is more comparable to things like extra shots - think of 2 shots/turn.Comment
-
Windows release version seems to have a bug where damage from ammo isn't calculated correctly. With a longbow of power (+14,+15), ammo of arrows (+0,+0) gives average 15.9 damage. seems awfully low. Has this been fixed in the nightlies? I don't see it in the most recent MacOS version but the Windows build doesn't seem to be working.Comment
-
OK, since we're discussing speed, somepne please patiently explain to me like I'm a n00b what is happening with my extra moves, attacks, etc. (Because I'm only one or two ranks higher than n00b.)
I picked up Sting a while ago, "+3 speed" and "+2 attack speed," and then the Pair of Leather Boots of Wormtongue just dropped, "+1 movement speed."
I noticed that the boots do not alter the "Fast (+3)" on the Angband main window. The plus three is from Sting, obviously.
I also noticed that the number of blows jumped to 3 per turn. Again, that looks like Sting's +2 attack speed.
What are the boots doing?
Also, wrt slow, my Wand of Slow Monster and my Staff of Slow Monsters appear to behave differently, especially against faster mobs. Specifically, the staff appears to have about half the effect of the wand. Are these accurate observations?
Char dump attached. I hope.Attached FilesComment
-
OK, since we're discussing speed, somepne please patiently explain to me like I'm a n00b what is happening with my extra moves, attacks, etc. (Because I'm only one or two ranks higher than n00b.)
I picked up Sting a while ago, "+3 speed" and "+2 attack speed," and then the Pair of Leather Boots of Wormtongue just dropped, "+1 movement speed."
I noticed that the boots do not alter the "Fast (+3)" on the Angband main window. The plus three is from Sting, obviously.
I also noticed that the number of blows jumped to 3 per turn. Again, that looks like Sting's +2 attack speed.
What are the boots doing?
Also, wrt slow, my Wand of Slow Monster and my Staff of Slow Monsters appear to behave differently, especially against faster mobs. Specifically, the staff appears to have about half the effect of the wand. Are these accurate observations?
Char dump attached. I hope.
If you have +3 Speed and +1 movement speed, your speed is +13 WHEN YOU ARE WALKING. As long as you do ANY OTHER action (attack, eat, zap a wand), your speed is +3.
For slowness items, staves can be resisted but zap from a wand of slow monster cannot. Monster is either completely immune to slowing (very rare: trees, aether things, kavlax resist it) or is affected.
People who know the code, please correct me if I happen to be wrong.Comment
-
Speed is the energy regained in a game tick. If it's +0 you gain 10 energy/tick, +3 you gain 13 energy/tick, -10 it's 5 energy/tick.
Move speed reduces the energy cost of moving. A normal action takes 100 energy. At +1 move it costs 50 energy (only movement not other actions), +shots on a bow work the same.
They stack in the sense that if you have both you gain energy faster & use less.Comment
-
Windows release version seems to have a bug where damage from ammo isn't calculated correctly. With a longbow of power (+14,+15), ammo of arrows (+0,+0) gives average 15.9 damage. seems awfully low. Has this been fixed in the nightlies? I don't see it in the most recent MacOS version but the Windows build doesn't seem to be working.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Comment
-
I'm wondering if perhaps it was a bug fixed between the release build and the current nightlies. I'm playing the nightlies, but my partner just updated their version and only has Windows.Comment
-
In the most recently nightly, there was a change to the displayed thrown damage when inspecting an item, but I don't see a change since 4.2.1 that would explain a difference in the displayed shooting damage.Comment
-
Is the low damage with O combat (birth_percent_damage)? O combat really depends on high dice and slays/brands, so unbranded 1d4 arrows don't do much damage even with a longbow of power. (Even with branded seeker ammo I think O archery is still weaker than normal archery, but regular ammo's where you really feel the pain.)Last edited by Sideways; July 25, 2020, 19:31.The Complainer worries about the lack of activity here these days.Comment
-
Is the low damage with O combat (birth_percent_damage)? O combat really depends on high dice and slays/brands, so unbranded 1d4 arrows don't do much damage even with a longbow of power. (Even with branded seeker ammo I think O archery is still weaker than normal archery, but regular ammo's where you really feel the pain.)Comment
-
When I activate an unIDed ring of lightning in the latest V, I learn the RES_ELEC rune. In my variant I don't. I tried to track down the reason, and didn't see anything different in the code until I checked the "use object" code and found out that V uses dir=0 (player spot) when using items that can be aimed while I use a random direction. The problem is: when you use the player spot, you activate the project_p() code with the player as parameter instead of having that parameter NULL. I think this is a bug, as this is not intended to harm the player (which is later on checked in the code) so the "player learn from being harmed by elemental attack" should not been triggered.PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
-
As far as I understand it:
If you have +3 Speed and +1 movement speed, your speed is +13 WHEN YOU ARE WALKING. As long as you do ANY OTHER action (attack, eat, zap a wand), your speed is +3.
For slowness items, staves can be resisted but zap from a wand of slow monster cannot. Monster is either completely immune to slowing (very rare: trees, aether things, kavlax resist it) or is affected.
People who know the code, please correct me if I happen to be wrong.Comment
Comment