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

#ツクプラ

MOG HP Gauge - MOG_HPGauge.js

シェア用テキスト:
▼MOG HP Gauge(Moghunter様作) - MOG_HPGauge.js
https://plugin.fungamemake.com/archives/19213
対象のHPメーターを表示

ふりがな:HPげーじ

機能概要: 対象のHPメーターを表示

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

作者:Moghunter

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

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

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

ファイル名:MOG_HPGauge.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.4 *) 対象のHPメーターを表示します。
 * @author Moghunter
 *
 * @param Gauge For Actors
 * @desc 仲間HPの表示設定
 * @type boolean
 * @default true
 *
 * @param Gauge For Enemies
 * @desc 敵HPの表示設定
 * @type boolean
 * @default true
 *
 * @param Show HP On Selection
 * @desc 対象選択HPの表示設定
 * @type boolean
 * @default true
 *
 * @param Fade Duration
 * @desc フェードの時間設定
 * @default 90
 *
 * @param Slide Animation
 * @desc スライドアニメーションの有効設定
 * @type boolean
 * @default true
 *
 * @param Show HP Number Actor
 * @desc アクターのHP値の表示設定
 * @type boolean
 * @default false
 *
 * @param Show HP Number Enemy
 * @desc 敵のHP値の表示設定
 * @type boolean
 * @default true
 *
 * @param Required to Kill
 * @desc 倒した敵限定でHPの表示設定
 * @type boolean
 * @default false
 *
 * @param Actor Layout X-Axis
 * @desc アクターのレイアウトX軸位置
 * @default 0
 *
 * @param Actor Layout Y-Axis
 * @desc アクターのレイアウトY軸位置
 * @default 0
 *
 * @param Actor Meter X-Axis
 * @desc アクターのメーターX軸位置
 * @default 0
 *
 * @param Actor Meter Y-Axis
 * @desc アクターのメーターY軸位置
 * @default 3
 *
 * @param Actor HP Number X-Axis
 * @desc アクターHPのX軸位置
 * @default -25
 *
 * @param Actor HP Number Y-Axis
 * @desc アクターHPのY軸位置
 * @default -22
 *
 * @param Enemy Layout X-Axis
 * @desc 敵のレイアウトX軸位置
 * @default 0
 *
 * @param Enemy Layout Y-Axis
 * @desc 敵のレイアウトY軸位置
 * @default 0
 *
 * @param Enemy Meter X-Axis
 * @desc 敵のメーターX軸位置
 * @default 8
 *
 * @param Enemy Meter Y-Axis
 * @desc 敵のメーターY軸位置
 * @default 10
 *
 * @param Enemy HP Number X-Axis
 * @desc 敵HPのX軸位置
 * @default -25
 *
 * @param Enemy HP Number Y-Axis
 * @desc 敵HPのY軸位置
 * @default -19
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ============================================================================
 * +++ MOG - HP Gauge (v1.4) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ============================================================================
 * 対象にHPメーターを表示します。
 * ファイルが必要になります。 (img/system/)
 *
 * HPGaugeActor_A.png
 * HPGaugeActor_B.png
 * HPGaugeActor_C.png
 * HPGaugeEnemy_A.png
 * HPGaugeEnemy_B.png
 * HPGaugeEnemy_C.png
 *
 * ============================================================================
 * メモタグ
 * ============================================================================
 * 敵のHPを非表示にするには、メモ欄に以下のタグを使用します。
 *
 * Hide HP
 *
 * ----------------------------------------------------------------------------
 * メーターの位置を調整するには、以下のタグを使用してください。
 *
 * Hp Gauge Offset: X:Y
 *
 * 例
 *
 * Hp Gauge Offset: 130:40
 *
 * ============================================================================
 * - WHAT'S  NEW (version 1.4)
 * ============================================================================
 * (NEW) - RPG MakerバージョンMV 1.5用のパラメーター・プラグインの調整
 * (NEW) - Frontal Battle Camera プラグインとの互換性
 *
 */

スポンサードリンク

スポンサードリンク

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