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 Luck Fix - TMLuckFix.js
Plugin desc : Customize the factors that luck affects.
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/TMLuckFix.js
File name : TMLuckFix.js
Help of plugin :
@target MZ MV @plugindesc Customize the factors that luck affects. @author tomoaky @url https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/master/TMLuckFix.js @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 - Causal Tuning ver1.0.0 How to Use: 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. Plugin Parameter Notes: effectRate The success rate correction factor is calculated by multiplying the difference in luck between the battler who performed the state grant and the battler who received it by this value and adding 1. If a battler with luck 10 grants a state with a 50% success rate to a battler with luck 5 (effectRate is 0.001), the correction factor is 1.005, and the success rate of granting the state is 50.25%. @param effectRate @text Correction magnification @desc Correction factor for success rate of granting state. Default: 0.001 @default 0.001 @type number @decimals 3