当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
コンボダメージ表示 - Sakura_ShowComboDamage.js
シェア用テキスト:
▼コンボダメージ表示(Sakurano様作) - Sakura_ShowComboDamage.js
https://plugin-mz.fungamemake.com/archives/8147
コンボダメージ表示
ふりがな:こんぼだめーじひょうじ
機能概要: コンボダメージ表示
利用規約(ライセンス): MITライセンス
作者:Sakurano
解説ページ:https://github.com/Sakurano6130/SakuraPlugins/
ダウンロードページ:https://raw.githubusercontent.com/Sakurano6130/SakuraPl…
ファイル名:Sakura_ShowComboDamage.js
プラグインのヘルプ:
@help * 戦闘中にコンボ数と合計ダメージを表示します * * ------------------------------------------------- * Sakura_ShowComboDamage * Copyright (c) 2024 Sakurano * This software is released under the MIT license. * http://opensource.org/licenses/mit-license.php * ------------------------------------------------- * 2024/10/09 1.0.1 コンボ表示リセット後の1ヒット目の表示ができていないことがあったため、 * リセットする処理の見直し * 2024/10/07 1.0.0 公開 * ------------------------------------------------- * * 使用方法: * https://github.com/Sakurano6130/SakuraPlugins/blob/main/Sakura_ShowComboDamage/Sakura_ShowComboDamage.md * * @param windowPosition * @text ウィンドウポジション --- * * @param windowOffsetX * @parent windowPosition * @desc X軸オフセット * @text X軸オフセットです * @type number * @min -9999 * @max 9999 * @default 0 * * @param windowOffsetY * @parent windowPosition * @desc Y軸オフセット * @text Y軸オフセットです * @type number * @min -9999 * @max 9999 * @default 0 * * @param fontSettingsForHitCount * @text HIT数のフォント設定 --- * * @param fontSizeHitCount * @parent fontSettingsForHitCount * @text HIT数ののフォントサイズ * @desc HIT数ののフォントサイズです * @type number * @default 36 * * @param textColorHitCount * @parent fontSettingsForHitCount * @text HIT数の文字色 * @desc HIT数の文字色です * @type string * @default #FFFFFF * * @param outlineColorHitCount * @parent fontSettingsForHitCount * @text HIT数の文字の縁取り色 * @desc HIT数の文字の縁取り色です * @type string * @default #000000 * * @param outlineWidthHitCount * @parent fontSettingsForHitCount * @text HIT数の文字の縁取り幅 * @desc HIT数の文字の縁取り幅です * @type number * @default 6 * * @param fontSettingsForHitLabel * @text HITラベルのフォント設定 --- * * @param fontSizeHitLabel * @parent fontSettingsForHitLabel * @text HITラベルののフォントサイズ * @desc HITラベルののフォントサイズです * @type number * @default 18 * * @param textColorHitLabel * @parent fontSettingsForHitLabel * @text HITラベルの文字色 * @desc HITラベルの文字色です * @type string * @default #FFD700 * * @param outlineColorHitLabel * @parent fontSettingsForHitLabel * @text HITラベルの文字の縁取り色 * @desc HITラベルの文字の縁取り色です * @type string * @default #000000 * * @param outlineWidthHitLabel * @parent fontSettingsForHitLabel * @text HITラベルの文字の縁取り幅 * @desc HITラベルの文字の縁取り幅です * @type number * @default 4 * * @param fontSettingsForDamageSummary * @text ダメージ合計のフォント設定 --- * * @param fontSizeDamageSummary * @parent fontSettingsForDamageSummary * @text ダメージ合計ののフォントサイズ * @desc ダメージ合計ののフォントサイズです * @type number * @default 36 * * @param textColorDamageSummary * @parent fontSettingsForDamageSummary * @text ダメージ合計の文字色 * @desc ダメージ合計の文字色です * @type string * @default #FFFFFF * * @param outlineColorDamageSummary * @parent fontSettingsForDamageSummary * @text ダメージ合計の文字の縁取り色 * @desc ダメージ合計の文字の縁取り色です * @type string * @default #000000 * * @param outlineWidthDamageSummary * @parent fontSettingsForDamageSummary * @text ダメージ合計の文字の縁取り幅 * @desc ダメージ合計の文字の縁取り幅です * @type number * @default 6 * * @param fontSettingsForDamageLabel * @text ダメージラベルのフォント設定 --- * * @param fontSizeDamageLabel * @parent fontSettingsForDamageLabel * @text ダメージラベルののフォントサイズ * @desc ダメージラベルののフォントサイズです * @type number * @default 18 * * @param textColorDamageLabel * @parent fontSettingsForDamageLabel * @text ダメージラベルの文字色 * @desc ダメージラベルの文字色です * @type string * @default #FFD700 * * @param outlineColorDamageLabel * @parent fontSettingsForDamageLabel * @text ダメージラベルの文字の縁取り色 * @desc ダメージラベルの文字の縁取り色です * @type string * @default #000000 * * @param outlineWidthDamageLabel * @parent fontSettingsForDamageLabel * @text ダメージラベルの文字の縁取り幅 * @desc ダメージラベルの文字の縁取り幅です * @type number * @default 4 * * @param durationSetting * @text 時間設定 --- * * @param durationForHitCount * @parent durationSetting * @desc コンボカウントアップする時間(フレーム) * @text コンボカウントアップする時間(フレーム)です * @type number * @default 240 * * @param fontFileSetting * @text フォントファイル設定 --- * * @param fontFile * @parent fontFileSetting * @desc 使用するフォントのファイル名 * @text 使用するフォントのファイル名(拡張子.ttfまで含みます) * @type string * @default *