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.
Dark Plasma Tp Cost Rate S Param - DarkPlasma_TpCostRateSParam.js
Plugin desc : Special Ability Value: Add TP Consumption Rate
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_TpCostRateSParam.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_TpCostRateSParam.js
File name : DarkPlasma_TpCostRateSParam.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Special Ability Value: Add TP Consumption Rate
@author DarkPlasma
@license MIT
@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----
version: 1.0.0
Adds TP Cost Rate to the special ability trait.
Enter the following in the memo field of the data to which you want to add the
trait:
<tpCostRate:Multiplier(%)>
Example:
TP Cost Rate 150%
<tpCostRate:150>
For additive changes, use DarkPlasma_AddSParamTrait.
Example:
TP Cost Rate +10%
<addSParam:tpCostRate:10>
This plugin requires the following plugin:
DarkPlasma_AllocateUniqueTraitDataId version:1.1.0
If using with the following plugin, add it below it:
DarkPlasma_AddSParamTrait
DarkPlasma_LimitSParam
DarkPlasma_AllocateUniqueTraitDataId
@param limitSetting
@text Limit setting
@desc Sets the limit for TP consumption rate. Only valid when using DarkPlasma_LimitSParam.
@type struct<LimitValue>
@default {"enableLowerLimit":"false","enableUpperLimit":"false","lowerLimit":"0","upperLimit":"10000"}