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.
Icon Description - IconDescription.js
Plugin desc : Icon Description Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/IconDescription.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/IconDescription.js
File name : IconDescription.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/IconDescription.js @plugindesc Icon Description Plugin @author Triacontane @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- IconDescription.js Displays a popup with the description text for an icon. Click or hold on the icon to display the popup. Any icon displayed by default, such as a message window or status window, will be eligible for the popup, but icons displayed by other plugins may not be displayed. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder in the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @param list @text Icon Description List @desc A list of icon descriptions. @type struct<Description>[] @default [] @param fontSize @text Font size @desc Font size for the icon description window. Specify 0 for the default size. @type number @default 22 @param padding @text margin @desc Margins for the icon description window. Specify 0 for the default margins. @type number @default 8 @param backOpacity @text background opacity @desc The background opacity of the icon description window. Specify 0 for the default opacity. @type number @default 0 @param triggerType @text Trigger Type @desc A trigger that displays the icon description window. @type select @default click @option click @value click @option Keep pressing @value press @param se @text sound effects @desc This is the sound effect that plays when the icon description window is displayed. @type struct<SE>