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.
TPB Cast Time - TPBCastTime.js
Plugin desc : Implement wait TPB cast time
License :
Public Domain
・Copyright: Waived
Author : MihailJP
Website : https://github.com/MihailJP/mihamzplugin/blob/master/TPBCastTime.js
Desc page : https://github.com/MihailJP/mihamzplugin/blob/master/TPBCastTime.js
Download Page : https://raw.githubusercontent.com/MihailJP/mihamzplugin/master/TPBCastTime.js
File name : TPBCastTime.js
Help of plugin :
* @target MZ * @plugindesc Implement wait TPB cast time * @author MihailJP * @url https://github.com/MihailJP/mihamzplugin/blob/master/TPBCastTime.js * * @help TPBCastTime.js * * This plugin implements waiting (delay) for cast which is * incorrectly implemented as of version 1.0.0. * * It does not provide plugin commands. * * Changelog * 26 Sept 2020: Fixed crash issue with out-of-battle skills. * 26 Sept 2020: Fixed issue forced action causes being stuck. * Avoid cost duplicate. * 25 Sept 2020: First edition. * * @param flashWhenCastStarts * @text Flash when cast starts * @desc Flash the enemy who started cast * @default true * @type boolean * * @param soundWhenCastStarts * @text SE played when cast starts * @desc SE played when cast starts. * @type struct<sound> * * @param soundForZeroCastTime * @text SE for zero cast time * @desc Whether the SE should be played even for skills of zero cast time. * @type boolean * @default false * @on Play * @off Don’t play * * @param actorInterrupt * @text Interrupt Ally * @desc Message shown when an ally’s action got interrupted. %1 will be replaced with the target. * @default %1 was interrupted! * @type string * * @param enemyInterrupt * @text Interrupt Enemy * @desc Message shown when an enemy’s action got interrupted. %1 will be replaced with the target. * @default %1 was interrupted! * @type string * * @param interruptByDamage * @text Interrupt by damage * @desc Whether HP damage causes interrupt to skill in cast time * @default false * @type boolean