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.
NUUN Critical Power - NUUN_CriticalPower.js
Plugin desc : Critical Power
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_CriticalPower.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_CriticalPower.js
File name : NUUN_CriticalPower.js
Help of plugin :
* @target MZ * @plugindesc Critical Power * @author NUUN * @base NUUN_Base * @orderAfter NUUN_Base * @version 1.1.0 * * @help * Implemented critical hit rate. * It is multiplied by the normal critical attack multiplier. * * Features of Notes * <CrpEffectRate:[rate]> * [rate]:Critical hit rate (Integer) 200 is 200% * <CrdEffectRate:[rate]> * [rate]:Critical fefense rate (Integer) 50 is 50% * * Acquisition parameters * Game_BattlerBase * damage:Damage * subject:Attacker * target:Target * crp:Critical hit rate * crd:Critical hit defense rate * * Skill and item notes * <CrpDamageFormula:[Formula]> Sets the critical damage formula for each item or skill. * * The formula for the critical multiplier is blank and it is "normal calculation * critical power". * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 2/16/2025 Ver.1.1.0 * Added the ability to set the critical damage formula for each item and skill. * Added critical defense rate. * Fixed a misprint in the critical effect rate tag description. * 9/17/2024 Ver.1.0.0 * First edition. * * @param CriticalMultiplierFormula * @text Critical multiplier formula * @desc Enter the calculation formula for critical hits. Enter the calculation formula for critical hits. damage: Damage subject: Attacker * @type combo * @option damage * (3 * subject.crp * target.crd) * @default *