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.