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.
Skill Cost Rate Customize - SkillCostRateCustomize.js
Plugin desc : SkillCostRateCustomizePlugin
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/SkillCostRateCustomize.js
File name : SkillCostRateCustomize.js
Help of plugin :
* @plugindesc SkillCostRateCustomizePlugin * @author triacontane * * @help SkillCostRateCustomize.js * * You can adjust the skill cost multiplier for each specific * skill or skill type. * Please set the following in the memo column of the * database (*) which has the feature as follows. * * <MpCostRateId1:0.5> // Increases the MP consumption of ID[1]'s skill by 0.5. * <MpCostRateType1:2.0> // Doubles the MP consumption of Skill Type [2]. * <TpCostRateId1:0.5> // Increases the TP consumption of ID[1]'s skill by 0.5. * <TpCostRateType1:2.0> // Doubles the TP consumption of Skill Type [2]. * * (*)Actors, professions, weapons, armor, enemy characters, and states * * This plugin is released under the MIT License.