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.
Customize Progress Type - CustomizeProgressType.js
Plugin desc : CustomizeProgressTypePlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/CustomizeProgressType.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/CustomizeProgressType.js
File name : CustomizeProgressType.js
Help of plugin :
* @plugindesc CustomizeProgressTypePlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/CustomizeProgressType.js * @author triacontane * * @param progressTypeSwitch * @desc Activated when ON, this switch determines the type of time progress battle. * @default 1 * @type switch * * @help CustomizeProgressType.js * * You can change the type of time progress combat (active and wait) during the game. * It becomes 'Active' when the specified switch is ON and 'Weight' when it is OFF. * By default, the gauge accumulates 4 times as much in weight mode as in active mode. * * If you combine it with "CustomizeConfigItem.js" which is published separately, * you can create a plugin for The player will be able to change the type from the options screen. * https://raw.githubusercontent.com/triacontane/RPGMakerMV/mz_master/CustomizeConfigItem.js * * This plugin is released under the MIT License.