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 Battler Action Speed - PANDA_BattlerActionSpeed.js
Plugin desc : change the speed from minimum for each action.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20210819222423.html
File name : PANDA_BattlerActionSpeed.js
Help of plugin :
* @target MV MZ * @plugindesc change the speed from minimum for each action. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20210819222423.html * * @help [How to Use] * You can set the "Speed" value in the "Activation" of skills or items, * but when the character acts more than once in 1 turn, * the minimum value of each speed will be adopted. * So, when the character acts "Guard" or "Substitute" with high speed * and a normal attack with speed 0 in the same time, speed 0 will be adopted, * and it will not take the action "Guard" or "Substitute" at first. * * With this plugin, you can select the calculation method of speed * by the plugin parameter, so you can reflect the difference in speed value. * * Please specify the calculation method from the following: * - Minimum (min) : as same as RPG Maker standard * - Maximum (max) * - Average (avg) * - Total value (sum) * - Value of first action (first) * - Value of last action (last) * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param CalcType * @text Calculation Method * @desc Select the calculation method of speed when acting multiple times. * @default avg * @type select * @option Minimum (RPG Maker standard) * @value min * @option Maximum * @value max * @option Average * @value avg * @option Total value * @value sum * @option Value of first action * @value first * @option Value of last action * @value last *