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.
CSVN critical Sound - CSVN_criticalSound.js
Plugin desc : Play specified SE when critical.
License : MIT License
Author : cursed_steven
Website : https://github.com/cursed-steven/rmmz/blob/main/CSVN_criticalSound.js
Desc page : https://note.com/cursed_steven/n/ne9aafd8d7c31
Download Page : https://raw.githubusercontent.com/cursed-steven/rmmz/main/CSVN_criticalSound.js
File name : CSVN_criticalSound.js
Help of plugin :
* @target MZ * @plugindesc Play specified SE when critical. * @author cursed_steven * @url https://note.com/cursed_steven/n/ne9aafd8d7c31 * * @help CSVN_criticalSound.js * * Play specified SE when critical. * * Terms: * No permission needed for change or re-distribute this plugin. * But I will be glad to being informed you used or reffered this. * * @param name1 * @text file name for actor's. * @desc * @default Attack3 * @require 1 * @dir audio/se/ * @type file * * @param volume1 * @parent name1 * @text volume for actor's.' * @desc * @type number * @min 0 * @default 90 * * @param pitch1 * @parent name1 * @text pitch for actor's.' * @desc * @type number * @max 1000000 * @min 10 * @default 100 * * @param name2 * @text file name for actor's. * @desc * @default Damage3 * @require 1 * @dir audio/se/ * @type file * * @param volume2 * @parent name2 * @text volume for actor's. * @desc * @type number * @min 0 * @default 90 * * @param pitch2 * @parent name2 * @text pitch for actor's. * @desc * @type number * @max 1000000 * @min 10 * @default 100