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 Cancel Cast Time - NUUN_CancelCastTime.js
Plugin desc : Cast time (chant) cancel skills, items
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_CancelCastTime.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_CancelCastTime.js
File name : NUUN_CancelCastTime.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Cast time (chant) cancel skills, items @author NUUN @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- You can set skills and items that cancel skills during casting. Cast Time Cancel Skill Settings Item/Skill Memo <C_CastTime:[rate]> Cancels the target's skill during casting time. [rate]: Probability <C_CastTime:100> Cancels the skill during casting. <C_CastTime:50> Cancels the skill during casting with a 50% chance. Sets the skill cancellation effectiveness when receiving a skill during casting time cancellation. Skill Memo <C_Disabled:[rate]> Sets the skill cancellation effectiveness during casting. 0 disables cancellation, 100 normal. [rate]: Probability <C_Disabled:50> Reduces the success rate of skill cancellation during casting by 20%. Terms of Use This plugin is distributed under the MIT License. Update History October 1, 2022 Ver. 1.1.1 Fixed an issue where the popup would not appear upon successful cancellation. January 16, 2021 Ver. 1.1.0 Added the ability to specify whether the charge time upon cancellation should be charged from 0 or based on a percentage of the cast time upon cancellation. January 11, 2021 Ver. 1.0.0 First release @param CancelTpbChargeRate @text Charge time rate starts when canceling @desc When canceled, the starting value of the charge time will be set to the starting value based on the percentage of the accumulated cast time. (false: initial value 0) @type boolean @default true @param CancelCastTimeSEDate @text SE Settings @param CancelCastTimeSE @text Cast time cancel sound effect @desc Sound effects when canceling a cast time (chant) @type file @dir audio/se/ @parent CancelCastTimeSEDate @param volume @desc volume. @type number @default 90 @parent CancelCastTimeSEDate @param pitch @desc pitch. @type number @default 100 @parent CancelCastTimeSEDate @param pan @text phase @desc phase. @type number @default 50 @parent CancelCastTimeSEDate