当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 全滅時に後衛と入れ替え - DarkPlasma_ForceFormation.js
シェア用テキスト:
▼DarkPlasma 全滅時に後衛と入れ替え(DarkPlasma様作) - DarkPlasma_ForceFormation.js
https://plugin-mz.fungamemake.com/archives/810
全滅時に後衛と強制的に入れ替える
ふりがな:ぜんめつじにこうえいといれかえ
機能概要: 全滅時に後衛と強制的に入れ替える
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_ForceFormation.js
プラグインのヘルプ:
// DarkPlasma_ForceFormation 2.0.0 // Copyright (c) 2020 DarkPlasma // This software is released under the MIT license. // http://opensource.org/licenses/mit-license.php /** * 2020/09/08 2.0.0 パラメータ名を変更 * 2020/08/28 1.0.0 MZ版公開 */ /*:ja * @plugindesc 全滅時に後衛と強制的に入れ替える * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/RPGtkoolMZ-Plugins * * @param forceFormationMessage * @desc 強制的に入れ替える際のメッセージ * @text 強制入れ替えのメッセージ * @type string * @default 倒れた前衛に代わって後衛が戦闘に加わった! * * @param forceFormationCommonEvent * @desc 強制的に入れ替える際に実行するコモンイベントID * @text 強制入れ替え時のコモンイベント * @type common_event * @default 0 * * @param forceTurnChange * @desc 強制的に入れ替える際に次のターンへ移行する * @text 強制入れ替え時に次ターンへ * @type boolean * @default false * * @help * 戦闘時 前衛が全滅したら強制的に後衛と入れ替えます。 */