敵キャラにHPゲージを追加するプラグイン – QABS Gauges.js

タイトル
作者名
ヘルプ
============================================================================
## About
============================================================================
This is an addon to QABS plugin. This plugin adds a hp gauges to enemies.
These gauges are only visible if that enemy is in combat.
============================================================================
## How to use
============================================================================
Install this plugin somewhere below QABS.
============================================================================
## Notetags
============================================================================
Disable HP Bar
----------------------------------------------------------------------------
If you don't want an enemy to have an hp bar, add the notetag:
~~~
<noHpBar>
~~~
----------------------------------------------------------------------------
Boss HP Bar
----------------------------------------------------------------------------
To use a boss hp bar instead use the notetag:
~~~
<bossHpBar>
~~~
----------------------------------------------------------------------------
Offset HP Bar
----------------------------------------------------------------------------
To offset the hp bar use the notetag:
~~~
<hpBarOX:X>
or
<hpBarOY:X>
~~~
Set X to the value to offset the bar by. Can be negative.

These tags go inside the note field of the enemy in the database.
============================================================================
## Links
============================================================================
Formated Help:

https://quxios.github.io/#/plugins/QABS+Gauges

RPGMakerWebs:

http://forums.rpgmakerweb.com/index.php?threads/qplugins.73023/

Terms of use:

https://github.com/quxios/QMV-Master-Demo/blob/master/readme.md

Like my plugins? Support me on Patreon!

https://www.patreon.com/quxios

パラメータ
version 1.0.1
site https://quxios.github.io/
updateurl https://quxios.github.io/data/pluginsMin.json

requires QABS

param Gauge Configs

param Gauge Width
parent Gauge Configs
desc Set the width of the gauge.
Default: 48
type Number
min 1
default 48

param Gauge Height
parent Gauge Configs
desc Set the height of the gauge.
Default: 4
type Number
min 1
default 4

param Boss Gauge Width
parent Gauge Configs
desc Set the width of the boss gauge.
Default: 480
type Number
min 1
default 480

param Boss Gauge Height
parent Gauge Configs
desc Set the height of the boss gauge.
Default: 16
type Number
min 1
default 16

param Gauge Default OX
parent Gauge Configs
desc Set the default gauges X offset, can be negative
Default: 0
type Number
min -9999
default 0

param Gauge Default OY
parent Gauge Configs
desc Set the default gauges Y offset, can be negative
Default: -48
type Number
min -9999
default -48

param Boss Gauge Default OX
parent Gauge Configs
desc Set the default boss gauges X offset, can be negative
Default: 0
type Number
min -9999
default 0

param Boss Gauge Default OY
parent Gauge Configs
desc Set the default boss gauges Y offset, can be negative
Default: 24
type Number
min -9999
default 24

param Gauge Colors

param Gauge Background Color
parent Gauge Colors
desc The hex color behind the gauge.
Default: #202040
default #202040

param Gauge Inbetween Color
parent Gauge Colors
desc The hex color between background and gradient
Default: #ffffff
default #ffffff

param Gauge HP Color 1
parent Gauge Colors
desc The hex color for first color of the gradient
Default: #e08040
default #e08040

param Gauge HP Color 2
parent Gauge Colors
desc The hex color for second color of the gradient
Default: #f0c040
default #f0c040

param Gauge Text

param Text Font
parent Gauge Text
desc The font to use for the enemy name.
Default: GameFont
default GameFont

param Font Size
parent Gauge Text
desc The font size to use for the enemy name.
Default: 14
type Number
min 1
default 14

param Font Color
parent Gauge Text
desc The font color to use for the enemy name.
Default: #ffffff
default #ffffff

param Boss Text Font
parent Gauge Text
desc The font to use for the enemy name.
Default: GameFont
default GameFont

param Boss Font Size
parent Gauge Text
desc The font size to use for the enemy name.
Default: 18
type Number
min 1
default 18

param Boss Font Color
parent Gauge Text
desc The font color to use for the enemy name.
Default: #ffffff
default #ffffff

tags QABS-Addon, gauges
ライセンス表記
Terms of use:
https://github.com/quxios/QMV-Master-Demo/blob/master/readme.md

紹介ページ https://github.com/quxios/QMV-ABS-Demo/blob/master/js/plugins/QABS%2BGauges.js