An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

PANDA No Overcap Buff - PANDA_NoOvercapBuff.js

Plugin desc : prevents turn count reset when a param buff/debuff is at its limit.

License : MIT License

Author : panda(werepanda.jp)

Website : https://www.werepanda.jp/

Desc page : http://www.werepanda.jp/blog/20250721172759.html

File name : PANDA_NoOvercapBuff.js

Help of plugin :

* @target MV MZ
 * @plugindesc prevents turn count reset when a param buff/debuff is at its limit.
 * @author panda(werepanda.jp)
 * @url http://www.werepanda.jp/blog/20250721172759.html
 * 
 * @help If a buff or debuff has already reached its level limit, the effect
 * will not be applied, and a specified message will be displayed instead.
 * The remaining turn count will not be overwritten.
 * The limit check occurs before the buff/debuff application is processed.
 * 
 * If an action changes a parameter's buff level by more than 1 at once,
 * and even 1 level is successfully applied,
 * the specified message will not be displayed.
 * 
 * [License]
 * this plugin is released under MIT license.
 * https://opensource.org/licenses/mit-license.php
 * 
 * 
 * @param BuffLimitMessage
 * @text Buff Limit Message
 * @desc Specify the message to display when a buff has already reached its max level. %1 = target name, %2 = param name.
 * @type text
 * @default %1’s %2 can’t go up any more!
 * 
 * @param DebuffLimitMessage
 * @text Debuff Limit Message
 * @desc Specify the message to display when a debuff has already reached its max level. %1 = target name, %2 = param name.
 * @type text
 * @default %1’s %2 can’t go down any more!
 *

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.