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).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.
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 %