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 Menu Param List Base - NUUN_MenuParamListBase.js
Plugin desc : Status item base plugin
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/README/NUUN_MenuParamListBase.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/README/NUUN_MenuParamListBase.js
File name : NUUN_MenuParamListBase.js
Help of plugin :
* @target MZ * @plugindesc Status item base plugin * @author NUUN * @base NUUN_Base * @orderAfter NUUN_Base * @version 1.0.0 * * @help * This is the base plugin for plugins that customize menu screens. * Please set it above a compatible plugin. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 6/9/2024 Ver.1.0.0 * First edition. * * @param NoActorHpColor * @text Actor name color fixed * @desc The text color of the actor name will no longer be linked to HP color. * @type boolean * @default false * * @param EquipSetting * @text Equipment Settings * @default If there is a setting in the corresponding plug-in, that will take priority. * * @param EquipNameVisible * @text Equipment part name display * @desc Specify the equipment part name to be displayed. * @type select * @option None * @value None * @option Parts only * @value Name * @option Iicon only * @value Icon * @option Icon, Part * @value IconName * @default Name * @parent EquipSetting * * @param EquipIcons * @type struct<EquipIconsData>[] * @text Equipment icon * @desc Equipment icon set. The ID is the same as the equipment slot number. * @default [] * @parent EquipSetting * * @param InvalidSlotHide * @text Hide sealed equipment * @desc Equipment sealed with features will not be displayed. * @type boolean * @default false * @parent EquipSetting * * @param ExpgaugeSetting * @text Experience Gauge Settings * @default If there is a setting in the corresponding plug-in, that will take priority. * * @param ExpDisplayMode * @text Display of exp gauge * @desc Specifies the display of the experience value gauge. * @type select * @option None * @value 0 * @option Required experience to next level * @value 1 * @option Current experience gained * @value 2 * @option Current Acquisition Percentage Display * @value 3 * @option Level display(Circle gauge only) * @value 4 * @default 1 * @parent ExpgaugeSetting * * @param LabelShow * @text Label display * @desc Show label. * @type boolean * @default true * @parent ExpgaugeSetting * * @param EXPDecimal * @text Decimal place number * @desc The number of decimal places that can be displayed. * @type number * @default 2 * @min 0 * @max 99 * @parent ExpgaugeSetting *