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 Set Bonus Window - NUUN_SetBonusWindow.js
Plugin desc : Set bonus tooltip window
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_SetBonusWindow.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_SetBonusWindow.js
File name : NUUN_SetBonusWindow.js
Help of plugin :
* @target MZ * @plugindesc Set bonus tooltip window * @author NUUN * @version 1.0.6 * @base NUUN_Base * @base NUUN_SetBonusEquip * @orderAfter NUUN_Base * * @help * Displays the set bonus currently applied to the equipment currently selected in the equipment slot on the equipment screen. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 4/13/2024 Ver.1.0.6 * Fixed so that it will not be displayed if an ID that is not set is specified. * 8/20/2024 Ver.1.0.5 * Added the ability to apply text codes to set bonus text and parameters. * 3/18/2023 Ver.1.0.4 * Fixed not to process when invalid ID is specified. * 11/17/2022 Ver.1.0.3 * Applied equipment set bonus Modified by changing the display setting method of the set bonus. * 10/8/2022 Ver.1.0.2 * Fixed by changing set bonus definition. * 7/16/2022 Ver.1.0.1 * Fixed tooltips appearing when hovering over gear without set bonuses. * 7/7/2022 Ver.1.0.0 * first edition. * * @param SetBonusFontSize * @text FontSize * @desc Font size (difference from main font) * @type number * @min -99 * @default 0 * * @param SetBonusNameColor * @desc Text color for the set bonus name. You can enter the color code in the text tab. * @text Set bonus name text color * @type number * @default 16 * @min 0 * * @param WindowDuration * @desc Number of frames to display. * @text Number of display waiting frames * @type number * @default 0 * @min 0 * * @param WindowWidth * @desc WindowWidth. * @text WindowWidth * @type number * @default 400 * @min 0 * * @param HelpOver * @desc Allows tooltip windows to be displayed on top of help windows. * @text Help window top display * @type boolean * @default false * * @param IsTextCode * @desc Apply text codes to set bonus effect text. * @text Apply text code * @type boolean * @default false *