Battle Status Customizer
This plugin gives developers control over the information provided within
the Battle Status windows for each Actor.
这个插件可以让玩家更好的控制战斗中每一位角色的状态
This plugin requires that you have both PARTS 1 and 2!
Be sure you have them installed!
这个插件需要你同时安装parts1和parts2
Part System
Within this plugin, each Actor is given it’s own window. These windows
act as the Actor’s small section for information.
使用这个插件,每一位角色都会有一个窗口显示信息
In order to customize which pieces appear within the Actor’s section,
one can use the “Default Parts Used”. However, if one wants to specify
the parts used, they can use the following notetag:
你可以使用默认的设置“Default Parts Used”来显示角色的信息,也可以使用下面的语句来自定义
<Battle Status Parts: parts>
For example:
<Battle Status Parts: Face, Icons, Text 1, Text 2, Gauge 1, Gauge 2>
All the parts that are available are:
所有可显示的信息如下:
Face脸图
Shows the Actor’s face.
Icons状态图标
Shows the State Icons for an Actor.
Text [num]文字
Shows a text defined in the Parameters.
Gauge [num]显示条
Shows a text defined in the Parameters.
Actors Notetags
In order to specifically customize the window tone for an Actor’s window,
use the following notetag:
如果你想自定义窗口的色调可以使用如下RGB颜色
<Battle Status Window Tone: red, green, blue>
For example:
<Battle Status Window Tone: 100, -50, 0>
In order to customize the window skin used for an Actor’s window, use
the following notetag:
如果你想自定义窗口皮肤,可以使用如下:
<Battle Status Window Skin: filename>
Determines a special window skin to use for the Actor’s window.
<Battle Status Window Skin: Window2>
In order to customize the opacity of the Actor’s window, use the following
notetag:
如果你想设置窗口透明度,请这么做
<Battle Status Window Opacity: opacity>
For example:
<Battle Status Window Opacity: 192>
Plugin Command
If you wish to change an Actor’s part list, use this plugin command:
如你可以使用插件命令改变显示信息
SetBattleStatusParts [actorId] [partList]
For example:
SetBattleStatusParts 2 Face, Icons, Text 1, Text 2, Gauge 1, Gauge 2
Absorption Barrier
If you’re using Yanfly’s Absorption Barrier, and you wish to create an
HP bar with it, simply input:
如果你使用了YEP.Absorption Barrier,你可以使用下面的命令来创建HP条
<Draw Absorption Barrier>
within the “Text” input for a gauge.