-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wield moves are incorrectly reported #37687
Comments
i could be wrong, but isn't that column actually telling you "number of moves to attack with this weapon"? |
that was brought up as a possible explanation, but no one knew for sure. if you can say with certainty that is true then we can remove this issue. |
I'm almost certain it's moves to attack with the weapon. it's used for comparing your melee weapons to see which is best at a glance. I have however seen some weirdness in movecosts when drawing/storing in sheaths that left me confused that could be examined some. And some indication of moves to wield from backpack would be nice to have somewhere. |
uhh i think theyre actually right about how the moves shown are wrong the moves per attack of the stone knife i have is 76 while it said 93 with the wielding thing. also note my version is a few days out of date but it still gives the same numbers as theirs sooo i guess someones got some fixing to do XD |
Moves per attack can be modified by stats/hand encumbrance, but it only shows the modified stats if your melee skill is high enough (2 IIRC) Weirdly it shows the moves to attack as modified by your stats/encumbrance, but it shows the damage before stats modifiers. (note this is my debug character with 100 strength, thus the weird values) |
So it would seem this is a case of the UI not being 100% clear about what its telling us? Is this an opportunity to improve the UI? |
Sounds like a plan, probably time to close this issue and open a "show moves required to wield weapon in UI" issue. |
Will do. I'd like to put some thought into the issue before I make it. |
I think issue is what name MOVES is ambiguous because it's not obvious what it's truncated "Moves per attack". Maybe rename it to something like SPEED? And since a lot of people thought MOVES means time to wield there is need for another column called WIELD to show time to wield? |
Describe the bug
Unsure if this is a bug, still looking for possible explainations.
When using 'w'ield to wield a weapon, the far right of the screen shows a number of moves to wield said weapons. When pressing 'enter' to wield the weapon, the report of moves taken by last action (top right of screen) shows a much higher number.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Reported moves to wield should be the actual moves needed to wield.
Screenshots
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food]
]
Additional context
As tested by me on a slightly old version, however it is confirmed by multiple people to occur on the current version. I can update and test but it will show the same thing.
Is it possible that there is something else (intended) going on that I (those of us from vorm's stream) don't know about?
The text was updated successfully, but these errors were encountered: