【汉化】Menu Status Customizer

Menu Status Customizer

【汉化】Menu Status Customizer_第1张图片
Menu Status Customizer

Allows you to have more customization over the Actor Statuses that appear
in the main part of the menu.

How it Works

The main purpose of this Plugin is to allow the developer to manipulate
the various pieces of infomation shown on the “Actor Status Window” shown
on the menu.

这个插件的目的是允许玩家在状态窗口显示更多的信息

The way it works is simple:

它的工作方式很简单

Beside each Actor face is a group of information.
This information is organized in a grid format; this means there are rows
and columns for this grid.

在每一个脸图都是一组信息,这些信息在一个框架表格里面,这意味着它们是由行列组成

This plugin allows you to place pieces of infomation into specific rows and
columns of this grid.

这个插件允许你自定义插入行列

How to Set the Amount of Rows and Columns

The amount of rows and columns that information can be organized into
can be set by using the “Status Info Columns” and “Status Info Rows”
Parameters.

你可以使用Status Info Columns和Status Info Rows这两个插件参数来设置行列数量

How to Organize the Info

In the Parameters, you will find Parameters that say “Show” and “Location”.

在插件里面,你可以找到Show和Location参数

The “Show” Parameters (example: Show Name) allow you to choose whether or
not that piece of info is shown in the status. For example, setting
“Show Name” to false will make it so the Actors’ names won’t appear in the
status for the Actors.

Show参数可以让你决定状态栏是否显示该信息。例如你可以用Show Namefalse来关闭角色名字

The “Location” Parameters (example: Name Location) allow you to place each
piece of the info into the imaginary grid. In order to do this, the
Parameter must use the format:

Location参数可以决定每一部分的具体位置,你需要使用下面类似的标准公式

row x, column y

This will allow you to set the row and column this piece of info will
reside in.

这可以让你设置行列的具体位置

Custom Statuses

You can customize piece of information to be shown using JavaScript.

你可以用JS来自定义显示信息

For example, if you input:

“ATK: ” + actor.atk

within “Status 1 Eval” and set “Status 1 Location” to a specific spot,
then the Actor’s ATK stat will appear there.

输入范例代码在Status 1 Eval并且设置好位置后,角色物理攻击力将会显示

你可能感兴趣的:(【汉化】Menu Status Customizer)