MZ用プラグイン

DarkPlasma 主体と対象IDを指定して戦闘行動を強制 - DarkPlasma_ForceActionWithId.js

シェア用テキスト:
▼DarkPlasma 主体と対象IDを指定して戦闘行動を強制(DarkPlasma様作) - DarkPlasma_ForceActionWithId.js
https://plugin-mz.fungamemake.com/archives/5313
主体及び対象のIDを指定して戦闘行動の強制を行うプラグインコマンドを提供します。

ふりがな:しゅたいとたいしょうIDをしていしてせんとうこうどうをきょうせい

機能概要: 主体及び対象のIDを指定して戦闘行動の強制を行うプラグインコマンドを提供します。

利用規約(ライセンス): 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_ForceActionWithId.js

プラグインのヘルプ:

/*:ja
 * @plugindesc 主体と対象IDを指定して戦闘行動を強制する
 * @author DarkPlasma
 * @license MIT
 *
 * @target MZ
 * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
 *
 * @command forceActionEnemyToActor
 * @text 戦闘行動の強制(敵キャラからアクター)
 * @arg subject
 * @text 行動主体
 * @desc 行動主体を設定します。なしの場合、すべての敵が行動します。
 * @type enemy
 * @arg skill
 * @text スキル
 * @type skill
 * @arg target
 * @text 対象
 * @desc 対象を設定します。なしの場合、ランダムな対象を選択します。
 * @type actor
 *
 * @command forceActionActorToEnemy
 * @text 戦闘行動の強制(アクターから敵キャラ)
 * @arg subject
 * @text 行動主体
 * @desc 行動主体を設定します。なしの場合、すべての味方が行動します。
 * @type actor
 * @arg skill
 * @text スキル
 * @type skill
 * @arg target
 * @text 対象
 * @desc 対象を設定します。なしの場合、ランダムな対象を選択します。
 * @type enemy
 *
 * @command forceActionEnemyToEnemy
 * @text 戦闘行動の強制(敵キャラから敵キャラ)
 * @arg subject
 * @text 行動主体
 * @desc 行動主体を設定します。なしの場合、すべての敵が行動します。
 * @type enemy
 * @arg skill
 * @text スキル
 * @type skill
 * @arg target
 * @text 対象
 * @desc 対象を設定します。なしの場合、ランダムな対象を選択します。
 * @type enemy
 *
 * @command forceActionActorToActor
 * @text 戦闘行動の強制(アクターからアクター)
 * @arg subject
 * @text 行動主体
 * @desc 行動主体を設定します。なしの場合、すべての味方が行動します。
 * @type actor
 * @arg skill
 * @text スキル
 * @type skill
 * @arg target
 * @text 対象
 * @desc 対象を設定します。なしの場合、ランダムな対象を選択します。
 * @type actor
 *
 * @help
 * version: 1.0.0
 * 主体及び対象のIDを指定して戦闘行動の強制を行うプラグインコマンドを提供します。
 *
 * 主体が存在しない場合、プラグインコマンドは何もしません。
 * 対象が存在しない場合、対象をランダムに選択します。
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.