RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

MOG Chain Commands - MOG_ChainCommands.js

シェア用テキスト:
▼MOG Chain Commands(Moghunter様作) - MOG_ChainCommands.js
https://plugin.fungamemake.com/archives/19205
スキルにボタンコマンドによるコンボ機能を追加

ふりがな:ちぇいんこまんど

機能概要: スキルにボタンコマンドによるコンボ機能を追加

利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/

作者:Moghunter

作者サイト:https://x.com/moghunter1

解説ページ:https://fungamemake.com/archives/2428

ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/

ファイル名:MOG_ChainCommands.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.3)ボタン操作コマンドによってコンボが発動するシステムを追加します。
 * @author Moghunter
 *
 * @param X-Axis
 * @desc 全体的なX軸設定
 * @default 0
 *
 * @param Y-Axis
 * @desc 全体的なY軸設定
 * @default 0
 *
 * @param Key X-Axis
 * @desc ボタンのX軸設定
 * @default 16
 *
 * @param Key Y-Axis
 * @desc ボタンのY軸設定
 * @default -32
 *
 * @param Gauge X-Axis
 * @desc タイムメーターのX軸設定
 * @default 17
 *
 * @param Gauge Y-Axis
 * @desc タイムメーターのY軸設定
 * @default 1
 *
 * @param Name X-Axis
 * @desc スキル名のX軸設定
 * @default 15
 *
 * @param Name Y-Axis
 * @desc スキル名のY軸設定
 * @default 18
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ============================================================================
 * +++ MOG - Chain Commands (v1.3) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ============================================================================
 * コマンド操作によってコンボが発動するシステムを追加します。
 *
 * 画像ファイルが必要になります。 (img/system/)
 *
 * Chain_A.png
 * Chain_B.png
 * Chain_C.png
 *
 * ============================================================================
 * メモタグ
 * ============================================================================
 * スキルのメモ欄に下記のメモタグを使用してください。
 *
 * Chain Action: SKILL_ID : NUMBER_OF_INPUTS : INPUT_TIME
 *
 * SKILL_ID         - スキルID
 * NUMBER_OF_INPUTS - ボタンを押す回数。
 * INPUT_TIME       - ボタンを押す制限時間(フレーム単位)。
 *
 * 例
 *   Chain Action: 10:5:60
 *
 * ============================================================================
 * ムノクラ追記
 * ============================================================================
 * 発動するためのコマンド操作内容はランダムに発生します。
 * 制限時間メーターの上部(デフォルト)に表示されたボタンを押して発動させます。
 * 最初はINPUT_TIMEを600などに指定して、実験すると良いと思います。
 *
 * ============================================================================
 *  更新履歴
 * ============================================================================
 * (1.3) - 戦闘終了時にコマンドを発動する際のエラーを修正
 * (1.2) - 互換性コードを修正
 * (1.1) - 敵を倒した後に入力を許可したエラーを修正
 */

スポンサードリンク

スポンサードリンク

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