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 Add S Param Trait - DarkPlasma_AddSParamTrait.js
Plugin desc : Features that add special ability scores
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_AddSParamTrait.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_AddSParamTrait.js
File name : DarkPlasma_AddSParamTrait.js
Help of plugin :
@target MZ @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release @plugindesc Features that add special ability scores @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: 2.0.0 By entering the specified information in the memo field for an actor, job, equipment, enemy character, or state, you can add a feature that increases special ability values. This setting value will be added after applying any multiplier features you can specify in the editor. Example: MP Consumption Rate +10% <addSParam:mcr:10> Physical Damage Rate -10% <addSParam:pdr:-10> Physical Damage Rate -10%, Magic Damage Rate -10% <addSParam: pdr:-10 mdr:-10 > Basic Syntax: <addSParam:[param]:[value]> [param]: tgr: Target Rate grd: Defense Rate rec: Recovery Rate pha: Medicine Knowledge mcr: MP Consumption Rate tcr: TP Charge Rate pdr: Physical Damage Rate mdr: Magic Damage Rate fdr: Floor Damage Rate exr: Experience Gain Rate This plugin requires the following plugin: DarkPlasma_AllocateUniqueTraitDataId version:1.0.0 If using with the following plugin, add it below it. DarkPlasma_ParameterText DarkPlasma_AllocateUniqueTraitDataId If using with the plugins below, add this above them. DarkPlasma_LimitSParam