Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NUUN Status Screen - NUUN_StatusScreen.js
Plugin desc : Status screen display expansion
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_StatusScreen.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_StatusScreen.js
File name : NUUN_StatusScreen.js
Help of plugin :
@target MZ
@url https://github.com/nuun888/MZ
@plugindesc Status screen display expansion
@author NUUN
@license MIT License
@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/NUUN-MZ-plugins ).
Original plugin by NUUN.
Please check the latest official version at:
https://github.com/nuun888/MZ
-----
Expands the status screen.
You can customize the status items displayed on each page.
Character Image Settings
This plugin allows you to display actor character images.
This plugin supports character images and Face Graphics Display EX.
The coordinate settings for character images set in Character Image Display EX
are set in the Character Image Display EX Image Settings.
Display is possible without these settings.
If you are not using Character Image Display EX, set the character image in
the Image Settings.
Page Item Settings
Items for each page are set in "Page Item Settings."
To display them in the status, select the list to display from "Page Item
Settings" under "Page Settings."
Only one gauge and one character chip can be displayed per page.
[Name Settings]
You can set custom names for stats, additional stats, special stats, optional
stats, equipment, attribute resistance, state resistance, name only,
description, and profile.
[System Item Text Color Settings]
Specify the text color for the name and system text.
[Setting the Evaluation Formula or String]
Enter the evaluation formula. Must be entered for original parameters.
Valid for ability scores, additional ability scores, special ability scores,
and optional stats. If left blank, all stats except optional stats will be
automatically referenced.
Only specify the actor class in the description field.
this._actor or actor: Game data for the currently displayed actor.
dactor: Database for the currently displayed actor.
aclass: Job data for the currently displayed actor.
State, attribute resistance
rate: Resistance rate
Radar chart
Applies to the values displayed in the radar chart.
value: Parameter
Attribute resistance, attribute resistance
rate: Attribute or state effectiveness with units
r: Attribute or state resistance value: Numerical value obtained by
multiplying all resistance values. Use this when using in a calculation
formula.
Common image, individual image
Enter the display conditions in JavaScript for the evaluation formula or
string (JavaScript). The display will be displayed when the conditions are
met.
If left blank, the display will always be displayed.
actor: Actor game data
actor: Actor system data
aclass: The currently displayed actor's profession data
State
Specify the state IDs you want to display, separated by commas.
Example: "1,5,11" (Be sure to enclose in quotation marks (') or "")
"1-10": Displays state IDs 1 through 10
"3-11,15": Displays state IDs 3 through 11, 15
NUUN_RadarChartBase is required to display radar charts.
Actor and profession memo field
Selecting an actor class using an evaluation formula or string will reference
it in the profession memo field. If not specified, it will reference it in the
actor memo field.
<[tag]:[text]> Description text
[tag]: Tag name
[text]: Text to display.
You can display as many lines as you like by inserting line breaks, so you can
add your own items.
<desc1:ああああ> "ああああ" will appear in the item tagged with desc1.
To display text, enter <desc1:ああああ>.
Displays an image for each actor or class in the status bar.
Actor and class memo field
<[tag]:[Img]> Displays an individual image.
[tag]: Tag name
[text]: Optional individual image.
Specifies equipment to display for a specific actor or class.
Actor or class memo field
<StatusShowEquips:[name],[name]...>
[name]: Equipment part name
Only the specified equipment part will be displayed. If no name is specified,
all parts will be displayed.
If both the actor and class are entered, the actor setting will take
precedence.
Keyboard Controls
QW Key: Switch characters
←→ Key: Switch pages (default setting)
Touch Controls
<> Button: Switch characters
ΛV Button: Switch pages
Terms of Use
This plugin is distributed under the MIT License.
Update History
2025/8/8 Ver.2.7.2
Changed the display method for radar chart parameter names.
August 2, 2025 Ver. 2.7.1
Added the ability to change the text color for resistances and weaknesses to
attribute and status resistance rates. (List view, radar chart)
Fixed so that evaluation formula or string (3) can also be applied to radar
charts.
July 20, 2025 Ver. 2.7.0
Added a radar chart for statuses.
Fixed an issue where numerical coordinate settings were not available for
attribute radar charts.
Fixed radar chart values.
June 5, 2025 Ver. 2.6.14
Updated to include the ability to display numerical values on radar charts.
April 13, 2025 Ver. 2.6.13
Fixed processing for gauge visualization updates.
April 12, 2025 Ver. 2.6.12
Fixed so that experience value values can be visualized when using gauge
visualization. (NUUN_GaugeImage Ver. 1.6.8 or later)
March 21, 2025 Ver. 2.6.11
Fixed an issue where the display would shift when the content background was
turned off for equipment, attributes, or states.
May 25, 2024 Ver. 2.6.10
Fixed an issue where system colors could be applied to units of stats, bonus
stats, special stats, original parameters, attribute resistance, and state
resistance.
April 7, 2024 Ver. 2.6.9
Fixed an issue where the number of decimal points was not functioning
properly.
April 6, 2024 Ver. 2.6.8
Fixed an issue where the hide sealed equipment setting was still applied even
when it was turned off.
Added a feature to display the current experience points and the next level on
a single line.
February 3, 2024 Ver. 2.6.7
Added a feature to hide equipment sealed by features. (Fixed conflicts with
some plugins.)
January 8, 2024 Ver. 2.6.6
Fixed conflicts.
November 23, 2023 Ver. 2.6.5
Added the ability to specify colors for jobs and nicknames.
June 30, 2023 Ver. 2.6.4
Fixed the issue of not displaying equipment slot names if they are missing or
if no data exists.
May 21, 2023 Ver. 2.6.3
Added the ability to specify display conditions for common and individual
images.
Enabled use with AvPort_dsWeaponMastery.
May 4, 2023 Ver. 2.6.2
Fixed the ability to reference job data in the evaluation formula.
Fixed the ability to reference the description field from the job.
March 15, 2023 Ver. 2.6.1
Added error prevention for string input. (NUUN_Base Ver. 1.6.4 and later)
March 14, 2023 Ver. 2.6.0
Added the ability to display custom images.
Fixed page switching processing.
March 9, 2023 Ver. 2.5.4
Fixed an issue where radar chart color settings were not being applied
correctly.
Fixed an issue where system color 0 could not be specified.
March 4, 2023 Ver. 2.5.3
Added the ability to specify key settings for page switching. (Requires a
separate plugin that allows key assignment.)
February 28, 2023 Ver. 2.5.2
Added the ability to display only specific equipment parts.
February 25, 2023 Ver. 2.5.1
Added support for APNG.
January 14, 2023 Ver. 2.5.0
Added the ability to specify icons for each item (with some exceptions).
Added the ability to specify text alignment for each item (with some
exceptions).
Fixed a side view actor display issue.
Fixed the Y coordinate for the next experience point.
December 15, 2022 Ver. 2.4.6
Changed the Type of the color specification plugin parameter to color. (Ver.
1.6.0 and later)
Changed the Type of the icon-specifying plugin parameter to "icon." (Ver.
1.6.0 and later)
Added the ability to specify a numeric font for the numeric portion.
2022/11/9 Ver. 2.4.5
Fixed an issue where font size was incorrect.
2022/11/3 Ver. 2.4.4
Fixed an issue where an error occurred in certain situations.
2022/9/23 Ver. 2.4.3
Fixed a conflict with some plugins.
2022/8/22 Ver. 2.4.2
Fixed an issue where the font size of an item would change after changing the
font size with a control character.
2022/7/26 Ver. 2.4.1
Fixed an issue where the original parameter evaluation formula was not being
applied.
2022/7/23 Ver. 2.4.0
Changed the evaluation formula specifications.
Added a function to display only the states for which you want to display
state icons.
Added a function to display the states displayed in the battle status on the
menu screen.
Fixed an issue where the decimal point would be displayed ignoring the
specified decimal point when displaying experience points as a percentage.
March 22, 2022 Ver. 2.3.6
Changed the acquired values for attribute and state resistances.
February 16, 2022 Ver. 2.3.5
Applies parameter evaluation formula to attribute resistances as well.
Added a feature to change the state resistance icon to a status icon image.
February 6, 2022 Ver. 2.3.4
Added a feature to specify the color of state nullification effectiveness.
Supports color coding. Requires common processing Ver. 1.4.0 or later (if
using radar charts, please update to the latest radar chart base).
Added a feature to assign units to basic ability values.
Applies parameter evaluation formula to state resistances as well.
January 24, 2022 Ver. 2.3.3
Added the ability to specify font size.
Changed the evaluation formula specifications.
January 9, 2022 Ver. 2.3.2
Made some processing corrections.
December 11, 2021 Ver. 2.3.1
Fixed an issue where the victory image set in Standing Portrait and Face
Graphics Display EX would remain even after the battle ended.
December 11, 2021 Ver. 2.3.0
Supports Standing Portrait Display EX.
November 27, 2021 Ver. 2.2.9
Added the ability to specify decimal points for original parameters.
November 26, 2021 Ver. 2.2.8
Supports color codes.
Fixed an issue where some item names were not being applied.
November 7, 2021 Ver. 2.2.7
Fixed an issue where the standing portrait switching function was not working.
November 3, 2021 Ver. 2.2.6
Added a feature to display maximum HP and maximum MP.
October 24, 2021 Ver. 2.2.5
Added a feature to specify the initial page to be displayed.
September 19, 2021 Ver. 2.2.4
Fixed by Core Script Ver. 1.3.3.
August 24, 2021 Ver. 2.2.3
Fixed a bug in the previous version regarding maximum and minimum plugin
parameter settings.
August 11, 2021 Ver. 2.2.2
Fixed an issue where custom parameter names could not be obtained.
Fixed an issue where actor database data could not be obtained with the
specified parameters.
August 7, 2021 Ver. 2.2.1
Fixed an issue where an error would occur when opening the status screen with
the default page settings.
August 4, 2021 Ver. 2.2.0
Expanded equipment display function.
July 19, 2021 Ver. 2.1.1
Fixed an issue where radar chart coordinate adjustments could not be set to
the negative side.
July 19, 2021 Ver. 2.1.0
Added the ability to display elemental and state resistances on the radar
chart.
Fixed an issue where page settings were not being obtained correctly.
June 19, 2021 Ver. 2.0.7
Fixed an issue where the actor switching button would not appear when there
was only one teammate.
June 5, 2021 Ver. 2.0.6
Fixed an issue where the victory animation would be executed when opening the
status screen after a battle with a side-view actor image.
May 28, 2021 Ver. 2.0.5
Fixed an issue where the side-view actor would not appear in the front view.
Fixed an issue where animations would not be reflected when switching
characters.
May 24, 2021 Ver. 2.0.4
Added decimal point display to ability values.
May 23, 2021 Ver. 2.0.3
Added a feature to display the side-view actor.
May 23, 2021 Ver. 2.0.2
Added a feature to display character chips.
Fixed an issue where two units were displayed for arbitrary statuses, and an
issue where units would not be displayed unless they were set.
May 22, 2021 Ver. 2.0.1
Fixed an issue where the plugin parameter page settings were displayed
incorrectly.
May 20, 2021 Ver. 2.0.0
Allows free configuration and placement of each parameter.
Added the ability to change actor portraits.
Added the ability to change window skins.
February 28, 2021 Ver. 1.3.7
Fixed an issue where background size was displayed relative to the top left of
the UI when "Fit background size to UI" was set to false.
February 27, 2021 Ver. 1.3.6
Fixed an issue where disabled states were not reflected in the State Validity
settings.
February 23, 2021 Ver. 1.3.5
Added the ability to hide the profile section.
February 21, 2021 Ver. 1.3.4
Allows custom units to be assigned to additional parameters, special
parameters, and custom parameters.
February 20, 2021 Ver. 1.3.3
Added the ability to add custom parameters to additional parameters and
special parameters.
February 17, 2021 Ver. 1.3.2
Fixed an issue where the image X coordinate was misaligned when the actor
portrait magnification was set to a value other than 100.
February 16, 2021 Ver. 1.3.1
Fixed an issue where the window would shift when changing the setting in
Scene_Base.prototype.isBottomButtonMode.
Fixed an issue where the image coordinates were not based on the bottom when
the actor portrait magnification was set to a value other than 100.
January 24, 2021 Ver. 1.3.0
Added the ability to display custom parameters.
January 9, 2021 Ver. 1.2.0
Changed the setting method for each item.
December 28, 2020 Ver. 1.1.2
Fixed the handling of character portrait coordinates.
December 8, 2020 Ver. 1.1.1
Fixed the EXP gauge for the next level to display 100% when it's at maximum
level.
December 7, 2020 Ver. 1.1.0
Added the ability to display EXP as a percentage.
November 26, 2020 Ver. 1.0.7
Fixed an issue where, when opening the status screen with SparamId set to 3
and SparamName left blank in the special parameters, it would display
"Recovery Effect Rate" instead of "Medicine Knowledge."
November 23, 2020 Ver. 1.0.6
Added the ability to position character portraits by selecting left, center,
or right.
November 22, 2020 Ver. 1.0.5
Added the ability to specify a background image.
November 19, 2020 Ver. 1.0.4
Fixed an issue where status details items would shift outside the window or
overlap with other status items when the resolution and UI size were
different.
November 18, 2020 Ver. 1.0.3
Fixed an issue where item names would not display correctly when status
details items extended beyond the screen.
Some processing changes were made.
November 18, 2020 Ver. 1.0.2
Added a feature to round off or truncate decimal points that are not
displayed.
November 17, 2020 Ver. 1.0.1
Added a feature to specify the number of decimal points to display for
additional ability scores, special ability scores, attribute effectiveness,
and state effectiveness.
Added support for switching pages via touch.
November 16, 2020 Ver. 1.0.0
First version
@param Setting
@text Common Settings
@default ------------------------------
@param DecimalMode
@text Rounding off
@desc Round off the decimal point outside the display (false to truncate).
@type boolean
@default true
@parent Setting
@param ExpPercent
@text Experience percentage display
@desc Experience points displayed as a percentage
@type boolean
@default false
@parent Setting
@param HPGaugeWidth
@text HP gauge width
@desc Specifies the width of the HP gauge.
@type number
@default 200
@parent Setting
@param HPGaugeHeight
@text HP gauge vertical width
@desc Specify the width and height of the HP gauge.
@type number
@default 12
@parent Setting
@param MPGaugeWidth
@text MP gauge width
@desc Specifies the width of the MP gauge.
@type number
@default 200
@parent Setting
@param MPGaugeHeight
@text MP gauge vertical width
@desc Specify the width and height of the MP gauge.
@type number
@default 12
@parent Setting
@param TPGaugeWidth
@text TP gauge width
@desc Specify the width of the TP gauge.
@type number
@default 200
@parent Setting
@param TPGaugeHeight
@text TP gauge vertical width
@desc Specify the width and height of the TP gauge.
@type number
@default 12
@parent Setting
@param DefaultFontSize
@text Font size
@desc Font size (difference from main font)
@type number
@default 0
@min -99
@parent Setting
@param FontMargin
@text Vertical margin between items
@desc Vertical text margin of item
@type number
@default 10
@min 0
@parent Setting
@param ImgFolder
@text Individually specified image folder
@desc Specify the folder name for the individual image (directly under img).
@type string
@default pictures
@parent Setting
@param PageNextSymbol
@text Pagination symbol name
@desc Pagination symbol name (to change it, a separate plug-in that allows key assignment is required)
@type combo
@option pageup2
@parent Setting
@param PagePreviousSymbol
@text Page return symbol name
@desc Page return symbol name (to change it, a separate plugin that allows key assignment is required)
@type combo
@option pagedown2
@parent Setting
@param ResistanceColor
@text Resistance number color
@desc Numeric color of resistance parameters (attributes, states)
@type color
@default 0
@min 0
@parent Setting
@param WeaknessColor
@text Weakness value color
@desc Weakness parameter value color (attribute, state)
@type color
@default 0
@min 0
@parent Setting
@param PageSetting
@text Page Setup
@default ------------------------------
@param PageList
@text Page Item Settings
@desc Page Item Settings
@type struct<PageListData>[]
@default ["{¥"ParamLists¥":¥"1¥"}","{¥"ParamLists¥":¥"2¥"}","{¥"ParamLists¥":¥"3¥"}"]
@parent PageSetting
@param ParamList_1Page
@text Display page item 1
@desc The item to display.
@type struct<ParamListData>[]
@default ["{¥"DateSelect¥":¥"1¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"168¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"3¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"192¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"168¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"2¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"432¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"100¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"24¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"4¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"120¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"5¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"3¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"10¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"11¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"24¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"19¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"48¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"40¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"456¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"41¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"456¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"1000¥",¥"NameColor¥":¥"0¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"6¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"true¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"12¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"7¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"260¥",¥"SystemItemWidth¥":¥"100¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"13¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"8¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"260¥",¥"SystemItemWidth¥":¥"100¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"14¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"9¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"260¥",¥"SystemItemWidth¥":¥"100¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"15¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"10¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"260¥",¥"SystemItemWidth¥":¥"100¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"16¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"11¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"260¥",¥"SystemItemWidth¥":¥"100¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"17¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"12¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"260¥",¥"SystemItemWidth¥":¥"100¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"62¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"7¥",¥"X_Coordinate¥":¥"300¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"474¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"1000¥",¥"NameColor¥":¥"0¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"13¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"true¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"90¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"14¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"true¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}"]
@parent PageSetting
@param ParamList_2Page
@text Display page item 2
@desc The item to display.
@type struct<ParamListData>[]
@default ["{¥"DateSelect¥":¥"1¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"168¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"3¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"192¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"168¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"2¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"432¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"100¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"24¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"4¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"120¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"5¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"3¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"10¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"11¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"24¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"19¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"48¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"40¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"456¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"41¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"456¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"1000¥",¥"NameColor¥":¥"0¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"6¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"true¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"20¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"8¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"21¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"8¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"22¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"9¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"23¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"9¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"24¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"10¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"25¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"10¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"26¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"11¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"27¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"11¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"28¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"12¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"29¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"12¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"30¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"8¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"31¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"8¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"32¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"9¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"33¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"9¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"34¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"10¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"35¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"10¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"36¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"11¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"37¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"11¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"38¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"12¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"39¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"12¥",¥"X_Coordinate¥":¥"188¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"180¥",¥"SystemItemWidth¥":¥"80¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"51¥",¥"NameColor¥":¥"1¥",¥"ParamName¥":¥"追加ステータス¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"7¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'left'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"51¥",¥"NameColor¥":¥"1¥",¥"ParamName¥":¥"特殊ステータス¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"7¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'left'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}"]
@parent PageSetting
@param ParamList_3Page
@text Display page item 3
@desc The item to display.
@type struct<ParamListData>[]
@default ["{¥"DateSelect¥":¥"1¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"168¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"3¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"192¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"168¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"2¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"1¥",¥"X_Coordinate¥":¥"432¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"100¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"24¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"4¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"120¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"5¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"3¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"10¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"11¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"24¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"19¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"204¥",¥"Y_Coordinate¥":¥"48¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"40¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"2¥",¥"X_Coordinate¥":¥"456¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"41¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"4¥",¥"X_Coordinate¥":¥"456¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"270¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"1000¥",¥"NameColor¥":¥"0¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"6¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"true¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"51¥",¥"NameColor¥":¥"2¥",¥"ParamName¥":¥"属性耐性¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"7¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'left'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"51¥",¥"NameColor¥":¥"2¥",¥"ParamName¥":¥"ステート耐性¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"7¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"0¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"false¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'left'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"60¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"1¥",¥"Y_Position¥":¥"8¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"368¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}","{¥"DateSelect¥":¥"61¥",¥"NameColor¥":¥"16¥",¥"ParamName¥":¥"¥",¥"DetaEval¥":¥"¥",¥"X_Position¥":¥"2¥",¥"Y_Position¥":¥"8¥",¥"X_Coordinate¥":¥"0¥",¥"Y_Coordinate¥":¥"0¥",¥"ItemWidth¥":¥"368¥",¥"SystemItemWidth¥":¥"0¥",¥"WideMode¥":¥"false¥",¥"paramUnit¥":¥"¥",¥"Decimal¥":¥"0¥",¥"textMethod¥":¥"¥",¥"Back¥":¥"true¥",¥"FontSize¥":¥"0¥",¥"ValueFontFace¥":¥"false¥",¥"IconId¥":¥"0¥",¥"IconY¥":¥"2¥",¥"Align¥":¥"'right'¥",¥"EquipSetting¥":¥"------------------------------¥",¥"EquipStartIndex¥":¥"0¥",¥"EquipNum¥":¥"0¥"}"]
@parent PageSetting
@param ParamList_4Page
@text Display page item 4
@desc The item to display.
@type struct<ParamListData>[]
@default []
@parent PageSetting
@param ParamList_5Page
@text Display page item 5
@desc The item to display.
@type struct<ParamListData>[]
@default []
@parent PageSetting
@param StartPage
@text Starting Display Page
@desc The page to display when you open the status.
@type number
@default 1
@min 1
@parent PageSetting
@param BackGroundSetting
@text Background image settings
@default ------------------------------
@param BackGroundImg
@text background image
@desc Specifies the background image file name.
@type file[]
@dir img/
@parent BackGroundSetting
@param BackUiWidth
@text Match background size to UI
@desc Match the background size to the UI.
@type boolean
@default true
@parent BackGroundSetting
@param StatusWindowsSkin
@text Status Window Skin
@desc Specifies the window skin for the status window.
@type file
@dir img/system
@parent BackGroundSetting
@param ActorImgSetting
@text Actor Settings
@default ------------------------------
@param ActorsImgList
@text Image Settings
@desc Actor Image Settings
@type struct<actorImgList>[]
@default []
@parent ActorImgSetting
@param ActorPictureData
@text Standing character display EX image settings
@desc Actor image settings for Standing Image Display EX
@type struct<ActorPictureDataList>[]
@default []
@parent ActorImgSetting
@param ActorPictureEXApp
@text Standing picture display EX applied
@desc Applies the image change of Standing Picture Display EX. If it is turned OFF, the settings of this plugin will be applied.
@type boolean
@default true
@parent ActorImgSetting
@param actorPosition
@text Character image display position
@desc Specifies the display position of the standing image.
@type select
@default 2
@option left
@value 0
@option center
@value 1
@option right
@value 2
@parent ActorImgSetting
@param ActorCharacterAnimation
@text Character chip movement
@desc Activate the character chip.
@type boolean
@default true
@parent ActorImgSetting
@param EquipSetting
@text Equipment Settings
@default ------------------------------
@param EquipNameVisible
@text Equipment part name display
@desc Specify the equipment part name to display.
@type select
@default 1
@option none
@value 0
@option Part only
@value 1
@option Icon only
@value 2
@option Icons, parts
@value 3
@parent EquipSetting
@param EquipIcons
@text Equipment Icon
@desc Sets the equipment icon. The ID is the same as the equipment slot number.
@type struct<EquipIconsData>[]
@default []
@parent EquipSetting
@param InvalidSlotHide
@text Sealed equipment not displayed
@desc Equipment sealed with traits will not be displayed.
@type boolean
@default false
@parent EquipSetting
@param EXPSetting
@text Experience Points Settings
@default ------------------------------
@param NowEXPOneLine
@text Current experience value 1 line display
@desc Displays the current experience value in one line.
@type boolean
@default false
@parent EXPSetting
@param NextEXPOneLine
@text Display next experience value line
@desc The next experience points will be displayed in one line.
@type boolean
@default false
@parent EXPSetting
@param EXPGaugeVisible
@text Experience Gauge Display
@desc Display the experience gauge.
@type boolean
@default true
@parent EXPSetting
@param EXPGaugeColor1
@text Experience Gauge Color 1
@desc Experience Gauge Color 1
@type color
@default 17
@parent EXPSetting
@param EXPGaugeColor2
@text Experience Gauge Color 2
@desc Experience Gauge Color 2
@type color
@default 6
@parent EXPSetting
@param EXPGaugeX
@text EXP gauge X coordinate
@desc EXP gauge X coordinate (relative)
@type number
@default 0
@parent EXPSetting
@param EXPGaugeY
@text EXP gauge Y coordinate
@desc EXP gauge Y coordinate (relative)
@type number
@default 0
@parent EXPSetting
@param EXPGaugeWidth
@text EXP gauge width
@desc Specifies the width of the EXP gauge.
@type number
@default 300
@parent EXPSetting
@param EXPGaugeHeight
@text EXP gauge vertical width
@desc Specify the width and height of the EXP gauge.
@type number
@default 12
@parent EXPSetting
@param EXPDecimal
@text Decimal places
@desc The number of decimal points that can be displayed.
@type number
@default 2
@min 0
@max 99
@parent EXPSetting
@param ElementStateSetting
@text Attribute settings
@default ------------------------------
@param ElementResist
@text Attribute resistance
@type struct<ElementData>[]
@default ["{¥"ElementNo¥":¥"1¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"2¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"3¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"4¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"5¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"6¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"7¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"8¥",¥"ElementIconId¥":¥"¥"}","{¥"ElementNo¥":¥"9¥",¥"ElementIconId¥":¥"¥"}"]
@parent ElementStateSetting
@param ElementResistText
@text Attribute validity name display
@desc Displays attribute validity attributes by name.
@type boolean
@default false
@parent ElementStateSetting
@param ElementResistCol
@text Number of columns for displaying attribute effectiveness
@desc Sets the number of columns to display for attribute effectiveness.
@type number
@default 2
@parent ElementStateSetting
@param StateStateSetting
@text State Settings
@default ------------------------------
@param StateResist
@text Status Resistance
@type struct<StateData>[]
@default ["{¥"StateNo¥":¥"4¥"}","{¥"StateNo¥":¥"5¥"}","{¥"StateNo¥":¥"6¥"}","{¥"StateNo¥":¥"7¥"}","{¥"StateNo¥":¥"8¥"}","{¥"StateNo¥":¥"9¥"}","{¥"StateNo¥":¥"10¥"}","{¥"StateNo¥":¥"12¥"}","{¥"StateNo¥":¥"13¥"}"]
@parent StateStateSetting
@param StateResistText
@text State validity name display
@desc Shows the state availability states by name.
@type boolean
@default false
@parent StateStateSetting
@param StateResistCol
@text Number of columns for displaying state validity
@desc Sets the number of columns to display for state availability.
@type number
@default 2
@parent StateStateSetting
@param StateResistColor
@text Color when state is disabled
@desc Color when the state is disabled. (Index color can be specified in the Text tab.)
@type number
@default 0
@parent StateStateSetting
@param RadarChartSetting
@text Radar Chart Settings
@default 要NUUN_RadarChartBase
@param StatusRadarChart
@text Status Radar Chart
@default ------------------------------
@parent RadarChartSetting
@param StatusRadarChartParamList
@text Display Status
@desc The status to display.
@type struct<RadarChartParamList>[]
@parent StatusRadarChart
@param DisplayNameModo
@text Parameter name display
@desc Specifies the parameter name display for the radar chart.
@type select
@default param
@option Icon only
@value icon
@option Parameter names only
@value param
@option Icon and parameter name
@value iconparams
@parent StatusRadarChart
@param StatusRadarChartRadius
@text Radar Chart Radius
@desc The radius of the radar chart.
@type number
@default 100
@parent StatusRadarChart
@param StatusRadarChartFramecolor
@text Radar chart frame color
@desc Set the border color of the radar chart.
@type color
@default 15
@parent StatusRadarChart
@param StatusRadarChartLineColor
@text Radar chart line color
@desc Sets the color of the radar chart lines.
@type color
@default 15
@parent StatusRadarChart
@param StatusRadarChartMainColor1
@text Radar chart center background color
@desc Sets the background color for the center of the radar chart.
@type color
@default 3
@parent StatusRadarChart
@param StatusRadarChartMainColor2
@text Radar chart outer background color
@desc Sets the outer background color of the radar chart.
@type color
@default 3
@parent StatusRadarChart
@param StatusRadarChartX
@text Radar chart X coordinate
@desc X coordinate of the radar chart (relative).
@type number
@default 48
@min -9999
@max 9999
@parent StatusRadarChart
@param StatusRadarChartY
@text Radar chart Y coordinate
@desc The relative Y coordinate of the radar chart.
@type number
@default 48
@min -9999
@max 9999
@parent StatusRadarChart
@param StatusRadarChart_FontSize
@text Font size
@desc Font size (from the main font)
@type number
@default -12
@min -9999
@max 9999
@parent StatusRadarChart
@param StatusRadarChart_IconSize
@text Icon Size
@desc Specifies the icon size. 0 is the default size.
@type number
@default 0
@parent StatusRadarChart
@param StatusRadarChartValueData
@text Numerical Settings
@desc Numerical settings to be displayed on the radar chart.
@type struct<RadarChartValue>
@parent StatusRadarChart
@param ElementRadarChart
@text Elemental Resistance Radar Chart
@default ------------------------------
@parent RadarChartSetting
@param ElementDisplayNameModo
@text Parameter name display
@desc Specifies the parameter name display for the radar chart.
@type select
@default icon
@option Icon only
@value icon
@option Parameter names only
@value param
@option Icon and parameter name
@value iconparam
@parent ElementRadarChart
@param ElementRadarChartRadius
@text Radar Chart Radius
@desc The radius of the radar chart.
@type number
@default 100
@parent ElementRadarChart
@param ElementRadarChartFramecolor
@text Radar chart frame color
@desc Set the border color of the radar chart.
@type color
@default 15
@parent ElementRadarChart
@param ElementRadarChartLineColor
@text Radar chart line color
@desc Sets the color of the radar chart lines.
@type color
@default 15
@parent ElementRadarChart
@param ElementRadarChartMainColor1
@text Radar chart center background color
@desc Sets the background color for the center of the radar chart.
@type color
@default 3
@parent ElementRadarChart
@param ElementRadarChartMainColor2
@text Radar chart outer background color
@desc Sets the outer background color of the radar chart.
@type color
@default 3
@parent ElementRadarChart
@param ElementRadarChartX
@text Radar chart X coordinate
@desc X coordinate of the radar chart (relative).
@type number
@default 48
@min -9999
@max 9999
@parent ElementRadarChart
@param ElementRadarChartY
@text Radar chart Y coordinate
@desc The relative Y coordinate of the radar chart.
@type number
@default 48
@min -9999
@max 9999
@parent ElementRadarChart
@param ElementRadarChart_FontSize
@text Font size
@desc Font size (from the main font)
@type number
@default -12
@min -9999
@max 9999
@parent ElementRadarChart
@param ElementRadarChart_IconSize
@text Icon Size
@desc Specifies the icon size. 0 is the default size.
@type number
@default 0
@parent ElementRadarChart
@param ElementRadarChartValueData
@text Numerical Settings
@desc Numerical settings to be displayed on the radar chart.
@type struct<RadarChartValue>
@parent ElementRadarChart
@param StateRadarChart
@text State Resistance Radar Chart
@default ------------------------------
@parent RadarChartSetting
@param StateDisplayNameModo
@text Parameter name display
@desc Specifies the parameter name display for the radar chart.
@type select
@default icon
@option Icon only
@value icon
@option Parameter names only
@value param
@option Icon and parameter name
@value iconparam
@parent StateRadarChart
@param StateRadarChartRadius
@text Radar Chart Radius
@desc The radius of the radar chart.
@type number
@default 100
@parent StateRadarChart
@param StateRadarChartFramecolor
@text Radar chart frame color
@desc Set the border color of the radar chart.
@type color
@default 15
@parent StateRadarChart
@param StateRadarChartLineColor
@text Radar chart line color
@desc Sets the color of the radar chart lines.
@type color
@default 15
@parent StateRadarChart
@param StateRadarChartMainColor1
@text Radar chart center background color
@desc Sets the background color for the center of the radar chart.
@type color
@default 3
@parent StateRadarChart
@param StateRadarChartMainColor2
@text Radar chart outer background color
@desc Sets the outer background color of the radar chart.
@type color
@default 3
@parent StateRadarChart
@param StateRadarChartX
@text Radar chart X coordinate
@desc X coordinate of the radar chart (relative).
@type number
@default 48
@min -9999
@parent StateRadarChart
@param StateRadarChartY
@text Radar chart Y coordinate
@desc The relative Y coordinate of the radar chart.
@type number
@default 48
@min -9999
@parent StateRadarChart
@param StateRadarChart_FontSize
@text Font size
@desc Font size (from the main font)
@type number
@default -12
@min -9999
@parent StateRadarChart
@param StateRadarChart_IconSize
@text Icon Size
@desc Specifies the icon size. 0 is the default size.
@type number
@default 0
@parent StateRadarChart
@param StateRadarChartValueData
@text Numerical Settings
@desc Numerical settings to be displayed on the radar chart.
@type struct<RadarChartValue>
@parent StateRadarChart
@command ChangeStartPage
@text Change start page
@desc Change the start page you want to display.
@arg StartPage
@text Start Page
@desc Starting page, 0 is the default.
@type number
@default 0
@command ChangeStatusActorImg
@text Status screen actor image change
@desc Change the actor image on the status screen.
@arg actorId
@text Actor ID
@desc Specify the actor.
@type actor
@default 0
@arg ChangeActorImgId
@text Character ID
@desc Specify the ID of the character you want to change. Specify the list number of the character image settings.
@type number
@default 1
@min 1