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.
Additional Description - AdditionalDescription.js
Plugin desc : AdditionalDescription
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/AdditionalDescription.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/AdditionalDescription.js
File name : AdditionalDescription.js
Help of plugin :
* @plugindesc AdditionalDescription * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/AdditionalDescription.js * @base PluginCommonBase * @orderAfter PluginCommonBase * @author triacontane * * @param ButtonName * @desc The name of the button to switch help. * @default shift * @type combo * @option shift * @option control * @option tab * * @param ChangePage * @desc Page change sign string that appears in the lower right corner of the window. * @default Push Shift * * @param ValidTouch * @desc You can also switch windows by touching or left-clicking the help window. * @default true * @type boolean * * @param InitialReverse * @desc The page is displayed in the initial view with the pages switched. * @default false * @type boolean * * @help You can add a second page to the help window * to display any information you want. * Replace it with the specified key. * * Please write the following in the notes section of the item/skill database. * <ADDescription:sampleText> # The string "sampleText" is displayed. * <ADScript:sampleScript> # The evaluation result of "sampleScript" is displayed. * * In both cases, a set of control characters are available. * In addition, the target data can be referenced in the script by a local variable called "item". * Database information such as consumption MP and price can be displayed dynamically.