MajorMUD Accuracy Formula

General MajorMUD Discussion
User avatar
syntax
Site Admin
Posts: 553
Joined: Tue Jun 02, 2009 10:02 am

Re: MajorMUD Accuracy Formula

Post by syntax »

Question regarding Accuracy. If the player has an accuracy of 24 and the enemy has an AC of 30. Would that mean that the player would miss the enemy on every swing?
or a better question would be how does accuracy play into the chance to hit the target.
I typically do not respond to questions on social media (discord / facebook) for things I think are better suited to be discussed on here (for the sake of memorializing these conversations in an indexable and searchable fashion for the sake of future information seekers).

The answer to your question is also in the code:
https://github.com/syntax53/MMUD-Explor ... m.cls#L532

((AC*AC)/100) / ((ACCY*ACCY)/140) = miss %


Post Reply