Hello,
I have a minor suggestion - I would like an extra line added to the info screen.
We already have:
Average damage/round: XXX vs evil creatures, YYY vs undead, etc.
I would like another line below that showing:
Average damage/turn: XXX vs evil creatures, YYY vs undead, etc.
The reason I'm requesting this is that it's useful to keep, in your home, a weapon that you know will do max damage/turn when you get higher str/dex. Right now if you have two weapons, one you can do 1.7 blows/round, and the other 3.2 blows/round, it is kind of annoying to figure out which one does more damage when you can swing both at 4 blows/round.
The code is trivial, just clone the section in obj-info.c for Average damage/round and divide by (old_blows / 10).
Thanks
- Frank
I have a minor suggestion - I would like an extra line added to the info screen.
We already have:
Average damage/round: XXX vs evil creatures, YYY vs undead, etc.
I would like another line below that showing:
Average damage/turn: XXX vs evil creatures, YYY vs undead, etc.
The reason I'm requesting this is that it's useful to keep, in your home, a weapon that you know will do max damage/turn when you get higher str/dex. Right now if you have two weapons, one you can do 1.7 blows/round, and the other 3.2 blows/round, it is kind of annoying to figure out which one does more damage when you can swing both at 4 blows/round.
The code is trivial, just clone the section in obj-info.c for Average damage/round and divide by (old_blows / 10).
Thanks
- Frank