Welcome to PGMV! 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.
TM Cost Show - TMCostShow.js
Plugin desc : The cost of skills that consume both MP and TP is
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMCostShow.js
File name : TMCostShow.js
Help of plugin :
@plugindesc The cost of skills that consume both MP and TP is @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Cost Display Extension ver1.0.0 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 skill name's display width by changing the number of characters in the parameter costWidthText. For example, if costWidthText is 00000, the cost display width will be set to five half-width characters, narrowing the skill name display width accordingly. If you are also using TMSkillCostEx, the cost will also be displayed as HP, experience points, and money. There are no plugin commands. This plugin has been tested with RPG Maker MV Version 1.5.1. This plugin is distributed under the MIT License and is free for commercial use, modification, and redistribution. @param mpCostHeader @desc String to prefix MP consumption Initial value: MP @default MP @param tpCostHeader @desc String to prefix to consumed TP. Default: TP @default TP @param conjunction @desc String to be placed between costs. Default: / @default / @param costWidthText @desc String to refer to as cost range Initial value: 000 @default 000 @param maxCostNum @desc Maximum cost to display at the same time Default: 2 @default 2 @param ---TMSkillCostEx--- @default The following is used in conjunction with TMSkillCostEx @param hpCostHeader @desc String to prefix HP consumption Initial value: HP @default HP @param expCostHeader @desc String to prefix the exp consumed Initial value: EXP @default EXP @param expCostFooter @desc String to be added to the end of the exp consumed Initial value: @param goldCostHeader @desc String to prefix the consumption amount. Default: @param goldCostFooter @desc String to be attached to the end of the consumed money Initial value: G @default G @param hpCostColor @desc HP Consumption Text Color Number Default: 21 @default 21 @param expCostColor @desc EXP consumption text color number Default: 16 @default 16 @param goldCostColor @desc Consumption money text color number Initial value: 0 @default 0