CSVN クリティカル発生音 - CSVN_criticalSound.js
シェア用テキスト:
▼CSVN クリティカル発生音(ノロワレ様作) - CSVN_criticalSound.js
https://plugin-mz.fungamemake.com/archives/3114
クリティカル発生時に指定したSEを演奏します。
ふりがな:くりてぃかるはっせいおん
機能概要: クリティカル発生時に指定したSEを演奏します。
利用規約(ライセンス): MITライセンス
作者:ノロワレ
作者サイト:https://note.com/cursed_steven/m/mcb03d554e996
解説ページ:https://note.com/cursed_steven/n/ne9aafd8d7c31
ダウンロードページ:https://raw.githubusercontent.com/cursed-steven/rmmz/ma…
ファイル名:CSVN_criticalSound.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc クリティカル発生時に指定したSEを演奏します。 * @author ノロワレ * @url https://note.com/cursed_steven/n/ne9aafd8d7c31 * * @help CSVN_criticalSound.js * * クリティカル発生時に指定したSEを演奏します。 * * 利用規約: * 作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等) * についても制限はありません。 * このプラグインはもうあなたのものです。 * が、使ったとか参考にしたとか伝えてもらえると喜びます。 * * @param name1 * @text アクター側のファイル名 * @desc * @default Attack3 * @require 1 * @dir audio/se/ * @type file * * @param volume1 * @parent name1 * @text アクター側のボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch1 * @parent name1 * @text アクター側のピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 100 * * @param name2 * @text エネミー側のファイル名 * @desc * @default Damage3 * @require 1 * @dir audio/se/ * @type file * * @param volume2 * @parent name2 * @text エネミー側のボリューム * @desc * @type number * @min 0 * @default 90 * * @param pitch2 * @parent name2 * @text エネミー側のピッチ * @desc * @type number * @max 1000000 * @min 10 * @default 100 */