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/NUUN_MenuParamListBase.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/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.1.12 * * @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 * 8/30/2025 Ver.1.1.12 * Fixed an issue where an error occurred when setting "Original parameter". * 8/15/2025 Ver.1.1.11 * Fixed an issue where an error would occur when displaying the screen when applying "NUUN_ActorPicture". * Fixed the display of facial graphics. * Added a skill point item. * 6/3/2025 Ver.1.1.10 * Fixed to allow equipment display settings to be made from external plugins. * 4/12/2025 Ver.1.1.9 * Fixed processing due to gauge imaging update. * 2/8/2025 Ver.1.1.8 * Fixed an issue that could cause an error when viewing side view actors. * 2/2/2025 Ver.1.1.7 * Fixed enemy name display. * 12/21/2024 Ver.1.1.6 * Processing fixes. * 9/28/2024 Ver.1.1.5 * Processing fixes. * Fixed an issue where the EXP gauge width setting was not working. * 9/22/2024 Ver.1.1.4 * Fixed an issue where an error would occur when selecting free text in the description field. * 9/8/2024 Ver.1.1.3 * Fixed an issue where the description field was not working. * Fixed an issue where arbitrary evaluation expressions were not working in dynamic parameters. * Added definitions for enemy parameters. * 7/28/2024 Ver.1.1.2 * Fixed an issue that would cause an error when setting ability scores. * Fixed an issue that would cause an error when an actor without an image set was selected. * 7/27/2024 Ver.1.1.1 * Modified to allow decimal points to be applied to original parameters and ability values. * 7/21/2024 Ver.1.1.0 * Fixed an issue where an error would occur when specifying a name. * 7/13/2024 Ver.1.0.2 * Fixed the issue where the settings in "NUUN_ActorPicture" were not applied. * 6/22/2024 Ver.1.0.1 * Fixed an issue where item width was not applied wider than the width of a single item. * Fixed actor front image image to fit item width. * 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 *