YEP.85 – Hit Accuracy

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

By default, RPG Maker MV’s action accuracy formula is unintuitive. For what it matters, the accuracy of the skill is determined first, then the evasion of the target is determined second regardless of the accuracy of the first check. This means that even if an attacker has 1000% HIT accuracy, the skill can still be evaded by the enemy’s 5% EVA stat. So instead, this plugin will provide control over an action’s accuracy formula and evasion formula. By this plugin’s default settings, accuracy will now be calculated where the attacker’s HIT and the enemy’s EVA are set against one another for a more intuitive accuracy formula.


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

By default, RPG Maker MV’s action accuracy formula is unintuitive. For what it matters, the accuracy of the skill is determined first, then the evasion of the target is determined second regardless of the accuracy of the first check. This means that even if an attacker has 1000% HIT accuracy, the skill can still be evaded by the enemy’s 5% EVA stat. So instead, this plugin will provide control over an action’s accuracy formula and evasion formula. By this plugin’s default settings, accuracy will now be calculated where the attacker’s HIT and the enemy’s EVA are set against one another for a more intuitive accuracy formula.


Instructions


This plugin can be plug-and-play. But, if you wish to modify the accuracy formulas to your liking, adjust the plugin parameters that alter each of the individual aspects.

skillHitRate – This is the inherent success rate of the skill/item.

userHitRate – This is the accuracy rate of the user. If it’s a physical action, by default, HIT is used. If it’s a magical action, by default, there will be a 100% modifier from it, meaning it doesn’t alter the success rate.

targetEvadeRate – This is the evasion rate of the target. If it’s a physical action, the EVA stat is used by default. If it’s a magical action, the MEV stat is used by default.


Happy RPG Making!