Dark Plasma Death State Message - DarkPlasma_DeathStateMessage.js
シェア用テキスト:
▼Dark Plasma Death State Message(DarkPlasma様作) - DarkPlasma_DeathStateMessage.js
https://plugin.fungamemake.com/archives/27053
即死付与スキルごとにメッセージを設定できる
ふりがな:しのじょうたいのめっせーじ
機能概要: 即死付与スキルごとにメッセージを設定できる
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/RPGtkoolMV-Plugins
ダウンロードページ:https://raw.githubusercontent.com/elleonard/RPGtkoolMV-…
ファイル名:DarkPlasma_DeathStateMessage.js
プラグインのヘルプ:
/*: * @plugindesc 即死付与スキルごとにメッセージを設定できるプラグイン * @author DarkPlasma * @license MIT * * @param Death State Messages * @desc スキルごとの即死成功時のメッセージ設定 * @text 即死スキルメッセージ * @type struct<DeathMessage>[] * @default [] * * @help * 即死ステートを付与するスキルごとに、即死成功時のメッセージを設定できます。 */ /*~struct~DeathMessage: * * @param skill * @desc スキル * @text スキル * @type skill * @default 0 * * @param message * @desc 即死成功時のメッセージ({enemy}が敵の名前に変換されます) * @text メッセージ * @type string * @default {enemy}を倒した! */