当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
日本語版 MOG Combo Counter - MOG_ComboCounter.js
シェア用テキスト:
▼日本語版 MOG Combo Counter(Moghunter様作) - MOG_ComboCounter.js
https://plugin-mz.fungamemake.com/archives/3514
対象へのヒット数を表示
ふりがな:こんぼかうんたー
機能概要: 対象へのヒット数を表示
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/14059
ファイル名:MOG_ComboCounter.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.0) 対象へのヒット数を表示します。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_ComboCounter.js * * @param -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * @text -> 全般 <<<<<<<<<<<<<<<<<<<<<<< * * @param For Party * @text パーティのカウント有効化 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param For Enemies * @text 敵のカウント有効化 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Damage Cancel Counter * @text カウントキャンセル有効化 * @desc 相手が被ダメージ時、カウントキャンセルの有効化 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Shake Effect * @text シェイクエフェクト有効化 * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param Zoom Effect Range * @text ズーム値 * @default 3 * @type number * @parent -> MAIN <<<<<<<<<<<<<<<<<<<<<<< * * @param * * @param -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * @text -> 位置 <<<<<<<<<<<<<<<<<<<<<<< * * @param Party X-Axis * @text パーティのカウントX軸位置 * @default 500 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Party Y-Axis * @text パーティのカウントY軸位置 * @default 90 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Enemies X-Axis * @text 敵のカウントX軸位置 * @default 0 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param Enemies Y-Axis * @text 敵のカウントY軸位置 * @default 90 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param ---------------------------------------- * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C HIT Layout X-Axis * @text ヒットレイアウトX軸位置 * @default 118 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C HIT Layout Y-Axis * @text ヒットレイアウトY軸位置 * @default 34 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C DMG Layout X-Axis * @text ダメージレイアウトX軸位置 * @default 10 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C DMG Layout Y-Axis * @text ダメージレイアウトY軸位置 * @default 0 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C HIT Number X-Axis * @text ヒット数のX軸位置 * @default 115 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C HIT Number Y-Axis * @text ヒット数のY軸位置 * @default 45 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C DMG Number X-Axis * @text ダメージ量のX軸位置 * @default 150 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @param C DMG Number Y-Axis * @text ダメージ量のY軸位置 * @default 3 * @parent -> POSITION <<<<<<<<<<<<<<<<<<<<<<< * * @help * 翻訳: * https://fungamemake.com/ * * =========================================================================== * +++ MOG - Combo Counter (v1.0) +++ * By Moghunter * https://mogplugins.wordpress.com * =========================================================================== * 対象へのヒット数を表示します。 * 画像ファイルが必要になります。 * 下記のフォルダへ保存してください。 * /img/system/ * * Combo_A.png * Combo_B.png * Combo_C.png * Combo_D.png * */