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

#ツクプラ

MOG Combo Counter - MOG_ComboCounter.js

シェア用テキスト:
▼MOG Combo Counter(Moghunter様作) - MOG_ComboCounter.js
https://plugin.fungamemake.com/archives/19206
対象へのヒット数を表示

ふりがな:こんぼかうんたー

機能概要: 対象へのヒット数を表示

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

作者:Moghunter

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

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

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

ファイル名:MOG_ComboCounter.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.7 *) 対象へのヒット数を表示します。
 * @author Moghunter
 *
 * @param -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 *
 * @param For Party
 * @desc パーティのヒットカウンタの有効設定
 * @default true
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param For Enemies
 * @desc 敵のヒットカウンタの有効設定
 * @default true
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Damage Cancel Counter
 * @desc 相手が被ダメージ時、カウンターキャンセルの有効設定
 * @default true
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Shake Effect
 * @desc シェイクエフェクトの有効設定
 * @default false
 * @type boolean
 * @on 有効
 * @off 無効
 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Zoom Effect Range
 * @desc ズーム値の設定
 * @default 3
 * @type number
 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param
 *
 * @param -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 * @desc
 *
 * @param Party X-Axis
 * @desc パーティのカウンターX軸位置設定
 * @default 600
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Party Y-Axis
 * @desc グループのカウンターY軸位置設定
 * @default 90
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Enemies X-Axis
 * @desc 敵のカウンターX軸位置設定
 * @default 0
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param Enemies Y-Axis
 * @desc 敵のカウンターY軸位置設定
 * @default 90
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param ----------------------------------------
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C HIT Layout X-Axis
 * @desc ヒットレイアウトのX軸位置設定
 * @default 118
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C HIT Layout Y-Axis
 * @desc ヒットレイアウトのY軸位置
 * @default 34
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C DMG Layout X-Axis
 * @desc ダメージレイアウトのX軸位置
 * @default 10
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C DMG Layout Y-Axis
 * @desc ダメージレイアウトのY軸位置設定
 * @default 0
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C HIT Number X-Axis
 * @desc ヒット数のX軸位置設定
 * @default 115
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C HIT Number Y-Axis
 * @desc ヒット数のY軸位置設定
 * @default 45
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C DMG Number X-Axis
 * @desc ダメージ量のX軸位置設定
 * @default 150
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @param C DMG Number Y-Axis
 * @desc ダメージ量のY軸位置設定
 * @default 3
 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<<
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG - Combo Counter (v1.7) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * 対象へのヒット数を表示します。
 * 画像ファイルが必要になります。
 * 下記のフォルダへ保存してください。
 * /img/system/
 *
 * Combo_A.png
 * Combo_B.png
 * Combo_C.png
 * Combo_D.png
 *
 * ===========================================================================
 * - 更新履歴 (version 1.7)
 * ===========================================================================
 * - (NEW) - RM1.5 +準拠パラメータプラグイン
 * - (NEW) - カウンターを敵に見せるオプション
 * - (NEW) - シェイクエフェクトを追加
 */

スポンサードリンク

スポンサードリンク

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