Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
PANDA Control Miss Evasion Critical - PANDA_ControlMissEvasionCritical.js
Plugin desc : control with a switch if misses, evasions, critical hits can occur.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20220713021551.html
File name : PANDA_ControlMissEvasionCritical.js
Help of plugin :
* @target MV MZ * @plugindesc control with a switch if misses, evasions, critical hits can occur. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20220713021551.html * * @help [How to Use] * Only when the switch specified by the plug-in parameter is ON, * misses in attacks, evasions, and critical hits will occur. * * When the specified switch is OFF, hit rate is 100%, * evasion rate, critical rate, critical evasion rate, * and magic evasion rate are 0% for both Actors and Enemies. * * The expected usage is as follows: * Prevent misses or critical hits in battles at the beginning of the game, * turn on the switch after a certain number of battles or after the story has * progressed to some level, and misses or critical hits will occur. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param AllowSwitch * @text Allow Switch * @desc Specifies a switch which allows misses, evasions, and critical hits. When this switch is ON, they will occur. * @type switch * @default 0 *