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 TM Cost Show - NUUN_TMCostShow.js
Plugin desc : Cost Display Extension
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/tomoaky/NUUN_TMCostShow.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/tomoaky/NUUN_TMCostShow.js
File name : NUUN_TMCostShow.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Cost Display Extension @author NUUN @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/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- This command forces the display of both MP and TP costs for skills with both MP and TP costs. How to use: If the skill name is long or the cost has many digits, the skill name and cost will overlap. You can limit the display width of the skill name by changing the number of characters in the costWidthText parameter. For example, if costWidthText is 00000, the cost display width will be set to five half-width zeros, narrowing the skill name display width accordingly. If you are also using TMSkillCostEx, the cost of HP, experience points, and money will also be displayed. There are no plugin commands. This plugin is distributed under the MIT License and is free to use, modify, redistribute, and otherwise use commercially. Update History May 1, 2021 Ver. 1.0.0 First Edition @param mpCostHeader @text Consumed MP initial string @desc String to prefix to MP consumption @type string @default MP @param tpCostHeader @text Consumed TP initial string @desc String to prefix to consumed TP @type string @default TP @param conjunction @text Cost Inter-string @desc String to be placed between costs @type string @default / @param costWidthText @text Cost Range @desc The string to reference as the cost range @type string @default 000 @param maxCostNum @text Simultaneous display cost limit @desc Maximum cost to display at one time @type number @default 2 @param ---TMSkillCostEx--- @default 以下はTMSkillCostEx併用時に利用 @param hpCostHeader @text Consumed HP initial string @desc String to prefix to consumed HP @type string @default HP @parent ---TMSkillCostEx--- @param expCostHeader @text Experience point consumption prefix @desc String to prefix to expended experience points @type string @default EXP @parent ---TMSkillCostEx--- @param expCostFooter @text EXP Suffix @desc String attached to the end of the expended experience @type string @parent ---TMSkillCostEx--- @param goldCostHeader @text Consumption Money Head String @desc A string of characters that precedes consumption money @type string @parent ---TMSkillCostEx--- @param goldCostFooter @text Consumption money suffix string @desc A string attached to the butt of consumption money @default G @parent ---TMSkillCostEx--- @param hpCostColor @text Consumed HP string number @desc HP consumption text color number @type number @default 21 @parent ---TMSkillCostEx--- @param expCostColor @text Experience value consumption string number @desc Experience value consumption text color number @type number @default 16 @parent ---TMSkillCostEx--- @param goldCostColor @text Consumption Money String Number @desc Consumption money letters color numbers @type number @default 0 @parent ---TMSkillCostEx---