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 Ex Target Rate - PANDA_ExTargetRate.js
Plugin desc : target rate lower than a certain value is considered 0%.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20231025234529.html
File name : PANDA_ExTargetRate.js
Help of plugin :
* @target MV MZ * @plugindesc target rate lower than a certain value is considered 0%. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20231025234529.html * * @help A target rate that is lower than the max target rate of the party members * by a threshold specified in the plugin parameters will be considered 0%. * * When implementing a so-called "taunt" skill that focuses the attacks of * enemies on the skill user, simply increasing the target rate may result * in a small number of other members being targeted. * This plugin makes you to exclude members whose target rate is lower than * the value specified in the plugin parameters from the attack target, * and to correctly focus the attacks on the skill user. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param ThresholdTargetRate * @text Target Rate Threshold(%) * @desc Target rate lower than the specified value from the max in the party will be treated as 0%. Specify the value in %. * @type number * @min 0 * @default 500 *